3DCoat Core API
The 3DCoat API documentation.
|
Public Member Functions | |
AUTONEW (__state) | |
virtual BaseWidget * | OnCreateControlFromScratch (const ClassEditorContext &Context, Rct &Rect) |
Create completely own control for ClassEditor. | |
|
virtual |
Create completely own control for ClassEditor.
Override it when need to create completely own class editor control.
[in] | FieldName | is how the object registered. |
[out] | Rect | is rectangle to place control, may be modified by this function if need. |
[in] | Ptr | is pointer to data, if class suports direct casting it is equal to "this". |
Reimplemented from BaseClass.