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

Display.h

Go to the documentation of this file.
00001 // Display.h: interface for the CDisplay class.
00002 //
00004 
00005 #if !defined(AFX_DISPLAY_H__B03B7765_4F0E_11D3_8AFC_00105AC65E34__INCLUDED_)
00006 #define AFX_DISPLAY_H__B03B7765_4F0E_11D3_8AFC_00105AC65E34__INCLUDED_
00007 
00008 #if _MSC_VER >= 1000
00009 #pragma once
00010 #endif // _MSC_VER >= 1000
00011 
00012 class CCell;
00013 
00014 class CDisplay  
00015 {
00016 public:
00017         void PrintGeometry();
00018         void PrintComponents();
00019         void WarningMessage(int Warn);
00020         void ErrorMessage(int Err);
00021         CDisplay(const CDisplay& rDisp, CCell* pCell);
00022         CDisplay(CCell* pCell); //Constructor
00023         virtual ~CDisplay();
00024 
00025 private:
00026         CDisplay();                     //Default not to be used
00027         CCell* m_pCell;         //Pointer to parent cell
00028 };
00029 
00030 #endif // !defined(AFX_DISPLAY_H__B03B7765_4F0E_11D3_8AFC_00105AC65E34__INCLUDED_)

Generated on Mon Nov 3 09:37:45 2003 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002