maxLibQt
OverlayStackLayout Member List

This is the complete list of members for OverlayStackLayout, including all inherited members.

activate()QLayout
addChildLayout(QLayout *l)QLayoutprotected
addChildWidget(QWidget *w)QLayoutprotected
addItem(QLayoutItem *item) overrideQStackedLayoutvirtual
addWidget(QWidget *widget, Qt::Alignment alignment)OverlayStackLayoutinline
addWidget(QWidget *widget, Qt::Alignment alignment, const QPoint &offset)OverlayStackLayoutinline
addWidget(QWidget *widget)OverlayStackLayout
QStackedLayout::addWidget(QWidget *widget)QStackedLayout
alignment() const constQLayoutItem
alignmentRect(const QRect &r) const constQLayoutprotected
blockSignals(bool block)QObject
childEvent(QChildEvent *e) overrideQLayoutprotectedvirtual
children() const constQObject
closestAcceptableSize(const QWidget *widget, const QSize &size)QLayoutstatic
connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)QObjectstatic
connect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type)QObjectstatic
connect(const QObject *sender, const char *signal, const char *method, Qt::ConnectionType type) const constQObject
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method, Qt::ConnectionType type)QObjectstatic
connect(const QObject *sender, PointerToMemberFunction signal, Functor functor)QObjectstatic
connect(const QObject *sender, PointerToMemberFunction signal, const QObject *context, Functor functor, Qt::ConnectionType type)QObjectstatic
connectNotify(const QMetaMethod &signal)QObjectprotectedvirtual
contentsMargins() const constQLayout
contentsRect() const constQLayout
controlTypes() const const overrideQLayoutvirtual
countQStackedLayout
count() const const overrideQStackedLayoutvirtual
currentChanged(int index)QStackedLayout
currentIndexQStackedLayout
currentIndex() const constQStackedLayout
currentWidget() const constQStackedLayout
customEvent(QEvent *event)QObjectprotectedvirtual
deleteLater()QObject
destroyed(QObject *obj)QObject
disconnect(const QObject *sender, const char *signal, const QObject *receiver, const char *method)QObjectstatic
disconnect(const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method)QObjectstatic
disconnect(const char *signal, const QObject *receiver, const char *method) const constQObject
disconnect(const QObject *receiver, const char *method) const constQObject
disconnect(const QMetaObject::Connection &connection)QObjectstatic
disconnect(const QObject *sender, PointerToMemberFunction signal, const QObject *receiver, PointerToMemberFunction method)QObjectstatic
disconnectNotify(const QMetaMethod &signal)QObjectprotectedvirtual
dumpObjectInfo()QObject
dumpObjectInfo() const constQObject
dumpObjectTree()QObject
dumpObjectTree() const constQObject
dynamicPropertyNames() const constQObject
event(QEvent *e)QObjectvirtual
eventFilter(QObject *watched, QEvent *event)QObjectvirtual
expandingDirections() const const overrideQLayoutvirtual
findChild(const QString &name, Qt::FindChildOptions options) const constQObject
findChildren(const QString &name, Qt::FindChildOptions options) const constQObject
findChildren(const QRegExp &regExp, Qt::FindChildOptions options) const constQObject
findChildren(const QRegularExpression &re, Qt::FindChildOptions options) const constQObject
geometry() const const overrideQLayoutvirtual
getContentsMargins(int *left, int *top, int *right, int *bottom) const constQLayout
hasHeightForWidth() const const overrideQStackedLayoutvirtual
heightForWidth(int width) const const overrideQStackedLayoutvirtual
indexOf(QWidget *widget) const constQLayoutvirtual
indexOf(QLayoutItem *layoutItem) const constQLayout
inherits(const char *className) const constQObject
insertWidget(int index, QWidget *widget, Qt::Alignment alignment)OverlayStackLayout
insertWidget(int index, QWidget *widget, Qt::Alignment alignment, const QPoint &offset)OverlayStackLayout
insertWidget(int index, QWidget *widget)OverlayStackLayout
QStackedLayout::insertWidget(int index, QWidget *widget)QStackedLayout
installEventFilter(QObject *filterObj)QObject
invalidate() overrideQLayoutvirtual
isEmpty() const const overrideQLayoutvirtual
isEnabled() const constQLayout
isSignalConnected(const QMetaMethod &signal) const constQObjectprotected
isWidgetType() const constQObject
isWindowType() const constQObject
itemAt(int index) const const overrideQStackedLayoutvirtual
killTimer(int id)QObject
layout() overrideQLayoutvirtual
marginQLayout
margin() const constQLayout
maximumSize() const const overrideQLayoutvirtual
menuBar() const constQLayout
metaObject() const constQStackedLayoutvirtual
minimumHeightForWidth(int w) const constQLayoutItemvirtual
minimumSize() const const overrideQStackedLayoutvirtual
moveToThread(QThread *targetThread)QObject
objectNameQObject
objectName() const constQObject
objectNameChanged(const QString &objectName)QObject
OverlayStackLayout(QWidget *parent=nullptr)OverlayStackLayoutexplicit
OverlayStackLayout(QLayout *parentLayout)OverlayStackLayoutexplicit
parent() const constQObject
parentWidget() const constQLayout
property(const char *name) const constQObject
QLayout(QWidget *parent)QLayout
QLayout()QLayout
QLayoutItem(Qt::Alignment alignment)QLayoutItem
QObject(QObject *parent)QObject
QStackedLayout()QStackedLayout
QStackedLayout(QWidget *parent)QStackedLayout
QStackedLayout(QLayout *parentLayout)QStackedLayout
qt_metacall(QMetaObject::Call, int, void **)QStackedLayoutvirtual
qt_metacast(const char *)QStackedLayoutvirtual
receivers(const char *signal) const constQObjectprotected
removeEventFilter(QObject *obj)QObject
removeItem(QLayoutItem *item)QLayout
removeWidget(QWidget *widget)QLayout
replaceWidget(QWidget *from, QWidget *to, Qt::FindChildOptions options)QLayout
sender() const constQObjectprotected
senderSignalIndex() const constQObjectprotected
setAlignment(QWidget *w, Qt::Alignment alignment)QLayout
setAlignment(QLayout *l, Qt::Alignment alignment)QLayout
QLayoutItem::setAlignment(Qt::Alignment alignment)QLayoutItem
setContentsMargins(int left, int top, int right, int bottom)QLayout
setContentsMargins(const QMargins &margins)QLayout
setCurrentIndex(int index)QStackedLayout
setCurrentWidget(QWidget *widget)QStackedLayout
SetDefaultConstraintQLayout
setEnabled(bool enable)QLayout
SetFixedSizeQLayout
setGeometry(const QRect &geo) overrideOverlayStackLayoutvirtual
setMargin(int margin)QLayout
SetMaximumSizeQLayout
setMenuBar(QWidget *widget)QLayout
SetMinAndMaxSizeQLayout
SetMinimumSizeQLayout
SetNoConstraintQLayout
setObjectName(const QString &name)QObject
setOffset(QWidget *widget, const QPoint &offset) constOverlayStackLayoutslot
setParent(QObject *parent)QObject
setProperty(const char *name, const QVariant &value)QObject
setSenderAlignment(Qt::Alignment align)OverlayStackLayoutslot
setSenderOffset(const QPoint &offset) constOverlayStackLayoutslot
setSizeConstraint(QLayout::SizeConstraint)QLayout
setSpacing(int)QLayout
setStackingMode(StackingMode mode)OverlayStackLayoutslot
signalsBlocked() const constQObject
SizeConstraint enum nameQLayout
sizeConstraintQLayout
sizeConstraint() const constQLayout
sizeHint() const const overrideQStackedLayoutvirtual
spacerItem()QLayoutItemvirtual
spacingQLayout
spacing() const constQLayout
StackAllQStackedLayout
stackingModeQStackedLayout
stackingMode() const constQStackedLayout
StackingMode enum nameQStackedLayout
StackOneQStackedLayout
startTimer(int interval, Qt::TimerType timerType)QObject
startTimer(std::chrono::milliseconds time, Qt::TimerType timerType)QObject
takeAt(int index) overrideQStackedLayoutvirtual
thread() const constQObject
timerEvent(QTimerEvent *event)QObjectprotectedvirtual
tr(const char *s, const char *c, int n)QStackedLayoutstatic
trUtf8(const char *s, const char *c, int n)QStackedLayoutstatic
update()QLayout
widget(int index) const constQStackedLayout
QLayout::widget()QLayoutItemvirtual
widgetRemoved(int index)QStackedLayout
~QLayoutItem()QLayoutItemvirtual
~QObject()QObjectvirtual
~QStackedLayout()QStackedLayoutvirtual