the state of a StarObject More...
Public Member Functions | |
State () | |
constructor | |
State (State const &orig) | |
copy constructor | |
Public Attributes | |
std::vector< shared_ptr < StarItemPool > > | m_poolList |
the list of pool | |
shared_ptr< StarAttributeManager > | m_attributeManager |
the attribute manager | |
shared_ptr< StarFormatManager > | m_formatManager |
the format manager | |
librevenge::RVNGString | m_userMetaNames [4] |
the list of user name | |
Private Member Functions | |
State | operator= (State const &orig) |
the state of a StarObject
StarObjectInternal::State::State | ( | ) | [inline] |
constructor
StarObjectInternal::State::State | ( | State const & | orig | ) | [inline] |
copy constructor
the attribute manager
the format manager
std::vector<shared_ptr<StarItemPool> > StarObjectInternal::State::m_poolList |
the list of pool
librevenge::RVNGString StarObjectInternal::State::m_userMetaNames[4] |
the list of user name
Referenced by State().