CopperSpice API
1.9.2
|
This is the complete list of members for QWidget, including all inherited members.
PaintDeviceMetric enum name | QPaintDevice | |
QObject(QObject *parent=nullptr) | QObject | explicit |
QObjectList | QObject | related |
QPaintDevice() | QPaintDevice | protected |
QWidget(QWidget *parent=nullptr, Qt::WindowFlags flags=Qt::EmptyFlag) | QWidget | explicit |
QWidgetList | QWidget | related |
RenderFlag enum name | QWidget | |
RenderFlags typedef | QWidget | |
WId | QWidget | related |
acceptDrops | QWidget | readwrite |
acceptDrops() const | QWidget | |
accessibleDescription | QWidget | readwrite |
accessibleDescription() const | QWidget | |
accessibleName | QWidget | write |
accessibleName() const | QWidget | |
actionEvent(QActionEvent *event) | QWidget | protectedvirtual |
actions() const | QWidget | |
activateWindow() | QWidget | |
addAction(QAction *action) | QWidget | |
addActions(const QList< QAction * > &actions) | QWidget | |
adjustSize() | QWidget | |
autoFillBackground | QWidget | readwrite |
autoFillBackground() const | QWidget | |
backgroundRole() const | QWidget | |
backingStore() const | QWidget | |
baseSize | QWidget | readwrite |
baseSize() const | QWidget | |
blockSignals(bool block) | QObject | |
changeEvent(QEvent *event) | QWidget | protectedvirtual |
childAt(int x, int y) const | QWidget | inline |
childAt(const QPoint &position) const | QWidget | |
childEvent(QChildEvent *event) | QObject | protectedvirtual |
children() const | QObject | |
childrenRect | QWidget | read |
childrenRect() const | QWidget | |
childrenRegion | QWidget | read |
childrenRegion() const | QWidget | |
clearFocus() | QWidget | |
clearMask() | QWidget | |
close() | QWidget | slot |
closeEvent(QCloseEvent *event) | QWidget | protectedvirtual |
colorCount() const | QPaintDevice | inline |
connect(const QObject *sender, const QString &signalMethod, const QString &location, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection) | QObject | |
connect(const QObject *sender, const QString &signalMethod, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection) | QObject | |
connect(const QObject *sender, const QString &signalMethod, const QString &location, const QObject *receiver, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
connect(const QObject *sender, const QString &signalMethod, const QObject *receiver, const QString &slotMethod, Qt::ConnectionType type=Qt::AutoConnection, const QString &location=QString ()) | QObject | static |
connect(const QObject *sender, const QMetaMethod &signalMethod, const QObject *receiver, const QMetaMethod &slotMethod, Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
connect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, SlotReturn (SlotClass::*slotMethod)(SlotArgs...), Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
connect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, T slotLambda, Qt::ConnectionType type=Qt::AutoConnection) | QObject | static |
connectNotify(const QMetaMethod &signalMethod) const | QObject | protectedvirtual |
contentsMargins() const | QWidget | |
contentsRect() const | QWidget | |
contextMenuEvent(QContextMenuEvent *event) | QWidget | protectedvirtual |
contextMenuPolicy | QWidget | readwrite |
contextMenuPolicy() const | QWidget | |
create(WId window=0, bool initializeWindow=true, bool destroyOldWindow=true) | QWidget | protected |
createWindowContainer(QWindow *window, QWidget *parent=nullptr, Qt::WindowFlags flags=Qt::EmptyFlag) | QWidget | static |
cursor | QWidget | readwritereset |
cursor() const | QWidget | |
customContextMenuRequested(const QPoint &pos) | QWidget | signal |
customEvent(QEvent *event) | QObject | protectedvirtual |
deleteLater() | QObject | slot |
depth() const | QPaintDevice | inline |
destroy(bool destroyWindow=true, bool destroySubWindows=true) | QWidget | protected |
destroyed(QObject *obj=nullptr) | QObject | signal |
devicePixelRatio() const | QPaintDevice | inline |
devicePixelRatioF() const | QPaintDevice | inline |
disconnect(const QString &signalMethod=QString (), const QObject *receiver=nullptr, const QString &slotMethod=QString ()) const | QObject | |
disconnect(const QString &signalMethod, const QString &location, const QObject *receiver=nullptr, const QString &slotMethod=QString ()) const | QObject | |
disconnect(const QObject *receiver, const QString &slotMethod=QString ()) const | QObject | |
disconnect(const QObject *sender, const QString &signalMethod, const QObject *receiver, const QString &slotMethod) | QObject | static |
disconnect(const QObject *sender, std::nullptr_t, const QObject *receiver, std::nullptr_t) | QObject | static |
disconnect(const QObject *sender, const QMetaMethod &signalMethod, const QObject *receiver, const QMetaMethod &slotMethod) | QObject | static |
disconnect(const QObject *sender, const QString &signalMethod, const QString &location, const QObject *receiver, const QString &slotMethod) | QObject | static |
disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, SlotReturn (SlotClass::*slotMethod)(SlotArgs...)) | QObject | static |
disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, std::nullptr_t slotMethod=nullptr) | QObject | static |
disconnect(const Sender *sender, void (SignalClass::*signalMethod)(SignalArgs...), const Receiver *receiver, T slotMethod) | QObject | static |
disconnectNotify(const QMetaMethod &signalMethod) const | QObject | protectedvirtual |
dragEnterEvent(QDragEnterEvent *event) | QWidget | protectedvirtual |
dragLeaveEvent(QDragLeaveEvent *event) | QWidget | protectedvirtual |
dragMoveEvent(QDragMoveEvent *event) | QWidget | protectedvirtual |
dropEvent(QDropEvent *event) | QWidget | protectedvirtual |
dumpObjectInfo() | QObject | |
dumpObjectTree() | QObject | |
dynamicPropertyNames() const | QObject | |
effectiveWinId() const | QWidget | |
enabled | QWidget | readwrite |
ensurePolished() const | QWidget | |
enterEvent(QEvent *event) | QWidget | protectedvirtual |
event(QEvent *event) override | QWidget | overrideprotected |
QObject::event(QEvent *event) | QObject | virtual |
eventFilter(QObject *watched, QEvent *event) | QObject | virtual |
find(WId id) | QWidget | static |
findChild(const QString &childName=QString ()) const | QObject | |
findChildren(const QString &childName=QString (), Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | |
findChildren(const QRegularExpression ®Exp, Qt::FindChildOptions options=Qt::FindChildrenRecursively) const | QObject | |
focus | QWidget | read |
focusInEvent(QFocusEvent *event) | QWidget | protectedvirtual |
focusNextChild() | QWidget | inlineprotected |
focusNextPrevChild(bool next) | QWidget | protectedvirtual |
focusOutEvent(QFocusEvent *event) | QWidget | protectedvirtual |
focusPolicy | QWidget | readwrite |
focusPolicy() const | QWidget | |
focusPreviousChild() | QWidget | inlineprotected |
focusProxy() const | QWidget | |
focusWidget() const | QWidget | |
font | QWidget | readwrite |
font() const | QWidget | inline |
fontInfo() const | QWidget | inline |
fontMetrics() const | QWidget | inline |
foregroundRole() const | QWidget | |
frameGeometry | QWidget | read |
frameGeometry() const | QWidget | |
frameSize | QWidget | read |
frameSize() const | QWidget | |
fullScreen | QWidget | read |
geometry | QWidget | readwrite |
geometry() const | QWidget | inline |
getContentsMargins(int *left, int *top, int *right, int *bottom) const | QWidget | |
grab(const QRect &rectangle=QRect (QPoint (0, 0), QSize (-1,-1))) | QWidget | |
grabGesture(Qt::GestureType gestureType, Qt::GestureFlags flags=Qt::GestureFlags ()) | QWidget | |
grabKeyboard() | QWidget | |
grabMouse() | QWidget | |
grabMouse(const QCursor &cursor) | QWidget | |
grabShortcut(const QKeySequence &key, Qt::ShortcutContext context=Qt::WindowShortcut) | QWidget | |
graphicsEffect() const | QWidget | |
graphicsProxyWidget() const | QWidget | |
hasEditFocus() const | QWidget | |
hasFocus() const | QWidget | |
hasHeightForWidth() const | QWidget | virtual |
hasMouseTracking() const | QWidget | inline |
height | QWidget | read |
height() const | QWidget | inline |
heightForWidth(int width) const | QWidget | virtual |
heightMM() const | QPaintDevice | inline |
hide() | QWidget | slot |
hideEvent(QHideEvent *event) | QWidget | protectedvirtual |
inherits(const QString &className) const | QObject | |
initPainter(QPainter *painter) const override | QWidget | overrideprotectedvirtual |
inputMethodEvent(QInputMethodEvent *event) | QWidget | protectedvirtual |
inputMethodHints | QWidget | write |
inputMethodHints() const | QWidget | |
inputMethodQuery(Qt::InputMethodQuery query) const | QWidget | virtual |
insertAction(QAction *before, QAction *action) | QWidget | |
insertActions(QAction *before, QList< QAction * > actions) | QWidget | |
installEventFilter(QObject *filterObj) | QObject | |
isActiveWindow | QWidget | read |
isActiveWindow() const | QWidget | |
isAncestorOf(const QWidget *child) const | QWidget | |
isEnabled() const | QWidget | inline |
isEnabledTo(const QWidget *parent) const | QWidget | |
isEnabledToTLW() const | QWidget | inlinedeprecated |
isFullScreen() const | QWidget | |
isHidden() const | QWidget | inline |
isMaximized() const | QWidget | |
isMinimized() const | QWidget | |
isModal() const | QWidget | inline |
isSignalConnected(const QMetaMethod &signalMethod) const | QObject | protected |
isTopLevel() const | QWidget | inlinedeprecated |
isVisible() const | QWidget | inline |
isVisibleTo(const QWidget *parent) const | QWidget | |
isWidgetType() const | QObject | |
isWindow() const | QWidget | inline |
isWindowModified() const | QWidget | |
isWindowType() const | QObject | |
keyPressEvent(QKeyEvent *event) | QWidget | protectedvirtual |
keyReleaseEvent(QKeyEvent *event) | QWidget | protectedvirtual |
keyboardGrabber() | QWidget | static |
killTimer(int id) | QObject | |
layout() const | QWidget | |
layoutDirection | QWidget | readwritereset |
layoutDirection() const | QWidget | |
leaveEvent(QEvent *event) | QWidget | protectedvirtual |
locale | QWidget | readwritereset |
locale() const | QWidget | |
logicalDpiX() const | QPaintDevice | inline |
logicalDpiY() const | QPaintDevice | inline |
lower() | QWidget | slot |
mapFrom(const QWidget *parent, const QPoint &pos) const | QWidget | |
mapFromGlobal(const QPoint &pos) const | QWidget | |
mapFromParent(const QPoint &pos) const | QWidget | |
mapTo(const QWidget *parent, const QPoint &pos) const | QWidget | |
mapToGlobal(const QPoint &pos) const | QWidget | |
mapToParent(const QPoint &pos) const | QWidget | |
mask() const | QWidget | |
maximized | QWidget | read |
maximumHeight | QWidget | readwritedesignablestored |
maximumHeight() const | QWidget | inline |
maximumSize | QWidget | readwrite |
maximumSize() const | QWidget | |
maximumWidth | QWidget | readwritedesignablestored |
maximumWidth() const | QWidget | inline |
metaObject() const | QObject | |
metric(PaintDeviceMetric metric) const override | QWidget | overrideprotectedvirtual |
minimized | QWidget | read |
minimumHeight | QWidget | readwritedesignablestored |
minimumHeight() const | QWidget | inline |
minimumSize | QWidget | readwrite |
minimumSize() const | QWidget | |
minimumSizeHint | QWidget | read |
minimumSizeHint() const | QWidget | virtual |
minimumWidth | QWidget | readwritedesignablestored |
minimumWidth() const | QWidget | inline |
modal | QWidget | read |
mouseDoubleClickEvent(QMouseEvent *event) | QWidget | protectedvirtual |
mouseGrabber() | QWidget | static |
mouseMoveEvent(QMouseEvent *event) | QWidget | protectedvirtual |
mousePressEvent(QMouseEvent *event) | QWidget | protectedvirtual |
mouseReleaseEvent(QMouseEvent *event) | QWidget | protectedvirtual |
mouseTracking | QWidget | readwrite |
move(int x, int y) | QWidget | inline |
move(const QPoint &point) | QWidget | |
moveEvent(QMoveEvent *event) | QWidget | protectedvirtual |
moveToThread(QThread *targetThread) | QObject | |
nativeEvent(const QByteArray &eventType, void *message, long *result) | QWidget | protectedvirtual |
nativeParentWidget() const | QWidget | |
nextInFocusChain() const | QWidget | |
normalGeometry | QWidget | read |
normalGeometry() const | QWidget | |
objectName | QObject | write |
objectName() const | QObject | |
objectNameChanged(const QString &objectName) | QObject | signal |
overrideWindowFlags(Qt::WindowFlags flags) | QWidget | |
paintEngine() const override | QWidget | overridevirtual |
paintEvent(QPaintEvent *event) | QWidget | protectedvirtual |
paintingActive() const | QPaintDevice | inline |
palette | QWidget | readwrite |
palette() const | QWidget | |
parent() const | QObject | |
parentWidget() const | QWidget | inline |
physicalDpiX() const | QPaintDevice | inline |
physicalDpiY() const | QPaintDevice | inline |
pos | QWidget | readwritedesignablestored |
pos() const | QWidget | |
previousInFocusChain() const | QWidget | |
property(const QString &name) const | QObject | |
qobject_cast(QObject *object) | QObject | related |
raise() | QWidget | slot |
receivers(const QString &signal) const | QObject | protected |
rect | QWidget | read |
rect() const | QWidget | inline |
releaseKeyboard() | QWidget | |
releaseMouse() | QWidget | |
releaseShortcut(int id) | QWidget | |
removeAction(QAction *action) | QWidget | |
removeEventFilter(QObject *obj) | QObject | |
render(QPaintDevice *target, const QPoint &targetOffset=QPoint (), const QRegion &sourceRegion=QRegion (), RenderFlags renderFlags=RenderFlags (DrawWindowBackground|DrawChildren)) | QWidget | |
render(QPainter *painter, const QPoint &targetOffset=QPoint (), const QRegion &sourceRegion=QRegion (), RenderFlags renderFlags=RenderFlags (DrawWindowBackground|DrawChildren)) | QWidget | |
repaint() | QWidget | slot |
repaint(int x, int y, int w, int h) | QWidget | |
repaint(const QRect &rect) | QWidget | |
repaint(const QRegion ®ion) | QWidget | |
resize(int w, int h) | QWidget | inline |
resize(const QSize &size) | QWidget | |
resizeEvent(QResizeEvent *event) | QWidget | protectedvirtual |
restoreGeometry(const QByteArray &geometry) | QWidget | |
saveGeometry() const | QWidget | |
scroll(int dx, int dy) | QWidget | |
scroll(int dx, int dy, const QRect &rect) | QWidget | |
sender() const | QObject | protected |
senderSignalIndex() const | QObject | protected |
setAcceptDrops(bool on) | QWidget | |
setAccessibleDescription(const QString &description) | QWidget | |
setAccessibleName(const QString &name) | QWidget | |
setAttribute(Qt::WidgetAttribute attribute, bool enable=true) | QWidget | |
setAutoFillBackground(bool enable) | QWidget | |
setBackgroundRole(QPalette::ColorRole role) | QWidget | |
setBaseSize(const QSize &size) | QWidget | inline |
setBaseSize(int basew, int baseh) | QWidget | |
setContentsMargins(int left, int top, int right, int bottom) | QWidget | |
setContentsMargins(const QMargins &margins) | QWidget | |
setContextMenuPolicy(Qt::ContextMenuPolicy policy) | QWidget | |
setCursor(const QCursor &cursor) | QWidget | |
setDisabled(bool disable) | QWidget | slot |
setEditFocus(bool enable) | QWidget | |
setEnabled(bool enable) | QWidget | slot |
setFixedHeight(int h) | QWidget | |
setFixedSize(const QSize &size) | QWidget | |
setFixedSize(int w, int h) | QWidget | |
setFixedWidth(int w) | QWidget | |
setFocus() | QWidget | slot |
setFocus(Qt::FocusReason reason) | QWidget | |
setFocusPolicy(Qt::FocusPolicy policy) | QWidget | |
setFocusProxy(QWidget *widget) | QWidget | |
setFont(const QFont &font) | QWidget | |
setForegroundRole(QPalette::ColorRole role) | QWidget | |
setGeometry(int x, int y, int w, int h) | QWidget | inline |
setGeometry(const QRect &rect) | QWidget | |
setGraphicsEffect(QGraphicsEffect *effect) | QWidget | |
setHidden(bool hidden) | QWidget | slot |
setInputMethodHints(Qt::InputMethodHints hints) | QWidget | |
setLayout(QLayout *layout) | QWidget | |
setLayoutDirection(Qt::LayoutDirection direction) | QWidget | |
setLocale(const QLocale &locale) | QWidget | |
setMask(const QBitmap &bitmap) | QWidget | |
setMask(const QRegion ®ion) | QWidget | |
setMaximumHeight(int maxh) | QWidget | |
setMaximumSize(const QSize &size) | QWidget | inline |
setMaximumSize(int maxw, int maxh) | QWidget | |
setMaximumWidth(int maxw) | QWidget | |
setMinimumHeight(int minh) | QWidget | |
setMinimumSize(const QSize &size) | QWidget | inline |
setMinimumSize(int minw, int minh) | QWidget | |
setMinimumWidth(int minw) | QWidget | |
setMouseTracking(bool enable) | QWidget | inline |
setObjectName(const QString &name) | QObject | |
setPalette(const QPalette &palette) | QWidget | |
setParent(QWidget *parent) | QWidget | |
setParent(QWidget *parent, Qt::WindowFlags flags) | QWidget | |
QObject::setParent(QObject *parent) | QObject | |
setProperty(const QString &name, const QVariant &value) | QObject | |
setShortcutAutoRepeat(int id, bool enable=true) | QWidget | |
setShortcutEnabled(int id, bool enable=true) | QWidget | |
setSizeIncrement(const QSize &size) | QWidget | inline |
setSizeIncrement(int w, int h) | QWidget | |
setSizePolicy(QSizePolicy policy) | QWidget | |
setSizePolicy(QSizePolicy::Policy horizontal, QSizePolicy::Policy vertical) | QWidget | inline |
setStatusTip(const QString &data) | QWidget | |
setStyle(QStyle *style) | QWidget | |
setStyleSheet(const QString &styleSheet) | QWidget | slot |
setTabOrder(QWidget *firstWidget, QWidget *secondWidget) | QWidget | static |
setToolTip(const QString &data) | QWidget | |
setToolTipDuration(int msec) | QWidget | |
setUpdatesEnabled(bool enable) | QWidget | |
setVisible(bool visible) | QWidget | slot |
setWhatsThis(const QString &str) | QWidget | |
setWindowFilePath(const QString &filePath) | QWidget | |
setWindowFlags(Qt::WindowFlags flags) | QWidget | |
setWindowIcon(const QIcon &icon) | QWidget | |
setWindowModality(Qt::WindowModality windowModality) | QWidget | |
setWindowModified(bool modified) | QWidget | slot |
setWindowOpacity(qreal level) | QWidget | |
setWindowRole(const QString &role) | QWidget | |
setWindowState(Qt::WindowStates windowState) | QWidget | |
setWindowTitle(const QString &title) | QWidget | slot |
show() | QWidget | slot |
showEvent(QShowEvent *event) | QWidget | protectedvirtual |
showFullScreen() | QWidget | slot |
showMaximized() | QWidget | slot |
showMinimized() | QWidget | slot |
showNormal() | QWidget | slot |
signalsBlocked() const | QObject | |
size | QWidget | readwritedesignablestored |
size() const | QWidget | inline |
sizeHint | QWidget | read |
sizeHint() const | QWidget | virtual |
sizeIncrement | QWidget | readwrite |
sizeIncrement() const | QWidget | |
sizePolicy | QWidget | readwrite |
sizePolicy() const | QWidget | |
stackUnder(QWidget *widget) | QWidget | |
startTimer(int interval, Qt::TimerType timerType=Qt::CoarseTimer) | QObject | |
staticMetaObject() | QObject | static |
statusTip | QWidget | readwrite |
statusTip() const | QWidget | |
style() const | QWidget | |
styleSheet | QWidget | readwrite |
styleSheet() const | QWidget | |
tabletEvent(QTabletEvent *event) | QWidget | protectedvirtual |
testAttribute(Qt::WidgetAttribute attribute) const | QWidget | inline |
thread() const | QObject | |
timerEvent(QTimerEvent *event) | QObject | protectedvirtual |
toolTip | QWidget | readwrite |
toolTip() const | QWidget | |
toolTipDuration() const | QWidget | |
topLevelWidget() const | QWidget | inlinedeprecated |
tr(const char *text, const char *comment=nullptr, std::optional< int > numArg=std::optional< int >()) | QObject | static |
underMouse() const | QWidget | inline |
ungrabGesture(Qt::GestureType gestureType) | QWidget | |
unsetCursor() | QWidget | |
unsetLayoutDirection() | QWidget | |
unsetLocale() | QWidget | |
update() | QWidget | slot |
update(int x, int y, int w, int h) | QWidget | inline |
update(const QRect &rect) | QWidget | |
update(const QRegion ®ion) | QWidget | |
updateGeometry() | QWidget | |
updateMicroFocus() | QWidget | protectedslot |
updatesEnabled | QWidget | readwritedesignable |
updatesEnabled() const | QWidget | inline |
visible | QWidget | readwritedesignable |
visibleRegion() const | QWidget | |
whatsThis | QWidget | readwrite |
whatsThis() const | QWidget | |
wheelEvent(QWheelEvent *event) | QWidget | protectedvirtual |
width | QWidget | read |
width() const | QWidget | inline |
widthMM() const | QPaintDevice | inline |
winId() const | QWidget | |
window() const | QWidget | |
windowFilePath | QWidget | readwrite |
windowFilePath() const | QWidget | |
windowFlags | QWidget | readwritedesignable |
windowFlags() const | QWidget | inline |
windowHandle() const | QWidget | |
windowIcon | QWidget | writenotify |
windowIcon() const | QWidget | |
windowIconChanged(const QIcon &icon) | QWidget | signal |
windowIconText | QWidget | writenotify |
windowIconTextChanged(const QString &iconText) | QWidget | signal |
windowModality | QWidget | readwrite |
windowModality() const | QWidget | |
windowModified | QWidget | write |
windowOpacity | QWidget | write |
windowOpacity() const | QWidget | |
windowRole() const | QWidget | |
windowState() const | QWidget | |
windowTitle | QWidget | readwritenotify |
windowTitle() const | QWidget | |
windowTitleChanged(const QString &title) | QWidget | signal |
windowType() const | QWidget | inline |
x | QWidget | read |
x() const | QWidget | |
y | QWidget | read |
y() const | QWidget | |
~QObject() | QObject | |
~QPaintDevice() | QPaintDevice | virtual |
~QWidget() | QWidget |