a class which stores section properties More...
#include <STOFFSection.hxx>
Public Member Functions | |
STOFFSection () | |
constructor | |
virtual | ~STOFFSection () |
destructor | |
int | numColumns () const |
returns the number of columns | |
void | addTo (librevenge::RVNGPropertyList &propList) const |
add to the propList | |
bool | operator!= (STOFFSection const &sec) const |
operator!= | |
bool | operator== (STOFFSection const &sec) const |
operator== | |
Public Attributes | |
librevenge::RVNGPropertyList | m_propertyList |
the propertyList |
a class which stores section properties
STOFFSection::STOFFSection | ( | ) | [inline] |
constructor
STOFFSection::~STOFFSection | ( | ) | [virtual] |
destructor
void STOFFSection::addTo | ( | librevenge::RVNGPropertyList & | propList | ) | const |
add to the propList
int STOFFSection::numColumns | ( | ) | const |
returns the number of columns
bool STOFFSection::operator!= | ( | STOFFSection const & | sec | ) | const |
operator!=
Referenced by operator==().
bool STOFFSection::operator== | ( | STOFFSection const & | sec | ) | const [inline] |
operator==
librevenge::RVNGPropertyList STOFFSection::m_propertyList |
the propertyList
Referenced by addTo(), numColumns(), and operator!=().