00001
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);
00023 virtual ~CDisplay();
00024
00025 private:
00026 CDisplay();
00027 CCell* m_pCell;
00028 };
00029
00030 #endif // !defined(AFX_DISPLAY_H__B03B7765_4F0E_11D3_8AFC_00105AC65E34__INCLUDED_)