DD::Image::Draw_Handle_Callback Struct Reference
List of all members.
|
Public Attributes |
|
DrawHandleCallbackFunc | callback |
| | Function to call.
|
|
void * | object |
| | argument for the callback
|
|
Node * | node |
| | node to hit-detect if no other begin_handle done
|
|
Matrix4 | matrix |
| | saved modelmatrix
|
|
ViewerConnected | connected |
| | saved value for connected
|
|
bool | reallyConnected |
| | saved value for reallyConnected
|
|
DrawHandleType | type |
| | the handle type. See the enum definition for details of what the different values mean.
|
|
bool | glCached |
| | flag used to know if the handles drawing opengl function calls are cached
|
Detailed Description
Member of Viewer_Context::draw_handle_list.