class Stk_Gui_VBox: public Stk_Gui_Widget

This is a VBox.

Inheritance:


Public Fields

[more]list<Stk_Gui_Widget *> widgets
list of widgets

Public Methods

[more] Stk_Gui_VBox()
Null Constructor. The Size will be computed when it will be attched.
[more]virtual ~Stk_Gui_VBox()
Destructor
[more]virtual void Draw()
Draw
[more]virtual void Resize(const Stk_Gui_Rect &)
Resize it & its widget attached
[more]virtual void Attach(Stk_Gui_Widget *)
Add a widget in the list. This VBox Must be attached before!
[more]virtual void Unfasten(Stk_Gui_Widget *)
Remove the widget in the list


Inherited from Stk_Gui_Widget:


Inherited from Stk_Gui_Rect:

Public Methods

ofloat GetX() const
ofloat GetY() const
ofloat GetWidth() const
ofloat GetHeight() const

Private Fields

ofloat x
ofloat y
ofloat width
ofloat height


Inherited from Stk_Handler:

Public Methods

ovoid AddHandler(Stk_Handler *)
ovoid RemHandler(Stk_Handler *)
ovirtual void Dispatch(Stk_Message *)
ovirtual void MessageReceived(Stk_Message *)
ovirtual void StkPostMessage(Stk_Message *)

Protected Fields

olist<Stk_Handler *> handlers
oStk_Looper* looper
oStk_Handler* father


Documentation

This is a VBox. It could contain many elements. There are represented vertically.
o Stk_Gui_VBox()
Null Constructor. The Size will be computed when it will be attched.

ovirtual ~Stk_Gui_VBox()
Destructor

ovirtual void Draw()
Draw

ovirtual void Resize(const Stk_Gui_Rect &)
Resize it & its widget attached

ovirtual void Attach(Stk_Gui_Widget *)
Add a widget in the list. This VBox Must be attached before!

ovirtual void Unfasten(Stk_Gui_Widget *)
Remove the widget in the list

olist<Stk_Gui_Widget *> widgets
list of widgets


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.