Developer Documentation
RAVL, Recognition And Vision Library
USER HOME PAGE CLASS LIST CONTENTS
Ravl - GUI - Layout


Application layout widgets.

Widgets used to contruct the frame work for GUI interfaces.

Normal classes:

 WindowC Window handle.
 CursorC Cursor handle
 PixmapC Pixmap
 ToolTipsC Tool tip set handle.
 PackInfoC Packing info widget.
 LabelC Label
 LBoxC Layout box
 ScrolledAreaC ScrolledArea handle.
 FixedWidgetC Fixed layout widget.
 FrameC Put a frame around some other widgets.
 TableC Table.
 SeparatorC Vertical or horizontal separator.
 BitmapC Bitmap.
 NotebookC Notebook
 VLabelC Vertical Label.
 PanedC Base class for all widgets with exactly one child.

Normal functions:

 operator +(DListC,const WidgetC &) Add a widget into a widget list.
 Label(const char *,const char *) Create a text label.
 VBox(const DListC &,int,bool,IntT) Layout widgets in a vertical box.
 VBox(const WidgetC &,int,bool,IntT) Layout widgets in a vertical box.
 HBox(const DListC &,int,bool,IntT) Layout horzontal in a vertical box.
 HBox(const WidgetC &,int,bool,IntT) Layout horzontal in a vertical box.
 Box(const WidgetC &,int,bool,IntT) Put a boarder around a widget.
 Box(const DListC &,int,bool,IntT) Put a boarder around a list of widgets.
 Separator(bool) Create a separator.
 VSeparator(void) Create a vertical separator.
 HSeparator(void) Create a horizontal separator.
 VLabel(const char *,const char *) Create a text label.

Develop classes:

 WindowBodyC Window body.
 CursorBodyC Cursor body
 PixmapBodyC Pixmap body
 ToolTipsBodyC Tool tip set body.
 PackInfoBodyC Packing info widget.
 LabelBodyC Label body
 LBoxBodyC Layout box
 ScrolledAreaBodyC ScrolledArea body.
 FixedWidgetBodyC Fixed layout widget.
 FrameBodyC Put a frame around some other widgets.
 WidgeInfoC
 TableBodyC Table body
 SeparatorBodyC Vertical or horizontal separator.
 BitmapBodyC Bitmap body.
 NotebookBodyC Notebook
 VLabelBodyC Vertical Label body
 PanedBodyC Base class for all widgets with exactly one child.
Maintainer:Charles Galambos, Documentation by CxxDoc: Tue Aug 13 10:00:48 2002