#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::LayerItem | ( | Graph * | g, | |
| QTreeWidgetItem * | parent, | |||
| const QString & | s | |||
| ) |
References insertCurvesList(), and layer_disabled_xpm.
| Graph* LayerItem::graph | ( | ) | [inline] |
References d_graph.
Referenced by PlotDialog::acceptParams(), PlotDialog::changeMargin(), PlotDialog::pickBackgroundColor(), PlotDialog::pickBorderColor(), PlotDialog::pickCanvasColor(), PlotDialog::setActiveLayer(), PlotDialog::updateAntialiasing(), PlotDialog::updateBackgroundTransparency(), PlotDialog::updateBorder(), and PlotDialog::updateCanvasTransparency().
| void LayerItem::insertCurvesList | ( | ) | [protected] |
References Graph::curveCount(), d_graph, Graph::Function, Graph::plotItem(), and PlotCurve::type().
Referenced by LayerItem().
| void LayerItem::setActive | ( | bool | select | ) |
References layer_disabled_xpm, and layer_enabled_xpm.
Referenced by PlotDialog::selectCurve(), PlotDialog::setActiveLayer(), and PlotDialog::setMultiLayer().
Graph* LayerItem::d_graph [protected] |
Referenced by graph(), and insertCurvesList().
1.5.6