CurveTreeItem tree widget item class. More...
#include <PlotDialog.h>
Public Types | |
| enum | { PlotCurveTreeItem = 1002 } |
Public Member Functions | |
| CurveTreeItem (QwtPlotItem *curve, LayerItem *parent, const QString &s) | |
| Graph * | graph () |
| const QwtPlotItem * | plotItem () |
| int | plotItemIndex () |
| int | plotItemStyle () |
| int | plotItemType () |
| void | setActive (bool on) |
Protected Attributes | |
| QwtPlotItem * | d_curve |
CurveTreeItem tree widget item class.
| CurveTreeItem::CurveTreeItem | ( | QwtPlotItem * | curve, | |
| LayerItem * | parent, | |||
| const QString & | s | |||
| ) |
| Graph* CurveTreeItem::graph | ( | ) | [inline] |
| const QwtPlotItem* CurveTreeItem::plotItem | ( | ) | [inline] |
| int CurveTreeItem::plotItemIndex | ( | ) |
References Graph::curvesList(), d_curve, and graph().
Referenced by PlotDialog::acceptParams(), PlotDialog::changePlotType(), PlotDialog::editCurve(), PlotDialog::removeSelectedCurve(), and PlotDialog::showWorksheet().
| int CurveTreeItem::plotItemStyle | ( | ) |
References d_curve.
Referenced by PlotDialog::changePlotType(), PlotDialog::setActiveCurve(), PlotDialog::setPlotType(), and PlotDialog::updateTabWindow().
| int CurveTreeItem::plotItemType | ( | ) |
References d_curve.
Referenced by PlotDialog::updateTabWindow().
| void CurveTreeItem::setActive | ( | bool | on | ) |
Referenced by PlotDialog::setActiveCurve().
QwtPlotItem* CurveTreeItem::d_curve [protected] |
Referenced by plotItem(), plotItemIndex(), plotItemStyle(), and plotItemType().
1.7.1