111 virtual void ready (
const QString& target) = 0;
117 "org.LeechCraft.Monocle.IRedirectProxy/1.0");
virtual QString GetRedirectSource() const =0
Returns the source filename of the document.
virtual ~IRedirectProxy()
virtual void ready(const QString &target)=0
Emitted when the document has finished converting.
virtual QObject * GetQObject()=0
Returns this object as a QObject.
virtual QString GetRedirectedMime() const =0
Returns the MIME type of the converted document.
Q_DECLARE_INTERFACE(LeechCraft::Monocle::IRedirectProxy,"org.LeechCraft.Monocle.IRedirectProxy/1.0")
virtual QString GetRedirectTarget() const =0
Returns the filename of the converted document.
Interface for redirecting document opening requests.