SciDAVis
1.D4
|
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 () |
Protected Attributes | |
Graph * | d_graph |
LayerItem tree widget item class.
LayerItem::LayerItem | ( | Graph * | g, |
QTreeWidgetItem * | parent, | ||
const QString & | s | ||
) |
References insertCurvesList().
|
inline |
References d_graph.
Referenced by PlotDialog::changeMargin(), PlotDialog::pickBackgroundColor(), PlotDialog::pickBorderColor(), PlotDialog::pickCanvasColor(), PlotDialog::setActiveLayer(), PlotDialog::updateAntialiasing(), PlotDialog::updateBackgroundTransparency(), PlotDialog::updateBorder(), and PlotDialog::updateCanvasTransparency().
|
protected |
References Graph::curves(), d_graph, Graph::Function, Graph::plotItem(), and PlotCurve::type().
Referenced by LayerItem().
void LayerItem::setActive | ( | bool | select | ) |
Referenced by PlotDialog::selectCurve(), PlotDialog::setActiveLayer(), and PlotDialog::setMultiLayer().
|
protected |
Referenced by graph(), and insertCurvesList().