#include <Graph.h>
Public Attributes | |
| int | aCol |
| curve area color | |
| int | aStyle |
| area filling style | |
| int | connectType |
| symbol connection type | |
| int | fillCol |
| symbol fill color | |
| int | filledArea |
| flag: toggles area filling under curve | |
| int | lCol |
| line color | |
| int | lStyle |
| line style | |
| float | lWidth |
| line width | |
| float | penWidth |
| symbol outline width | |
| int | sSize |
| symbol size | |
| int | sType |
| symbol type (shape) | |
| int | symCol |
| symbol outline color | |
curve area color
Referenced by CurvesDialog::addCurve(), ImportOPJ::importGraphs(), Graph::initCurveLayout(), ApplicationWindow::openGraph(), and Graph::updateCurveLayout().
area filling style
Referenced by ImportOPJ::importGraphs(), Graph::initCurveLayout(), ApplicationWindow::openGraph(), and Graph::updateCurveLayout().
symbol connection type
Referenced by CurvesDialog::addCurve(), Graph::initCurveLayout(), ApplicationWindow::openGraph(), and Graph::updateCurveLayout().
symbol fill color
Referenced by CurvesDialog::addCurve(), ImportOPJ::importGraphs(), Graph::initCurveLayout(), ApplicationWindow::openGraph(), and Graph::updateCurveLayout().
flag: toggles area filling under curve
Referenced by CurvesDialog::addCurve(), ImportOPJ::importGraphs(), Graph::initCurveLayout(), ApplicationWindow::openGraph(), and Graph::updateCurveLayout().
line color
Referenced by CurvesDialog::addCurve(), ImportOPJ::importGraphs(), Graph::initCurveLayout(), ApplicationWindow::openGraph(), and Graph::updateCurveLayout().
line style
Referenced by ImportOPJ::importGraphs(), Graph::initCurveLayout(), ApplicationWindow::openGraph(), and Graph::updateCurveLayout().
| float CurveLayout::lWidth |
| float CurveLayout::penWidth |
symbol outline width
Referenced by ImportOPJ::importGraphs(), Graph::initCurveLayout(), ApplicationWindow::openGraph(), and Graph::updateCurveLayout().
symbol type (shape)
Referenced by CurvesDialog::addCurve(), ImportOPJ::importGraphs(), Graph::initCurveLayout(), ApplicationWindow::openGraph(), and Graph::updateCurveLayout().
symbol outline color
Referenced by CurvesDialog::addCurve(), ImportOPJ::importGraphs(), Graph::initCurveLayout(), ApplicationWindow::openGraph(), and Graph::updateCurveLayout().
1.5.6