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