Public Member Functions | |
VSDGeometry (unsigned id, unsigned level, const boost::optional< bool > &noFill, const boost::optional< bool > &noLine, const boost::optional< bool > &noShow) | |
~VSDGeometry () override | |
void | handle (VSDCollector *collector) const override |
VSDGeometryListElement * | clone () override |
Public Member Functions inherited from libvisio::VSDGeometryListElement | |
VSDGeometryListElement (unsigned id, unsigned level) | |
virtual | ~VSDGeometryListElement () |
virtual unsigned | getDataID () const |
void | setLevel (unsigned level) |
Public Attributes | |
bool | m_noFill |
bool | m_noLine |
bool | m_noShow |
Additional Inherited Members | |
Protected Attributes inherited from libvisio::VSDGeometryListElement | |
unsigned | m_id |
unsigned | m_level |
|
inline |
Referenced by clone().
|
inlineoverride |
|
overridevirtual |
Implements libvisio::VSDGeometryListElement.
|
overridevirtual |
Implements libvisio::VSDGeometryListElement.
bool libvisio::VSDGeometry::m_noFill |
Referenced by clone(), handle(), and VSDGeometry().
bool libvisio::VSDGeometry::m_noLine |
Referenced by clone(), handle(), and VSDGeometry().
bool libvisio::VSDGeometry::m_noShow |
Referenced by clone(), handle(), and VSDGeometry().