class Stk_Gui_Widget: public Stk_Gui_Rect, public Stk_Handler

This is the basis class of all widget object

Inheritance:


Public Methods

[more] Stk_Gui_Widget()
Null constructor
[more] Stk_Gui_Widget(const Stk_Gui_Rect &)
Default constructor
[more]virtual ~Stk_Gui_Widget()
Destructor
[more]virtual void Attach(Stk_Handler *father)
attach a widget
[more]virtual void Unfasten()
remove the widget
[more]virtual void Draw()
Draw function


Inherited from Stk_Gui_Rect:

Public Methods

ovirtual void Resize(const Stk_Gui_Rect &)
ovirtual void Resize(float xa, float ya, float size_xa, float size_za)
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 the basis class of all widget object
o Stk_Gui_Widget()
Null constructor

o Stk_Gui_Widget(const Stk_Gui_Rect &)
Default constructor

ovirtual ~Stk_Gui_Widget()
Destructor

ovirtual void Attach(Stk_Handler *father)
attach a widget

ovirtual void Unfasten()
remove the widget

ovirtual void Draw()
Draw function


Direct child classes:
Stk_Gui_VBox
Stk_Gui_Text
Stk_Gui_Static
Stk_Gui_HBox
Stk_Gui_Container
Stk_Gui_Button

Alphabetic index HTML hierarchy of classes or Java



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