TextCheckbox

Undocumented in source.

Constructors

this
this(string text)
Undocumented in source.

Members

Aliases

color
alias color = label.color
Undocumented in source.
text
alias text = label.text
Undocumented in source.

Functions

draw
void draw()
Undocumented in source. Be warned that the author may not have intended to support it.
onPosition
void onPosition()
Undocumented in source. Be warned that the author may not have intended to support it.
onSize
void onSize()
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(float deltaTime)
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

label
Label label;
Undocumented in source.

Inherited Members

From Checkbox

uncheckedSprite
Sprite uncheckedSprite [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
uncheckedSprite
Sprite uncheckedSprite [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
checkedSprite
Sprite checkedSprite [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
checkedSprite
Sprite checkedSprite [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
isChecked
bool isChecked [@property getter]
Undocumented in source. Be warned that the author may not have intended to support it.
isChecked
bool isChecked [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update(float deltaTime)
Undocumented in source. Be warned that the author may not have intended to support it.
onEvent
void onEvent(Event event)
Undocumented in source. Be warned that the author may not have intended to support it.
draw
void draw()
Undocumented in source. Be warned that the author may not have intended to support it.
onSelect
void onSelect()
Undocumented in source. Be warned that the author may not have intended to support it.
onSize
void onSize()
Undocumented in source. Be warned that the author may not have intended to support it.
onCheck
void onCheck()
Undocumented in source. Be warned that the author may not have intended to support it.

Meta