#include <StarFormatManager.hxx>
| Public Member Functions | |
| FormatDef () | |
| constructor | |
| ~FormatDef () | |
| destructor | |
| void | updateState (StarState &state) const | 
| try to update the state | |
| bool | send (STOFFListenerPtr listener, StarState &state) const | 
| try to send the data to a listener | |
| void | printData (libstoff::DebugStream &o) const | 
| debug function to print the data | |
| Public Attributes | |
| librevenge::RVNGString | m_names [2] | 
| the pool name, the read name | |
| std::vector< StarWriterStruct::Attribute > | m_attributeList | 
| the attributes list | |
| int | m_values [3] | 
| nDerived, nPoolId, nObjRef | |
| 
 | inline | 
constructor
| StarFormatManagerInternal::FormatDef::~FormatDef | ( | ) | 
destructor
| void StarFormatManagerInternal::FormatDef::printData | ( | libstoff::DebugStream & | o | ) | const | 
debug function to print the data
| bool StarFormatManagerInternal::FormatDef::send | ( | STOFFListenerPtr | listener, | 
| StarState & | state ) const | 
try to send the data to a listener
| void StarFormatManagerInternal::FormatDef::updateState | ( | StarState & | state | ) | const | 
try to update the state
| std::vector<StarWriterStruct::Attribute> StarFormatManagerInternal::FormatDef::m_attributeList | 
the attributes list
Referenced by FormatDef(), send(), and updateState().
| librevenge::RVNGString StarFormatManagerInternal::FormatDef::m_names[2] | 
the pool name, the read name
Referenced by printData().
| int StarFormatManagerInternal::FormatDef::m_values[3] | 
nDerived, nPoolId, nObjRef
Referenced by FormatDef(), printData(), and send().