Torque3D Documentation / _generateds / GuiCheckBoxCtrl

GuiCheckBoxCtrl

Engine/source/gui/buttons/guiCheckBoxCtrl.h

A checkbox button.

More...

Public Types

Protected Attributes

Public Functions

DECLARE_DESCRIPTION("A toggle button that displays <a href="/coding/file/pointer_8h/#pointer_8h_1aeeddce917cf130d62c370b8f216026dd">a</a> text label and an on/off checkbox." )
onRender(Point2I offset, const RectI & updateRect)

Called when this control is to render itself.

bool

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

Detailed Description

A checkbox button.

Public Types

typedef GuiButtonBaseCtrl Parent 

Protected Attributes

S32 mIndent 

Public Functions

GuiCheckBoxCtrl()

autoSize()

DECLARE_CONOBJECT(GuiCheckBoxCtrl )

DECLARE_DESCRIPTION("A toggle button that displays <a href="/coding/file/pointer_8h/#pointer_8h_1aeeddce917cf130d62c370b8f216026dd">a</a> text label and an on/off checkbox." )

getIndent()

onRender(Point2I offset, const RectI & updateRect)

Reimplemented from: GuiControl

onWake()

Reimplemented from: GuiButtonBaseCtrl

setIndent(S32 value)