|
wxArt2D
|
#include "a2dprec.h"#include "wx/wx.h"#include <wx/wfstream.h>#include <wx/module.h>#include <wx/clipbrd.h>#include "wx/canvas/canobj.h"#include "wx/canvas/canprim.h"#include "wx/canvas/canglob.h"#include "wx/canvas/vpath.h"#include "wx/canvas/drawer.h"#include "wx/canvas/drawing.h"#include "wx/canvas/wire.h"
Go to the source code of this file.
Macros | |
| #define | CIRCLE_STEPS 128 |
| #define | L1 2 |
| #define | L2 1 |
| #define | B 1 |
Functions | |
| INITIALIZE_PROPERTIES (a2dRectC, a2dCanvasObject) | |
| INITIALIZE_PROPERTIES (a2dWH, a2dCanvasObject) | |
| INITIALIZE_PROPERTIES (a2dWHCenter, a2dWH) | |
| INITIALIZE_PROPERTIES (a2dRect, a2dWH) | |
| INITIALIZE_PROPERTIES (a2dCircle, a2dCanvasObject) | |
| INITIALIZE_PROPERTIES (a2dEllipticArc, a2dWHCenter) | |
| INITIALIZE_PROPERTIES (a2dArc, a2dCanvasObject) | |
| INITIALIZE_PROPERTIES (a2dSLine, a2dCanvasObject) | |
Copyright: 2000-2004 (c) Klaas Holwerda
Licence: wxWidgets Licence
RCS-ID:
Definition in file canprim.cpp.