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

Position Struct Reference

#include <viewport.h>

List of all members.

Public Methods

 Position (void)
void Install (void)
void Save (void)

Public Attributes

int X
int Y


Constructor & Destructor Documentation

Position::Position void    [inline]
 

Definition at line 84 of file viewport.h.

References X, and Y.

00084 { X = Y = 0; }


Member Function Documentation

void Position::Install void    [inline]
 

Definition at line 85 of file viewport.h.

References X, and Y.

Referenced by Viewport::Install().

00086     {  moveto (X, Y); }

void Position::Save void    [inline]
 

Definition at line 87 of file viewport.h.

References X, and Y.

Referenced by Viewport::LineRel(), Viewport::LineTo(), Viewport::MoveRel(), and Viewport::MoveTo().

00088     { X = getx ();  Y = gety (); }


Member Data Documentation

int Position::X
 

Definition at line 83 of file viewport.h.

Referenced by Viewport::Clear(), Viewport::GetX(), Install(), Position(), and Save().

int Position::Y
 

Definition at line 83 of file viewport.h.

Referenced by Viewport::Clear(), Viewport::GetY(), Install(), Position(), and Save().


The documentation for this struct was generated from the following file:
Generated on Sun Jul 6 23:07:18 2003 for Scotland Yard by doxygen1.2.15