StarItemSet Class Reference

class to store a list of item More...

#include <StarItem.hxx>

List of all members.

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

Detailed Description

class to store a list of item


Constructor & Destructor Documentation

constructor


Member Function Documentation

bool StarItemSet::add ( shared_ptr< StarItem item)

try to add a item

Referenced by StarObject::readItemSet().

bool StarItemSet::empty ( ) const [inline]

return true if the set is empty

Referenced by StarAttributeItemSet::print().

std::string StarItemSet::printChild ( ) const

Member Data Documentation


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