#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 |
|
inline |
|
inline |
LineCapType libqxp::LineStyle::endcapType |
Referenced by LineStyle(), LineStyle(), and libqxp::QXPContentCollector::writeFrame().
bool libqxp::LineStyle::isProportional |
Referenced by LineStyle(), LineStyle(), and libqxp::QXPContentCollector::writeFrame().
bool libqxp::LineStyle::isStripe |
Referenced by LineStyle(), LineStyle(), and libqxp::QXPContentCollector::writeFrame().
LineJoinType libqxp::LineStyle::joinType |
Referenced by LineStyle(), LineStyle(), and libqxp::QXPContentCollector::writeFrame().
double libqxp::LineStyle::patternLength |
Referenced by LineStyle(), LineStyle(), and libqxp::QXPContentCollector::writeFrame().
std::vector<double> libqxp::LineStyle::segmentLengths |
Referenced by LineStyle(), LineStyle(), and libqxp::QXPContentCollector::writeFrame().