~ubuntu-branches/ubuntu/utopic/kdevplatform/utopic-proposed

« back to all changes in this revision

Viewing changes to sublime/mainwindow_p.h

  • Committer: Package Import Robot
  • Author(s): Scarlett Clark
  • Date: 2014-08-30 03:52:11 UTC
  • mfrom: (0.3.26)
  • Revision ID: package-import@ubuntu.com-20140830035211-wndqlc843eu2v8nk
Tags: 1.7.0-0ubuntu1
* New upstream release
* Add XS-Testsuite: autopkgtest

Show diffs side-by-side

added added

removed removed

Lines of Context:
121
121
    bool autoAreaSettingsSave;                       
122
122
 
123
123
public slots:
 
124
    void toggleDocksShown();
 
125
 
124
126
    void viewAdded(Sublime::AreaIndex *index, Sublime::View *view);
125
127
    void viewRemovedInternal(Sublime::AreaIndex *index, Sublime::View *view);
126
128
    void raiseToolView(Sublime::View* view);
142
144
    void showRightDock(bool b);
143
145
    void showBottomDock(bool b);
144
146
    void focusEditor();
145
 
    void toggleDocksShown();
146
147
    void selectNextDock();
147
148
    void selectPreviousDock();
148
149