#include <xymplmk.h>
Inheritance diagram for XYPolarMarkMask:
Public Methods | |
XYPolarMarkMask (XYText *name, XYSeries *series, const XYPolarAxis *axis, long color, int size, MarkStyle mark, xybool visible=xytrue) | |
XYPolarMarkMask (XYSeries *series, const XYPolarAxis *axis, long color, int size, MarkStyle mark, xybool visible=xytrue) | |
virtual | ~XYPolarMarkMask (void) |
virtual void | size (int s) |
virtual int | size (void) const |
virtual void | mark (XYMask::MarkStyle m) |
virtual int | mark (void) const |
virtual xybool | pick (int px, int py) |
virtual xybool | fence (int x0, int y0, int x1, int y1) |
virtual void | drawIcon (int xmin, int ymin, int xmax, int ymax) const |
virtual void | draw (void) |
virtual void | draw (int xmin, int ymin, int xmax, int ymax) const |
virtual void | boundingBox (int &bxmin, int &bymin, int &bxmax, int &bymax) const |
Private Attributes | |
int | _size |
MarkStyle | _mark |
|
Definition at line 14 of file xymplmk.cpp. |
|
Definition at line 28 of file xymplmk.cpp. |
|
|
|
Implements XYObject. Definition at line 251 of file xymplmk.cpp. References XYPolarMask::_axis, XYMask::_series, XYObject::_xmax, XYObject::_xmin, XYObject::_ymax, XYObject::_ymin, MAX, MIN, XYObject::visible(), XYMask::x, and xyfalse. Referenced by fence(). |
|
Implements XYObject. Definition at line 160 of file xymplmk.cpp. References XYPolarMask::_axis, XYMask::_series, XYObject::setViewport(), XYObject::setWindow(), XYObject::visible(), XYMask::x, and xyfalse. |
|
Implements XYObject. Definition at line 60 of file xymplmk.cpp. |
|
Implements XYPolarMask. Definition at line 147 of file xymplmk.cpp. |
|
Implements XYPolarMask. Definition at line 135 of file xymplmk.cpp. References boundingBox(), mtInclude(), XYObject::visible(), xybool, and xyfalse. |
|
Definition at line 55 of file xymplmk.cpp. References _mark. |
|
Definition at line 50 of file xymplmk.cpp. References _mark. |
|
Implements XYPolarMask. Definition at line 65 of file xymplmk.cpp. References XYPolarMask::_axis, XYMask::_series, XYObject::_xmax, XYObject::_xmin, XYObject::_ymax, XYObject::_ymin, mtTolerance(), XYObject::setViewport(), XYObject::setWindow(), XYObject::visible(), xybool, xyfalse, and xytrue. |
|
Definition at line 45 of file xymplmk.cpp. References _size. |
|
Definition at line 40 of file xymplmk.cpp. References _size. |
|
Definition at line 75 of file xymplmk.h. Referenced by mark(). |
|
Definition at line 74 of file xymplmk.h. Referenced by size(). |