QtiPlot
0.9.8.2
|
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 | ||
) |
|
inline |
|
inline |
References d_curve.
Referenced by PlotDialog::acceptParams(), PlotDialog::changePlotType(), PlotDialog::chooseSymbolImageFile(), PlotDialog::editCurve(), PlotDialog::pickErrorBarsColor(), PlotDialog::plotAssociationsDialogClosed(), PlotDialog::setActiveCurve(), PlotDialog::setAutomaticBinning(), PlotDialog::setEquidistantLevels(), and PlotDialog::setPlotType().
int CurveTreeItem::plotItemIndex | ( | ) |
References Graph::curvesList(), d_curve, and graph().
Referenced by PlotDialog::acceptParams(), PlotDialog::changePlotType(), PlotDialog::editCurve(), PlotDialog::editCurveRange(), PlotDialog::setActiveCurve(), and PlotDialog::showWorksheet().
int CurveTreeItem::plotItemStyle | ( | ) |
References Graph::ColorMap, and d_curve.
Referenced by PlotDialog::changePlotType(), PlotDialog::setActiveCurve(), PlotDialog::setPlotType(), and PlotDialog::updateTabWindow().
int CurveTreeItem::plotItemType | ( | ) |
References Graph::ColorMap, and d_curve.
Referenced by PlotDialog::updateTabWindow().
void CurveTreeItem::setActive | ( | bool | on) |
Referenced by PlotDialog::setActiveCurve().
|
protected |
Referenced by plotItem(), plotItemIndex(), plotItemStyle(), and plotItemType().