StarItemSet Class Reference

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 (std::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, std::shared_ptr< StarItem > > m_whichToItemMap
 the list of item More...
 

Detailed Description

class to store a list of item

Constructor & Destructor Documentation

◆ StarItemSet()

StarItemSet::StarItemSet ( )
inline

constructor

Member Function Documentation

◆ add()

bool StarItemSet::add ( std::shared_ptr< StarItem item)

try to add a item

Referenced by StarObject::readItemSet().

◆ empty()

bool StarItemSet::empty ( ) const
inline

return true if the set is empty

Referenced by StarAttributeItemSet::print().

◆ printChild()

std::string StarItemSet::printChild ( ) const

Member Data Documentation

◆ m_family

int StarItemSet::m_family

◆ m_style

librevenge::RVNGString StarItemSet::m_style

◆ m_whichToItemMap


The documentation for this class was generated from the following files:

Generated on Mon Jan 20 2020 23:02:19 for libstaroffice by doxygen 1.8.16