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

« back to all changes in this revision

Viewing changes to sublime/container.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:
82
82
     * @p idx The index of the tab that was hovered
83
83
     */
84
84
    void tabToolTipRequested(Sublime::View* view, Sublime::Container* container, int idx);
 
85
    void tabDoubleClicked(Sublime::View* view);
85
86
 
86
87
private Q_SLOTS:
87
88
    void widgetActivated(int idx);
92
93
    void tabMoved(int from, int to);
93
94
    void wheelScroll(int);
94
95
    void contextMenu(int, const QPoint&);
 
96
    void doubleClickTriggered(int tab);
95
97
    void documentListActionTriggered(QAction*);
96
98
 
97
99
private:
98
 
 
99
100
    struct ContainerPrivate * const d;
100
 
 
101
 
    QBoxLayout* m_tabBarLayout;
102
101
};
103
102
 
104
103
}