Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/CGirderSelectMode.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations) (download) (as text)
Sun Aug 15 01:53:13 2010 UTC (13 years, 9 months ago) by okadu
File MIME type: text/x-chdr
File size: 600 byte(s)


1 #ifndef CGIRDERSELECTMODE_H_INCLUDED
2 #define CGIRDERSELECTMODE_H_INCLUDED
3
4 #include "C3DPluginMode.h"
5 #include "CRailwayMode.h"
6
7 /*
8 * 橋桁選択モード
9 */
10 class CGirderSelectMode: public C3DPluginMode, public CRailwayMode{
11 private:
12 public:
13 CGirderSelectMode();
14 ~CGirderSelectMode(){}
15 CPopMenu *Dispatch(CMDTYPE, DWORD);
16 char *PluginDirName(){ return "Girder"; }
17 CPluginList *GetPluginList();
18 void Enter3DPlugin();
19 void ModalFunc3DPlugin();
20 void ScanInput3DPlugin();
21 void Render3DPlugin();
22 };
23
24 // 外部グローバル
25 extern CGirderSelectMode *g_GirderSelectMode;
26
27 #endif

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