GuiEaseViewCtrl
Engine/source/gui/editor/guiEaseViewCtrl.h
Control to visualize an EaseF.
Public Types
Parent
Protected Attributes
Public Functions
DECLARE_CATEGORY("Gui Editor" )
DECLARE_DESCRIPTION("Control that display an <a href="/coding/class/classeasef/">EaseF</a> curve." )
bool
onWake()
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