structure to store a TOX51 in a text zone More...
#include <StarWriterStruct.hxx>
Public Member Functions | |
| TOX51 () | |
| constructor | |
| ~TOX51 () | |
| destructor | |
| bool | read (StarZone &zone, StarObject &object) |
| try to read a TOX51 | |
Static Public Member Functions | |
| static bool | readList (StarZone &zone, std::vector< TOX51 > &toxList, StarObject &object) |
| try to read a list of TOX51 | |
Public Attributes | |
| librevenge::RVNGString | m_typeName |
| the typeName | |
| int | m_type |
| the type | |
| int | m_createType |
| the createType | |
| int | m_firstTabPos |
| the firstTabPos | |
| librevenge::RVNGString | m_title |
| the title | |
| std::vector < librevenge::RVNGString > | m_patternList |
| the pattern list | |
| std::vector< int > | m_stringIdList |
| a list of template string ids | |
| int | m_infLevel |
| the inf level | |
Friends | |
| std::ostream & | operator<< (std::ostream &o, TOX51 const &tox) |
| operator<< | |
structure to store a TOX51 in a text zone
| StarWriterStruct::TOX51::TOX51 | ( | ) | [inline] |
constructor
destructor
| bool StarWriterStruct::TOX51::read | ( | StarZone & | zone, |
| StarObject & | object | ||
| ) |
try to read a TOX51
Referenced by readList().
| bool StarWriterStruct::TOX51::readList | ( | StarZone & | zone, |
| std::vector< TOX51 > & | toxList, | ||
| StarObject & | object | ||
| ) | [static] |
try to read a list of TOX51
Referenced by StarObjectText::readWriterDocument().
| std::ostream& operator<< | ( | std::ostream & | o, |
| TOX51 const & | tox | ||
| ) | [friend] |
operator<<
the createType
Referenced by StarWriterStruct::operator<<(), and read().
the firstTabPos
Referenced by StarWriterStruct::operator<<(), and read().
the inf level
Referenced by StarWriterStruct::operator<<(), and read().
| std::vector<librevenge::RVNGString> StarWriterStruct::TOX51::m_patternList |
the pattern list
Referenced by StarWriterStruct::operator<<(), and read().
| std::vector<int> StarWriterStruct::TOX51::m_stringIdList |
a list of template string ids
Referenced by StarWriterStruct::operator<<(), and read().
| librevenge::RVNGString StarWriterStruct::TOX51::m_title |
the title
Referenced by StarWriterStruct::operator<<(), and read().
the type
Referenced by StarWriterStruct::operator<<(), and read().
| librevenge::RVNGString StarWriterStruct::TOX51::m_typeName |
the typeName
Referenced by StarWriterStruct::operator<<(), and read().