ActionState

use to for requesting of action state (to enable/disable, hide, get check status, etc)

Constructors

this
this(bool en, bool vis, bool check)
Undocumented in source.

Members

Enums

StateFlag
enum StateFlag
Undocumented in source.

Functions

toString
string toString()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

checked
bool checked [@property getter]

when true, for checkbox/radiobutton-like controls state should shown as checked

checked
bool checked [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
enabled
bool enabled [@property getter]

when false, control showing this action should be disabled

enabled
bool enabled [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.
visible
bool visible [@property getter]

when false, control showing this action should be hidden

visible
bool visible [@property setter]
Undocumented in source. Be warned that the author may not have intended to support it.

Variables

_flags
ubyte _flags;
Undocumented in source.

Meta