Torque3D Documentation / _generateds / VTimeLineControl

VTimeLineControl

Engine/source/Verve/GUI/VTimeLineControl.h

More...

Classes:

Private Types

Parent 

Public Functions

onMouseEvent(const char * pEventName, const GuiEvent & pEvent)

Do special pre-render processing.

onRender(Point2I offset, const RectI & updateRect)

Called when this control is to render itself.

toPoint(const S32 & pTime)
toTime(const S32 & pPoint)

Public Static Functions

Detailed Description

Private Types

typedef GuiControl Parent 

Public Attributes

VController * mController 
S32 mDurationOffset 
bool mIsController 
sSelection mSelection 

Public Functions

VTimeLineControl(void )

DECLARE_CONOBJECT(VTimeLineControl )

onMouseDown(const GuiEvent & pEvent)

Reimplemented from: GuiControl

onMouseDragged(const GuiEvent & pEvent)

Reimplemented from: GuiControl

onMouseEvent(const char * pEventName, const GuiEvent & pEvent)

onMouseUp(const GuiEvent & pEvent)

Reimplemented from: GuiControl

onPreRender(void )

Reimplemented from: GuiControl

onRender(Point2I offset, const RectI & updateRect)

Reimplemented from: GuiControl

onRightMouseDown(const GuiEvent & pEvent)

Reimplemented from: GuiControl

toPoint(const S32 & pTime)

toTime(const S32 & pPoint)

updateDuration(void )

Public Static Functions

initPersistFields(void )