![]() |
Qt 6.x
The Qt SDK
|
This is the complete list of members for QBoxLayout, including all inherited members.
| activate() | QLayout | |
| addChildLayout(QLayout *l) | QLayout | protected |
| addChildWidget(QWidget *w) | QLayout | protected |
| addItem(QLayoutItem *) override | QBoxLayout | virtual |
| addLayout(QLayout *layout, int stretch=0) | QBoxLayout | |
| addSpacerItem(QSpacerItem *spacerItem) | QBoxLayout | |
| addSpacing(int size) | QBoxLayout | |
| addStretch(int stretch=0) | QBoxLayout | |
| addStrut(int) | QBoxLayout | |
| addWidget(QWidget *, int stretch=0, Qt::Alignment alignment=Qt::Alignment()) | QBoxLayout | |
| QLayout::addWidget(QWidget *w) | QLayout | |
| adoptLayout(QLayout *layout) | QLayout | protected |
| align | QLayoutItem | protected |
| alignment() const | QLayoutItem | inline |
| alignmentRect(const QRect &) const | QLayout | protected |
| bindableObjectName() | QObject | |
| bindingStorage() | QObject | inline |
| bindingStorage() const | QObject | inline |
| blockSignals(bool b) noexcept | QObject | |
| BottomToTop enum value | QBoxLayout | |
| childEvent(QChildEvent *e) override | QLayout | protectedvirtual |
| children() const | QObject | inline |
| closestAcceptableSize(const QWidget *w, const QSize &s) | QLayout | static |
| connect(const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection) | QObject | static |
| connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
| connect(const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const | QObject | inline |
| connect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::ContextTypeForFunctor< Func2 >::ContextType *context, Func2 &&slot, Qt::ConnectionType type=Qt::AutoConnection) | QObject | inlinestatic |
| connect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, Func2 &&slot) | QObject | inlinestatic |
| connectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
| contentsMargins | QLayout | |
| contentsMargins() const | QLayout | |
| contentsRect() const | QLayout | |
| controlTypes() const override | QLayout | virtual |
| count() const override | QBoxLayout | virtual |
| customEvent(QEvent *event) | QObject | protectedvirtual |
| d_ptr | QObject | protected |
| deleteLater() | QObject | slot |
| destroyed(QObject *=nullptr) | QObject | signal |
| Direction enum name | QBoxLayout | |
| direction() const | QBoxLayout | |
| disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *member) | QObject | static |
| disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member) | QObject | static |
| disconnect(const char *signal=nullptr, const QObject *receiver=nullptr, const char *member=nullptr) const | QObject | inline |
| disconnect(const QObject *receiver, const char *member=nullptr) const | QObject | inline |
| disconnect(const QMetaObject::Connection &) | QObject | static |
| disconnect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const typename QtPrivate::FunctionPointer< Func2 >::Object *receiver, Func2 slot) | QObject | inlinestatic |
| disconnect(const typename QtPrivate::FunctionPointer< Func1 >::Object *sender, Func1 signal, const QObject *receiver, void **zero) | QObject | inlinestatic |
| disconnectNotify(const QMetaMethod &signal) | QObject | protectedvirtual |
| Down enum value | QBoxLayout | |
| dumpObjectInfo() const | QObject | |
| dumpObjectTree() const | QObject | |
| dynamicPropertyNames() const | QObject | |
| event(QEvent *event) | QObject | virtual |
| eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
| expandingDirections() const override | QBoxLayout | virtual |
| findChild(const QString &aName=QString(), Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline |
| findChildren(const QString &aName, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline |
| findChildren(Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | inline |
| geometry() const override | QLayout | virtual |
| getContentsMargins(int *left, int *top, int *right, int *bottom) const | QLayout | |
| hasHeightForWidth() const override | QBoxLayout | virtual |
| heightForWidth(int) const override | QBoxLayout | virtual |
| indexOf(const QWidget *) const | QLayout | virtual |
| indexOf(const QLayoutItem *) const | QLayout | virtual |
| inherits(const char *classname) const | QObject | inline |
| insertItem(int index, QLayoutItem *) | QBoxLayout | |
| insertLayout(int index, QLayout *layout, int stretch=0) | QBoxLayout | |
| insertSpacerItem(int index, QSpacerItem *spacerItem) | QBoxLayout | |
| insertSpacing(int index, int size) | QBoxLayout | |
| insertStretch(int index, int stretch=0) | QBoxLayout | |
| insertWidget(int index, QWidget *widget, int stretch=0, Qt::Alignment alignment=Qt::Alignment()) | QBoxLayout | |
| installEventFilter(QObject *filterObj) | QObject | |
| invalidate() override | QBoxLayout | virtual |
| isEmpty() const override | QLayout | virtual |
| isEnabled() const | QLayout | |
| isQuickItemType() const | QObject | inline |
| isSignalConnected(const QMetaMethod &signal) const | QObject | protected |
| isWidgetType() const | QObject | inline |
| isWindowType() const | QObject | inline |
| itemAt(int) const override | QBoxLayout | virtual |
| killTimer(int id) | QObject | |
| layout() override | QLayout | virtual |
| LeftToRight enum value | QBoxLayout | |
| maximumSize() const override | QBoxLayout | virtual |
| menuBar() const | QLayout | |
| minimumHeightForWidth(int) const override | QBoxLayout | virtual |
| minimumSize() const override | QBoxLayout | virtual |
| moveToThread(QThread *thread) | QObject | |
| objectName | QObject | |
| objectName() const | QObject | |
| objectNameChanged(const QString &objectName, QPrivateSignal) | QObject | signal |
| parent() const | QObject | inline |
| parentWidget() const | QLayout | |
| property(const char *name) const | QObject | |
| QBoxLayout(Direction, QWidget *parent=nullptr) | QBoxLayout | explicit |
| qFindChildqFindChildren(const QObject *obj, const QString &name)() | QObject | related |
| qFindChildrenqFindChildren(const QObject *obj, const QString &name)() | QObject | related |
| QLayout(QWidget *parent=nullptr) | QLayout | explicit |
| QLayout(QLayoutPrivate &d, QLayout *, QWidget *) | QLayout | protected |
| QLayoutItem(Qt::Alignment alignment=Qt::Alignment()) | QLayoutItem | inlineexplicit |
| QObject(QObject *parent=nullptr) | QObject | explicit |
| QObject(QObjectPrivate &dd, QObject *parent=nullptr) | QObject | protected |
| qobject_cast(const QObject *object) | QObject | related |
| QObjectList | QObject | related |
| receivers(const char *signal) const | QObject | protected |
| removeEventFilter(QObject *obj) | QObject | |
| removeItem(QLayoutItem *) | QLayout | |
| removeWidget(QWidget *w) | QLayout | |
| replaceWidget(QWidget *from, QWidget *to, Qt::FindChildOptions options=Qt::FindChildrenRecursively) | QLayout | virtual |
| RightToLeft enum value | QBoxLayout | |
| sender() const | QObject | protected |
| senderSignalIndex() const | QObject | protected |
| setAlignment(QWidget *w, Qt::Alignment alignment) | QLayout | |
| setAlignment(QLayout *l, Qt::Alignment alignment) | QLayout | |
| setAlignment(Qt::Alignment a) | QLayout | |
| setContentsMargins(int left, int top, int right, int bottom) | QLayout | |
| setContentsMargins(const QMargins &margins) | QLayout | |
| SetDefaultConstraint enum value | QLayout | |
| setDirection(Direction) | QBoxLayout | |
| setEnabled(bool) | QLayout | |
| SetFixedSize enum value | QLayout | |
| setGeometry(const QRect &) override | QBoxLayout | virtual |
| SetMaximumSize enum value | QLayout | |
| setMenuBar(QWidget *w) | QLayout | |
| SetMinAndMaxSize enum value | QLayout | |
| SetMinimumSize enum value | QLayout | |
| SetNoConstraint enum value | QLayout | |
| setObjectName(const QString &name) | QObject | inline |
| setObjectName(QAnyStringView name) | QObject | |
| setParent(QObject *parent) | QObject | |
| setProperty(const char *name, const QVariant &value) | QObject | |
| setProperty(const char *name, QVariant &&value) | QObject | inline |
| setSizeConstraint(SizeConstraint) | QLayout | |
| setSpacing(int spacing) override | QBoxLayout | virtual |
| setStretch(int index, int stretch) | QBoxLayout | |
| setStretchFactor(QWidget *w, int stretch) | QBoxLayout | |
| setStretchFactor(QLayout *l, int stretch) | QBoxLayout | |
| signalsBlocked() const noexcept | QObject | inline |
| SizeConstraint enum name | QLayout | |
| sizeConstraint | QLayout | |
| sizeConstraint() const | QLayout | |
| sizeHint() const override | QBoxLayout | virtual |
| spacerItem() | QLayoutItem | virtual |
| spacing() const override | QBoxLayout | virtual |
| QLayout::spacing | QLayout | |
| startTimer(int interval, Qt::TimerType timerType=Qt::CoarseTimer) | QObject | |
| startTimer(std::chrono::milliseconds time, Qt::TimerType timerType=Qt::CoarseTimer) | QObject | |
| stretch(int index) const | QBoxLayout | |
| takeAt(int) override | QBoxLayout | virtual |
| thread() const | QObject | |
| timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
| TopToBottom enum value | QBoxLayout | |
| totalHeightForWidth(int w) const | QLayout | |
| totalMaximumSize() const | QLayout | |
| totalMinimumHeightForWidth(int w) const | QLayout | |
| totalMinimumSize() const | QLayout | |
| totalSizeHint() const | QLayout | |
| unsetContentsMargins() | QLayout | |
| Up enum value | QBoxLayout | |
| update() | QLayout | |
| widget() const | QLayoutItem | virtual |
| widgetEvent(QEvent *) | QLayout | protected |
| ~QBoxLayout() | QBoxLayout | |
| ~QLayout() | QLayout | |
| ~QLayoutItem() | QLayoutItem | virtual |
| ~QObject() | QObject | virtual |