virtual class to define a sub document More...
#include <WPSSubDocument.h>
Public Member Functions | |
WPSSubDocument (RVNGInputStreamPtr &input, int id=0) | |
constructor More... | |
virtual | ~WPSSubDocument () |
destructor More... | |
RVNGInputStreamPtr & | getInput () |
returns the input More... | |
int | id () const |
get the identificator More... | |
void | setId (int i) |
set the identificator More... | |
virtual bool | operator== (shared_ptr< WPSSubDocument > const &doc) const |
an operator = More... | |
bool | operator!= (shared_ptr< WPSSubDocument > const &doc) const |
Protected Attributes | |
RVNGInputStreamPtr | m_input |
int | m_id |
Private Member Functions | |
WPSSubDocument (const WPSSubDocument &) | |
WPSSubDocument & | operator= (const WPSSubDocument &) |
virtual class to define a sub document
WPSSubDocument::WPSSubDocument | ( | RVNGInputStreamPtr & | input, |
int | id = 0 |
||
) |
constructor
|
virtual |
destructor
|
private |
|
inline |
returns the input
|
inline |
get the identificator
|
inline |
|
private |
|
virtual |
an operator =
Reimplemented in WPS8TextInternal::SubDocument, and WKSSubDocument.
Referenced by operator!=().
|
inline |
set the identificator
|
protected |
Referenced by id(), operator==(), and setId().
|
protected |
Referenced by getInput(), WPSTextSubDocument::getInput(), operator==(), and WPS8TextInternal::SubDocument::parse().