MWidgets Namespace Reference


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...


Enumeration Type Documentation

enum MWidgets::DOCKPOS

Enumerate docking positions.

Enumerator:
LEFT_DOCK 
TOP_DOCK 
RIGHT_DOCK 
BOTTOM_DOCK 
NONE_DOCK 

Definition at line 13 of file dockwindow.h.

enum MWidgets::TextAlign

Enumeration of text align modes.

Enumerator:
ALIGN_LEFT  Align text in cell to left.
ALIGN_RIGHT  Align text in cell to right.
ALIGN_CENTER  Align text in cell to center.

Definition at line 14 of file grid.h.

enum MWidgets::WIDGET_TYPE

Enumeration of widgets types.

Enumerator:
WINDOW 
DOCKWINDOW 
DIALOG 
GROUPBOX 
LABEL 
TEXTBOX 
BUTTON 
CHECKBOX 
RADIOBUTTON 
COMBOBOX 
STATUSBAR 
GRID 

Definition at line 13 of file widget.h.


Generated on Thu Oct 26 13:47:46 2006 for MWidgets by  doxygen 1.4.7