#include <xymplln.h>
Inheritance diagram for XYPolarLineMask:
Public Methods | |
XYPolarLineMask (XYText *name, XYSeries *series, const XYPolarAxis *axis, long color, int width, LineStyle style, xybool visible=xytrue) | |
XYPolarLineMask (XYSeries *series, const XYPolarAxis *axis, long color, int width, LineStyle style, xybool visible=xytrue) | |
virtual | ~XYPolarLineMask (void) |
virtual void | width (int w) |
virtual int | width (void) const |
virtual void | style (XYMask::LineStyle s) |
virtual int | style (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 | _width |
LineStyle | _style |
|
Definition at line 14 of file xymplln.cpp. |
|
Definition at line 28 of file xymplln.cpp. |
|
|
|
Implements XYObject. Definition at line 261 of file xymplln.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 165 of file xymplln.cpp. References XYPolarMask::_axis, XYMask::_series, XYObject::setViewport(), XYObject::setWindow(), XYObject::visible(), XYMask::x, and xyfalse. |
|
Implements XYObject. Definition at line 60 of file xymplln.cpp. |
|
Implements XYPolarMask. Definition at line 153 of file xymplln.cpp. |
|
Implements XYPolarMask. Definition at line 141 of file xymplln.cpp. References boundingBox(), mtInclude(), XYObject::visible(), xybool, and xyfalse. |
|
Implements XYPolarMask. Definition at line 65 of file xymplln.cpp. References XYPolarMask::_axis, XYMask::_series, _width, XYObject::_xmax, XYObject::_xmin, XYObject::_ymax, XYObject::_ymin, mtPointInLineEx(), mtTolerance(), XYObject::setViewport(), XYObject::setWindow(), XYObject::visible(), xybool, xyfalse, and xytrue. |
|
Definition at line 55 of file xymplln.cpp. References _style. |
|
Definition at line 50 of file xymplln.cpp. References _style. |
|
Definition at line 45 of file xymplln.cpp. References _width. |
|
Definition at line 40 of file xymplln.cpp. References _width. |
|
Definition at line 75 of file xymplln.h. Referenced by style(). |
|
|