
Public Member Functions | |
| StringSelector (const char *title_, const char **text_, int itemNum_) | |
| virtual void | setup (void) |
| virtual void | buttonpressed (int id) |
| virtual void | run (void) |
| virtual void | get_text (int nr) |
Public Attributes | |
| int | lastchoice |
Definition at line 1349 of file edmisc.cpp.
| StringSelector::StringSelector | ( | const char * | title_, | |
| const char ** | text_, | |||
| int | itemNum_ | |||
| ) | [inline] |
Definition at line 1353 of file edmisc.cpp.
References lastchoice, tstringselect::numberoflines, and tdialogbox::title.
| void StringSelector::setup | ( | void | ) | [virtual] |
Reimplemented from tstringselect.
Definition at line 1364 of file edmisc.cpp.
References tstringselect::action, tdlgengine::addbutton(), tdlgengine::addkey(), ct_enter, tstringselect::ey, lastchoice, tstringselect::startpos, tdlgengine::xsize, and tdlgengine::ysize.
| void StringSelector::buttonpressed | ( | int | id | ) | [virtual] |
Reimplemented from tstringselect.
Definition at line 1374 of file edmisc.cpp.
References tstringselect::action, tstringselect::buttonpressed(), and tstringselect::redline.
| void StringSelector::run | ( | void | ) | [virtual] |
Reimplemented from tstringselect.
Definition at line 1397 of file edmisc.cpp.
References tstringselect::action, ct_enter, tstringselect::redline, tstringselect::run(), and tdlgengine::taste.
Referenced by selectString().
| void StringSelector::get_text | ( | int | nr | ) | [virtual] |
Reimplemented from tstringselect.
Definition at line 1391 of file edmisc.cpp.
References tstringselect::txt.
Definition at line 1352 of file edmisc.cpp.
Referenced by selectString(), setup(), and StringSelector().
1.5.1