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