Main Page | Modules | Namespace List | Class Hierarchy | Class List | File List | Namespace Members | Class Members | File Members | Related Pages
hugin1/hugin/CPEditorPanelHandler.h
Go to the documentation of this file.00001 // -*- c-basic-offset: 4 -*- 00024 #ifndef _CPEDITORPANELHANDLER_H 00025 #define _CPEDITORPANELHANDLER_H 00026 00035 class CPEditorPanelHandler : public wxXmlResourceHandler 00036 { 00037 public: 00038 CPEditorPanelHandler(); 00039 virtual wxObject *DoCreateResource(); 00040 virtual bool CanHandle(wxXmlNode *node); 00041 }; 00042 00043 00044 #endif // _CPEDITORPANELHANDLER_H
1.3.9.1