|
|
|
|
|
|
Modules Namespace List Class Hierarchy Alphabetical List Compound List Namespace Members Compound Members Related Pages
acdk::wx::Rect Class Reference#include <Structs.h>
List of all members.
Detailed Description
see wxRect
- Author:
- Roger Rene Kommer (mailto:kommer@artefaktur.com)
- Version:
- Revision
- 1.10
- Date:
- Date
- 2005/02/05 10:45:35
|
Public Member Functions |
| Rect () |
| Rect (const wxRect &other) |
| Rect (int xpos, int ypos, int widthsize, int heightsize) |
int | x () const |
int | y () const |
int | width () const |
int | height () const |
int | x (int v) |
int | y (int v) |
int | width (int v) |
int | height (int v) |
Private Types |
typedef WxValStruct< wxRect > | Super |
Member Typedef Documentation
Constructor & Destructor Documentation
acdk::wx::Rect::Rect |
( |
|
) |
[inline] |
|
acdk::wx::Rect::Rect |
( |
const wxRect & |
other |
) |
[inline] |
|
acdk::wx::Rect::Rect |
( |
int |
xpos, |
|
|
int |
ypos, |
|
|
int |
widthsize, |
|
|
int |
heightsize |
|
) |
[inline] |
|
Member Function Documentation
int acdk::wx::Rect::height |
( |
int |
v |
) |
[inline] |
|
int acdk::wx::Rect::height |
( |
|
) |
const [inline] |
|
int acdk::wx::Rect::width |
( |
int |
v |
) |
[inline] |
|
int acdk::wx::Rect::width |
( |
|
) |
const [inline] |
|
int acdk::wx::Rect::x |
( |
int |
v |
) |
[inline] |
|
int acdk::wx::Rect::x |
( |
|
) |
const [inline] |
|
int acdk::wx::Rect::y |
( |
int |
v |
) |
[inline] |
|
int acdk::wx::Rect::y |
( |
|
) |
const [inline] |
|
|
|