~adamreichold/qpdfview/trunk

« back to all changes in this revision

Viewing changes to sources/miscellaneous.h

Merge outline keyboard navigation branch.

Show diffs side-by-side

added added

removed removed

Lines of Context:
172
172
    void expandAll(const QModelIndex& index = QModelIndex());
173
173
    void collapseAll(const QModelIndex& index = QModelIndex());
174
174
 
 
175
    int expandedDepth(const QModelIndex& index);
 
176
 
 
177
    void expandToDepth(const QModelIndex& index, int depth);
 
178
    void collapseFromDepth(const QModelIndex& index, int depth);
 
179
 
175
180
    void restoreExpansion(const QModelIndex& index = QModelIndex());
176
181
 
177
182
protected:
 
183
    void keyPressEvent(QKeyEvent* event);
 
184
    void wheelEvent(QWheelEvent* event);
 
185
 
178
186
    void contextMenuEvent(QContextMenuEvent* event);
179
187
 
180
188
protected slots: