libquentier 0.8.0
The library for rich desktop clients of Evernote service
|
The IHtmlData represents the result of ENML to HTML conversion: HTML itself plus some metadata. More...
#include <IHtmlData.h>
Public Member Functions | |
virtual QString | html () const =0 |
virtual quint32 | numEnToDoNodes () const =0 |
virtual quint32 | numHyperlinkNodes () const =0 |
virtual quint32 | numEnCryptNodes () const =0 |
virtual quint32 | numEnDecryptedNodes () const =0 |
QTextStream & | print (QTextStream &strm) const override |
![]() | |
QString | toString () const |
The IHtmlData represents the result of ENML to HTML conversion: HTML itself plus some metadata.
HTML representation of note content
Number of en-crypt nodes within note HTML
Number of decrypted en-crypt nodes within note HTML
Number of ToDo nodes within note HTML
Number of hyperlink nodes within note HTML
|
overridevirtual |
Implements quentier::Printable.