structure of FreeHandParserInternal used to stored a textbox More...
| Public Member Functions | |
| Textbox (int id) | |
| constructor  More... | |
| Public Attributes | |
| int | m_id | 
| the textbox id  More... | |
| int | m_layerId | 
| the layer id  More... | |
| MWAWBox2f | m_box | 
| the main box  More... | |
| MWAWTransformation | m_transformation | 
| the transformation  More... | |
| MWAWVec2f | m_spacings | 
| the letter/word spacing  More... | |
| MWAWVec2f | m_scalings | 
| the horizontal/vertical scalings  More... | |
| float | m_baseline | 
| the baseline  More... | |
| MWAWParagraph::Justification | m_justify | 
| the paragraph justification  More... | |
| MWAWEntry | m_text | 
| the text data  More... | |
| std::map< int, Font > | m_posToFontMap | 
| map char pos to font  More... | |
| bool | m_isSent | 
| flag to known if a shape is sent  More... | |
structure of FreeHandParserInternal used to stored a textbox
| 
 | inlineexplicit | 
constructor
| float FreeHandParserInternal::Textbox::m_baseline | 
the baseline
Referenced by FreeHandParser::readTextboxV2().
| MWAWBox2f FreeHandParserInternal::Textbox::m_box | 
the main box
Referenced by FreeHandParser::readTextboxV1(), FreeHandParser::readTextboxV2(), and FreeHandParser::sendTextbox().
| int FreeHandParserInternal::Textbox::m_id | 
the textbox id
Referenced by FreeHandParser::sendTextbox().
| 
 | mutable | 
flag to known if a shape is sent
Referenced by FreeHandParser::sendTextbox().
| MWAWParagraph::Justification FreeHandParserInternal::Textbox::m_justify | 
the paragraph justification
Referenced by FreeHandParser::readTextboxV1(), and FreeHandParser::readTextboxV2().
| int FreeHandParserInternal::Textbox::m_layerId | 
the layer id
Referenced by FreeHandParser::readTextboxV1(), and FreeHandParser::readTextboxV2().
| std::map<int,Font> FreeHandParserInternal::Textbox::m_posToFontMap | 
map char pos to font
Referenced by FreeHandParser::readTextboxV1(), and FreeHandParser::readTextboxV2().
| MWAWVec2f FreeHandParserInternal::Textbox::m_scalings | 
the horizontal/vertical scalings
Referenced by FreeHandParser::readTextboxV1(), and FreeHandParser::readTextboxV2().
| MWAWVec2f FreeHandParserInternal::Textbox::m_spacings | 
the letter/word spacing
Referenced by FreeHandParser::readTextboxV1(), and FreeHandParser::readTextboxV2().
| MWAWEntry FreeHandParserInternal::Textbox::m_text | 
the text data
Referenced by FreeHandParser::readTextboxV1(), and FreeHandParser::readTextboxV2().
| MWAWTransformation FreeHandParserInternal::Textbox::m_transformation | 
the transformation
Referenced by FreeHandParser::readTextboxV1(), FreeHandParser::readTextboxV2(), and FreeHandParser::sendTextbox().