|
| BackgroundColorItem (const PJ::PlotData &data, QString colormap_name) |
|
virtual QRectF | boundingRect () const override |
|
QString | colormapName () const |
|
QString | dataName () const |
|
virtual void | draw (QPainter *painter, const QwtScaleMap &, const QwtScaleMap &, const QRectF &canvasRect) const override |
| Draw the item. More...
|
|
int | rtti () const override |
|
void | setTimeOffset (double *time_offset) |
|
virtual | ~BackgroundColorItem () override=default |
|
void | attach (QwtPlot *plot) |
| Attach the item to a plot. More...
|
|
void | detach () |
| This method detaches a QwtPlotItem from any QwtPlot it has been associated with. More...
|
|
virtual void | getCanvasMarginHint (const QwtScaleMap &xMap, const QwtScaleMap &yMap, const QRectF &canvasRect, double &left, double &top, double &right, double &bottom) const |
| Calculate a hint for the canvas margin. More...
|
|
void | hide () |
| Hide the item. More...
|
|
bool | isVisible () const |
|
virtual void | itemChanged () |
|
virtual void | legendChanged () |
|
virtual QList< QwtLegendData > | legendData () const |
| Return all information, that is needed to represent the item on the legend. More...
|
|
virtual QwtGraphic | legendIcon (int index, const QSizeF &) const |
|
QSize | legendIconSize () const |
|
QRectF | paintRect (const QwtScaleMap &, const QwtScaleMap &) const |
| Calculate the bounding paint rectangle of 2 maps. More...
|
|
QwtPlot * | plot () const |
| Return attached plot. More...
|
|
| QwtPlotItem () |
|
| QwtPlotItem (const QString &title) |
|
| QwtPlotItem (const QwtText &title) |
|
uint | renderThreadCount () const |
|
QRectF | scaleRect (const QwtScaleMap &, const QwtScaleMap &) const |
| Calculate the bounding scale rectangle of 2 maps. More...
|
|
void | setAxes (QwtAxisId xAxis, QwtAxisId yAxis) |
|
void | setItemAttribute (ItemAttribute, bool on=true) |
|
void | setItemInterest (ItemInterest, bool on=true) |
|
void | setLegendIconSize (const QSize &) |
|
void | setRenderHint (RenderHint, bool on=true) |
|
void | setRenderThreadCount (uint numThreads) |
|
void | setTitle (const QString &title) |
|
void | setTitle (const QwtText &title) |
|
virtual void | setVisible (bool) |
|
void | setXAxis (QwtAxisId) |
|
void | setYAxis (QwtAxisId) |
|
void | setZ (double z) |
| Set the z value. More...
|
|
void | show () |
| Show the item. More...
|
|
bool | testItemAttribute (ItemAttribute) const |
|
bool | testItemInterest (ItemInterest) const |
|
bool | testRenderHint (RenderHint) const |
|
const QwtText & | title () const |
|
virtual void | updateLegend (const QwtPlotItem *, const QList< QwtLegendData > &) |
| Update the item to changes of the legend info. More...
|
|
virtual void | updateScaleDiv (const QwtScaleDiv &, const QwtScaleDiv &) |
| Update the item to changes of the axes scale division. More...
|
|
QwtAxisId | xAxis () const |
| Return xAxis. More...
|
|
QwtAxisId | yAxis () const |
| Return yAxis. More...
|
|
double | z () const |
|
virtual | ~QwtPlotItem () |
| Destroy the QwtPlotItem. More...
|
|
Definition at line 16 of file plot_background.h.
int BackgroundColorItem::rtti |
( |
| ) |
const |
|
inlineoverridevirtual |
Return rtti for the specific class represented. QwtPlotItem is simply a virtual interface class, and base classes will implement this method with specific rtti values so a user can differentiate them.
The rtti value is useful for environments, where the runtime type information is disabled and it is not possible to do a dynamic_cast<...>.
- Returns
- rtti value
- See also
- RttiValues
Reimplemented from QwtPlotItem.
Definition at line 28 of file plot_background.h.