libqxp::LineStyle Struct Reference

#include <QXPTypes.h>

Public Member Functions

 LineStyle ()
 
 LineStyle (std::vector< double > segments, bool proportional, double pattern, LineCapType endcap, LineJoinType join)
 

Public Attributes

std::vector< double > segmentLengths
 
bool isStripe
 
bool isProportional
 
double patternLength
 
LineCapType endcapType
 
LineJoinType joinType
 

Constructor & Destructor Documentation

§ LineStyle() [1/2]

libqxp::LineStyle::LineStyle ( )
inline

§ LineStyle() [2/2]

libqxp::LineStyle::LineStyle ( std::vector< double >  segments,
bool  proportional,
double  pattern,
LineCapType  endcap,
LineJoinType  join 
)
inline

Member Data Documentation

§ endcapType

LineCapType libqxp::LineStyle::endcapType

§ isProportional

bool libqxp::LineStyle::isProportional

§ isStripe

bool libqxp::LineStyle::isStripe

§ joinType

LineJoinType libqxp::LineStyle::joinType

§ patternLength

double libqxp::LineStyle::patternLength

§ segmentLengths

std::vector<double> libqxp::LineStyle::segmentLengths

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

Generated for libqxp by doxygen 1.8.12