~verzegnassi-stefano/+junk/docviewer-test-2015-11-15

« back to all changes in this revision

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

  • Committer: Stefano Verzegnassi
  • Date: 2015-11-15 14:51:48 UTC
  • mfrom: (194.1.4 reboot-lok-dont-be-dumb)
  • Revision ID: stefano92.100@gmail.com-20151115145148-5lr3efos6r1wiapm
mergeĀ 1

Show diffs side-by-side

added added

removed removed

Lines of Context:
103
103
 
104
104
    QMap<int, SGTileItem*>      m_tiles;
105
105
 
106
 
    void generateTiles(int x1, int y1, int x2, int y2, int tilesPerWidth);
 
106
    void generateTiles(int x1, int y1, int x2, int y2, int tilesPerWidth, int tilesPerHeight);
107
107
    void createTile(int index, QRect rect);
108
108
    void setZoomMode(const ZoomMode zoomMode);
109
109
    bool updateZoomIfAutomatic();