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

CSLine Class Reference

A class to contain one line (to be used in a CSketch). More...

#include <SketchApp.h>

List of all members.

Public Methods

 CSLine ()
 CSLine (int x1, int y1, int x2, int y2)
 CSLine (const CSLine &a)
 ~CSLine ()

Public Attributes

int m_x1
int m_x2
int m_y1
int m_y2


Detailed Description

A class to contain one line (to be used in a CSketch).


Constructor & Destructor Documentation

CSLine::CSLine   [inline]
 

CSLine::CSLine int    x1,
int    y1,
int    x2,
int    y2
[inline]
 

CSLine::CSLine const CSLine &    a [inline]
 

CSLine::~CSLine   [inline]
 


Member Data Documentation

int CSLine::m_x1
 

int CSLine::m_x2
 

int CSLine::m_y1
 

int CSLine::m_y2
 


The documentation for this class was generated from the following file:
Generated on Thu Dec 6 00:14:58 2001 for Dijinni by doxygen1.2.12 written by Dimitri van Heesch, © 1997-2001