Notation used in Ruby API documentation
Module: QtGui
Description: Binding of QTabBar
Class hierarchy: QTabBar » QWidget » QObject
Sub-classes: ButtonPosition, QFlags_ButtonPosition, SelectionBehavior, QFlags_SelectionBehavior, Shape, QFlags_Shape
new QTabBar | new | (QWidget ptr parent = 0) | Constructor QTabBar::QTabBar(QWidget *parent) |
[const] | QTabBar ptr | _const_cast | Returns a non-const reference to self. | |
void | _create | Ensures the C++ object is created | ||
void | _destroy | Explicitly destroys the object | ||
[const] | bool | _destroyed? | Returns a value indicating whether the object was already destroyed | |
[const] | bool | _is_const_object? | Returns a value indicating whether the reference is a const reference | |
void | _manage | Marks the object as managed by the script side. | ||
void | _unmanage | Marks the object as no longer owned by the script side. | ||
int | addTab | (string text) | Method int QTabBar::addTab(const QString &text) | |
int | addTab | (const QIcon icon, string text) | Method int QTabBar::addTab(const QIcon &icon, const QString &text) | |
[const] | int | count | Method int QTabBar::count() | |
[signal] | void | currentChanged | (int index) | Signal declaration for QTabBar::currentChanged(int index) |
[const] | int | currentIndex | Method int QTabBar::currentIndex() | |
void | currentIndex= | (int index) | Method void QTabBar::setCurrentIndex(int index) | |
[signal] | void | customContextMenuRequested | (const QPoint pos) | Signal declaration for QTabBar::customContextMenuRequested(const QPoint &pos) |
[signal] | void | destroyed | (QObject ptr arg1) | Signal declaration for QTabBar::destroyed(QObject *) |
[const] | bool | documentMode | Method bool QTabBar::documentMode() | |
void | documentMode= | (bool set) | Method void QTabBar::setDocumentMode(bool set) | |
[const] | bool | drawBase | Method bool QTabBar::drawBase() | |
void | drawBase= | (bool drawTheBase) | Method void QTabBar::setDrawBase(bool drawTheBase) | |
[const] | Qt_TextElideMode | elideMode | Method Qt::TextElideMode QTabBar::elideMode() | |
void | elideMode= | (const Qt_TextElideMode arg1) | Method void QTabBar::setElideMode(Qt::TextElideMode) | |
void | emit_currentChanged | (int index) | Emitter for signal void QTabBar::currentChanged(int index) | |
void | emit_customContextMenuRequested | (const QPoint pos) | Emitter for signal void QTabBar::customContextMenuRequested(const QPoint &pos) | |
void | emit_destroyed | (QObject ptr arg1 = 0) | Emitter for signal void QTabBar::destroyed(QObject *) | |
void | emit_tabCloseRequested | (int index) | Emitter for signal void QTabBar::tabCloseRequested(int index) | |
void | emit_tabMoved | (int from, int to) | Emitter for signal void QTabBar::tabMoved(int from, int to) | |
bool | eventFilter | (QObject ptr arg1, QEvent ptr arg2) | Virtual method bool QTabBar::eventFilter(QObject *, QEvent *) | |
[const] | bool | expanding | Method bool QTabBar::expanding() | |
void | expanding= | (bool enabled) | Method void QTabBar::setExpanding(bool enabled) | |
[const] | int | heightForWidth | (int arg1) | Virtual method int QTabBar::heightForWidth(int) |
[const] | QSize | iconSize | Method QSize QTabBar::iconSize() | |
void | iconSize= | (const QSize size) | Method void QTabBar::setIconSize(const QSize &size) | |
[const] | variant | inputMethodQuery | (const Qt_InputMethodQuery arg1) | Virtual method QVariant QTabBar::inputMethodQuery(Qt::InputMethodQuery) |
int | insertTab | (int index, string text) | Method int QTabBar::insertTab(int index, const QString &text) | |
int | insertTab | (int index, const QIcon icon, string text) | Method int QTabBar::insertTab(int index, const QIcon &icon, const QString &text) | |
[const] | bool | isMovable? | Method bool QTabBar::isMovable() | |
[const] | bool | isTabEnabled? | (int index) | Method bool QTabBar::isTabEnabled(int index) |
[const] | QSize | minimumSizeHint | Virtual method QSize QTabBar::minimumSizeHint() | |
[const] | bool | movable | Method bool QTabBar::isMovable() | |
void | movable= | (bool movable) | Method void QTabBar::setMovable(bool movable) | |
void | moveTab | (int from, int to) | Method void QTabBar::moveTab(int from, int to) | |
[const] | QPaintEngine ptr | paintEngine | Virtual method QPaintEngine *QTabBar::paintEngine() | |
void | removeTab | (int index) | Method void QTabBar::removeTab(int index) | |
[const] | QTabBar_SelectionBehavior | selectionBehaviorOnRemove | Method QTabBar::SelectionBehavior QTabBar::selectionBehaviorOnRemove() | |
void | selectionBehaviorOnRemove= | (const QTabBar_SelectionBehavior behavior) | Method void QTabBar::setSelectionBehaviorOnRemove(QTabBar::SelectionBehavior behavior) | |
void | setCurrentIndex | (int index) | Method void QTabBar::setCurrentIndex(int index) | |
void | setDocumentMode | (bool set) | Method void QTabBar::setDocumentMode(bool set) | |
void | setDrawBase | (bool drawTheBase) | Method void QTabBar::setDrawBase(bool drawTheBase) | |
void | setElideMode | (const Qt_TextElideMode arg1) | Method void QTabBar::setElideMode(Qt::TextElideMode) | |
void | setExpanding | (bool enabled) | Method void QTabBar::setExpanding(bool enabled) | |
void | setIconSize | (const QSize size) | Method void QTabBar::setIconSize(const QSize &size) | |
void | setMovable | (bool movable) | Method void QTabBar::setMovable(bool movable) | |
void | setSelectionBehaviorOnRemove | (const QTabBar_SelectionBehavior behavior) | Method void QTabBar::setSelectionBehaviorOnRemove(QTabBar::SelectionBehavior behavior) | |
void | setShape | (const QTabBar_Shape shape) | Method void QTabBar::setShape(QTabBar::Shape shape) | |
void | setTabButton | (int index, const QTabBar_ButtonPosition position, QWidget ptr widget) | Method void QTabBar::setTabButton(int index, QTabBar::ButtonPosition position, QWidget *widget) | |
void | setTabData | (int index, variant data) | Method void QTabBar::setTabData(int index, const QVariant &data) | |
void | setTabEnabled | (int index, bool arg2) | Method void QTabBar::setTabEnabled(int index, bool) | |
void | setTabIcon | (int index, const QIcon icon) | Method void QTabBar::setTabIcon(int index, const QIcon &icon) | |
void | setTabText | (int index, string text) | Method void QTabBar::setTabText(int index, const QString &text) | |
void | setTabTextColor | (int index, const QColor color) | Method void QTabBar::setTabTextColor(int index, const QColor &color) | |
void | setTabToolTip | (int index, string tip) | Method void QTabBar::setTabToolTip(int index, const QString &tip) | |
void | setTabWhatsThis | (int index, string text) | Method void QTabBar::setTabWhatsThis(int index, const QString &text) | |
void | setTabsClosable | (bool closable) | Method void QTabBar::setTabsClosable(bool closable) | |
void | setUsesScrollButtons | (bool useButtons) | Method void QTabBar::setUsesScrollButtons(bool useButtons) | |
void | setVisible | (bool visible) | Virtual method void QTabBar::setVisible(bool visible) | |
[const] | QTabBar_Shape | shape | Method QTabBar::Shape QTabBar::shape() | |
void | shape= | (const QTabBar_Shape shape) | Method void QTabBar::setShape(QTabBar::Shape shape) | |
[const] | QSize | sizeHint | Virtual method QSize QTabBar::sizeHint() | |
[const] | int | tabAt | (const QPoint pos) | Method int QTabBar::tabAt(const QPoint &pos) |
[const] | QWidget ptr | tabButton | (int index, const QTabBar_ButtonPosition position) | Method QWidget *QTabBar::tabButton(int index, QTabBar::ButtonPosition position) |
[signal] | void | tabCloseRequested | (int index) | Signal declaration for QTabBar::tabCloseRequested(int index) |
[const] | variant | tabData | (int index) | Method QVariant QTabBar::tabData(int index) |
[const] | QIcon | tabIcon | (int index) | Method QIcon QTabBar::tabIcon(int index) |
[signal] | void | tabMoved | (int from, int to) | Signal declaration for QTabBar::tabMoved(int from, int to) |
[const] | QRect | tabRect | (int index) | Method QRect QTabBar::tabRect(int index) |
[const] | string | tabText | (int index) | Method QString QTabBar::tabText(int index) |
[const] | QColor | tabTextColor | (int index) | Method QColor QTabBar::tabTextColor(int index) |
[const] | string | tabToolTip | (int index) | Method QString QTabBar::tabToolTip(int index) |
[const] | string | tabWhatsThis | (int index) | Method QString QTabBar::tabWhatsThis(int index) |
[const] | bool | tabsClosable | Method bool QTabBar::tabsClosable() | |
void | tabsClosable= | (bool closable) | Method void QTabBar::setTabsClosable(bool closable) | |
[const] | bool | usesScrollButtons | Method bool QTabBar::usesScrollButtons() | |
void | usesScrollButtons= | (bool useButtons) | Method void QTabBar::setUsesScrollButtons(bool useButtons) |
[static,const] | QTabBar_ButtonPosition | LeftSide | Enum constant QTabBar::LeftSide | |
[static,const] | QTabBar_ButtonPosition | RightSide | Enum constant QTabBar::RightSide | |
[static,const] | QTabBar_Shape | RoundedEast | Enum constant QTabBar::RoundedEast | |
[static,const] | QTabBar_Shape | RoundedNorth | Enum constant QTabBar::RoundedNorth | |
[static,const] | QTabBar_Shape | RoundedSouth | Enum constant QTabBar::RoundedSouth | |
[static,const] | QTabBar_Shape | RoundedWest | Enum constant QTabBar::RoundedWest | |
[static,const] | QTabBar_SelectionBehavior | SelectLeftTab | Enum constant QTabBar::SelectLeftTab | |
[static,const] | QTabBar_SelectionBehavior | SelectPreviousTab | Enum constant QTabBar::SelectPreviousTab | |
[static,const] | QTabBar_SelectionBehavior | SelectRightTab | Enum constant QTabBar::SelectRightTab | |
[static,const] | QTabBar_Shape | TriangularEast | Enum constant QTabBar::TriangularEast | |
[static,const] | QTabBar_Shape | TriangularNorth | Enum constant QTabBar::TriangularNorth | |
[static,const] | QTabBar_Shape | TriangularSouth | Enum constant QTabBar::TriangularSouth | |
[static,const] | QTabBar_Shape | TriangularWest | Enum constant QTabBar::TriangularWest | |
QMetaObject | staticMetaObject | Obtains the static MetaObject for this class. | ||
string | tr | (string s, string c = 0) | Static method QString QTabBar::tr(const char *s, const char *c) | |
string | tr | (string s, string c, int n) | Static method QString QTabBar::tr(const char *s, const char *c, int n) | |
string | trUtf8 | (string s, string c = 0) | Static method QString QTabBar::trUtf8(const char *s, const char *c) | |
string | trUtf8 | (string s, string c, int n) | Static method QString QTabBar::trUtf8(const char *s, const char *c, int n) |
void | actionEvent | (QActionEvent ptr arg1) | Virtual method void QTabBar::actionEvent(QActionEvent *) | ||
void | changeEvent | (QEvent ptr arg1) | Virtual method void QTabBar::changeEvent(QEvent *) | ||
void | childEvent | (QChildEvent ptr arg1) | Virtual method void QTabBar::childEvent(QChildEvent *) | ||
void | closeEvent | (QCloseEvent ptr arg1) | Virtual method void QTabBar::closeEvent(QCloseEvent *) | ||
void | contextMenuEvent | (QContextMenuEvent ptr arg1) | Virtual method void QTabBar::contextMenuEvent(QContextMenuEvent *) | ||
void | customEvent | (QEvent ptr arg1) | Virtual method void QTabBar::customEvent(QEvent *) | ||
void | disconnectNotify | (string signal) | Virtual method void QTabBar::disconnectNotify(const char *signal) | ||
void | dragEnterEvent | (QDragEnterEvent ptr arg1) | Virtual method void QTabBar::dragEnterEvent(QDragEnterEvent *) | ||
void | dragLeaveEvent | (QDragLeaveEvent ptr arg1) | Virtual method void QTabBar::dragLeaveEvent(QDragLeaveEvent *) | ||
void | dragMoveEvent | (QDragMoveEvent ptr arg1) | Virtual method void QTabBar::dragMoveEvent(QDragMoveEvent *) | ||
void | dropEvent | (QDropEvent ptr arg1) | Virtual method void QTabBar::dropEvent(QDropEvent *) | ||
void | enabledChange | (bool arg1) | Virtual method void QTabBar::enabledChange(bool) | ||
void | enterEvent | (QEvent ptr arg1) | Virtual method void QTabBar::enterEvent(QEvent *) | ||
bool | event | (QEvent ptr arg1) | Virtual method bool QTabBar::event(QEvent *) | ||
void | focusInEvent | (QFocusEvent ptr arg1) | Virtual method void QTabBar::focusInEvent(QFocusEvent *) | ||
bool | focusNextChild | Method bool QTabBar::focusNextChild() | |||
bool | focusNextPrevChild | (bool next) | Virtual method bool QTabBar::focusNextPrevChild(bool next) | ||
void | focusOutEvent | (QFocusEvent ptr arg1) | Virtual method void QTabBar::focusOutEvent(QFocusEvent *) | ||
bool | focusPreviousChild | Method bool QTabBar::focusPreviousChild() | |||
void | fontChange | (const QFont arg1) | Virtual method void QTabBar::fontChange(const QFont &) | ||
void | hideEvent | (QHideEvent ptr arg1) | Virtual method void QTabBar::hideEvent(QHideEvent *) | ||
[const] | void | initStyleOption | (QStyleOptionTab ptr option, int tabIndex) | Method void QTabBar::initStyleOption(QStyleOptionTab *option, int tabIndex) | |
void | inputMethodEvent | (QInputMethodEvent ptr arg1) | Virtual method void QTabBar::inputMethodEvent(QInputMethodEvent *) | ||
void | keyPressEvent | (QKeyEvent ptr arg1) | Virtual method void QTabBar::keyPressEvent(QKeyEvent *) | ||
void | keyReleaseEvent | (QKeyEvent ptr arg1) | Virtual method void QTabBar::keyReleaseEvent(QKeyEvent *) | ||
void | languageChange | Virtual method void QTabBar::languageChange() | |||
void | leaveEvent | (QEvent ptr arg1) | Virtual method void QTabBar::leaveEvent(QEvent *) | ||
[const] | int | metric | (const QPaintDevice_PaintDeviceMetric arg1) | Virtual method int QTabBar::metric(QPaintDevice::PaintDeviceMetric) | |
void | mouseDoubleClickEvent | (QMouseEvent ptr arg1) | Virtual method void QTabBar::mouseDoubleClickEvent(QMouseEvent *) | ||
void | mouseMoveEvent | (QMouseEvent ptr arg1) | Virtual method void QTabBar::mouseMoveEvent(QMouseEvent *) | ||
void | mousePressEvent | (QMouseEvent ptr arg1) | Virtual method void QTabBar::mousePressEvent(QMouseEvent *) | ||
void | mouseReleaseEvent | (QMouseEvent ptr arg1) | Virtual method void QTabBar::mouseReleaseEvent(QMouseEvent *) | ||
void | moveEvent | (QMoveEvent ptr arg1) | Virtual method void QTabBar::moveEvent(QMoveEvent *) | ||
void | paintEvent | (QPaintEvent ptr arg1) | Virtual method void QTabBar::paintEvent(QPaintEvent *) | ||
void | paletteChange | (const QPalette arg1) | Virtual method void QTabBar::paletteChange(const QPalette &) | ||
void | qt_create | (unsigned long arg1 = 0, bool initializeWindow = true, bool destroyOldWindow = true) | Method void QTabBar::create(WId, bool initializeWindow, bool destroyOldWindow) | ||
void | qt_destroy | (bool destroyWindow = true, bool destroySubWindows = true) | Method void QTabBar::destroy(bool destroyWindow, bool destroySubWindows) | ||
[const] | int | receivers | (string signal) | Method int QTabBar::receivers(const char *signal) | |
void | resetInputContext | Method void QTabBar::resetInputContext() | |||
void | resizeEvent | (QResizeEvent ptr arg1) | Virtual method void QTabBar::resizeEvent(QResizeEvent *) | ||
[const] | QObject ptr | sender | Method QObject *QTabBar::sender() | ||
void | showEvent | (QShowEvent ptr arg1) | Virtual method void QTabBar::showEvent(QShowEvent *) | ||
void | styleChange | (QStyle arg1) | Virtual method void QTabBar::styleChange(QStyle &) | ||
void | tabInserted | (int index) | Virtual method void QTabBar::tabInserted(int index) | ||
void | tabLayoutChange | Virtual method void QTabBar::tabLayoutChange() | |||
void | tabRemoved | (int index) | Virtual method void QTabBar::tabRemoved(int index) | ||
[const] | QSize | tabSizeHint | (int index) | Virtual method QSize QTabBar::tabSizeHint(int index) | |
void | tabletEvent | (QTabletEvent ptr arg1) | Virtual method void QTabBar::tabletEvent(QTabletEvent *) | ||
void | timerEvent | (QTimerEvent ptr arg1) | Virtual method void QTabBar::timerEvent(QTimerEvent *) | ||
void | updateMicroFocus | Method void QTabBar::updateMicroFocus() | |||
void | wheelEvent | (QWheelEvent ptr event) | Virtual method void QTabBar::wheelEvent(QWheelEvent *event) | ||
void | windowActivationChange | (bool arg1) | Virtual method void QTabBar::windowActivationChange(bool) |
void | create | Use of this method is deprecated. Use _create instead | ||
void | destroy | Use of this method is deprecated. Use _destroy instead | ||
[const] | bool | is_const_object? | Use of this method is deprecated. Use _is_const_object? instead |
LeftSide | Signature: [static,const] QTabBar_ButtonPosition LeftSide Description: Enum constant QTabBar::LeftSide Python specific notes: |
RightSide | Signature: [static,const] QTabBar_ButtonPosition RightSide Description: Enum constant QTabBar::RightSide Python specific notes: |
RoundedEast | Signature: [static,const] QTabBar_Shape RoundedEast Description: Enum constant QTabBar::RoundedEast Python specific notes: |
RoundedNorth | Signature: [static,const] QTabBar_Shape RoundedNorth Description: Enum constant QTabBar::RoundedNorth Python specific notes: |
RoundedSouth | Signature: [static,const] QTabBar_Shape RoundedSouth Description: Enum constant QTabBar::RoundedSouth Python specific notes: |
RoundedWest | Signature: [static,const] QTabBar_Shape RoundedWest Description: Enum constant QTabBar::RoundedWest Python specific notes: |
SelectLeftTab | Signature: [static,const] QTabBar_SelectionBehavior SelectLeftTab Description: Enum constant QTabBar::SelectLeftTab Python specific notes: |
SelectPreviousTab | Signature: [static,const] QTabBar_SelectionBehavior SelectPreviousTab Description: Enum constant QTabBar::SelectPreviousTab Python specific notes: |
SelectRightTab | Signature: [static,const] QTabBar_SelectionBehavior SelectRightTab Description: Enum constant QTabBar::SelectRightTab Python specific notes: |
TriangularEast | Signature: [static,const] QTabBar_Shape TriangularEast Description: Enum constant QTabBar::TriangularEast Python specific notes: |
TriangularNorth | Signature: [static,const] QTabBar_Shape TriangularNorth Description: Enum constant QTabBar::TriangularNorth Python specific notes: |
TriangularSouth | Signature: [static,const] QTabBar_Shape TriangularSouth Description: Enum constant QTabBar::TriangularSouth Python specific notes: |
TriangularWest | Signature: [static,const] QTabBar_Shape TriangularWest Description: Enum constant QTabBar::TriangularWest Python specific notes: |
_const_cast | Signature: [const] QTabBar ptr _const_cast Description: Returns a non-const reference to self. Basically, this method allows turning a const object reference to a non-const one. This method is provided as last resort to remove the constness from an object. Usually there is a good reason for a const object reference, so using this method may have undesired side effects. This method has been introduced in version 0.29.6. |
_create | Signature: void _create Description: Ensures the C++ object is created Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
_destroy | Signature: void _destroy Description: Explicitly destroys the object Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
_destroyed? | Signature: [const] bool _destroyed? Description: Returns a value indicating whether the object was already destroyed This method returns true, if the object was destroyed, either explicitly or by the C++ side. The latter may happen, if the object is owned by a C++ object which got destroyed itself. |
_is_const_object? | Signature: [const] bool _is_const_object? Description: Returns a value indicating whether the reference is a const reference This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
_manage | Signature: void _manage Description: Marks the object as managed by the script side. After calling this method on an object, the script side will be responsible for the management of the object. This method may be called if an object is returned from a C++ function and the object is known not to be owned by any C++ instance. If necessary, the script side may delete the object if the script's reference is no longer required. Usually it's not required to call this method. It has been introduced in version 0.24. |
_unmanage | Signature: void _unmanage Description: Marks the object as no longer owned by the script side. Calling this method will make this object no longer owned by the script's memory management. Instead, the object must be managed in some other way. Usually this method may be called if it is known that some C++ object holds and manages this object. Technically speaking, this method will turn the script's reference into a weak reference. After the script engine decides to delete the reference, the object itself will still exist. If the object is not managed otherwise, memory leaks will occur. Usually it's not required to call this method. It has been introduced in version 0.24. |
actionEvent | Signature: void actionEvent (QActionEvent ptr arg1) Description: Virtual method void QTabBar::actionEvent(QActionEvent *) This method can be reimplemented in a derived class. |
addTab | (1) Signature: int addTab (string text) Description: Method int QTabBar::addTab(const QString &text) |
(2) Signature: int addTab (const QIcon icon, string text) Description: Method int QTabBar::addTab(const QIcon &icon, const QString &text) | |
changeEvent | Signature: void changeEvent (QEvent ptr arg1) Description: Virtual method void QTabBar::changeEvent(QEvent *) This method can be reimplemented in a derived class. |
childEvent | Signature: void childEvent (QChildEvent ptr arg1) Description: Virtual method void QTabBar::childEvent(QChildEvent *) This method can be reimplemented in a derived class. |
closeEvent | Signature: void closeEvent (QCloseEvent ptr arg1) Description: Virtual method void QTabBar::closeEvent(QCloseEvent *) This method can be reimplemented in a derived class. |
contextMenuEvent | Signature: void contextMenuEvent (QContextMenuEvent ptr arg1) Description: Virtual method void QTabBar::contextMenuEvent(QContextMenuEvent *) This method can be reimplemented in a derived class. |
count | Signature: [const] int count Description: Method int QTabBar::count() Python specific notes: |
create | Signature: void create Description: Ensures the C++ object is created Use of this method is deprecated. Use _create instead Use this method to ensure the C++ object is created, for example to ensure that resources are allocated. Usually C++ objects are created on demand and not necessarily when the script object is created. |
currentChanged | Signature: [signal] void currentChanged (int index) Description: Signal declaration for QTabBar::currentChanged(int index) You can bind a procedure to this signal. Python specific notes: |
currentIndex | Signature: [const] int currentIndex Description: Method int QTabBar::currentIndex() Python specific notes: |
currentIndex= | Signature: void currentIndex= (int index) Description: Method void QTabBar::setCurrentIndex(int index) Python specific notes: |
customContextMenuRequested | Signature: [signal] void customContextMenuRequested (const QPoint pos) Description: Signal declaration for QTabBar::customContextMenuRequested(const QPoint &pos) You can bind a procedure to this signal. Python specific notes: |
customEvent | Signature: void customEvent (QEvent ptr arg1) Description: Virtual method void QTabBar::customEvent(QEvent *) This method can be reimplemented in a derived class. |
destroy | Signature: void destroy Description: Explicitly destroys the object Use of this method is deprecated. Use _destroy instead Explicitly destroys the object on C++ side if it was owned by the script interpreter. Subsequent access to this object will throw an exception. If the object is not owned by the script, this method will do nothing. |
destroyed | Signature: [signal] void destroyed (QObject ptr arg1) Description: Signal declaration for QTabBar::destroyed(QObject *) You can bind a procedure to this signal. Python specific notes: |
disconnectNotify | Signature: void disconnectNotify (string signal) Description: Virtual method void QTabBar::disconnectNotify(const char *signal) This method can be reimplemented in a derived class. |
documentMode | Signature: [const] bool documentMode Description: Method bool QTabBar::documentMode() Python specific notes: |
documentMode= | Signature: void documentMode= (bool set) Description: Method void QTabBar::setDocumentMode(bool set) Python specific notes: |
dragEnterEvent | Signature: void dragEnterEvent (QDragEnterEvent ptr arg1) Description: Virtual method void QTabBar::dragEnterEvent(QDragEnterEvent *) This method can be reimplemented in a derived class. |
dragLeaveEvent | Signature: void dragLeaveEvent (QDragLeaveEvent ptr arg1) Description: Virtual method void QTabBar::dragLeaveEvent(QDragLeaveEvent *) This method can be reimplemented in a derived class. |
dragMoveEvent | Signature: void dragMoveEvent (QDragMoveEvent ptr arg1) Description: Virtual method void QTabBar::dragMoveEvent(QDragMoveEvent *) This method can be reimplemented in a derived class. |
drawBase | Signature: [const] bool drawBase Description: Method bool QTabBar::drawBase() Python specific notes: |
drawBase= | Signature: void drawBase= (bool drawTheBase) Description: Method void QTabBar::setDrawBase(bool drawTheBase) Python specific notes: |
dropEvent | Signature: void dropEvent (QDropEvent ptr arg1) Description: Virtual method void QTabBar::dropEvent(QDropEvent *) This method can be reimplemented in a derived class. |
elideMode | Signature: [const] Qt_TextElideMode elideMode Description: Method Qt::TextElideMode QTabBar::elideMode() Python specific notes: |
elideMode= | Signature: void elideMode= (const Qt_TextElideMode arg1) Description: Method void QTabBar::setElideMode(Qt::TextElideMode) Python specific notes: |
emit_currentChanged | Signature: void emit_currentChanged (int index) Description: Emitter for signal void QTabBar::currentChanged(int index) Call this method to emit this signal. |
emit_customContextMenuRequested | Signature: void emit_customContextMenuRequested (const QPoint pos) Description: Emitter for signal void QTabBar::customContextMenuRequested(const QPoint &pos) Call this method to emit this signal. |
emit_destroyed | Signature: void emit_destroyed (QObject ptr arg1 = 0) Description: Emitter for signal void QTabBar::destroyed(QObject *) Call this method to emit this signal. |
emit_tabCloseRequested | Signature: void emit_tabCloseRequested (int index) Description: Emitter for signal void QTabBar::tabCloseRequested(int index) Call this method to emit this signal. |
emit_tabMoved | Signature: void emit_tabMoved (int from, int to) Description: Emitter for signal void QTabBar::tabMoved(int from, int to) Call this method to emit this signal. |
enabledChange | Signature: void enabledChange (bool arg1) Description: Virtual method void QTabBar::enabledChange(bool) This method can be reimplemented in a derived class. |
enterEvent | Signature: void enterEvent (QEvent ptr arg1) Description: Virtual method void QTabBar::enterEvent(QEvent *) This method can be reimplemented in a derived class. |
event | Signature: bool event (QEvent ptr arg1) Description: Virtual method bool QTabBar::event(QEvent *) This method can be reimplemented in a derived class. |
eventFilter | Signature: bool eventFilter (QObject ptr arg1, QEvent ptr arg2) Description: Virtual method bool QTabBar::eventFilter(QObject *, QEvent *) This method can be reimplemented in a derived class. |
expanding | Signature: [const] bool expanding Description: Method bool QTabBar::expanding() Python specific notes: |
expanding= | Signature: void expanding= (bool enabled) Description: Method void QTabBar::setExpanding(bool enabled) Python specific notes: |
focusInEvent | Signature: void focusInEvent (QFocusEvent ptr arg1) Description: Virtual method void QTabBar::focusInEvent(QFocusEvent *) This method can be reimplemented in a derived class. |
focusNextChild | Signature: bool focusNextChild Description: Method bool QTabBar::focusNextChild() This method is protected and can only be called from inside a derived class. |
focusNextPrevChild | Signature: bool focusNextPrevChild (bool next) Description: Virtual method bool QTabBar::focusNextPrevChild(bool next) This method can be reimplemented in a derived class. |
focusOutEvent | Signature: void focusOutEvent (QFocusEvent ptr arg1) Description: Virtual method void QTabBar::focusOutEvent(QFocusEvent *) This method can be reimplemented in a derived class. |
focusPreviousChild | Signature: bool focusPreviousChild Description: Method bool QTabBar::focusPreviousChild() This method is protected and can only be called from inside a derived class. |
fontChange | Signature: void fontChange (const QFont arg1) Description: Virtual method void QTabBar::fontChange(const QFont &) This method can be reimplemented in a derived class. |
heightForWidth | Signature: [const] int heightForWidth (int arg1) Description: Virtual method int QTabBar::heightForWidth(int) This method can be reimplemented in a derived class. |
hideEvent | Signature: void hideEvent (QHideEvent ptr arg1) Description: Virtual method void QTabBar::hideEvent(QHideEvent *) This method can be reimplemented in a derived class. |
iconSize | Signature: [const] QSize iconSize Description: Method QSize QTabBar::iconSize() Python specific notes: |
iconSize= | Signature: void iconSize= (const QSize size) Description: Method void QTabBar::setIconSize(const QSize &size) Python specific notes: |
initStyleOption | Signature: [const] void initStyleOption (QStyleOptionTab ptr option, int tabIndex) Description: Method void QTabBar::initStyleOption(QStyleOptionTab *option, int tabIndex) This method is protected and can only be called from inside a derived class. |
inputMethodEvent | Signature: void inputMethodEvent (QInputMethodEvent ptr arg1) Description: Virtual method void QTabBar::inputMethodEvent(QInputMethodEvent *) This method can be reimplemented in a derived class. |
inputMethodQuery | Signature: [const] variant inputMethodQuery (const Qt_InputMethodQuery arg1) Description: Virtual method QVariant QTabBar::inputMethodQuery(Qt::InputMethodQuery) This method can be reimplemented in a derived class. |
insertTab | (1) Signature: int insertTab (int index, string text) Description: Method int QTabBar::insertTab(int index, const QString &text) |
(2) Signature: int insertTab (int index, const QIcon icon, string text) Description: Method int QTabBar::insertTab(int index, const QIcon &icon, const QString &text) | |
isMovable? | Signature: [const] bool isMovable? Description: Method bool QTabBar::isMovable() Python specific notes: |
isTabEnabled? | Signature: [const] bool isTabEnabled? (int index) Description: Method bool QTabBar::isTabEnabled(int index) |
is_const_object? | Signature: [const] bool is_const_object? Description: Returns a value indicating whether the reference is a const reference Use of this method is deprecated. Use _is_const_object? instead This method returns true, if self is a const reference. In that case, only const methods may be called on self. |
keyPressEvent | Signature: void keyPressEvent (QKeyEvent ptr arg1) Description: Virtual method void QTabBar::keyPressEvent(QKeyEvent *) This method can be reimplemented in a derived class. |
keyReleaseEvent | Signature: void keyReleaseEvent (QKeyEvent ptr arg1) Description: Virtual method void QTabBar::keyReleaseEvent(QKeyEvent *) This method can be reimplemented in a derived class. |
languageChange | Signature: void languageChange Description: Virtual method void QTabBar::languageChange() This method can be reimplemented in a derived class. |
leaveEvent | Signature: void leaveEvent (QEvent ptr arg1) Description: Virtual method void QTabBar::leaveEvent(QEvent *) This method can be reimplemented in a derived class. |
metric | Signature: [const] int metric (const QPaintDevice_PaintDeviceMetric arg1) Description: Virtual method int QTabBar::metric(QPaintDevice::PaintDeviceMetric) This method can be reimplemented in a derived class. |
minimumSizeHint | Signature: [const] QSize minimumSizeHint Description: Virtual method QSize QTabBar::minimumSizeHint() This method can be reimplemented in a derived class. |
mouseDoubleClickEvent | Signature: void mouseDoubleClickEvent (QMouseEvent ptr arg1) Description: Virtual method void QTabBar::mouseDoubleClickEvent(QMouseEvent *) This method can be reimplemented in a derived class. |
mouseMoveEvent | Signature: void mouseMoveEvent (QMouseEvent ptr arg1) Description: Virtual method void QTabBar::mouseMoveEvent(QMouseEvent *) This method can be reimplemented in a derived class. |
mousePressEvent | Signature: void mousePressEvent (QMouseEvent ptr arg1) Description: Virtual method void QTabBar::mousePressEvent(QMouseEvent *) This method can be reimplemented in a derived class. |
mouseReleaseEvent | Signature: void mouseReleaseEvent (QMouseEvent ptr arg1) Description: Virtual method void QTabBar::mouseReleaseEvent(QMouseEvent *) This method can be reimplemented in a derived class. |
movable | Signature: [const] bool movable Description: Method bool QTabBar::isMovable() Python specific notes: |
movable= | Signature: void movable= (bool movable) Description: Method void QTabBar::setMovable(bool movable) Python specific notes: |
moveEvent | Signature: void moveEvent (QMoveEvent ptr arg1) Description: Virtual method void QTabBar::moveEvent(QMoveEvent *) This method can be reimplemented in a derived class. |
moveTab | Signature: void moveTab (int from, int to) Description: Method void QTabBar::moveTab(int from, int to) |
new | Signature: [static] new QTabBar new (QWidget ptr parent = 0) Description: Constructor QTabBar::QTabBar(QWidget *parent) This method creates an object of class QTabBar. Python specific notes: |
paintEngine | Signature: [const] QPaintEngine ptr paintEngine Description: Virtual method QPaintEngine *QTabBar::paintEngine() This method can be reimplemented in a derived class. |
paintEvent | Signature: void paintEvent (QPaintEvent ptr arg1) Description: Virtual method void QTabBar::paintEvent(QPaintEvent *) This method can be reimplemented in a derived class. |
paletteChange | Signature: void paletteChange (const QPalette arg1) Description: Virtual method void QTabBar::paletteChange(const QPalette &) This method can be reimplemented in a derived class. |
qt_create | Signature: void qt_create (unsigned long arg1 = 0, bool initializeWindow = true, bool destroyOldWindow = true) Description: Method void QTabBar::create(WId, bool initializeWindow, bool destroyOldWindow) This method is protected and can only be called from inside a derived class. |
qt_destroy | Signature: void qt_destroy (bool destroyWindow = true, bool destroySubWindows = true) Description: Method void QTabBar::destroy(bool destroyWindow, bool destroySubWindows) This method is protected and can only be called from inside a derived class. |
receivers | Signature: [const] int receivers (string signal) Description: Method int QTabBar::receivers(const char *signal) This method is protected and can only be called from inside a derived class. |
removeTab | Signature: void removeTab (int index) Description: Method void QTabBar::removeTab(int index) |
resetInputContext | Signature: void resetInputContext Description: Method void QTabBar::resetInputContext() This method is protected and can only be called from inside a derived class. |
resizeEvent | Signature: void resizeEvent (QResizeEvent ptr arg1) Description: Virtual method void QTabBar::resizeEvent(QResizeEvent *) This method can be reimplemented in a derived class. |
selectionBehaviorOnRemove | Signature: [const] QTabBar_SelectionBehavior selectionBehaviorOnRemove Description: Method QTabBar::SelectionBehavior QTabBar::selectionBehaviorOnRemove() Python specific notes: |
selectionBehaviorOnRemove= | Signature: void selectionBehaviorOnRemove= (const QTabBar_SelectionBehavior behavior) Description: Method void QTabBar::setSelectionBehaviorOnRemove(QTabBar::SelectionBehavior behavior) Python specific notes: |
sender | Signature: [const] QObject ptr sender Description: Method QObject *QTabBar::sender() This method is protected and can only be called from inside a derived class. |
setCurrentIndex | Signature: void setCurrentIndex (int index) Description: Method void QTabBar::setCurrentIndex(int index) Python specific notes: |
setDocumentMode | Signature: void setDocumentMode (bool set) Description: Method void QTabBar::setDocumentMode(bool set) Python specific notes: |
setDrawBase | Signature: void setDrawBase (bool drawTheBase) Description: Method void QTabBar::setDrawBase(bool drawTheBase) Python specific notes: |
setElideMode | Signature: void setElideMode (const Qt_TextElideMode arg1) Description: Method void QTabBar::setElideMode(Qt::TextElideMode) Python specific notes: |
setExpanding | Signature: void setExpanding (bool enabled) Description: Method void QTabBar::setExpanding(bool enabled) Python specific notes: |
setIconSize | Signature: void setIconSize (const QSize size) Description: Method void QTabBar::setIconSize(const QSize &size) Python specific notes: |
setMovable | Signature: void setMovable (bool movable) Description: Method void QTabBar::setMovable(bool movable) Python specific notes: |
setSelectionBehaviorOnRemove | Signature: void setSelectionBehaviorOnRemove (const QTabBar_SelectionBehavior behavior) Description: Method void QTabBar::setSelectionBehaviorOnRemove(QTabBar::SelectionBehavior behavior) Python specific notes: |
setShape | Signature: void setShape (const QTabBar_Shape shape) Description: Method void QTabBar::setShape(QTabBar::Shape shape) Python specific notes: |
setTabButton | Signature: void setTabButton (int index, const QTabBar_ButtonPosition position, QWidget ptr widget) Description: Method void QTabBar::setTabButton(int index, QTabBar::ButtonPosition position, QWidget *widget) |
setTabData | Signature: void setTabData (int index, variant data) Description: Method void QTabBar::setTabData(int index, const QVariant &data) |
setTabEnabled | Signature: void setTabEnabled (int index, bool arg2) Description: Method void QTabBar::setTabEnabled(int index, bool) |
setTabIcon | Signature: void setTabIcon (int index, const QIcon icon) Description: Method void QTabBar::setTabIcon(int index, const QIcon &icon) |
setTabText | Signature: void setTabText (int index, string text) Description: Method void QTabBar::setTabText(int index, const QString &text) |
setTabTextColor | Signature: void setTabTextColor (int index, const QColor color) Description: Method void QTabBar::setTabTextColor(int index, const QColor &color) |
setTabToolTip | Signature: void setTabToolTip (int index, string tip) Description: Method void QTabBar::setTabToolTip(int index, const QString &tip) |
setTabWhatsThis | Signature: void setTabWhatsThis (int index, string text) Description: Method void QTabBar::setTabWhatsThis(int index, const QString &text) |
setTabsClosable | Signature: void setTabsClosable (bool closable) Description: Method void QTabBar::setTabsClosable(bool closable) Python specific notes: |
setUsesScrollButtons | Signature: void setUsesScrollButtons (bool useButtons) Description: Method void QTabBar::setUsesScrollButtons(bool useButtons) Python specific notes: |
setVisible | Signature: void setVisible (bool visible) Description: Virtual method void QTabBar::setVisible(bool visible) This method can be reimplemented in a derived class. |
shape | Signature: [const] QTabBar_Shape shape Description: Method QTabBar::Shape QTabBar::shape() Python specific notes: |
shape= | Signature: void shape= (const QTabBar_Shape shape) Description: Method void QTabBar::setShape(QTabBar::Shape shape) Python specific notes: |
showEvent | Signature: void showEvent (QShowEvent ptr arg1) Description: Virtual method void QTabBar::showEvent(QShowEvent *) This method can be reimplemented in a derived class. |
sizeHint | Signature: [const] QSize sizeHint Description: Virtual method QSize QTabBar::sizeHint() This method can be reimplemented in a derived class. |
staticMetaObject | Signature: [static] QMetaObject staticMetaObject Description: Obtains the static MetaObject for this class. |
styleChange | Signature: void styleChange (QStyle arg1) Description: Virtual method void QTabBar::styleChange(QStyle &) This method can be reimplemented in a derived class. |
tabAt | Signature: [const] int tabAt (const QPoint pos) Description: Method int QTabBar::tabAt(const QPoint &pos) |
tabButton | Signature: [const] QWidget ptr tabButton (int index, const QTabBar_ButtonPosition position) Description: Method QWidget *QTabBar::tabButton(int index, QTabBar::ButtonPosition position) |
tabCloseRequested | Signature: [signal] void tabCloseRequested (int index) Description: Signal declaration for QTabBar::tabCloseRequested(int index) You can bind a procedure to this signal. Python specific notes: |
tabData | Signature: [const] variant tabData (int index) Description: Method QVariant QTabBar::tabData(int index) |
tabIcon | Signature: [const] QIcon tabIcon (int index) Description: Method QIcon QTabBar::tabIcon(int index) |
tabInserted | Signature: void tabInserted (int index) Description: Virtual method void QTabBar::tabInserted(int index) This method can be reimplemented in a derived class. |
tabLayoutChange | Signature: void tabLayoutChange Description: Virtual method void QTabBar::tabLayoutChange() This method can be reimplemented in a derived class. |
tabMoved | Signature: [signal] void tabMoved (int from, int to) Description: Signal declaration for QTabBar::tabMoved(int from, int to) You can bind a procedure to this signal. Python specific notes: |
tabRect | Signature: [const] QRect tabRect (int index) Description: Method QRect QTabBar::tabRect(int index) |
tabRemoved | Signature: void tabRemoved (int index) Description: Virtual method void QTabBar::tabRemoved(int index) This method can be reimplemented in a derived class. |
tabSizeHint | Signature: [const] QSize tabSizeHint (int index) Description: Virtual method QSize QTabBar::tabSizeHint(int index) This method can be reimplemented in a derived class. |
tabText | Signature: [const] string tabText (int index) Description: Method QString QTabBar::tabText(int index) |
tabTextColor | Signature: [const] QColor tabTextColor (int index) Description: Method QColor QTabBar::tabTextColor(int index) |
tabToolTip | Signature: [const] string tabToolTip (int index) Description: Method QString QTabBar::tabToolTip(int index) |
tabWhatsThis | Signature: [const] string tabWhatsThis (int index) Description: Method QString QTabBar::tabWhatsThis(int index) |
tabletEvent | Signature: void tabletEvent (QTabletEvent ptr arg1) Description: Virtual method void QTabBar::tabletEvent(QTabletEvent *) This method can be reimplemented in a derived class. |
tabsClosable | Signature: [const] bool tabsClosable Description: Method bool QTabBar::tabsClosable() Python specific notes: |
tabsClosable= | Signature: void tabsClosable= (bool closable) Description: Method void QTabBar::setTabsClosable(bool closable) Python specific notes: |
timerEvent | Signature: void timerEvent (QTimerEvent ptr arg1) Description: Virtual method void QTabBar::timerEvent(QTimerEvent *) This method can be reimplemented in a derived class. |
tr | (1) Signature: [static] string tr (string s, string c = 0) Description: Static method QString QTabBar::tr(const char *s, const char *c) This method is static and can be called without an instance. |
(2) Signature: [static] string tr (string s, string c, int n) Description: Static method QString QTabBar::tr(const char *s, const char *c, int n) This method is static and can be called without an instance. | |
trUtf8 | (1) Signature: [static] string trUtf8 (string s, string c = 0) Description: Static method QString QTabBar::trUtf8(const char *s, const char *c) This method is static and can be called without an instance. |
(2) Signature: [static] string trUtf8 (string s, string c, int n) Description: Static method QString QTabBar::trUtf8(const char *s, const char *c, int n) This method is static and can be called without an instance. | |
updateMicroFocus | Signature: void updateMicroFocus Description: Method void QTabBar::updateMicroFocus() This method is protected and can only be called from inside a derived class. |
usesScrollButtons | Signature: [const] bool usesScrollButtons Description: Method bool QTabBar::usesScrollButtons() Python specific notes: |
usesScrollButtons= | Signature: void usesScrollButtons= (bool useButtons) Description: Method void QTabBar::setUsesScrollButtons(bool useButtons) Python specific notes: |
wheelEvent | Signature: void wheelEvent (QWheelEvent ptr event) Description: Virtual method void QTabBar::wheelEvent(QWheelEvent *event) This method can be reimplemented in a derived class. |
windowActivationChange | Signature: void windowActivationChange (bool arg1) Description: Virtual method void QTabBar::windowActivationChange(bool) This method can be reimplemented in a derived class. |