Public Member Functions | |
button (const std::string &str, panel *parent=0, bool accept=true) | |
void | select () |
void | unselect () |
Protected Member Functions | |
virtual void | set_color (ncurses::pen &) |
Protected Attributes | |
bool | selected_ |
event::type | state_ |
Private Member Functions | |
event::result | at_system (const event &) |
|
|
|
system event processor
Reimplemented from ndk::panel. Reimplemented in ndk::edit. |
|
|
|
Reimplemented from ndk::mini_button. |
|
|
|
semaphore: are this object selected now or not |
|
last status Reimplemented in ndk::switch_button< T >, and ndk::switch_button< radio >. |