
Public Types | |
| enum | { ReturnZero, ReturnOriginal } |
Public Member Functions | |
| StringEdit () | |
| void | init (void) |
| virtual void | run (void) |
| virtual void | buttonpressed (int id) |
Public Attributes | |
| ASCString | org |
| char | nt [200] |
| enum StringEdit:: { ... } | onCancel |
| int | action |
| int | mid |
| char | text [200] |
| int | max |
| int | min |
Definition at line 3826 of file dlg_box.cpp.
| anonymous enum |
| StringEdit::StringEdit | ( | ) | [inline] |
| void StringEdit::init | ( | void | ) |
Reimplemented from tdialogbox.
Definition at line 3841 of file dlg_box.cpp.
References action, tdlgengine::addbutton(), tdlgengine::addeingabe(), tdlgengine::addkey(), tdialogbox::buildgraphics(), ct_enter, dlg_in3d, tdialogbox::init(), mousevisible(), nt, org, text, tdialogbox::title, tdialogbox::windowstyle, tdlgengine::x1, tdlgengine::xsize, tdlgengine::y1, and tdlgengine::ysize.
Referenced by editString().
| void StringEdit::run | ( | void | ) | [virtual] |
Reimplemented from tdialogbox.
Definition at line 3867 of file dlg_box.cpp.
References action, ct_esc, tdialogbox::execbutton(), tdlgengine::firstbutton, tdlgengine::tbutton::id, tdlgengine::tbutton::next, onCancel, org, ReturnZero, tdialogbox::run(), tdlgengine::taste, and text.
Referenced by editString().
| void StringEdit::buttonpressed | ( | int | id | ) | [virtual] |
Reimplemented from tdlgengine.
Definition at line 3890 of file dlg_box.cpp.
References action, and tdlgengine::buttonpressed().
| char StringEdit::nt[200] |
| enum { ... } StringEdit::onCancel |
Referenced by editString(), run(), and StringEdit().
| int StringEdit::mid |
Definition at line 3833 of file dlg_box.cpp.
| char StringEdit::text[200] |
| int StringEdit::max |
Definition at line 3836 of file dlg_box.cpp.
| int StringEdit::min |
Definition at line 3836 of file dlg_box.cpp.
1.5.1