56 virtual void PaintPage (QPainter *painter,
int page) = 0;
62 "org.LeechCraft.Monocle.ISupportPainting/1.0");
virtual ~ISupportPainting()
Interface for documents supporting optimized painting.
Q_DECLARE_INTERFACE(LeechCraft::Monocle::ISupportPainting,"org.LeechCraft.Monocle.ISupportPainting/1.0")
virtual void PaintPage(QPainter *painter, int page)=0
Paints a given page to the given painter.