#include <xymcabr.h>
Inheritance diagram for XYCartesianBarMask:
Public Types | |
enum | HatchStyle { horizontal, vertical, fdiagonal, bdiagonal, cross, diagcross } |
Public Methods | |
XYCartesianBarMask (XYText *name, XYSeries *series, const XYAxis *x_axis, const XYAxis *y_axis, long color, InteriorStyle style, HatchStyle hstyle, xybool border, long bcolor, double displacement, double width, xybool visible=xytrue) | |
XYCartesianBarMask (XYSeries *series, const XYAxis *x_axis, const XYAxis *y_axis, long color, InteriorStyle style, HatchStyle hstyle, xybool border, long bcolor, double displacement, double width, xybool visible=xytrue) | |
virtual | ~XYCartesianBarMask (void) |
virtual void | style (XYMask::InteriorStyle s) |
virtual int | style (void) const |
virtual void | hstyle (HatchStyle hs) |
virtual int | hstyle (void) const |
virtual void | bcolor (long bc) |
virtual long | bcolor (void) const |
virtual void | displacement (double d) |
virtual double | displacement (void) const |
virtual void | width (double w) |
virtual double | width (void) const |
virtual void | border (xybool b) |
virtual xybool | border (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 | |
InteriorStyle | _style |
HatchStyle | _hstyle |
xybool | _border |
long | _bcolor |
double | _displacement |
double | _width |
|
|
|
Definition at line 14 of file xymcabr.cpp. |
|
Definition at line 38 of file xymcabr.cpp. |
|
|
|
Definition at line 86 of file xymcabr.cpp. References _bcolor. |
|
Definition at line 81 of file xymcabr.cpp. References _bcolor. |
|
Definition at line 116 of file xymcabr.cpp. |
|
Definition at line 111 of file xymcabr.cpp. References _border. |
|
Implements XYObject. Definition at line 335 of file xymcabr.cpp. References XYMask::_series, _width, XYCartesianMask::_x_axis, XYObject::_xmax, XYObject::_xmin, XYCartesianMask::_y_axis, XYObject::_ymax, XYObject::_ymin, MAX, MAX3, MIN, MIN3, XYObject::visible(), and xyfalse. Referenced by fence(). |
|
Definition at line 96 of file xymcabr.cpp. References _displacement. |
|
Definition at line 91 of file xymcabr.cpp. References _displacement. |
|
Implements XYObject. Definition at line 206 of file xymcabr.cpp. References _border, XYMask::_series, _width, XYObject::setViewport(), XYObject::setWindow(), XYObject::visible(), xyfalse, and xytrue. |
|
Implements XYObject. Definition at line 121 of file xymcabr.cpp. |
|
Implements XYCartesianMask. Definition at line 193 of file xymcabr.cpp. |
|
Implements XYCartesianMask. Definition at line 181 of file xymcabr.cpp. References boundingBox(), mtInclude(), XYObject::visible(), xybool, and xyfalse. |
|
Definition at line 76 of file xymcabr.cpp. References _hstyle. |
|
Definition at line 71 of file xymcabr.cpp. References _hstyle. |
|
Implements XYCartesianMask. Definition at line 126 of file xymcabr.cpp. References XYMask::_series, _width, XYObject::_xmax, XYObject::_xmin, XYObject::_ymax, XYObject::_ymin, mtPointInRect(), XYObject::setViewport(), XYObject::setWindow(), XYObject::visible(), xybool, xyfalse, and xytrue. |
|
Definition at line 66 of file xymcabr.cpp. References _style. |
|
Definition at line 61 of file xymcabr.cpp. References _style. |
|
Definition at line 106 of file xymcabr.cpp. References _width. |
|
Definition at line 101 of file xymcabr.cpp. References _width. |
|
Definition at line 118 of file xymcabr.h. Referenced by bcolor(). |
|
|
|
Definition at line 119 of file xymcabr.h. Referenced by displacement(). |
|
Definition at line 116 of file xymcabr.h. Referenced by hstyle(). |
|
Definition at line 115 of file xymcabr.h. Referenced by style(). |
|
Definition at line 120 of file xymcabr.h. Referenced by boundingBox(), draw(), pick(), and width(). |