|
WXP C++ Library Version 6.74.9
|
This class outputs MetaFile graphics commands to file. More...
#include "../include/MetaFile.h"
Public Member Functions | |
| int | init () |
| int | setParam (const char *str) |
| int | open () |
| int | getDevice (String &str) |
| int | resize (float rwidth, float rheight) |
| int | manage () |
| int | unmanage () |
| int | addCallback (const char *event, Listener *list, const void *data) |
| int | doCallback (const char *ev_str, const char *ev_data) |
| void | callback (const char *ev_str, const char *ev_data, const void *data) |
| int | close () |
| int | setFocus () |
| int | unsetFocus () |
| int | update () |
| int | clear () |
| int | clearRect (Rect &rect) |
| int | setTitle (const char *str) |
| int | setIcon (bool val) |
| int | setFixed (bool val) |
| int | setInverse (bool val) |
| bool | getInverse () |
| int | setBackground (const char *str) |
| int | setSize (float rwidth, float rheight) |
| int | getSize (float &width, float &height) |
| float | getWidth () |
| float | getHeight () |
| int | setOffset (float rx, float ry) |
| int | getOffset (float &x, float &y) |
| int | getCoords (Rect &rect) |
| Rect | getCoords () |
| int | allocColor (float red, float grn, float blu) |
| int | setColor (int type, int ind) |
| int | outputColor (int color) |
| int | setLineWidth (int type, float width) |
| int | setLineStyle (int type, int style) |
| int | setFillStyle (int type, int style) |
| int | drawLine (int type, float x1, float y1, float x2, float y2) |
| int | drawLine (int type, Points &pts) |
| int | drawFill (int type, Points &pts) |
| int | setImageAlign (int h, int v) |
| int | drawImage (Image &image, float x, float y) |
| int | drawImage (Image &image, int color, float x, float y) |
| int | getImage (Image &image) |
| int | setFont (const char *name) |
| int | setTextAlign (int h, int v) |
| int | drawText (Point &pt, const char *str) |
| Rect | getClip () |
| int | setClip (float x1, float y1, float x2, float y2) |
| int | setClip (Rect rect) |
| int | setCursor (int type) |
| int | copyFrame (int dest, int src) |
| int | displayFrame (int ind) |
| int | clearFrame (int ind) |
| int | newFrame (int ind) |
| int | newFrame () |
| bool | isLooping () |
| int | getFrame () |
| int | setFrame (int ind) |
| int | deleteFrame (int ind) |
| int | incFrame (int step) |
| int | getNumFrames () |
| int | message (const char *str) |
| int | bell (int len) |
Additional Inherited Members | |
| Static Public Attributes inherited from WXP::Device | |
| static const int | BASE = 0 |
| static const int | LINE = 1 |
| static const int | MARK = 2 |
| static const int | FILL = 3 |
| static const int | TEXT = 4 |
| static const int | LAST = -1 |
| static const int | CUR = -2 |
| static const int | WIN = -3 |
| static const int | ALL = -4 |
| static const int | CURSOR_X = 0 |
| static const int | CURSOR_PTR = 1 |
| static const int | CURSOR_MOVE = 2 |
| static const int | CURSOR_LOOP = 3 |
| static const int | CURSOR_STOP = 4 |
| static const int | CURSOR_DRAW = 5 |
| static const int | CURSOR_RECT = 6 |
| static const int | CURSOR_PLUS = 6 |
| static const int | CURSOR_TEXT = 7 |
| static const int | CURSOR_WAIT = 8 |
| static const int | ALIGN_HLEFT = 1 |
| static const int | ALIGN_HCENTER = 2 |
| static const int | ALIGN_HRIGHT = 3 |
| static const int | ALIGN_VBOTTOM = 1 |
| static const int | ALIGN_VCENTER = 2 |
| static const int | ALIGN_VTOP = 3 |
This class outputs MetaFile graphics commands to file.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
inlinevirtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
inlinevirtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.
|
virtual |
Implements WXP::Device.