#include <c4d_graphview_def.h>
Operator group handler. Use GvRegisterOpGroupType() to register.
Public Attributes | |
GvOpGroupID | group_id |
const String *(* | GetName )(void) |
BaseBitmap *(* | GetIcon )(void) |
GvOpGroupID group_id |
The operator group ID.
const String*(* GetName(void) |
Get the operator group name.
BaseBitmap*(* GetIcon(void) |
Get the icon for the operator group.