|
VisioMove SDK (Android)
2.1.22
|
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 () |
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&)
| VgTextMarkerDescriptorConstRefPtr.VgTextMarkerDescriptorConstRefPtr | ( | ) |
| VgTextMarkerDescriptorConstRefPtr.VgTextMarkerDescriptorConstRefPtr | ( | VgTextMarkerDescriptor | pPointer | ) |
| VgTextMarkerDescriptorConstRefPtr.VgTextMarkerDescriptorConstRefPtr | ( | VgTextMarkerDescriptorConstRefPtr | pConstRefPtr | ) |
| 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 |
| VgMarkerType VgTextMarkerDescriptorConstRefPtr.getType | ( | ) |
References VgMarkerType.swigToEnum().
| boolean VgTextMarkerDescriptorConstRefPtr.isValid | ( | ) |
| void VgTextMarkerDescriptorConstRefPtr.ref | ( | ) |
| VgTextMarkerDescriptorConstRefPtr VgTextMarkerDescriptorConstRefPtr.set | ( | VgTextMarkerDescriptor | pPointer | ) |
| int VgTextMarkerDescriptorConstRefPtr.unref | ( | ) |