10 #ifndef INCLUDED_DASH_H 11 #define INCLUDED_DASH_H 15 #include <boost/optional.hpp> 42 Dot(
unsigned count) : m_length(), m_count(count)
45 Dot(
unsigned count,
double length) : m_length(length), m_count(count)
55 m_dotStyle(dotStyle), m_dots()
Dot(unsigned count, double length)
Definition: Dash.h:45
bool operator==(const ColorReference &l, const ColorReference &r)
Definition: ColorReference.cpp:52
boost::optional< double > m_length
Definition: Dash.h:40
DotStyle
Definition: Dash.h:19
std::vector< Dot > m_dots
Definition: Dash.h:53
unsigned m_count
Definition: Dash.h:41
Dash getDash(MSPUBDashStyle style, unsigned shapeLineWidthEmu, DotStyle dotStyle)
Definition: Dash.cpp:45
Dash(double distance, DotStyle dotStyle)
Definition: Dash.h:54
bool operator!=(const Dot &lhs, const Dot &rhs)
Definition: Dash.cpp:23
Dot(unsigned count)
Definition: Dash.h:42
MSPUBDashStyle
Definition: Dash.h:24
DotStyle m_dotStyle
Definition: Dash.h:52
double m_distance
Definition: Dash.h:51