class Stk_Gui_Rect

A Rectangle for the Gui

Inheritance:


Public Methods

[more] Stk_Gui_Rect(float xa, float ya, float size_xa, float size_za)
Default constructor
[more] Stk_Gui_Rect(const Stk_Gui_Rect &)
Copy constructor
[more] Stk_Gui_Rect()
Null constructor
[more]virtual void Resize(const Stk_Gui_Rect &)
Resize with a Rectangle
[more]virtual void Resize(float xa, float ya, float size_xa, float size_za)
Default resize
[more]float GetX() const
Get x
[more]float GetY() const
Get y
[more]float GetWidth() const
Get width
[more]float GetHeight() const
Get height

Private Fields

[more]float x
coord x of upper left corner
[more]float y
coord y of upper left corner
[more]float width
width of rectangle
[more]float height
height of rectangle


Documentation

A Rectangle for the Gui
o Stk_Gui_Rect(float xa, float ya, float size_xa, float size_za)
Default constructor

o Stk_Gui_Rect(const Stk_Gui_Rect &)
Copy constructor

o Stk_Gui_Rect()
Null constructor

ovirtual void Resize(const Stk_Gui_Rect &)
Resize with a Rectangle

ovirtual void Resize(float xa, float ya, float size_xa, float size_za)
Default resize

ofloat GetX() const
Get x

ofloat GetY() const
Get y

ofloat GetWidth() const
Get width

ofloat GetHeight() const
Get height

ofloat x
coord x of upper left corner

ofloat y
coord y of upper left corner

ofloat width
width of rectangle

ofloat height
height of rectangle


Direct child classes:
Stk_Gui_Widget
Stk_Gui_GContext

Alphabetic index HTML hierarchy of classes or Java



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