WP6ColumnGroup Class Reference

#include <WP6ColumnGroup.h>

Inheritance diagram for WP6ColumnGroup:
WP6VariableLengthGroup WP6Part

List of all members.

Public Member Functions

 WP6ColumnGroup (librevenge::RVNGInputStream *input, WPXEncryption *encryption)
void _readContents (librevenge::RVNGInputStream *input, WPXEncryption *encryption)
void parse (WP6Listener *listener)

Private Attributes

unsigned short m_margin
unsigned char m_colType
unsigned char m_numColumns
double m_rowSpacing
std::vector< bool > m_isFixedWidth
std::vector< double > m_columnWidth

Constructor & Destructor Documentation

WP6ColumnGroup::WP6ColumnGroup ( librevenge::RVNGInputStream *  input,
WPXEncryption encryption 
)

Member Function Documentation

void WP6ColumnGroup::_readContents ( librevenge::RVNGInputStream *  input,
WPXEncryption encryption 
) [virtual]

Reimplemented from WP6VariableLengthGroup.

void WP6ColumnGroup::parse ( WP6Listener listener) [virtual]

Implements WP6Part.


Member Data Documentation

unsigned char WP6ColumnGroup::m_colType [private]

Referenced by _readContents(), and parse().

std::vector<double> WP6ColumnGroup::m_columnWidth [private]

Referenced by _readContents(), and parse().

std::vector<bool> WP6ColumnGroup::m_isFixedWidth [private]

Referenced by _readContents(), and parse().

unsigned short WP6ColumnGroup::m_margin [private]

Referenced by _readContents(), and parse().

unsigned char WP6ColumnGroup::m_numColumns [private]

Referenced by _readContents(), and parse().

double WP6ColumnGroup::m_rowSpacing [private]

Referenced by _readContents().


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