Classes | |
| class | BaseWindow |
| Base window class for windows wanting to receive resize events. More... | |
| class | Button |
| A button. More... | |
| class | CheckBoxGroup |
| A group of check boxes. More... | |
| struct | color |
| Struct holding the color. More... | |
| class | Colors |
| Class for managing colors. More... | |
| class | DialogBox |
| Class for displaying a dialog box. More... | |
| class | InputWidget |
| A widget where text can be entered. More... | |
| class | IntInWidget |
| An input widget accepting only digits. More... | |
| class | ListWidget |
| A widget showing a list of items for selecting one. More... | |
| class | MessageBox |
| Displays a message in a window on the screen. More... | |
| class | PasswordWidget |
| A password input widget. More... | |
| class | secallocator |
| Memory clearing allocator. More... | |
| class | UIException |
| User interface exception. More... | |
Typedefs | |
| typedef std::basic_string < char, std::char_traits< char > , secallocator< char > > | secstring |
String class using the secallocator allocator. | |
Enumerations | |
| enum | ANSWER { ANSWER_OK, ANSWER_CANCEL } |
The answers available. More... | |
| enum | COLORS { DEFAULT = 0, MESSAGEBOX_TITLE, MESSAGEBOX, INPUTWIDGET_NOFOCUS, INPUTWIDGET_FOCUS, BUTTON_NOFOCUS, BUTTON_FOCUS, LISTWIDGET, CHECKBOXGROUP, CHECKBOXGROUP_TITLE } |
The indices of the color array. More... | |
Functions | |
| template<class t > | |
| int | getDigitsForType () |
| typedef std::basic_string<char, std::char_traits<char>, secallocator<char> > YAPET::UI::secstring |
This string class uses the secallocator allocator in order to clear the memory occupied by the string.
Definition at line 76 of file secstring.h.
| enum YAPET::UI::ANSWER |
The answers available for the user. The answer can be retrieved by getAnswer().
| ANSWER_OK |
The user pressed the |
| ANSWER_CANCEL |
The user pressed the |
Definition at line 55 of file dialogbox.h.
| enum YAPET::UI::COLORS |
This are the indices of the color array.
| int YAPET::UI::getDigitsForType | ( | ) |
Definition at line 50 of file intinwidget.h.
1.7.1