class Stk_Container: public Stk_Widget

This is a container

Inheritance:


Public Fields

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

Public Methods

[more] Stk_Container(float x, float y, float w, float h)
Constructor
[more] ~Stk_Container()
Destructor
[more]virtual void Draw()
Draw
[more]void Add_Widget(Stk_Widget *)
add a widget in list of son widgets
[more]void Rem_Widget(Stk_Widget *)
remove a widget in list of son widgets


Inherited from Stk_Widget:


Inherited from Stk_Rect:

Public Fields

ofloat x
ofloat y
ofloat width
ofloat height


Documentation

This is a container
o Stk_Container(float x, float y, float w, float h)
Constructor

o ~Stk_Container()
Destructor

ovirtual void Draw()
Draw

ovoid Add_Widget(Stk_Widget *)
add a widget in list of son widgets

ovoid Rem_Widget(Stk_Widget *)
remove a widget in list of son widgets

olist<Stk_Widget *> widgets
list of widgets


Direct child classes:
Stk_Window

Alphabetic index HTML hierarchy of classes or Java



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