2005/5/9

     
 

class Point

artefaktur
Modules   Namespace List   Class Hierarchy   Alphabetical List   Compound List   Namespace Members   Compound Members   Related Pages  

acdk::wx::Point Class Reference

#include <Structs.h>

List of all members.


Detailed Description

see wxPoint

Author:
Roger Rene Kommer (mailto:kommer@artefaktur.com)
Version:
Revision
1.10
Date:
Date
2005/02/05 10:45:35


Public Member Functions

 Point ()
 Point (const wxPoint &pt)
 Point (int xpos, int ypos)
int x () const
int y () const
int x (int v)
int y (int v)

Static Public Member Functions

RPoint defaultPosition ()

Private Types

typedef WxValStruct< wxPoint > Super


Member Typedef Documentation

typedef WxValStruct<wxPoint> acdk::wx::Point::Super [private]
 


Constructor & Destructor Documentation

acdk::wx::Point::Point  )  [inline]
 

acdk::wx::Point::Point const wxPoint &  pt  )  [inline]
 

acdk::wx::Point::Point int  xpos,
int  ypos
[inline]
 


Member Function Documentation

RPoint acdk::wx::Point::defaultPosition  )  [static]
 

int acdk::wx::Point::x int  v  )  [inline]
 

int acdk::wx::Point::x  )  const [inline]
 

int acdk::wx::Point::y int  v  )  [inline]
 

int acdk::wx::Point::y  )  const [inline]