#include <xympl.h>
Inheritance diagram for XYPolarMask:
Public Methods | |
XYPolarMask (XYText *name, XYSeries *series, const XYPolarAxis *axis, long color, xybool visible=xytrue) | |
XYPolarMask (XYSeries *series, const XYPolarAxis *axis, long color, xybool visible=xytrue) | |
virtual | ~XYPolarMask (void) |
virtual void | axis (const XYPolarAxis *a) |
virtual const XYPolarAxis * | axis (void) const |
virtual xybool | pick (int px, int py)=0 |
virtual xybool | fence (int x0, int y0, int x1, int y1)=0 |
virtual void | drawIcon (int xmin, int ymin, int xmax, int ymax) const=0 |
Protected Attributes | |
const XYPolarAxis * | _axis |
|
Definition at line 21 of file xympl.h. References _axis, and XYObject::visible(). |
|
Definition at line 31 of file xympl.h. References _axis, and XYObject::visible(). |
|
|
|
Definition at line 19 of file xympl.cpp. References _axis. |
|
Definition at line 14 of file xympl.cpp. References _axis. |
|
Implements XYMask. Implemented in XYPolarLineMask, and XYPolarMarkMask. |
|
Implements XYMask. Implemented in XYPolarLineMask, and XYPolarMarkMask. |
|
Implements XYMask. Implemented in XYPolarLineMask, and XYPolarMarkMask. |
|
Definition at line 61 of file xympl.h. Referenced by axis(), XYPolarMarkMask::boundingBox(), XYPolarLineMask::boundingBox(), XYPolarMarkMask::draw(), XYPolarLineMask::draw(), XYPolarMarkMask::pick(), XYPolarLineMask::pick(), and XYPolarMask(). |