#include "a2dprec.h"#include "wx/wx.h"#include <math.h>#include <limits.h>#include <float.h>#include "wx/canvas/canglob.h"#include "wx/canvas/layerinf.h"#include "wx/canvas/canobj.h"#include "wx/canvas/canprim.h"#include "wx/canvas/candoc.h"#include "wx/canvas/cancom.h"#include "wx/artbase/afmatrix.h"#include "wx/artbase/drawer2d.h"#include <wx/wfstream.h>#include "wx/canvas/canprop.h"#include "wx/canvas/wire.h"

Go to the source code of this file.
Functions | |
| wxCursor | LoadCursorFile (const wxString &filename) |
Variables | |
| const a2dCursorId | a2dCURSOR_NONE = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_ARROW = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_RIGHT_ARROW = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_BULLSEYE = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_CHAR = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_CROSS = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_HAND = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_IBEAM = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_LEFT_BUTTON = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_MAGNIFIER = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_MIDDLE_BUTTON = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_NO_ENTRY = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_PAINT_BRUSH = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_PENCIL = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_POINT_LEFT = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_POINT_RIGHT = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_QUESTION_ARROW = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_RIGHT_BUTTON = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_SIZENESW = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_SIZENS = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_SIZENWSE = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_SIZEWE = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_SIZING = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_SPRAYCAN = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_WAIT = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_WATCH = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_BLANK = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_ARROWWAIT = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_Select = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_Zoom = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_Drag = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_Move = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_Copy = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_DrawWire = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_EditWire = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_EditWireVertex = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_EditWireSegment = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_EditWireSegmentHorizontal = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_EditWireSegmentVertical = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_WireSegmentInsert = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_Edit = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_EditVertex = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_EditSegment = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_EditSegmentHorizontal = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_EditSegmentVertical = wxGenNewId() |
| const a2dCursorId | a2dCURSOR_SegmentInsert = wxGenNewId() |
| const a2dImageId | a2dBitmap_EditRectangleFill = wxGenNewId() |
| a2dCanvasGlobal * | a2dCanvasGlobals |
| global a2dCanvasGlobal to have easy access to global settings | |
Licence: wxWidgets Licence
RCS-ID:
Copyright: 2001-2004 (c) Klaas Holwerda
Licence: wxWidgets Licence
RCS-ID:
Definition in file canglob.cpp.