wxArt2D
candocproc.h
Go to the documentation of this file.
1 /*! \file wx/editor/candocproc.h
2  \brief holds the central a2dCentralCanvasCommandProcessor which is
3 
4  used for doing more advanged tasks from a central point in the application.
5 
6  \author Klaas Holwerda
7 
8  Copyright: 2000-2004 (c) Klaas Holwerda
9 
10  Licence: wxWidgets Licence
11 
12  RCS-ID: $Id: candocproc.h,v 1.55 2009/10/01 19:22:35 titato Exp $
13 */
14 
15 #ifndef __WXCANDOCPROC_H__
16 #define __WXCANDOCPROC_H__
17 
18 #ifndef WX_PRECOMP
19 #include "wx/wx.h"
20 #endif
21 
22 #include "wx/cmdproc.h"
23 
24 #include "wx/canvas/edit.h"
25 #include "wx/canvas/sttool.h"
26 #include "wx/canvas/sttool2.h"
27 #include "wx/canvas/sttoolmes.h"
28 #include "wx/canvas/snap.h"
29 #if wxART2D_USE_CANEXTOBJ
30 #include "wx/canextobj/canextmod.h"
31 #include "wx/canextobj/imageioh.h"
32 #endif //wxART2D_USE_CANEXTOBJ
33 #include "wx/editor/cancom.h"
34 
35 
36 //--------------------------------------------------------------------
37 // a2dEditorModule
38 //--------------------------------------------------------------------
39 
40 //! initiation editor module for the wxArt2D library
41 /*!
42  \ingroup global
43 */
44 class A2DEDITORDLLEXP a2dEditorModule : public wxModule
45 {
46 public:
47 
49 
50  virtual bool OnInit();
51  virtual void OnExit();
52 
53 private:
54  DECLARE_DYNAMIC_CLASS( a2dEditorModule )
55 
56 };
57 
58 #endif
59 
stack based tools for measuring
stack based tools for drawing and editing in a faster manner, but with less document feedback...
initiation editor module for the wxArt2D library
Definition: candocproc.h:44
editing tool for a2dCanvasObject's
stack based tools controller and tools for drawing and editing.
candocproc.h Source File -- Sun Oct 12 2014 17:04:13 -- Sun Oct 12 2014 -- 1.8.5 -- wxArt2D -- . -- Main Page Reference Documentation