#include <WP6ParagraphGroup.h>
Public Member Functions | |
| WP6ParagraphGroup (WPXInputStream *input) | |
| ~WP6ParagraphGroup () | |
| void | _readContents (WPXInputStream *input) |
| void | parse (WP6Listener *listener) |
Private Member Functions | |
| WP6ParagraphGroup (const WP6ParagraphGroup &) | |
| WP6ParagraphGroup & | operator= (const WP6ParagraphGroup &) |
Private Attributes | |
| WP6VariableLengthGroup_SubGroup * | m_subGroupData |
| WP6ParagraphGroup::WP6ParagraphGroup | ( | WPXInputStream * | input | ) |
| WP6ParagraphGroup::~WP6ParagraphGroup | ( | ) |
| WP6ParagraphGroup::WP6ParagraphGroup | ( | const WP6ParagraphGroup & | ) | [private] |
| void WP6ParagraphGroup::_readContents | ( | WPXInputStream * | input | ) | [virtual] |
Reimplemented from WP6VariableLengthGroup.
| WP6ParagraphGroup& WP6ParagraphGroup::operator= | ( | const WP6ParagraphGroup & | ) | [private] |
| void WP6ParagraphGroup::parse | ( | WP6Listener * | listener | ) | [virtual] |
Implements WP6Part.
Referenced by _readContents(), parse(), and ~WP6ParagraphGroup().