![]() |
ATLAS Offline Software
|
#include <VP1TabBar.h>
Classes | |
| class | Private |
Signals | |
| void | contextMenu (int, const QPoint &) |
| void | mouseDoubleClick (int) |
| void | mouseMiddleClick (int) |
| void | initiateDrag (int) |
| void | testCanDecode (const QDragMoveEvent *, bool &) |
| void | receivedDropEvent (int, QDropEvent *) |
| void | moveTab (int, int) |
| void | closeRequest (int) |
| void | wheelDelta (int) |
Public Member Functions | |
| VP1TabBar (QWidget *parent=0) | |
| virtual | ~VP1TabBar () |
| void | setTabReorderingEnabled (bool enable) |
| bool | isTabReorderingEnabled () const |
| void | setTabCloseActivatePrevious (bool) |
| bool | tabCloseActivatePrevious () const |
| int | selectTab (const QPoint &position) const |
Protected Slots | |
| virtual void | activateDragSwitchTab () |
Protected Member Functions | |
| virtual void | mouseDoubleClickEvent (QMouseEvent *event) |
| virtual void | mousePressEvent (QMouseEvent *event) |
| virtual void | mouseMoveEvent (QMouseEvent *event) |
| virtual void | mouseReleaseEvent (QMouseEvent *event) |
| virtual void | wheelEvent (QWheelEvent *event) |
| virtual void | dragEnterEvent (QDragEnterEvent *event) |
| virtual void | dragMoveEvent (QDragMoveEvent *event) |
| virtual void | dropEvent (QDropEvent *event) |
| virtual void | tabLayoutChange () |
Private Attributes | |
| Private *const | m_d |
Definition at line 41 of file VP1TabBar.h.
|
explicit |
Definition at line 66 of file VP1TabBar.cxx.
|
virtual |
Definition at line 83 of file VP1TabBar.cxx.
|
protectedvirtualslot |
Definition at line 170 of file VP1TabBar.cxx.
|
signal |
|
signal |
|
protectedvirtual |
Definition at line 199 of file VP1TabBar.cxx.
|
protectedvirtual |
Definition at line 205 of file VP1TabBar.cxx.
|
protectedvirtual |
Definition at line 226 of file VP1TabBar.cxx.
|
signal |
| bool VP1TabBar::isTabReorderingEnabled | ( | ) | const |
Definition at line 246 of file VP1TabBar.cxx.
|
signal |
|
protectedvirtual |
Definition at line 88 of file VP1TabBar.cxx.
|
signal |
|
protectedvirtual |
Definition at line 118 of file VP1TabBar.cxx.
|
protectedvirtual |
Definition at line 102 of file VP1TabBar.cxx.
|
protectedvirtual |
Definition at line 179 of file VP1TabBar.cxx.
|
signal |
|
signal |
| int VP1TabBar::selectTab | ( | const QPoint & | position | ) | const |
Definition at line 273 of file VP1TabBar.cxx.
| void VP1TabBar::setTabCloseActivatePrevious | ( | bool | on | ) |
Definition at line 261 of file VP1TabBar.cxx.
| void VP1TabBar::setTabReorderingEnabled | ( | bool | enable | ) |
Definition at line 251 of file VP1TabBar.cxx.
| bool VP1TabBar::tabCloseActivatePrevious | ( | ) | const |
Definition at line 256 of file VP1TabBar.cxx.
|
protectedvirtual |
Definition at line 267 of file VP1TabBar.cxx.
|
signal |
|
signal |
|
protectedvirtual |
Definition at line 240 of file VP1TabBar.cxx.
Definition at line 94 of file VP1TabBar.h.