class Stk_Gui_Static: public Stk_Gui_Widget

This a Static placement Widget.

Inheritance:


Public Fields

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

Public Methods

[more] Stk_Gui_Static()
Null constructor. The Size will be computed when it will be attached.
[more]virtual ~Stk_Gui_Static()
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.
[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 a Static placement Widget. It could contain many elements.
o Stk_Gui_Static()
Null constructor. The Size will be computed when it will be attached.

ovirtual ~Stk_Gui_Static()
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.

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