GV_OPGROUP_HANDLER Struct Reference

#include <c4d_graphview_def.h>

Detailed Description

Operator group handler. Use GvRegisterOpGroupType() to register.

Public Attributes

GvOpGroupID group_id
 
const String *(* GetName )()
 
BaseBitmap *(* GetIcon )()
 

Member Data Documentation

◆ group_id

GvOpGroupID group_id

The operator group ID.

◆ GetName

const String*(* GetName) ()

Get the operator group name.

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

◆ GetIcon

BaseBitmap*(* GetIcon) ()

Get the icon for the operator group.

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