#include <qwt_plot_item.h>
Inheritance diagram for QwtPlotItem:

Public Member Functions | |
| QwtPlotItem (QwtPlot *parent, bool nbl=TRUE) | |
| virtual | ~QwtPlotItem () |
| void | reparent (QwtPlot *plot) |
| QwtPlot * | parentPlot () |
| const QwtPlot * | parentPlot () const |
| virtual void | setEnabled (bool) |
| bool | enabled () const |
| virtual void | itemChanged () |
Private Attributes | |
| bool | d_enabled |
| QwtPlot * | d_parent |
Definition at line 21 of file qwt_plot_item.h.
|
||||||||||||
|
Constructor.
Definition at line 14 of file qwt_plot_item.cpp. |
|
|
Destroy the QwtPlotItem.
Definition at line 21 of file qwt_plot_item.cpp. |
|
|
Definition at line 48 of file qwt_plot_item.cpp. Referenced by QwtPlot::drawCanvasItems(). |
|
|
Call QwtPlot::autoRefresh for the parent plot.
Definition at line 54 of file qwt_plot_item.cpp. References QwtPlot::autoRefresh(), and d_parent. Referenced by QwtPlotCurve::curveChanged(), QwtPlotGrid::gridChanged(), QwtPlotMarker::markerChanged(), QwtPlotMappedItem::setAxis(), setEnabled(), QwtPlotMappedItem::setXAxis(), and QwtPlotMappedItem::setYAxis(). |
|
|
Definition at line 33 of file qwt_plot_item.h. |
|
|
Definition at line 30 of file qwt_plot_item.h. |
|
|
reparent the item
Definition at line 26 of file qwt_plot_item.cpp. References d_parent. Referenced by QwtPlot::insertCurve(), and QwtPlot::insertMarker(). |
|
|
enables the item
Definition at line 35 of file qwt_plot_item.cpp. References d_enabled, and itemChanged(). |
|
|
Definition at line 41 of file qwt_plot_item.h. Referenced by QwtPlotItem(), and setEnabled(). |
|
|
Definition at line 42 of file qwt_plot_item.h. Referenced by itemChanged(), QwtPlotItem(), and reparent(). |
1.3.2