COPASI API
4.16.103
|
#include <CQNotes.h>
Public Member Functions | |
CQNotesContentHandler () | |
virtual bool | endElement (const QString &namespaceURI, const QString &localName, const QString &qName) |
const bool & | isFreeText () const |
bool | needsWrap () const |
virtual bool | startDocument () |
virtual bool | startElement (const QString &namespaceURI, const QString &localName, const QString &qName, const QXmlAttributes &atts) |
~CQNotesContentHandler () | |
Private Attributes | |
bool | mIsFreeText |
size_t | mLevel |
bool | mNeedsWrap |
CQNotesContentHandler::CQNotesContentHandler | ( | ) |
Definition at line 73 of file CQNotes.cpp.
CQNotesContentHandler::~CQNotesContentHandler | ( | ) |
Definition at line 80 of file CQNotes.cpp.
|
virtual |
const bool & CQNotesContentHandler::isFreeText | ( | ) | const |
Definition at line 122 of file CQNotes.cpp.
References mIsFreeText.
Referenced by CQValidatorXML::validate().
bool CQNotesContentHandler::needsWrap | ( | ) | const |
Definition at line 127 of file CQNotes.cpp.
References mIsFreeText, and mNeedsWrap.
Referenced by CQValidatorXML::validate().
|
virtual |
|
virtual |
|
private |
Definition at line 60 of file CQNotes.h.
Referenced by isFreeText(), needsWrap(), startDocument(), and startElement().
|
private |
Definition at line 64 of file CQNotes.h.
Referenced by endElement(), startDocument(), and startElement().
|
private |
Definition at line 62 of file CQNotes.h.
Referenced by needsWrap(), startDocument(), and startElement().