Torque3D Documentation / _generateds / GuiEaseViewCtrl

GuiEaseViewCtrl

Engine/source/gui/editor/guiEaseViewCtrl.h

Control to visualize an EaseF.

More...

Public Types

Parent 

Public Functions

DECLARE_CATEGORY("Gui Editor" )
DECLARE_DESCRIPTION("Control that display an <a href="/coding/class/classeasef/">EaseF</a> curve." )
onRender(Point2I offset, const RectI & updateRect)

Called when this control is to render itself.

Called when this object is asked to sleep.

bool

Called when this object is asked to wake up returns true if it's actually awake at the end.

Public Static Functions

Detailed Description

Control to visualize an EaseF.

Public Types

typedef GuiControl Parent 

Protected Attributes

LinearColorF mAxisColor 
EaseF mEase 
LinearColorF mEaseColor 
F32 mEaseWidth 

Public Functions

GuiEaseViewCtrl()

DECLARE_CATEGORY("Gui Editor" )

DECLARE_CONOBJECT(GuiEaseViewCtrl )

DECLARE_DESCRIPTION("Control that display an <a href="/coding/class/classeasef/">EaseF</a> curve." )

onRender(Point2I offset, const RectI & updateRect)

Reimplemented from: GuiControl

onSleep()

Reimplemented from: GuiControl

onWake()

Reimplemented from: GuiControl

Public Static Functions

initPersistFields()