the graphic zone of a LotusGraph : wk4 More...
Public Types | |
enum | Type { Border , Chart , Group , Picture , Shape , TextBox , Unknown } |
the different type More... |
Public Member Functions | |
ZoneWK4 (std::shared_ptr< WPSStream > const &stream) | |
constructor |
Public Attributes | |
int | m_type |
the zone type | |
int | m_subType |
the sub type | |
int | m_id |
the zone id | |
Vec2i | m_cell |
the cell | |
Vec2f | m_cellPosition |
the position in the cell | |
Vec2i | m_frameSize |
the frame dimension | |
WPSBox2i | m_pictureDim |
the picture dimension | |
std::string | m_pictureName |
the picture name | |
WPSGraphicShape | m_shape |
the graphic shape | |
WPSGraphicStyle | m_graphicStyle |
the graphic style wk4 | |
bool | m_hasShadow |
a flag to know if we need to add shadow | |
WPSEntry | m_textEntry |
the text entry (for textbox and button) | |
std::shared_ptr< WPSStream > | m_stream |
the stream |
the graphic zone of a LotusGraph : wk4
|
inlineexplicit |
constructor
WPSGraphicStyle LotusGraphInternal::ZoneWK4::m_graphicStyle |
the graphic style wk4
Referenced by ZoneWK4().
bool LotusGraphInternal::ZoneWK4::m_hasShadow |
a flag to know if we need to add shadow
Referenced by ZoneWK4().
int LotusGraphInternal::ZoneWK4::m_id |
the zone id
Referenced by ZoneWK4().
std::string LotusGraphInternal::ZoneWK4::m_pictureName |
the picture name
Referenced by ZoneWK4().
WPSGraphicShape LotusGraphInternal::ZoneWK4::m_shape |
the graphic shape
Referenced by ZoneWK4().
std::shared_ptr<WPSStream> LotusGraphInternal::ZoneWK4::m_stream |
the stream
Referenced by ZoneWK4().
int LotusGraphInternal::ZoneWK4::m_subType |
the sub type
Referenced by ZoneWK4().
WPSEntry LotusGraphInternal::ZoneWK4::m_textEntry |
the text entry (for textbox and button)
Referenced by ZoneWK4().
int LotusGraphInternal::ZoneWK4::m_type |
the zone type
Referenced by ZoneWK4().