QtiPlot  0.9.8.2
Public Types | Public Member Functions | Protected Attributes | List of all members
CurveTreeItem Class Reference

CurveTreeItem tree widget item class. More...

#include <PlotDialog.h>

Inheritance diagram for CurveTreeItem:

Public Types

enum  { PlotCurveTreeItem = 1002 }
 

Public Member Functions

 CurveTreeItem (QwtPlotItem *curve, LayerItem *parent, const QString &s)
 
Graphgraph ()
 
const QwtPlotItem * plotItem ()
 
int plotItemIndex ()
 
int plotItemStyle ()
 
int plotItemType ()
 
void setActive (bool on)
 

Protected Attributes

QwtPlotItem * d_curve
 

Detailed Description

CurveTreeItem tree widget item class.

Member Enumeration Documentation

anonymous enum
Enumerator
PlotCurveTreeItem 

Constructor & Destructor Documentation

CurveTreeItem::CurveTreeItem ( QwtPlotItem *  curve,
LayerItem parent,
const QString &  s 
)

Member Function Documentation

Graph* CurveTreeItem::graph ( )
inline
const QwtPlotItem* CurveTreeItem::plotItem ( )
inline
int CurveTreeItem::plotItemIndex ( )
int CurveTreeItem::plotItemStyle ( )
int CurveTreeItem::plotItemType ( )

References Graph::ColorMap, and d_curve.

Referenced by PlotDialog::updateTabWindow().

void CurveTreeItem::setActive ( bool  on)

Member Data Documentation

QwtPlotItem* CurveTreeItem::d_curve
protected

The documentation for this class was generated from the following files: