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
Referenced by StarAttributeItemSet::print().
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 StarCellAttribute::StarCAttributePattern::read(), and StarItemPool::updateUsingStyles().
librevenge::RVNGString StarItemSet::m_style |
item set name
Referenced by StarAttributeItemSet::addTo(), StarCellAttribute::StarCAttributePattern::read(), and StarItemPool::updateUsingStyles().
std::map<int, shared_ptr<StarItem> > StarItemSet::m_whichToItemMap |
the list of item
Referenced by add(), StarCharAttribute::StarCAttributeCharFormat::addTo(), StarAttributeItemSet::addTo(), StarItemPool::defineGraphicStyle(), StarItemPool::defineParagraphStyle(), empty(), StarObjectTextInternal::TextZone::inventoryPage(), StarAttributeItemSet::print(), printChild(), StarObject::readItemSet(), StarObjectSmallTextInternal::Paragraph::send(), StarObjectTextInternal::TextZone::send(), StarAttributeItemSet::send(), StarObjectSpreadsheet::updatePageSpans(), StarObjectSmallGraphicInternal::SdrGraphicAttribute::updateStyle(), StarItemPool::updateStyles(), and StarItemPool::updateUsingStyles().