class to store a list of item More...
#include <StarItem.hxx>
Public Member Functions | |
StarItemSet () | |
constructor More... | |
bool | empty () const |
return true if the set is empty More... | |
bool | add (shared_ptr< StarItem > item) |
try to add a item More... | |
std::string | printChild () const |
debug function to print the child field More... | |
Public Attributes | |
librevenge::RVNGString | m_style |
item set name More... | |
int | m_family |
the family More... | |
std::map< int, shared_ptr< StarItem > > | m_whichToItemMap |
the list of item More... | |
class to store a list of item
|
inline |
constructor
bool StarItemSet::add | ( | shared_ptr< StarItem > | item | ) |
try to add a item
Referenced by StarObject::readItemSet().
|
inline |
return true if the set is empty
std::string StarItemSet::printChild | ( | ) | const |
debug function to print the child field
Referenced by operator<<(), StarObjectSmallTextInternal::Paragraph::send(), and StarObjectSpreadsheet::updatePageSpans().
int StarItemSet::m_family |
the family
Referenced by StarItemPool::updateUsingStyles().
librevenge::RVNGString StarItemSet::m_style |
item set name
Referenced by StarItemPool::updateUsingStyles().
std::map<int, shared_ptr<StarItem> > StarItemSet::m_whichToItemMap |
the list of item
Referenced by add(), StarCharAttribute::StarCAttributeCharFormat::addTo(), StarItemPool::defineGraphicStyle(), StarItemPool::defineParagraphStyle(), StarObjectTextInternal::TextZone::inventoryPage(), printChild(), StarObject::readItemSet(), StarObjectSmallTextInternal::Paragraph::send(), StarObjectTextInternal::TextZone::send(), StarObjectSpreadsheet::updatePageSpans(), StarObjectSmallGraphicInternal::SdrGraphicAttribute::updateStyle(), StarItemPool::updateStyles(), and StarItemPool::updateUsingStyles().