#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 |
| libqxp::LineStyle::LineStyle | ( | ) | [inline] |
| libqxp::LineStyle::LineStyle | ( | std::vector< double > | segments, |
| bool | proportional, | ||
| double | pattern, | ||
| LineCapType | endcap, | ||
| LineJoinType | join | ||
| ) | [inline] |
Referenced by libqxp::QXPContentCollector::writeFrame().
Referenced by libqxp::QXPContentCollector::writeFrame().
Referenced by libqxp::QXPContentCollector::writeFrame().
| std::vector<double> libqxp::LineStyle::segmentLengths |
Referenced by libqxp::QXPContentCollector::writeFrame().