GV_OPCLASS_HANDLER Struct Reference

#include <c4d_graphview_def.h>

Detailed Description

Operator class handler. Use GvRegisterOpClassType() to register.

Public Attributes

GvOpClassID class_id
 
const String *(* GetName )()
 
BaseBitmap *(* GetIcon )()
 

Member Data Documentation

◆ class_id

GvOpClassID class_id

The operator class ID.

◆ GetName

const String*(* GetName) ()

Get the name of the operator class.

Returns
The operator class name. The handler owns the pointed String.

◆ GetIcon

BaseBitmap*(* GetIcon) ()

Get the icon for the operator class.

Note
Currently not used.
Returns
The operator class icon. The handler owns the pointed BaseBitmap.