00001 /*! \file wx/editor/doccancom.h 00002 \brief a2dCanvasCsPlWrapper is a simple extended a2dCsPlWrapper for ascii 00003 00004 commands lines, specific to be used for an a2dCanvasDocument 00005 00006 \author Klaas Holwerda 00007 00008 Copyright: 2000-2004 (c) Klaas Holwerda 00009 00010 Licence: wxWidgets Licence 00011 00012 RCS-ID: $Id: doccancom.h,v 1.7 2008/07/19 18:29:47 titato Exp $ 00013 */ 00014 00015 #ifndef __WXDOCCANCOM_H__ 00016 #define __WXDOCCANCOM_H__ 00017 00018 #ifndef WX_PRECOMP 00019 #include "wx/wx.h" 00020 #endif 00021 00022 #include "wx/cmdproc.h" 00023 00024 #include "wx/docview/cparser.h" 00025 00026 #include "wx/canvas/candoc.h" 00027 #include "wx/canvas/cancom.h" 00028 00029 #include "wx/editor/sttool.h" 00030 #include "wx/editor/edit.h" 00031 #include "wx/editor/candocproc.h" 00032 00033 00034 00035 #endif 00036