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

QColor CurveLayout::aCol
int CurveLayout::aStyle
int CurveLayout::connectType
QColor CurveLayout::fillCol
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().

QColor CurveLayout::lCol
int CurveLayout::lStyle
float CurveLayout::lWidth
float CurveLayout::penWidth
int CurveLayout::sSize
int CurveLayout::sType
QColor CurveLayout::symCol

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