Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/circuits/QWalsh.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: 747 byte(s)
First commit
1 //---------------------------------------------------------------------------
2 #ifndef QWalshH
3 #define QWalshH
4 //---------------------------------------------------------------------------
5 #include "QCircuit.h"
6 //---------------------------------------------------------------------------
7 class QWalsh : public QCircuit {
8 private:
9
10 public:
11 QWalsh(int x,int y);
12
13 virtual int GetType(void) { return QC_WALSH; }
14 virtual string GetTypeStr(void) { return "QWalsh"; }
15
16 void Draw(QDraw *Draw);
17 string GetCalcText(void);
18 void DrawPS(QPSDraw *psDraw);
19 void Reverse(int y);
20 TRect GetOccupiedRect();
21 QCircuit *Clone();
22 };
23 //---------------------------------------------------------------------------
24 #endif

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