QtiPlot  0.9.8.2
Public Attributes | List of all members
CurveLayout Struct Reference

Structure containing curve layout parameters. More...

#include <Graph.h>

Public Attributes

QColor aCol
 curve area color More...
 
int aStyle
 area filling style More...
 
int connectType
 symbol connection type More...
 
QColor fillCol
 symbol fill color More...
 
double filledArea
 flag: toggles area filling under curve; if > 0 it containts the alphaF value of the brush color More...
 
QColor lCol
 line color More...
 
int lStyle
 line style More...
 
float lWidth
 line width More...
 
float penWidth
 symbol outline width More...
 
int sSize
 symbol size More...
 
int sType
 symbol type (shape) More...
 
QColor symCol
 symbol outline color More...
 

Detailed Description

Structure containing curve layout parameters.

Member Data Documentation

§ aCol

QColor CurveLayout::aCol

§ aStyle

int CurveLayout::aStyle

§ connectType

int CurveLayout::connectType

§ fillCol

QColor CurveLayout::fillCol

§ filledArea

double CurveLayout::filledArea

flag: toggles area filling under curve; if > 0 it containts the alphaF value of the brush color

Referenced by CurvesDialog::addCurveFromTable(), Graph::initCurveLayout(), ApplicationWindow::openGraph(), and Graph::updateCurveLayout().

§ lCol

QColor CurveLayout::lCol

§ lStyle

int CurveLayout::lStyle

§ lWidth

float CurveLayout::lWidth

§ penWidth

float CurveLayout::penWidth

§ sSize

int CurveLayout::sSize

§ sType

int CurveLayout::sType

§ symCol

QColor CurveLayout::symCol

The documentation for this struct was generated from the following file: