#include <VWorldTree.h>
Inherits wxTreeItemData.
Collaboration diagram for VTreeData:

Public Types | |
| enum | DataType { LIGHTING, LIGHT, CAMERA, OBJECT, BODY, GEOMETRY, JOINT } |
Public Member Functions | |
| VTreeData (DataType type, TLMDataIF *data) | |
| DataType | type () const |
| const TLMDataIF * | data () const |
| TLMDataIF * | data () |
Protected Attributes | |
| DataType | myType |
| The type of data that I contain. | |
| TLMDataIF * | myData |
| Optional pointer to the data itself. | |
Definition at line 75 of file VWorldTree.h.
|
|
The allowed data types. Some of these types are references to global data and don't have a myData pointer. These types are:
Definition at line 92 of file VWorldTree.h. |
|
||||||||||||
|
|
|
|
Definition at line 99 of file VWorldTree.h. References myData. |
|
|
Definition at line 98 of file VWorldTree.h. References myData. |
|
|
Definition at line 97 of file VWorldTree.h. References myType. |
|
|
Optional pointer to the data itself.
Definition at line 102 of file VWorldTree.h. Referenced by data(). |
|
|
The type of data that I contain.
Definition at line 101 of file VWorldTree.h. Referenced by type(). |
1.4.5