wxArt2D
|
a2dCanvas uses a2dCanvasView for displaying a view on a a2dCanvasDocument. More...
#include "wx/wx.h"
#include "wx/image.h"
#include "wx/geometry.h"
#include "wx/canvas/candefs.h"
#include "wx/canvas/canobj.h"
#include "wx/artbase/bbox.h"
#include "wx/canvas/drawer.h"
Go to the source code of this file.
Classes | |
class | a2dCanvas |
a2dCanvas is used to display one of the a2dCanvasObjects which are part of a a2dCanvasDocument object and all that is nested in that choosen object. More... | |
a2dCanvas uses a2dCanvasView for displaying a view on a a2dCanvasDocument.
a2dCanvas is doing no more then displaying the view in a window, and taking care that the view is correctly set when scrolling the view, or when resizing the window. When receiving a paint event on the window, it tells the view to redisplay the damaged parts. The view then takes those parts from its drawing buffer or if there is not one, start redrawing the document where needed.
Copyright: 2000-2004 (c) Robert Roebling
Licence: wxWidgets Licence
RCS-ID:
Definition in file canvas.h.