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