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