|
Node3D | acquireItem (int index) |
| Gets the object to display at the given index. More...
|
|
void | attach (Node3D node) |
| Attaches the object generator. More...
|
|
void | close () |
| Closes the object, and release the native resources.
|
|
void | detach (Node3D node) |
| Detaches the object generator. More...
|
|
int | getCount () |
| Gets the number of objects known to the object generator. More...
|
|
int | getItemIndex (Node3D object) |
| Gets the index of the object returned by getObject. More...
|
|
Vector3 | getItemSize (int index) |
| Gets the size of the object to display at the given index. More...
|
|
void | releaseItem (Node3D object) |
| Frees the object returned by getObject. More...
|
|
boolean | equals (Object object) |
|
Domain | getDomain () |
| Returns the domain the object belongs to. More...
|
|
Metaclass | getDynamicMetaclass () |
| Returns the metaclass of the dynamic type of the object. More...
|
|
long | getNative () |
| Gets a pointer to the backing C++ instance. More...
|
|
TDataType | getOptionalProperty (PropertyType< TDataType > propertyType) |
| Returns the current value of a property type, but does not use the default value if there are no inputs to the property value. More...
|
|
TDataType | getProperty (PropertyType< TDataType > propertyType) |
| Returns the current value of a property type. More...
|
|
EnumType | getProperty (PropertyType< Integer > propertyType, Class< EnumType > enumClass) |
| Returns the current value of an integer property type converted to a matching constant from specified enumeration. More...
|
|
int | hashCode () |
|
boolean | hasValue (PropertyType< TDataType > propertyType) |
| Evaluates whether there are any inputs into the property value. More...
|
|
boolean | isStale () |
| Test if the object is stale i.e. More...
|
|
void | removeLocalValue (PropertyType< TDataType > propertyType) |
| Removes the local value associated with the property. More...
|
|
void | setProperty (PropertyType< TDataType > propertyType, TDataType value) |
| Sets the local value of a property type. More...
|
|
void | setProperty (PropertyType< Integer > propertyType, EnumType value) |
| Sets the local value of an integer property type using a constant from an enumeration. More...
|
|
AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.ListBoxItemGenerator3D") |
| Metaclass for ListBoxItemGenerator3D.
|
|
AbstractMetaclass | metaclass = new AbstractMetaclass("Kanzi.DataSourceListItemGenerator3D") |
| Metaclass for DataSourceListItemGenerator3D.
|
|
| ListBoxItemGenerator3D (Domain domain, long handle, Metaclass metaclass) |
| Wraps a given native ListBoxItemGenerator3D. More...
|
|
void | initialize () |
| Initializes the ListBoxItemGenerator3D.
|
|
static< Derived extends ListBoxItemGenerator3D > ObjectRef< Derived > | createDerived (Domain domain, Metaclass metaclass) |
| Creates a derived class instance. More...
|
|