#include "wx/wx.h"
#include "wx/image.h"
#include "wx/txtstrm.h"
#include "a2dprivate.h"
#include "wx/canvas/canobj.h"
#include "wx/canvas/vpath.h"
#include "wx/canvas/canprim.h"
#include "wx/canvas/polygon.h"
#include "wx/canvas/objlist.h"
#include "wx/canvas/recur.h"
#include "wx/canvas/canprop.h"
#include "wx/svgio/parssvg.h"
#include "wx/gdsio/gdsio.h"
#include "wx/gdsio/gdserr.h"
#include "wx/docview/docviewref.h"
#include "wx/canvas/drawer.h"


Go to the source code of this file.
Classes | |
| class | a2dCanvasDocument |
| Each a2dCanvasView needs to have a a2dCanvasDocument set in order to render data. More... | |
a2dCanvasDocument is the class where a hierarchy of a2dCanvasObject's is stored. Updating pending/changed objects and drawing a document is all from this class.
Copyright: 2000-2004 (c) Klaas Holwerda
Licence: wxWidgets Licence
RCS-ID:
Definition in file candoc.h.