~verzegnassi-stefano/ubuntu-docviewer-app/reboot-impress-support-mp-review

« back to all changes in this revision

Viewing changes to src/plugin/libreofficetoolkit-qml-plugin/loview.h

  • Committer: Roman Shchekin
  • Date: 2015-10-06 20:11:45 UTC
  • Revision ID: mrqtros@gmail.com-20151006201145-9dkvtze6annwv5di
RenderEngine - impress support, part 7. Done.

Show diffs side-by-side

added added

removed removed

Lines of Context:
83
83
    void scheduleVisibleRectUpdate();
84
84
    void invalidateAllTiles();
85
85
 
86
 
    void renderResultReceived(int id, QImage img);
 
86
    void slotTileRenderFinished(int id, QImage img);
87
87
    void slotThumbnailRenderFinished(int id, QImage img);
88
88
 
89
89
private:
91
91
    QQuickItem*                 m_parentFlickable;
92
92
    QSharedPointer<LODocument>  m_document;
93
93
    LOPartsModel*               m_partsModel; // TODO MB move to document.
94
 
    LOPartsImageProvider*       m_imageProvider;
 
94
    LOPartsImageProvider*       m_imageProvider; // The QQmlEngine takes ownership of provider.
95
95
 
96
96
    qreal                       m_zoomFactor;
97
97
    ZoomMode                    m_zoomMode;