libquentier 0.8.0
The library for rich desktop clients of Evernote service
Loading...
Searching...
No Matches
Public Member Functions | Friends | List of all members
quentier::Printable Class Referenceabstract

The Printable class is the interface for Quentier's internal classes which should be able to write themselves into QTextStream and/or convert to QString. More...

#include <Printable.h>

Inheritance diagram for quentier::Printable:
Inheritance graph
[legend]

Public Member Functions

virtual QTextStreamprint (QTextStream &strm) const =0
 
QString toString () const
 

Friends

QUENTIER_EXPORT QTextStreamoperator<< (QTextStream &strm, const Printable &printable)
 
QUENTIER_EXPORT QDebugoperator<< (QDebug &debug, const Printable &printable)
 

Detailed Description

The Printable class is the interface for Quentier's internal classes which should be able to write themselves into QTextStream and/or convert to QString.