Main Page | Class Hierarchy | Compound List | File List | Compound Members | File Members | Related Pages

cConnectGuiAct.h

Go to the documentation of this file.
00001 
00014 #ifndef _cConnectGuiActAct_h
00015 #define _cConnectGuiActAct_h
00016 
00017 #include "cConnectGui.h"
00018 #include "cConnect.h"
00019 #include "cWindowFrame.h"
00020 
00021 class cConnectGuiAct: public cConnectGui
00022 {
00023 private:
00024         cWindowFrame *m_pParent;
00025         
00026 protected:
00027         
00028         cConnect *m_pConnect;
00029         
00030         DECLARE_EVENT_TABLE()
00031         
00032         //******************************
00033         // All Buttons Events Functions.
00034         //******************************
00035         void OnConnectClick(wxCommandEvent& command);
00036         void OnCancelClick(wxCommandEvent& command);
00037 public:
00038         cConnectGuiAct(cWindowFrame *pParent);
00039         void Run(void);
00040 };
00041 #endif // _cConnectGuiActAct_h

Generated on Wed Feb 25 01:15:10 2004 for eDonkeyFilesManager by doxygen 1.3.2