~ubuntu-branches/debian/sid/qpdfview/sid

« back to all changes in this revision

Viewing changes to sources/mainwindow.h

  • Committer: Package Import Robot
  • Author(s): Benjamin Eltzner
  • Date: 2014-03-23 12:08:49 UTC
  • mfrom: (1.2.13)
  • Revision ID: package-import@ubuntu.com-20140323120849-pczjpvz4iat190wd
Tags: 0.4.9-1
* New upstream release.
* Implemented an option to copy selected text to X buffer (Closes: #739550)
* Updated watch file to check pgp signature.

Show diffs side-by-side

added added

removed removed

Lines of Context:
86
86
 
87
87
    void on_currentTab_continuousModeChanged(bool continuousMode);
88
88
    void on_currentTab_layoutModeChanged(LayoutMode layoutMode);
 
89
    void on_currentTab_rightToLeftModeChanged(bool rightToLeftMode);
89
90
    void on_currentTab_scaleModeChanged(ScaleMode scaleMode);
90
91
    void on_currentTab_scaleFactorChanged(qreal scaleFactor);
91
92
 
142
143
    void on_twoPagesWithCoverPageMode_triggered(bool checked);
143
144
    void on_multiplePagesMode_triggered(bool checked);
144
145
 
 
146
    void on_rightToLeftMode_triggered(bool checked);
 
147
 
145
148
    void on_zoomIn_triggered();
146
149
    void on_zoomOut_triggered();
147
150
    void on_originalSize_triggered();
 
151
 
148
152
    void on_fitToPageWidthMode_triggered(bool checked);
149
153
    void on_fitToPageSizeMode_triggered(bool checked);
150
154
 
273
277
    QAction* m_twoPagesWithCoverPageModeAction;
274
278
    QAction* m_multiplePagesModeAction;
275
279
 
 
280
    QAction* m_rightToLeftModeAction;
 
281
 
276
282
    QAction* m_zoomInAction;
277
283
    QAction* m_zoomOutAction;
278
284
    QAction* m_originalSizeAction;