#include <xym.h>
Inheritance diagram for XYMask:
Public Types | |
enum | InteriorStyle { solid, hatch, stipple, pattern } |
enum | MarkStyle { plus, star, circle, x, box, diamond, hollow_circle, hollow_box, hollow_diamond } |
Public Methods | |
XYMask (XYText *name, XYSeries *series, long color, xybool visible=xytrue) | |
XYMask (XYSeries *series, long color, xybool visible=xytrue) | |
virtual | ~XYMask (void) |
virtual void | series (XYSeries *s) |
virtual XYSeries * | series (void) const |
virtual void | name (XYText *t) |
virtual XYText * | name (void) const |
virtual void | color (long c) |
virtual long | color (void) const |
virtual void | setItemViewport (int xmin, int xmax, int ymin, int ymax) |
virtual void | getItemViewport (int &xmin, int &xmax, int &ymin, int &ymax) const |
virtual void | insertAction (XYGraph *g) |
virtual void | removeAction (XYGraph *) |
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 | |
XYText * | _name |
XYSeries * | _series |
long | _color |
int | _ixmn |
int | _iymn |
int | _ixmx |
int | _iymx |
|
|
|
|
|
Definition at line 47 of file xym.h. References _color, _ixmn, _ixmx, _iymn, _iymx, _name, _series, and XYObject::visible(). |
|
Definition at line 62 of file xym.h. References _color, _ixmn, _ixmx, _iymn, _iymx, _name, _series, and XYObject::visible(). |
|
|
|
Definition at line 40 of file xym.cpp. References _color. |
|
Definition at line 35 of file xym.cpp. References _color. |
|
|
Implemented in XYCartesianMask, XYCartesianAreaMask, XYCartesianBarMask, XYCartesianLineMask, XYCartesianMarkMask, XYCartesianStepMask, XYPolarMask, XYPolarLineMask, and XYPolarMarkMask. |
|
|
|
|
|
Definition at line 30 of file xym.cpp. References _name. |
|
Definition at line 25 of file xym.cpp. References _name. |
|
|
|
|
Definition at line 20 of file xym.cpp. References _series. |
|
Definition at line 15 of file xym.cpp. References _series. |
|
|
|
|
|
Definition at line 125 of file xym.h. Referenced by getItemViewport(), setItemViewport(), and XYMask(). |
|
Definition at line 125 of file xym.h. Referenced by getItemViewport(), setItemViewport(), and XYMask(). |
|
Definition at line 125 of file xym.h. Referenced by getItemViewport(), setItemViewport(), and XYMask(). |
|
Definition at line 125 of file xym.h. Referenced by getItemViewport(), setItemViewport(), and XYMask(). |
|
|
|