Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members  

crs::position Struct Reference

simple structure to hold a position consisting of x and y coordinates. More...

#include <cursive.h>

List of all members.

Public Methods

 position (unsigned int X=0, unsigned int Y=0)

Public Attributes

unsigned int x
unsigned int y


Detailed Description

simple structure to hold a position consisting of x and y coordinates.

Definition at line 12 of file cursive.h.


Constructor & Destructor Documentation

crs::position::position unsigned int    X = 0,
unsigned int    Y = 0
[inline]
 

Definition at line 14 of file cursive.h.

References x, and y.


Member Data Documentation

unsigned int crs::position::x
 

Definition at line 13 of file cursive.h.

Referenced by crs::edit_ctrl< T >::doChange(), crs::debug_ctrl::doMove(), position(), and crs::base_control::setCurPos().

unsigned int crs::position::y
 

Definition at line 13 of file cursive.h.

Referenced by crs::debug_ctrl::doMove(), position(), and crs::base_control::setCurPos().


The documentation for this struct was generated from the following file:
Generated on Mon May 19 20:36:04 2003 for cursive by doxygen1.2.18