Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/circuits/QMeasure.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations) (download) (as text)
Wed Aug 3 10:14:23 2011 UTC (12 years, 9 months ago) by kaityo
File MIME type: text/x-chdr
File size: 656 byte(s)
First commit
1 //---------------------------------------------------------------------------
2 #ifndef QMeasureH
3 #define QMeasureH
4 //---------------------------------------------------------------------------
5 #include "QCircuit.h"
6
7 class QMeasure : public QCircuit {
8 private:
9
10 public:
11 QMeasure(int x,int y);
12 virtual int GetType(void) { return QC_MEASURE; }
13 virtual string GetTypeStr(void) { return "QMeasure"; }
14 string GetCalcText(void);
15 void Draw(QDraw *Draw);
16 void DrawPS(QPSDraw *psDraw);
17 void Reverse(int y);
18 TRect GetOccupiedRect();
19 };
20 //---------------------------------------------------------------------------
21 #endif

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26