- DECLARE_DYNAMIC_CLASS(DrawingView)
- private:
- public:
- wxFrame *frame;
- MyCanvas *canvas;
-
- DrawingView(void) { canvas = NULL; frame = NULL; };
- ~DrawingView(void) {};
-
- bool OnCreate(wxDocument *doc, long flags);
- void OnDraw(wxDC *dc);
- void OnUpdate(wxView *sender, wxObject *hint = NULL);
- bool OnClose(bool deleteWindow = TRUE);
-
- void OnCut(wxCommandEvent& event);
-
-DECLARE_EVENT_TABLE()
+ DECLARE_DYNAMIC_CLASS(DrawingView)
+private:
+public:
+ wxFrame *frame;
+ MyCanvas *canvas;
+
+ DrawingView(void) { canvas = (MyCanvas *) NULL; frame = (wxFrame *) NULL; };
+ ~DrawingView(void) {};
+
+ bool OnCreate(wxDocument *doc, long flags);
+ void OnDraw(wxDC *dc);
+ void OnUpdate(wxView *sender, wxObject *hint = (wxObject *) NULL);
+ bool OnClose(bool deleteWindow = true);
+
+ void OnCut(wxCommandEvent& event);
+
+ DECLARE_EVENT_TABLE()