![]() |
ATLAS Offline Software
|
#include <VP1TabWidget.h>
Classes | |
| class | Private |
Public Slots | |
| virtual void | moveTab (int, int) |
| virtual QT_MOC_COMPAT void | removePage (QWidget *w) |
| virtual void | removeTab (int index) |
| void | setTabReorderingEnabled (bool enable) |
| void | setTabCloseActivatePrevious (bool previous) |
| void | setAutomaticResizeTabs (bool enable) |
Signals | |
| void | testCanDecode (const QDragMoveEvent *e, bool &accept) |
| void | receivedDropEvent (QDropEvent *) |
| void | receivedDropEvent (QWidget *, QDropEvent *) |
| void | initiateDrag (QWidget *) |
| void | contextMenu (const QPoint &) |
| void | contextMenu (QWidget *, const QPoint &) |
| void | movedTab (int, int) |
| void | mouseDoubleClick () |
| void | mouseDoubleClick (QWidget *) |
| void | mouseMiddleClick () |
| void | mouseMiddleClick (QWidget *) |
| void | closeRequest (QWidget *) |
Public Member Functions | |
| VP1TabBar * | getVP1TabBar () |
| VP1TabWidget (QWidget *parent=0, Qt::WindowFlags flags=Qt::WindowFlags()) | |
| virtual | ~VP1TabWidget () |
| void | setTabTextColor (int index, const QColor &color) |
| QColor | tabTextColor (int index) const |
| bool | isTabReorderingEnabled () const |
| bool | tabCloseActivatePrevious () const |
| bool | automaticResizeTabs () const |
| void | setTabBarHidden (bool hide) |
| bool | isTabBarHidden () const |
| QString | tabText (int) const |
| void | setTabText (int, const QString &) |
Protected Slots | |
| virtual void | receivedDropEvent (int, QDropEvent *) |
| virtual void | initiateDrag (int) |
| virtual void | contextMenu (int, const QPoint &) |
| virtual void | mouseDoubleClick (int) |
| virtual void | mouseMiddleClick (int) |
| virtual void | closeRequest (int) |
| virtual void | wheelDelta (int) |
Protected Member Functions | |
| virtual void | mouseDoubleClickEvent (QMouseEvent *) |
| virtual void | mousePressEvent (QMouseEvent *) |
| virtual void | dragEnterEvent (QDragEnterEvent *) |
| virtual void | dragMoveEvent (QDragMoveEvent *) |
| virtual void | dropEvent (QDropEvent *) |
| int | tabBarWidthForMaxChars (int) |
| virtual void | wheelEvent (QWheelEvent *) |
| virtual void | resizeEvent (QResizeEvent *) |
| virtual void | tabInserted (int) |
| virtual void | tabRemoved (int) |
Properties | |
| bool | tabReorderingEnabled |
| bool | tabCloseActivatePrevious |
| bool | automaticResizeTabs |
Private Attributes | |
| Private *const | m_d |
Definition at line 44 of file VP1TabWidget.h.
|
explicit |
Definition at line 162 of file VP1TabWidget.cxx.
|
virtual |
Definition at line 184 of file VP1TabWidget.cxx.
| bool VP1TabWidget::automaticResizeTabs | ( | ) | const |
Definition at line 497 of file VP1TabWidget.cxx.
|
protectedvirtualslot |
Definition at line 502 of file VP1TabWidget.cxx.
|
signal |
|
signal |
|
protectedvirtualslot |
Definition at line 417 of file VP1TabWidget.cxx.
|
signal |
|
protectedvirtual |
Definition at line 315 of file VP1TabWidget.cxx.
|
protectedvirtual |
Definition at line 321 of file VP1TabWidget.cxx.
|
protectedvirtual |
Definition at line 337 of file VP1TabWidget.cxx.
| VP1TabBar * VP1TabWidget::getVP1TabBar | ( | ) |
Definition at line 75 of file VP1TabWidget.cxx.
|
protectedvirtualslot |
Definition at line 412 of file VP1TabWidget.cxx.
|
signal |
| bool VP1TabWidget::isTabBarHidden | ( | ) | const |
Definition at line 230 of file VP1TabWidget.cxx.
| bool VP1TabWidget::isTabReorderingEnabled | ( | ) | const |
Definition at line 250 of file VP1TabWidget.cxx.
|
signal |
|
protectedvirtualslot |
Definition at line 422 of file VP1TabWidget.cxx.
|
signal |
|
protectedvirtual |
Definition at line 377 of file VP1TabWidget.cxx.
|
signal |
|
protectedvirtualslot |
Definition at line 427 of file VP1TabWidget.cxx.
|
signal |
|
protectedvirtual |
Definition at line 390 of file VP1TabWidget.cxx.
|
signal |
|
virtualslot |
Definition at line 432 of file VP1TabWidget.cxx.
|
protectedvirtualslot |
Definition at line 407 of file VP1TabWidget.cxx.
|
signal |
|
signal |
|
virtualslot |
Definition at line 466 of file VP1TabWidget.cxx.
|
virtualslot |
Definition at line 473 of file VP1TabWidget.cxx.
|
protectedvirtual |
Definition at line 507 of file VP1TabWidget.cxx.
|
slot |
| void VP1TabWidget::setTabBarHidden | ( | bool | hide | ) |
Definition at line 214 of file VP1TabWidget.cxx.
|
slot |
Definition at line 255 of file VP1TabWidget.cxx.
|
slot |
Definition at line 245 of file VP1TabWidget.cxx.
| void VP1TabWidget::setTabText | ( | int | index, |
| const QString & | text ) |
Definition at line 303 of file VP1TabWidget.cxx.
| void VP1TabWidget::setTabTextColor | ( | int | index, |
| const QColor & | color ) |
Definition at line 235 of file VP1TabWidget.cxx.
|
protected |
Definition at line 265 of file VP1TabWidget.cxx.
| bool VP1TabWidget::tabCloseActivatePrevious | ( | ) | const |
Definition at line 260 of file VP1TabWidget.cxx.
|
protectedvirtual |
Definition at line 513 of file VP1TabWidget.cxx.
|
protectedvirtual |
Definition at line 518 of file VP1TabWidget.cxx.
| QString VP1TabWidget::tabText | ( | int | index | ) | const |
| QColor VP1TabWidget::tabTextColor | ( | int | index | ) | const |
Definition at line 240 of file VP1TabWidget.cxx.
|
signal |
|
protectedvirtualslot |
Definition at line 360 of file VP1TabWidget.cxx.
|
protectedvirtual |
Definition at line 348 of file VP1TabWidget.cxx.
|
private |
Definition at line 143 of file VP1TabWidget.h.
|
readwrite |
Definition at line 49 of file VP1TabWidget.h.
|
readwrite |
Definition at line 48 of file VP1TabWidget.h.
|
readwrite |
Definition at line 47 of file VP1TabWidget.h.