#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 | plotItemType () |
void | setActive (bool on) |
Protected Attributes | |
QwtPlotItem * | d_curve |
CurveTreeItem::CurveTreeItem | ( | QwtPlotItem * | curve, | |
LayerItem * | parent, | |||
const QString & | s | |||
) |
References graph_disabled_xpm.
Graph* CurveTreeItem::graph | ( | ) | [inline] |
Referenced by PlotDialog::acceptParams(), PlotDialog::changeErrorBarsMinus(), PlotDialog::changeErrorBarsPlus(), PlotDialog::changeErrorBarsThrough(), PlotDialog::changeErrorBarsType(), PlotDialog::changePlotType(), PlotDialog::editCurve(), PlotDialog::pickErrorBarsColor(), plotItemIndex(), PlotDialog::removeSelectedCurve(), and PlotDialog::showWorksheet().
const QwtPlotItem* CurveTreeItem::plotItem | ( | ) | [inline] |
References d_curve.
Referenced by PlotDialog::acceptParams(), PlotDialog::changeErrorBarsMinus(), PlotDialog::changeErrorBarsPlus(), PlotDialog::changeErrorBarsThrough(), PlotDialog::changeErrorBarsType(), PlotDialog::changePlotType(), PlotDialog::editCurve(), PlotDialog::pickErrorBarsColor(), PlotDialog::setActiveCurve(), and PlotDialog::setPlotType().
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::plotItemType | ( | ) |
References Graph::ColorMap, and d_curve.
Referenced by PlotDialog::changePlotType(), PlotDialog::setActiveCurve(), PlotDialog::setPlotType(), and PlotDialog::updateTabWindow().
void CurveTreeItem::setActive | ( | bool | on | ) |
QwtPlotItem* CurveTreeItem::d_curve [protected] |
Referenced by plotItem(), plotItemIndex(), and plotItemType().