LeechCraft Monocle  0.6.70-6645-gcd10d7e
Modular document viewer for LeechCraft
LeechCraft::Monocle::IHaveFontInfo Class Referenceabstract

Interface for querying font information in a document. More...

#include "ihavefontinfo.h"

Public Member Functions

virtual ~IHaveFontInfo ()
 
virtual IPendingFontInfoRequestRequestFontInfos () const =0
 Requests the font information for the document. More...
 

Detailed Description

Interface for querying font information in a document.

This interface can be implemented by documents supporting querying font information, like PDF.

Definition at line 129 of file ihavefontinfo.h.

Constructor & Destructor Documentation

virtual LeechCraft::Monocle::IHaveFontInfo::~IHaveFontInfo ( )
inlinevirtual

Definition at line 132 of file ihavefontinfo.h.

References Q_DECLARE_INTERFACE().

+ Here is the call graph for this function:

Member Function Documentation

virtual IPendingFontInfoRequest* LeechCraft::Monocle::IHaveFontInfo::RequestFontInfos ( ) const
pure virtual

Requests the font information for the document.

The returned object is self-owned, that is, it is destroyed shortly after becoming ready (and emitting IPendingFontInfoRequest::ready()).

This function may or may not block.

Returns
The pending font info request.
See also
IPendingFontInfoRequest

The documentation for this class was generated from the following file: