Develop and Download Open Source Software

Browse Subversion Repository

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


1 #ifndef CEXITMODE_H_INCLUDED
2 #define CEXITMODE_H_INCLUDED
3
4 #include "CInterfaceMode.h"
5
6 class CYesNoDialog;
7
8 /*
9 * 終了モード
10 */
11 class CExitMode: public CInterfaceMode{
12 private:
13 CYesNoDialog *m_Dialog; // ダイアログ
14 public:
15 CExitMode();
16 ~CExitMode(){}
17 void EnterInterface();
18 void ModalFuncInterface();
19 void ScanInputInterface(){}
20 };
21
22 // 外部グローバル
23 extern CExitMode *g_ExitMode;
24
25 #endif

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