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 (std::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, std::shared_ptr< StarItem > > | m_whichToItemMap | 
| the list of item | |
class to store a list of item
| 
 | inline | 
constructor
| bool StarItemSet::add | ( | std::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<<, StarObjectChart::readSCHAttributes(), and StarObjectTextInternal::TextZone::send().
| 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, std::shared_ptr<StarItem> > StarItemSet::m_whichToItemMap |