MutDocManager.h
gehe zur Dokumentation dieser Datei
00001 
00043 #ifndef MUTABOR_MUTDOCMANAGER_H
00044 #define MUTABOR_MUTDOCMANAGER_H
00045 
00046 // ---------------------------------------------------------------------------
00047 // headers
00048 // ---------------------------------------------------------------------------
00049 
00050 // For compilers that support precompilation, includes "wx/wx.h".
00051 #include "Defs.h"
00052 #include <wx/wx.h>
00053 #include "wx/event.h"
00054 
00055 #ifdef __BORLANDC__
00056     #pragma hdrstop
00057 #endif
00058 
00059 namespace mutabor {
00060         class MutDocManager:public wxDocManager {
00061         public:
00063                 bool ProcessEvent(wxEvent& event);
00064 
00066                 virtual wxString MakeFrameTitle(wxDocument* doc);
00067     
00068 
00069         protected:
00071 
00077                 virtual bool TryParent(wxEvent& event); 
00078         };
00079 }
00080 
00081 #endif
00082 

Erzeugt am Sun Aug 21 2011 10:51:54 für Mutabor von doxygen 1.7.4