VisioMove SDK (Android)  2.1.22
 All Classes Functions Variables Pages
VgTextMarkerDescriptorConstRefPtr Class Reference

Public Member Functions

 VgTextMarkerDescriptorConstRefPtr ()
 
 VgTextMarkerDescriptorConstRefPtr (VgTextMarkerDescriptor pPointer)
 
 VgTextMarkerDescriptorConstRefPtr (VgTextMarkerDescriptorConstRefPtr pConstRefPtr)
 
VgTextMarkerDescriptorConstRefPtr set (VgTextMarkerDescriptor pPointer)
 
VgTextMarkerDescriptor __ref__ ()
 
VgTextMarkerDescriptor __deref__ ()
 
VgTextMarkerDescriptor get ()
 
boolean isValid ()
 
String getMText ()
 
long getMTextAttributesMask ()
 
VgColor getMColor ()
 
double getMScale ()
 
VgMarkerType getType ()
 
void ref ()
 
int unref ()
 
int getNbReferences ()
 

Static Public Member Functions

static
VgTextMarkerDescriptorConstRefPtr 
getNull ()
 

Detailed Description

Describes a text marker. The text will be displayed at the point associated. This descriptor will instanciate a VgTextMarker after the call to VgEngine::VgInstanceFactory::instantiate(VgPointDescriptor const&)

...
VgApplication::VgIApplication* mVgApplication;
...
// Allocate a VgTextMarkerDescriptor object
VgEngine::VgRefPtr< Vg3DModule::VgTextMarkerDescriptor > lTextMarkerDescriptor = Vg3DModule::VgTextMarkerDescriptor::create();
// Change the scale
lTextMarkerDescriptor.mScale = 10.f;
lTextMarkerDescriptor.mText = "hello";
...
Version
2.0
2.1.3 Updated documentation

Constructor & Destructor Documentation

VgTextMarkerDescriptorConstRefPtr.VgTextMarkerDescriptorConstRefPtr ( )
VgTextMarkerDescriptorConstRefPtr.VgTextMarkerDescriptorConstRefPtr ( VgTextMarkerDescriptor  pPointer)
VgTextMarkerDescriptorConstRefPtr.VgTextMarkerDescriptorConstRefPtr ( VgTextMarkerDescriptorConstRefPtr  pConstRefPtr)

Member Function Documentation

VgTextMarkerDescriptor VgTextMarkerDescriptorConstRefPtr.__deref__ ( )
VgTextMarkerDescriptor VgTextMarkerDescriptorConstRefPtr.__ref__ ( )
VgTextMarkerDescriptor VgTextMarkerDescriptorConstRefPtr.get ( )
VgColor VgTextMarkerDescriptorConstRefPtr.getMColor ( )
double VgTextMarkerDescriptorConstRefPtr.getMScale ( )
String VgTextMarkerDescriptorConstRefPtr.getMText ( )
long VgTextMarkerDescriptorConstRefPtr.getMTextAttributesMask ( )
int VgTextMarkerDescriptorConstRefPtr.getNbReferences ( )
static VgTextMarkerDescriptorConstRefPtr VgTextMarkerDescriptorConstRefPtr.getNull ( )
static
VgMarkerType VgTextMarkerDescriptorConstRefPtr.getType ( )
Returns
the type of marker

References VgMarkerType.swigToEnum().

boolean VgTextMarkerDescriptorConstRefPtr.isValid ( )
void VgTextMarkerDescriptorConstRefPtr.ref ( )
VgTextMarkerDescriptorConstRefPtr VgTextMarkerDescriptorConstRefPtr.set ( VgTextMarkerDescriptor  pPointer)
int VgTextMarkerDescriptorConstRefPtr.unref ( )

The documentation for this class was generated from the following file:
VisioMove 2.1.22, Visioglobe® 2016