|
int | Create (wxWindow *drawable, int directdraw) |
|
int | Create (wxWindow *drawable, wxBitmap *bitmap) |
|
void | Destroy (void) |
|
void | Init (void) |
|
void | Init (double sx, double sy, int angle=0) |
|
void | ChangeScale (double sx, double sy) |
|
void | End (void) |
|
wxDC * | GetDC (void) |
|
wxClientDC * | GetWDC (void) |
|
wxBitmap * | GetBitmapBuffer (void) |
|
wxWindow * | GetDrawable (void) |
|
void | SetBitmap (wxBitmap *bitmap, double xs, double ys) |
|
void | SetFunction (wxRasterOperationMode function) |
|
void | SetColor (wxColor color) |
|
void | SetColor (lxString color) |
|
void | SetColor (uint r, uint g, uint b) |
|
void | SetFgColor (wxColor color) |
|
void | SetFgColor (lxString color) |
|
void | SetFgColor (uint r, uint g, uint b) |
|
void | SetFont (wxFont font) |
|
wxColor | GetFgColor (void) |
|
void | SetBgColor (wxColor color) |
|
void | SetBgColor (lxString color) |
|
void | SetBgColor (uint r, uint g, uint b) |
|
wxColor | GetBgColor (void) |
|
void | SetLineWidth (uint lwidth) |
|
uint | GetLineWidth (void) |
|
void | Point (float x, float y) |
|
void | Points (wxPoint *points, int npoints) |
|
void | Line (float x1_, float y1_, float x2_, float y2_) |
|
void | Lines (wxPoint *points, int npoints) |
|
void | Spline (wxPoint *points, int npoints) |
|
void | Rectangle (bool filled, float x, float y, float width, float height) |
|
void | Arc (bool filled, int x, int y, int x1, int y1, int x2, int y2) |
|
void | Circle (bool filled, float x, float y, float radius) |
|
void | Text (lxString str, float x, float y) |
|
void | RotatedText (lxString str, float x, float y, float angle) |
|
void | TextOnRect (lxString str, wxRect, unsigned int align) |
|
void | Polygon (bool filled, wxPoint *points, int npoints) |
|
void | Ellipse (bool filled, int x, int y, int width, int height) |
|
void | EllipticArc (bool filled, int x, int y, int width, int height, double start, double end) |
|
void | PutBitmap (wxBitmap *bitmap, float x, float y) |
|
void | FloodFill (int x, int y, wxColor color, wxFloodFillStyle style) |
|
void | SetName (const lxString name) |
|
lxString | GetName (void) |
|
lxString | GetClass (void) |
|
void | SetClass (const lxString classn) |
|
virtual lxStringList | GetContext (void) |
|
virtual void | SetContext (lxStringList context) |
|
bool | GetEv (bool reset=false) |
|
void | SetEv (bool value, bool reset=false) |
|
void | SetTag (uint tag) |
|
uint | GetTag (void) |
|
void | SetAux (int tag) |
|
int | GetAux (void) |
|
Canvas Control.
Generic Canvas Class.
Definition at line 43 of file ccanvas.h.