class Stk_Window: public Stk_Container

This is the root of STK widget hiearchy.

Inheritance:


Public Methods

[more] Stk_Window(float w, float h)
Constructor (width & height)
[more] ~Stk_Window()
Destructor
[more]virtual void Draw()
Draw

Private Fields

[more]Stk_GContext* gc
the graphical context connected with this window


Inherited from Stk_Container:

Public Fields

olist<Stk_Widget *> widgets

Public Methods

ovoid Add_Widget(Stk_Widget *)
ovoid Rem_Widget(Stk_Widget *)


Inherited from Stk_Widget:


Inherited from Stk_Rect:

Public Fields

ofloat x
ofloat y
ofloat width
ofloat height


Documentation

This is the root of STK widget hiearchy. You must create it before doing anything else.
o Stk_Window(float w, float h)
Constructor (width & height)

o ~Stk_Window()
Destructor

ovirtual void Draw()
Draw

oStk_GContext* gc
the graphical context connected with this window


This class has no child classes.

Alphabetic index HTML hierarchy of classes or Java



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