Classes | |
| class | Button |
| Class that represent button widget. More... | |
| class | CheckBox |
| Class that represent checkbox widget. More... | |
| class | ComboBox |
| Class that represent combobox widget. More... | |
| class | Dialog |
| Class that represent modal dialog window. More... | |
| class | DockWindow |
| Class that represent docing window. More... | |
| class | BaseEventHandler |
| Abstract class for event handlers, used in Widget::ProcessMessage. More... | |
| class | EventHandler |
| Template class for creating specific to object event handler. More... | |
| class | MouseEventHandler |
| Template class for creating specific to object event handler. More... | |
| class | WindowSizeEventHandler |
| Template class for creating specific to object event handler. More... | |
| class | Exception |
| Exception class. More... | |
| class | Cell |
| Structure that describe grid's cell. More... | |
| class | Grid |
| Class that represent grid control. More... | |
| class | GroupBox |
| Class that represent groupbox widget. More... | |
| class | Icon |
| Class for manipulating with icon resources. More... | |
| class | Image |
| Class for manipulating with image resources. More... | |
| class | Label |
| Class that represent label widget. More... | |
| class | Menu |
| Class for creating menus;. More... | |
| class | ContextMenu |
| Class for creating context menus;. More... | |
| class | RadioButton |
| Class that represent radiobutton widget. More... | |
| class | StatusBar |
| Class that represent statusbar widget. More... | |
| class | TextBox |
| Class that represent textbox widget. More... | |
| class | Widget |
| Base class for all widgets. More... | |
| class | Widgets |
| Singleton class that sends messages to all widgets. More... | |
| class | Window |
| Class that represent single window(container for docked windows too). More... | |
Enumerations | |
| enum | DOCKPOS { LEFT_DOCK, TOP_DOCK, RIGHT_DOCK, BOTTOM_DOCK, NONE_DOCK } |
| Enumerate docking positions. More... | |
| enum | TextAlign { ALIGN_LEFT, ALIGN_RIGHT, ALIGN_CENTER } |
| Enumeration of text align modes. More... | |
| enum | WIDGET_TYPE { WINDOW, DOCKWINDOW, DIALOG, GROUPBOX, LABEL, TEXTBOX, BUTTON, CHECKBOX, RADIOBUTTON, COMBOBOX, STATUSBAR, GRID } |
| Enumeration of widgets types. More... | |
| enum MWidgets::DOCKPOS |
| enum MWidgets::TextAlign |
1.4.7