Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/CPoleSelectMode.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: 586 byte(s)


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

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