Structure containing curve layout parameters. More...
#include <Graph.h>
Public Attributes | |
QColor | aCol |
curve area color | |
int | aStyle |
area filling style | |
int | connectType |
symbol connection type | |
QColor | fillCol |
symbol fill color | |
int | filledArea |
flag: toggles area filling under curve | |
QColor | 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) | |
QColor | symCol |
symbol outline color |
Structure containing curve layout parameters.
QColor CurveLayout::aCol |
curve area color
Referenced by CurvesDialog::addCurve(), ImportOPJ::importGraphs(), Graph::initCurveLayout(), ApplicationWindow::openGraph(), and Graph::updateCurveLayout().
area filling style
Referenced by CurvesDialog::addCurve(), ImportOPJ::importGraphs(), Graph::initCurveLayout(), ApplicationWindow::openGraph(), and Graph::updateCurveLayout().
symbol connection type
Referenced by CurvesDialog::addCurve(), Graph::initCurveLayout(), ApplicationWindow::openGraph(), and Graph::updateCurveLayout().
QColor CurveLayout::fillCol |
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().
QColor CurveLayout::lCol |
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().
QColor CurveLayout::symCol |
symbol outline color
Referenced by CurvesDialog::addCurve(), ImportOPJ::importGraphs(), Graph::initCurveLayout(), ApplicationWindow::openGraph(), and Graph::updateCurveLayout().