Public Types | |
enum | motion { TO_TOP, RAISE, LOWER, TO_BOTTOM } |
Public Member Functions | |
vgui_selector_position_command (vgui_selector_tableau *s, motion m) | |
void | execute () |
void | ref () |
void | unref () |
int | get_references () const |
bool | is_referenced () const |
Public Attributes | |
vgui_selector_tableau * | selector |
motion | m_type |
Definition at line 349 of file vgui_selector_tableau.cxx.
Definition at line 352 of file vgui_selector_tableau.cxx.
vgui_selector_position_command::vgui_selector_position_command | ( | vgui_selector_tableau * | s, |
motion | m | ||
) | [inline] |
Definition at line 353 of file vgui_selector_tableau.cxx.
void vgui_selector_position_command::execute | ( | ) | [inline, virtual] |
Implements vgui_command.
Definition at line 354 of file vgui_selector_tableau.cxx.
Definition at line 377 of file vgui_selector_tableau.cxx.
Definition at line 376 of file vgui_selector_tableau.cxx.