#include <c4d_graphview_def.h>
Operator class handler. Use GvRegisterOpClassType() to register.
Public Attributes | |
| GvOpClassID | class_id |
| const String *(* | GetName )() |
| BaseBitmap *(* | GetIcon )() |
| GvOpClassID class_id |
The operator class ID.
| const String*(* GetName) () |
Get the name of the operator class.
| BaseBitmap*(* GetIcon) () |
Get the icon for the operator class.