wxArt2D
candocproc.cpp
Go to the documentation of this file.
1 /*! \file editor/src/candocproc.cpp
2  \author Klaas Holwerda
3 
4  Copyright: 2001-2004 (c) Klaas Holwerda
5 
6  Licence: wxWidgets Licence
7 
8  RCS-ID: $Id: candocproc.cpp,v 1.105 2009/10/01 19:22:35 titato Exp $
9 */
10 
11 #include "a2dprec.h"
12 
13 #ifdef __BORLANDC__
14 #pragma hdrstop
15 #endif
16 
17 #ifndef WX_PRECOMP
18 #include "wx/wx.h"
19 #endif
20 
21 #include "wx/general/gen.h"
22 
23 #if wxART2D_USE_CANEXTOBJ
24 #include "wx/canextobj/canextmod.h"
25 #endif //wxART2D_USE_CANEXTOBJ
26 
27 #include "wx/editor/editmod.h"
28 
29 #include <wx/tokenzr.h>
30 #include <wx/regex.h>
31 
32 #if wxUSE_STD_IOSTREAM
33 #include "wx/ioswrap.h"
34 #if wxUSE_IOSTREAMH
35 #include <fstream.h>
36 #include <strstrea.h>
37 #else
38 #include <fstream>
39 #include <sstream>
40 #endif
41 #else
42 #include "wx/wfstream.h"
43 #endif
44 
45 //----------------------------------------------------------------------------
46 // globals
47 //----------------------------------------------------------------------------
48 
49 IMPLEMENT_DYNAMIC_CLASS( a2dEditorModule, wxModule )
50 IMPLEMENT_DYNAMIC_CLASS( a2dCommand_ShowDlg, a2dCommand )
51 
53 {
54  AddDependency( CLASSINFO( a2dFreetypeModule ) );
55  AddDependency( CLASSINFO( a2dDocviewModule ) );
56  AddDependency( CLASSINFO( a2dArtBaseModule ) );
57  AddDependency( CLASSINFO( a2dCanvasModule ) );
58 }
59 
60 bool a2dEditorModule::OnInit()
61 {
62  return true;
63 }
64 
65 void a2dEditorModule::OnExit()
66 {
67 }
68 
fundamental classes used by all other modules.
initiation module for the wxArt2D library
Definition: artglob.h:76
initiation editor module for the wxArt2D library
Definition: candocproc.h:44
initiation module for the wxArt2D library
Definition: canglob.h:91
command to show a dialog
Definition: cancom.h:762
A module to initialize the docview framework.
Definition: doccom.h:1166
initiates Freetype library
Definition: stylebase.h:1197
all headers in the editor module
a base command for the a2dCommandProcessor
Definition: comevt.h:140
candocproc.cpp Source File -- Sun Oct 12 2014 17:04:13 -- Sun Oct 12 2014 -- 1.8.5 -- wxArt2D -- . -- Main Page Reference Documentation