#include <WPG2Parser.h>
Public Member Functions | |
WPGGroupContext () | |
bool | isCompoundPolygon () const |
Public Attributes | |
unsigned | subIndex |
int | parentType |
librevenge::RVNGPropertyListVector | compoundPath |
WPG2TransformMatrix | compoundMatrix |
bool | compoundWindingRule |
bool | compoundFilled |
bool | compoundFramed |
bool | compoundClosed |
|
inline |
|
inline |
Referenced by WPG2Parser::parse().
bool WPGGroupContext::compoundClosed |
Referenced by WPG2Parser::flushCompoundPolygon(), WPG2Parser::parse(), and WPGGroupContext().
bool WPGGroupContext::compoundFilled |
Referenced by WPG2Parser::flushCompoundPolygon(), WPG2Parser::parse(), and WPGGroupContext().
bool WPGGroupContext::compoundFramed |
Referenced by WPG2Parser::flushCompoundPolygon(), WPG2Parser::parse(), and WPGGroupContext().
WPG2TransformMatrix WPGGroupContext::compoundMatrix |
Referenced by WPG2Parser::parse(), and WPGGroupContext().
librevenge::RVNGPropertyListVector WPGGroupContext::compoundPath |
Referenced by WPG2Parser::flushCompoundPolygon(), and WPGGroupContext().
bool WPGGroupContext::compoundWindingRule |
Referenced by WPG2Parser::flushCompoundPolygon(), and WPGGroupContext().
int WPGGroupContext::parentType |
Referenced by isCompoundPolygon(), WPG2Parser::parse(), and WPGGroupContext().
unsigned WPGGroupContext::subIndex |
Referenced by WPG2Parser::parse(), and WPGGroupContext().