65 StarItem(std::shared_ptr<StarAttribute> attribute,
int which)
103 bool add(std::shared_ptr<StarItem> item);
virtual class used to store the different attribute
Definition StarAttribute.hxx:63
class to store a list of item
Definition StarItem.hxx:88
bool empty() const
return true if the set is empty
Definition StarItem.hxx:98
StarItemSet()
constructor
Definition StarItem.hxx:91
std::map< int, std::shared_ptr< StarItem > > m_whichToItemMap
the list of item
Definition StarItem.hxx:111
std::string printChild() const
debug function to print the child field
Definition StarItem.cxx:52
int m_family
the family
Definition StarItem.hxx:109
bool add(std::shared_ptr< StarItem > item)
try to add a item
Definition StarItem.cxx:42
librevenge::RVNGString m_style
item set name
Definition StarItem.hxx:107
brief class used to stored the style
Definition StarItem.hxx:116
int m_outlineLevel
the outline level
Definition StarItem.hxx:144
StarItemStyle()
constructor
Definition StarItem.hxx:123
int m_family
the family
Definition StarItem.hxx:136
FamilyStyle
the different family style
Definition StarItem.hxx:119
@ F_Pseudo
Definition StarItem.hxx:120
@ F_Paragraph
Definition StarItem.hxx:120
@ F_Page
Definition StarItem.hxx:120
@ F_Frame
Definition StarItem.hxx:120
@ F_Char
Definition StarItem.hxx:120
@ F_ALL
Definition StarItem.hxx:120
friend std::ostream & operator<<(std::ostream &o, StarItemStyle const &style)
operator<<
Definition StarItem.cxx:69
StarItemSet m_itemSet
the item list
Definition StarItem.hxx:140
librevenge::RVNGString m_names[4]
the name, the parent name, the follow name, the help names
Definition StarItem.hxx:134
unsigned m_helpId
the help id
Definition StarItem.hxx:142
int m_mask
the mask
Definition StarItem.hxx:138
class to store an item: ie.
Definition StarItem.hxx:54
StarItem & operator=(StarItem const &)
StarItem(StarItem const &)
int m_which
the which id
Definition StarItem.hxx:75
StarItem(int which)
constructor
Definition StarItem.hxx:57
StarItem(std::shared_ptr< StarAttribute > attribute, int which)
constructor from attribute
Definition StarItem.hxx:65
bool m_localId
true if which is local
Definition StarItem.hxx:79
int m_surrogateId
the surrogate id
Definition StarItem.hxx:77
std::shared_ptr< StarAttribute > m_attribute
the attribute if loaded
Definition StarItem.hxx:73