|
wxArt2D
|
#include "a2dprec.h"#include "wx/wx.h"#include <wx/clipbrd.h>#include "wx/canvas/cantext.h"#include "wx/canvas/drawer.h"#include "wx/canvas/drawing.h"#include "wx/canvas/canglob.h"
Go to the source code of this file.
Macros | |
| #define | DRAGRECTWIDTH 5 |
| #define | SIN100 0.9848077530 |
| #define | COS100 -0.1736481776 |
| #define | BBOX2XYWH(bbox) (bbox).GetMinX(), (bbox).GetMinY(), (bbox).GetWidth(), (bbox).GetHeight() |
Functions | |
| wxString | TextAlignment2String (int alignment) |
| convert alignment enum to a string | |
| int | AlignmentString2TextAlignment (const wxString &alignstring) |
| convert a string to alignment enum | |
| INITIALIZE_PROPERTIES (a2dText, a2dCanvasObject) | |
| wxUint32 | SetTextChanges (a2dTextChanges &returned, a2dCanvasObjectList *objects, a2dCanvasObjectFlagsMask mask, a2dLayers *layersetup) |
Copyright: 2000-2004 (c) Klaas Holwerda
Licence: wxWidgets Licence
RCS-ID:
Definition in file cantext.cpp.