#include <Plot2d_PlotItems.h>
Plot2d_HistogramQwtItem::Plot2d_HistogramQwtItem |
( |
const QString & |
theTitle = QString() | ) |
|
|
explicit |
Constructor
References init().
Plot2d_HistogramQwtItem::Plot2d_HistogramQwtItem |
( |
const QwtText & |
theTitle | ) |
|
|
explicit |
Constructor
References init().
Plot2d_HistogramQwtItem::~Plot2d_HistogramQwtItem |
( |
| ) |
|
|
virtual |
double Plot2d_HistogramQwtItem::baseline |
( |
| ) |
const |
QwtDoubleRect Plot2d_HistogramQwtItem::boundingRect |
( |
| ) |
const |
|
virtual |
QColor Plot2d_HistogramQwtItem::color |
( |
| ) |
const |
Returns color from object
References myColor.
const QwtIntervalSeriesData & Plot2d_HistogramQwtItem::data |
( |
| ) |
const |
Returns data from object
References myData.
void Plot2d_HistogramQwtItem::draw |
( |
QPainter * |
thePainter, |
|
|
const QwtScaleMap & |
theXMap, |
|
|
const QwtScaleMap & |
theYMap, |
|
|
const QRectF & |
|
|
) |
| const |
|
virtual |
void Plot2d_HistogramQwtItem::drawBar |
( |
QPainter * |
thePainter, |
|
|
Qt::Orientation |
, |
|
|
const QRect & |
theRect |
|
) |
| const |
|
protectedvirtual |
void Plot2d_HistogramQwtItem::init |
( |
| ) |
|
|
private |
int Plot2d_HistogramQwtItem::rtti |
( |
| ) |
const |
|
virtual |
Returns type of plot object
void Plot2d_HistogramQwtItem::setBaseline |
( |
double |
theRef | ) |
|
Sets base line to object
- Parameters
-
References myReference.
void Plot2d_HistogramQwtItem::setColor |
( |
const QColor & |
theColor | ) |
|
Sets color to object
References myColor.
void Plot2d_HistogramQwtItem::setData |
( |
const QwtIntervalSeriesData & |
theData | ) |
|
Sets data to object
References myData.
void Plot2d_HistogramQwtItem::setHistogramAttribute |
( |
HistogramAttribute |
theAttr, |
|
|
bool |
isOn = true |
|
) |
| |
int Plot2d_HistogramQwtItem::myAttributes |
|
private |
QColor Plot2d_HistogramQwtItem::myColor |
|
private |
QwtIntervalSeriesData Plot2d_HistogramQwtItem::myData |
|
private |
double Plot2d_HistogramQwtItem::myReference |
|
private |
The documentation for this class was generated from the following files: