wxArt2D
editmod.h
Go to the documentation of this file.
1 /*! \file wx/editor/editmod.h
2  \brief all headers in the editor module
3  \author Klaas Holwerda
4 
5  Copyright: 2000-2004 (c) Klaas Holwerda
6 
7  Licence: wxWidgets Licence
8 
9  RCS-ID: $Id: editmod.h,v 1.13 2008/06/22 23:09:38 titato Exp $
10 */
11 
12 #ifndef __WXEDITT_H__
13 #define __WXEDITT_H__
14 
15 #if wxART2D_USE_CANEXTOBJ
16 #include "wx/canextobj/canextmod.h"
17 #endif //wxART2D_USE_CANEXTOBJ
18 
19 #include "wx/canvas/canmod.h"
20 
21 #include "wx/editor/canedit.h"
22 #include "wx/editor/orderdlg.h"
23 #include "wx/editor/orderdlg.h"
24 #include "wx/editor/candocproc.h"
25 #include "wx/editor/strucdlgdoc.h"
26 #include "wx/editor/canpropedit.h"
27 #include "wx/editor/edsttool.h"
28 
29 #ifdef A2DEDITORMAKINGDLL
30 #define A2DEDITORDLLEXP WXEXPORT
31 #define A2DEDITORDLLEXP_DATA(type) WXEXPORT type
32 #define A2DEDITORDLLEXP_CTORFN
33 #elif defined(WXART2D_USINGDLL)
34 #define A2DEDITORDLLEXP WXIMPORT
35 #define A2DEDITORDLLEXP_DATA(type) WXIMPORT type
36 #define A2DEDITORDLLEXP_CTORFN
37 #else // not making nor using DLL
38 #define A2DEDITORDLLEXP
39 #define A2DEDITORDLLEXP_DATA(type) type
40 #define A2DEDITORDLLEXP_CTORFN
41 #endif
42 
43 #endif
44 
holds the central a2dCentralCanvasCommandProcessor which is
ready made editing class for a a2dCanvas and/or a2dCanvasView
for edting properties in a a2dNamedPropertyList
Definition of class for dialog to specify the layerorder.
stack based tools controller and tools for drawing and editing.
all headers of the canvas module
for choosing a a2dCanvasObject from a list.
editmod.h Source File -- Sun Oct 12 2014 17:04:19 -- Sun Oct 12 2014 -- 1.8.5 -- wxArt2D -- . -- Main Page Reference Documentation