21#include <quentier/utility/Linkage.h>
22#include <quentier/utility/Printable.h>
27namespace quentier::enml {
The Printable class is the interface for Quentier's internal classes which should be able to write th...
Definition Printable.h:38
The Result template class represents the bare bones result monad implementation which either contains...
Definition Result.h:38
The IHtmlData represents the result of ENML to HTML conversion: HTML itself plus some metadata.
Definition IHtmlData.h:34
virtual quint32 numEnToDoNodes() const =0
virtual QString html() const =0
virtual quint32 numEnCryptNodes() const =0
virtual quint32 numEnDecryptedNodes() const =0
virtual quint32 numHyperlinkNodes() const =0