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 (shared_ptr< WPSStream > stream) | |
constructor More... | |
Public Attributes | |
int | m_type |
the zone type More... | |
int | m_subType |
the sub type More... | |
int | m_id |
the zone id More... | |
Vec2i | m_cell |
the cell More... | |
Vec2f | m_cellPosition |
the position in the cell More... | |
Vec2i | m_frameSize |
the frame dimension More... | |
WPSBox2i | m_pictureDim |
the picture dimension More... | |
WPSGraphicShape | m_shape |
the graphic shape More... | |
WPSGraphicStyle | m_graphicStyle |
the graphic style wk4 More... | |
bool | m_hasShadow |
a flag to know if we need to add shadow More... | |
WPSEntry | m_textEntry |
the text entry (for textbox and button) More... | |
shared_ptr< WPSStream > | m_stream |
the stream More... | |
the graphic zone of a LotusGraph : wk4
|
inlineexplicit |
constructor
Vec2i LotusGraphInternal::ZoneWK4::m_cell |
the cell
Vec2f LotusGraphInternal::ZoneWK4::m_cellPosition |
the position in the cell
Vec2i LotusGraphInternal::ZoneWK4::m_frameSize |
the frame dimension
WPSGraphicStyle LotusGraphInternal::ZoneWK4::m_graphicStyle |
the graphic style wk4
bool LotusGraphInternal::ZoneWK4::m_hasShadow |
a flag to know if we need to add shadow
int LotusGraphInternal::ZoneWK4::m_id |
the zone id
WPSBox2i LotusGraphInternal::ZoneWK4::m_pictureDim |
the picture dimension
WPSGraphicShape LotusGraphInternal::ZoneWK4::m_shape |
the graphic shape
shared_ptr<WPSStream> LotusGraphInternal::ZoneWK4::m_stream |
the stream
int LotusGraphInternal::ZoneWK4::m_subType |
the sub type
WPSEntry LotusGraphInternal::ZoneWK4::m_textEntry |
the text entry (for textbox and button)
int LotusGraphInternal::ZoneWK4::m_type |
the zone type