Internal a Graphic of a WingzGraph. More...
Public Member Functions | |
Graphic () | |
the constructor More... | |
Public Attributes | |
int | m_type |
the file type More... | |
int | m_order |
the order More... | |
MWAWBox2i | m_position |
the cell More... | |
MWAWBox2f | m_relativePosition |
the relative position (% of cell) More... | |
MWAWGraphicStyle | m_style |
the graphic style More... | |
float | m_angles [2] |
the angles: for arc More... | |
std::vector< MWAWVec2f > | m_vertices |
the vertices list: poly (% of box) More... | |
std::vector< std::shared_ptr< Graphic > > | m_children |
the children: group More... | |
MWAWEntry | m_entry [2] |
the data : if picture 0: data, if textbox/button 0:button, 1:title More... | |
MWAWFont | m_font [2] |
the name/title basic font More... | |
int | m_textType |
the textbox type More... | |
MWAWEntry | m_textEntry |
the textbox entry More... | |
std::vector< MWAWFont > | m_fontList |
list of fonts: textbox More... | |
std::map< int, size_t > | m_posToFontId |
map pos to fontId More... | |
MWAWParagraph | m_paragraph |
the paragraph: textbox More... | |
int | m_flag |
some flag (depending of type) More... | |
Internal a Graphic of a WingzGraph.
|
inline |
the constructor
float WingzGraphInternal::Graphic::m_angles[2] |
the angles: for arc
Referenced by Graphic(), and WingzGraph::sendShape().
std::vector<std::shared_ptr<Graphic> > WingzGraphInternal::Graphic::m_children |
the children: group
Referenced by WingzGraph::sendGraphic().
MWAWEntry WingzGraphInternal::Graphic::m_entry[2] |
the data : if picture 0: data, if textbox/button 0:button, 1:title
Referenced by WingzGraph::sendPicture(), and WingzGraph::sendText().
int WingzGraphInternal::Graphic::m_flag |
some flag (depending of type)
Referenced by WingzGraph::sendShape().
MWAWFont WingzGraphInternal::Graphic::m_font[2] |
the name/title basic font
Referenced by WingzGraph::sendText().
std::vector<MWAWFont> WingzGraphInternal::Graphic::m_fontList |
list of fonts: textbox
Referenced by WingzGraph::sendText().
int WingzGraphInternal::Graphic::m_order |
the order
Referenced by WingzGraph::sendGraphic().
MWAWParagraph WingzGraphInternal::Graphic::m_paragraph |
the paragraph: textbox
Referenced by WingzGraph::sendText().
MWAWBox2i WingzGraphInternal::Graphic::m_position |
the cell
Referenced by WingzGraph::sendGraphic().
std::map<int, size_t> WingzGraphInternal::Graphic::m_posToFontId |
map pos to fontId
Referenced by WingzGraph::sendText().
MWAWBox2f WingzGraphInternal::Graphic::m_relativePosition |
the relative position (% of cell)
Referenced by WingzGraph::sendGraphic().
MWAWGraphicStyle WingzGraphInternal::Graphic::m_style |
the graphic style
Referenced by WingzGraph::sendGraphic(), and WingzGraph::sendShape().
MWAWEntry WingzGraphInternal::Graphic::m_textEntry |
the textbox entry
Referenced by WingzGraph::sendText().
int WingzGraphInternal::Graphic::m_textType |
the textbox type
Referenced by WingzGraph::sendText().
int WingzGraphInternal::Graphic::m_type |
the file type
Referenced by WingzGraph::sendGraphic(), and WingzGraph::sendShape().
std::vector<MWAWVec2f> WingzGraphInternal::Graphic::m_vertices |
the vertices list: poly (% of box)
Referenced by WingzGraph::sendShape().