QtiPlot
0.9.8.2
|
LayerItem tree widget item class. More...
#include <PlotDialog.h>
Public Types | |
enum | { LayerTreeItem = 1001 } |
Public Member Functions | |
Graph * | graph () |
LayerItem (Graph *g, QTreeWidgetItem *parent, const QString &s) | |
void | setActive (bool select) |
Protected Member Functions | |
void | insertCurvesList () |
void | insertEnrichmentsList () |
Protected Attributes | |
Graph * | d_graph |
LayerItem tree widget item class.
LayerItem::LayerItem | ( | Graph * | g, |
QTreeWidgetItem * | parent, | ||
const QString & | s | ||
) |
References insertCurvesList(), and insertEnrichmentsList().
Graph* LayerItem::graph | ( | ) | [inline] |
void LayerItem::insertCurvesList | ( | ) | [protected] |
References Graph::curveCount(), d_graph, Graph::Function, Graph::plotItem(), and PlotCurve::type().
Referenced by LayerItem().
void LayerItem::insertEnrichmentsList | ( | ) | [protected] |
References d_graph, and Graph::enrichmentsList().
Referenced by LayerItem().
void LayerItem::setActive | ( | bool | select | ) |
Referenced by PlotDialog::setActiveLayer(), and PlotDialog::setMultiLayer().
Graph* LayerItem::d_graph [protected] |
Referenced by graph(), insertCurvesList(), and insertEnrichmentsList().