|
| | TabBar (BrowserWindow *window, TabWidget *tabWidget) |
| |
| void | loadSettings () |
| |
| TabWidget * | tabWidget () const |
| |
| void | setVisible (bool visible) override |
| |
| void | setForceHidden (bool hidden) |
| |
| void | setTabText (int index, const QString &text) |
| |
| void | wheelEvent (QWheelEvent *event) override |
| |
| void | setIsRestoring (bool restoring) |
| |
| bool | isRestoring () |
| |
| | ComboTabBar (QWidget *parent=nullptr) |
| |
| int | addTab (const QString &text) |
| |
| int | addTab (const QIcon &icon, const QString &text) |
| |
| int | insertTab (int index, const QString &text) |
| |
| int | insertTab (int index, const QIcon &icon, const QString &text, bool pinned=false) |
| |
| void | removeTab (int index) |
| |
| void | moveTab (int from, int to) |
| |
| bool | isTabEnabled (int index) const |
| |
| void | setTabEnabled (int index, bool enabled) |
| |
| QColor | tabTextColor (int index) const |
| |
| void | setTabTextColor (int index, const QColor &color) |
| |
| QRect | tabRect (int index) const |
| |
| QRect | draggedTabRect () const |
| |
| QPixmap | tabPixmap (int index) const |
| |
| int | tabAt (const QPoint &pos) const |
| |
| bool | emptyArea (const QPoint &pos) const |
| |
| int | mainTabBarCurrentIndex () const |
| |
| int | currentIndex () const |
| |
| int | count () const |
| |
| void | setDrawBase (bool drawTheBase) |
| |
| bool | drawBase () const |
| |
| Qt::TextElideMode | elideMode () const |
| |
| void | setElideMode (Qt::TextElideMode elide) |
| |
| QString | tabText (int index) const |
| |
| void | setTabText (int index, const QString &text) |
| |
| void | setTabToolTip (int index, const QString &tip) |
| |
| QString | tabToolTip (int index) const |
| |
| bool | tabsClosable () const |
| |
| void | setTabsClosable (bool closable) |
| |
| void | setTabButton (int index, QTabBar::ButtonPosition position, QWidget *widget) |
| |
| QWidget * | tabButton (int index, QTabBar::ButtonPosition position) const |
| |
| QTabBar::SelectionBehavior | selectionBehaviorOnRemove () const |
| |
| void | setSelectionBehaviorOnRemove (QTabBar::SelectionBehavior behavior) |
| |
| bool | expanding () const |
| |
| void | setExpanding (bool enabled) |
| |
| bool | isMovable () const |
| |
| void | setMovable (bool movable) |
| |
| bool | documentMode () const |
| |
| void | setDocumentMode (bool set) |
| |
| int | pinnedTabsCount () const |
| |
| int | normalTabsCount () const |
| |
| bool | isPinned (int index) const |
| |
| void | setFocusPolicy (Qt::FocusPolicy policy) |
| |
| void | setObjectName (const QString &name) |
| |
| void | setMouseTracking (bool enable) |
| |
| void | insertCloseButton (int index) |
| |
| void | setCloseButtonsToolTip (const QString &tip) |
| |
| QTabBar::ButtonPosition | iconButtonPosition () const |
| |
| QTabBar::ButtonPosition | closeButtonPosition () const |
| |
| QSize | iconButtonSize () const |
| |
| QSize | closeButtonSize () const |
| |
| bool | validIndex (int index) const |
| |
| void | setCurrentNextEnabledIndex (int offset) |
| |
| bool | usesScrollButtons () const |
| |
| void | setUsesScrollButtons (bool useButtons) |
| |
| void | showDropIndicator (int index, DropIndicatorPosition position) |
| |
| void | clearDropIndicator () |
| |
| bool | isDragInProgress () const |
| |
| bool | isScrollInProgress () const |
| |
| bool | isMainBarOverflowed () const |
| |
| int | cornerWidth (Qt::Corner corner) const |
| |
| void | addCornerWidget (QWidget *widget, Qt::Corner corner) |
| |
Definition at line 30 of file tabbar.h.