3DCoat Core API
The 3DCoat API documentation.
Loading...
Searching...
No Matches
Public Member Functions | List of all members
__state Class Reference
Inheritance diagram for __state:
BaseClass

Public Member Functions

 AUTONEW (__state)
 
virtual BaseWidget * OnCreateControlFromScratch (const ClassEditorContext &Context, Rct &Rect)
 Create completely own control for ClassEditor.
 

Member Function Documentation

◆ OnCreateControlFromScratch()

virtual BaseWidget * __state::OnCreateControlFromScratch ( const ClassEditorContext &  Context,
Rct &  Rect 
)
virtual

Create completely own control for ClassEditor.

Override it when need to create completely own class editor control.

Parameters
[in]FieldNameis how the object registered.
[out]Rectis rectangle to place control, may be modified by this function if need.
[in]Ptris pointer to data, if class suports direct casting it is equal to "this".
Returns
The function should return control (BaseWidget*) to place in UI
See also
One2DCurve::OnModifyControl()

Reimplemented from BaseClass.


The documentation for this class was generated from the following file: