|
Canorus 0.0
|
Tab widget for the score view inside the main window. More...
#include <tabwidget.h>

Signals | |
| void | CANewTab () |
| void | CAMoveTab (int from, int to) |
Public Member Functions | |
| CATabWidget (QWidget *parent=0) | |
| virtual | ~CATabWidget () |
Protected Slots | |
| void | mouseDoubleClickEvent (QMouseEvent *event) |
Protected Member Functions | |
| void | tabInserted (int) |
| void | tabRemoved (int) |
Tab widget for the score view inside the main window.
Copyright (c) 2009, Matevž Jekovec, Canorus development team All Rights Reserved. See AUTHORS for a complete list of authors.
Licensed under the GNU GENERAL PUBLIC LICENSE. See COPYING for details.
This class is usually used to store multiple sheets inside the main window. For now it offers double-click new sheet shortcut and movable tabs.
| CATabWidget::CATabWidget | ( | QWidget * | parent = 0 | ) |
References CAMoveTab().
|
virtual |
|
signal |
|
signal |
|
protectedslot |
Processes the double click on empty space for the new tab action. The event needs to be implemented in the TabBar and not TabWidget to effect the double clicks inside the tab area only.
References CANewTab().
|
protected |
Disable moving sheets, if only one present.
|
protected |
Disable moving sheets, if only one present.