#include <Dash.h>
Public Member Functions | |
| Dash (double distance, DotStyle dotStyle) | |
Public Attributes | |
| double | m_distance |
| DotStyle | m_dotStyle |
| std::vector< Dot > | m_dots |
| libmspub::Dash::Dash | ( | double | distance, |
| DotStyle | dotStyle | ||
| ) | [inline] |
| double libmspub::Dash::m_distance |
Referenced by libmspub::operator==(), and libmspub::MSPUBCollector::paintShape().
| std::vector<Dot> libmspub::Dash::m_dots |
Referenced by libmspub::getDash(), libmspub::operator==(), and libmspub::MSPUBCollector::paintShape().
Referenced by libmspub::operator==(), and libmspub::MSPUBCollector::paintShape().