27 #include "wx/canvas/eval.h"
29 #if wxART2D_USE_EDITOR
31 #endif //wxART2D_USE_EDITOR
33 #ifdef A2DCURVESMAKINGDLL
34 #define A2DCURVESDLLEXP WXEXPORT
35 #define A2DCURVESDLLEXP_DATA(type) WXEXPORT type
36 #define A2DCURVESDLLEXP_CTORFN
37 #elif defined(WXART2D_USINGDLL)
38 #define A2DCURVESDLLEXP WXIMPORT
39 #define A2DCURVESDLLEXP_DATA(type) WXIMPORT type
40 #define A2DCURVESDLLEXP_CTORFN
41 #else // not making nor using DLL
42 #define A2DCURVESDLLEXP
43 #define A2DCURVESDLLEXP_DATA(type) type
44 #define A2DCURVESDLLEXP_CTORFN
55 #if defined(WXART2D_USINGDLL)
cursor on curve plot as a vertical line with markers
all basic primitives derived from a2dCanvasObject
The base class for all drawable objects in a a2dCanvasDocument.
classes for plotting curve and pie data, and editing them.
For Showing Marker position of Markers on a Curve.
base class for axis in a2dCanvasXYDisplayGroup
classes for plotting curve and pie data, and editing them.
Special object group to plot a2dCurve Objects but also any other a2dCanvasObject. ...
classes for plotting curve and pie data, and editing them.
editing tool for a2dCanvasObject's
classes for plotting curve and pie data, and editing them.
all polygon and polyline a2dCanvasObject are here.
classes for plotting curve and pie data, and editing them.
base class for curve area in a a2dCurvesAreaList, like used in a2dCanvasXYDisplayGroups ...
general canvas module declarations and classes