WXP C++ Library Version 6.74.9
|
This is the complete list of members for WXP::Graph, including all inherited members.
activateTran() | WXP::Graph | |
activateTran(int val) | WXP::Graph | |
addCallback(const char *ev, Listener *list, const void *data) | WXP::Graph | |
allocColor(float red, float grn, float blu) | WXP::Graph | |
allocColor(RGB &rgb) | WXP::Graph | |
bell() | WXP::Graph | |
callback(const char *ev_str, const char *ev_data, const void *data) | WXP::Graph | virtual |
clear() | WXP::Graph | |
clearRect(Rect &rect) | WXP::Graph | |
close() | WXP::Graph | |
CURSOR_DRAW (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
CURSOR_LOOP (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
CURSOR_MOVE (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
CURSOR_PLUS (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
CURSOR_PTR (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
CURSOR_RECT (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
CURSOR_STOP (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
CURSOR_TEXT (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
CURSOR_WAIT (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
CURSOR_X (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
deleteFrame(int ind) | WXP::Graph | |
DEVICE_HPGL (defined in WXP::Graph) | WXP::Graph | static |
DEVICE_METAFILE (defined in WXP::Graph) | WXP::Graph | static |
DEVICE_NONE (defined in WXP::Graph) | WXP::Graph | static |
DEVICE_POSTSCRIPT (defined in WXP::Graph) | WXP::Graph | static |
DEVICE_WINDOW (defined in WXP::Graph) | WXP::Graph | static |
doCallback(const char *ev_str, const char *ev_data) | WXP::Graph | |
drawCircle(float x1, float y1, float rad) | WXP::Graph | |
drawCircle(Point &pt, float rad) | WXP::Graph | |
drawFill(Rect &rect) | WXP::Graph | |
drawFill(Points &data) | WXP::Graph | |
drawFillarea(Points &data) | WXP::Graph | |
drawFormText(float x, float y, const char *format,...) | WXP::Graph | |
drawFormText(Point pt, const char *format,...) | WXP::Graph | |
drawImage(Image &image, float x, float y) | WXP::Graph | |
drawImage(Image &image, int color, float x, float y) | WXP::Graph | |
drawLine(float x1, float y1, float x2, float y2) | WXP::Graph | |
drawLine(Point &p1, Point &p2) | WXP::Graph | |
drawLine(Points &data) | WXP::Graph | |
drawMark(float x, float y) | WXP::Graph | |
drawMark(Point pt) | WXP::Graph | |
drawMarkLine(float x, float y, float size) | WXP::Graph | |
drawRect(float x1, float y1, float x2, float y2) | WXP::Graph | |
drawRect(Rect &rect) | WXP::Graph | |
drawSymbol(float ox, float oy, const char *string, float size) | WXP::Graph | |
drawSymbol(Point pt, const char *string, float size) | WXP::Graph | |
drawText(float ox, float oy, const char *string) | WXP::Graph | |
drawText(Point pt, const char *string) | WXP::Graph | |
getDevice(String &str) | WXP::Graph | |
getDeviceViewport(Rect &rect) | WXP::Graph | |
getDeviceViewport() | WXP::Graph | |
getDropShadow() | WXP::Graph | |
getFrame() | WXP::Graph | |
getImage(Image &image) | WXP::Graph | |
getInverse() | WXP::Graph | |
getMaxViewport(Rect &rect) | WXP::Graph | |
getMaxViewport() | WXP::Graph | |
getNumFrames() | WXP::Graph | |
getTran() | WXP::Graph | |
getViewport(Rect &rect) | WXP::Graph | |
getViewport() | WXP::Graph | |
getWindow(Rect &rect) | WXP::Graph | |
getWindow() | WXP::Graph | |
Graph() | WXP::Graph | |
Graph(const char *device, const char *param) | WXP::Graph | |
HALIGN_CENTER (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
HALIGN_LEFT (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
HALIGN_NORMAL (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
HALIGN_RIGHT (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
IMAGE_HCENTER (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
IMAGE_HLEFT (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
IMAGE_HRIGHT (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
IMAGE_VBOTTOM (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
IMAGE_VCENTER (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
IMAGE_VTOP (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
init() | WXP::Graph | |
isLooping() | WXP::Graph | |
isManaged() | WXP::Graph | inline |
isOpen() | WXP::Graph | |
manage() | WXP::Graph | |
MARK_CIRCLE (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
MARK_DOT (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
MARK_INVTRIANGLE (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
MARK_LIGHT (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
MARK_NONE | WXP::GraphAttr | static |
MARK_O (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
MARK_PLUS (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
MARK_POINT (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
MARK_SQUARE (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
MARK_STAR (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
MARK_TRIANGLE (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
MARK_X (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
message(const char *str,...) | WXP::Graph | |
newFrame() | WXP::Graph | |
open() | WXP::Graph | |
open(const char *dev, const char *params) | WXP::Graph | |
printTran() | WXP::Graph | |
setBackground(const char *str) | WXP::Graph | |
setCursor(int type) | WXP::Graph | |
setDevice(const char *device, const char *params) | WXP::Graph | |
setDropColor(int index) | WXP::Graph | |
setDropShadow(int val) | WXP::Graph | |
setDropWidth(int val) | WXP::Graph | |
setFillColor(int index) | WXP::Graph | |
setFillStyle(int index) | WXP::Graph | |
setFixed(bool val) | WXP::Graph | |
setFont(const char *str) | WXP::Graph | |
setFontSpec() | WXP::Graph | |
setFrame(int ind) | WXP::Graph | |
setIcon(bool val) | WXP::Graph | |
setImageAlign(int h, int v) | WXP::Graph | |
setInverse(bool val) | WXP::Graph | |
setLineColor(int index) | WXP::Graph | |
setLineStyle(int style) | WXP::Graph | |
setLineWidth(float width) | WXP::Graph | |
setMarkColor(int index) | WXP::Graph | |
setMarkSize(float size) | WXP::Graph | |
setMarkType(int type) | WXP::Graph | |
setMarkWeight(float weight) | WXP::Graph | |
setOffset(float rx, float ry) | WXP::Graph | |
setSize(float width, float height) | WXP::Graph | |
setSymbol(const char *file) | WXP::Graph | |
setTextAlign(int hor, int vert) | WXP::Graph | |
setTextBoxColor(int index) | WXP::Graph | |
setTextCharWidth(float space) | WXP::Graph | |
setTextColor(int color) | WXP::Graph | |
setTextDirection(float x, float y) | WXP::Graph | |
setTextExpansion(float expansion) | WXP::Graph | |
setTextHeight(float height) | WXP::Graph | |
setTextSpacing(float space) | WXP::Graph | |
setTextWeight(float weight) | WXP::Graph | |
setTitle(const char *str) | WXP::Graph | |
setTran(int num) | WXP::Graph | |
setViewport(int num, Rect &rect) | WXP::Graph | |
setViewport(Rect &rect) | WXP::Graph | |
setViewportAspect(Rect &limit, float aspect, int halign, int valign) | WXP::Graph | |
setViewportAspect(Rect &limit, float aspect) | WXP::Graph | |
setWindow(int num, Rect &rect) | WXP::Graph | |
setWindow(Rect &rect) | WXP::Graph | |
TRAN_MAX (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
TRAN_PLOT (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
tranPlotView(float x1, float y1, float &x2, float &y2) | WXP::Graph | |
tranPlotWindow(float x1, float y1, float &x2, float &y2) | WXP::Graph | |
tranPlotWindow(Point &pt1, Point &pt2) | WXP::Graph | |
tranWindow(int tran1, float x1, float y1, int tran2, float &x2, float &y2) | WXP::Graph | |
tranWindow(int tran1, Point &pt1, int tran2, Point &pt2) | WXP::Graph | |
unmanage() | WXP::Graph | |
update() | WXP::Graph | |
VALIGN_BASE (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
VALIGN_BOTTOM (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
VALIGN_CAP (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
VALIGN_HALF (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
VALIGN_NORMAL (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
VALIGN_TOP (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
VIEW_HCENTER (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
VIEW_HLEFT (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
VIEW_HRIGHT (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
VIEW_VBOTTOM (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
VIEW_VCENTER (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
VIEW_VTOP (defined in WXP::GraphAttr) | WXP::GraphAttr | static |
~Graph() | WXP::Graph | |
~Listener() (defined in WXP::Listener) | WXP::Listener | inlinevirtual |