QWidget

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.
extern (C++)
class QWidget : QObject , QPaintDeviceInterface {}

Constructors

this
this(QWidget parent, qt.core.namespace.WindowFlags f)
Undocumented in source.
this
this(QWidgetPrivate d, QWidget parent, qt.core.namespace.WindowFlags f)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Members

Aliases

RenderFlags
alias RenderFlags = QFlags!(RenderFlag)
Undocumented in source.

Enums

RenderFlag
enum RenderFlag
Undocumented in source.

Functions

acceptDrops
bool acceptDrops()
Undocumented in source.
accessibleDescription
QString accessibleDescription()
Undocumented in source.
accessibleName
QString accessibleName()
Undocumented in source.
actionEvent
void actionEvent(QActionEvent event)
Undocumented in source.
actions
QList!(QAction) actions()
Undocumented in source.
activateWindow
void activateWindow()
Undocumented in source.
addAction
void addAction(QAction action)
Undocumented in source.
addActions
void addActions(QList!(QAction) actions)
Undocumented in source.
adjustSize
void adjustSize()
Undocumented in source.
autoFillBackground
bool autoFillBackground()
Undocumented in source.
backgroundRole
QPalette.ColorRole backgroundRole()
Undocumented in source.
backingStore
QBackingStore* backingStore()
Undocumented in source.
baseSize
QSize baseSize()
Undocumented in source.
changeEvent
void changeEvent(QEvent )
Undocumented in source.
childAt
QWidget childAt(const(QPoint) p)
Undocumented in source.
childAt
QWidget childAt(int ax, int ay)
Undocumented in source. Be warned that the author may not have intended to support it.
childrenRect
QRect childrenRect()
Undocumented in source.
childrenRegion
QRegion childrenRegion()
Undocumented in source.
clearFocus
void clearFocus()
Undocumented in source.
clearMask
void clearMask()
Undocumented in source.
close
bool close()
Undocumented in source.
closeEvent
void closeEvent(QCloseEvent event)
Undocumented in source.
contentsMargins
QMargins contentsMargins()
Undocumented in source.
contentsRect
QRect contentsRect()
Undocumented in source.
contextMenuEvent
void contextMenuEvent(QContextMenuEvent event)
Undocumented in source.
contextMenuPolicy
qt.core.namespace.ContextMenuPolicy contextMenuPolicy()
Undocumented in source.
createWinId
void createWinId()
Undocumented in source.
cursor
QCursor cursor()
Undocumented in source.
customContextMenuRequested
void customContextMenuRequested(const(QPoint) pos)
Undocumented in source.
destroy
void destroy(bool destroyWindow, bool destroySubWindows)
Undocumented in source.
devType
int devType()
Undocumented in source.
dragEnterEvent
void dragEnterEvent(QDragEnterEvent event)
Undocumented in source.
dragLeaveEvent
void dragLeaveEvent(QDragLeaveEvent event)
Undocumented in source.
dragMoveEvent
void dragMoveEvent(QDragMoveEvent event)
Undocumented in source.
dropEvent
void dropEvent(QDropEvent event)
Undocumented in source.
effectiveWinId
WId effectiveWinId()
Undocumented in source.
ensurePolished
void ensurePolished()
Undocumented in source.
enterEvent
void enterEvent(QEvent event)
Undocumented in source.
event
bool event(QEvent event)
Undocumented in source.
focusInEvent
void focusInEvent(QFocusEvent event)
Undocumented in source.
focusNextChild
bool focusNextChild()
Undocumented in source. Be warned that the author may not have intended to support it.
focusNextPrevChild
bool focusNextPrevChild(bool next)
Undocumented in source.
focusOutEvent
void focusOutEvent(QFocusEvent event)
Undocumented in source.
focusPolicy
qt.core.namespace.FocusPolicy focusPolicy()
Undocumented in source.
focusPreviousChild
bool focusPreviousChild()
Undocumented in source. Be warned that the author may not have intended to support it.
focusProxy
QWidget focusProxy()
Undocumented in source.
focusWidget
QWidget focusWidget()
Undocumented in source.
font
const(QFont) font()
Undocumented in source. Be warned that the author may not have intended to support it.
fontInfo
QFontInfo fontInfo()
Undocumented in source. Be warned that the author may not have intended to support it.
fontMetrics
QFontMetrics fontMetrics()
Undocumented in source. Be warned that the author may not have intended to support it.
foregroundRole
QPalette.ColorRole foregroundRole()
Undocumented in source.
frameGeometry
QRect frameGeometry()
Undocumented in source.
frameSize
QSize frameSize()
Undocumented in source.
geometry
const(QRect) geometry()
Undocumented in source. Be warned that the author may not have intended to support it.
getContentsMargins
void getContentsMargins(int* left, int* top, int* right, int* bottom)
Undocumented in source.
grab
QPixmap grab(const(QRect) rectangle)
Undocumented in source.
grabGesture
void grabGesture(qt.core.namespace.GestureType type, qt.core.namespace.GestureFlags flags)
Undocumented in source.
grabKeyboard
void grabKeyboard()
Undocumented in source.
grabMouse
void grabMouse()
Undocumented in source.
grabMouse
void grabMouse(const(QCursor) )
Undocumented in source.
grabShortcut
int grabShortcut(const(QKeySequence) key, qt.core.namespace.ShortcutContext context)
Undocumented in source.
graphicsEffect
QGraphicsEffect* graphicsEffect()
Undocumented in source.
graphicsProxyWidget
QGraphicsProxyWidget* graphicsProxyWidget()
Undocumented in source.
hasEditFocus
bool hasEditFocus()
Undocumented in source.
hasFocus
bool hasFocus()
Undocumented in source.
hasHeightForWidth
bool hasHeightForWidth()
Undocumented in source.
hasMouseTracking
bool hasMouseTracking()
Undocumented in source. Be warned that the author may not have intended to support it.
hasTabletTracking
bool hasTabletTracking()
Undocumented in source. Be warned that the author may not have intended to support it.
height
int height()
Undocumented in source. Be warned that the author may not have intended to support it.
heightForWidth
int heightForWidth(int )
Undocumented in source.
hide
void hide()
Undocumented in source.
hideEvent
void hideEvent(QHideEvent event)
Undocumented in source.
initPainter
void initPainter(QPainter* painter)
Undocumented in source.
inputMethodEvent
void inputMethodEvent(QInputMethodEvent )
Undocumented in source.
inputMethodHints
qt.core.namespace.InputMethodHints inputMethodHints()
Undocumented in source.
inputMethodQuery
QVariant inputMethodQuery(qt.core.namespace.InputMethodQuery )
Undocumented in source.
insertAction
void insertAction(QAction before, QAction action)
Undocumented in source.
insertActions
void insertActions(QAction before, QList!(QAction) actions)
Undocumented in source.
internalWinId
WId internalWinId()
Undocumented in source. Be warned that the author may not have intended to support it.
isActiveWindow
bool isActiveWindow()
Undocumented in source.
isAncestorOf
bool isAncestorOf(const(QWidget) child)
Undocumented in source.
isEnabled
bool isEnabled()
Undocumented in source. Be warned that the author may not have intended to support it.
isEnabledTo
bool isEnabledTo(const(QWidget) )
Undocumented in source.
isEnabledToTLW
bool isEnabledToTLW()
Undocumented in source. Be warned that the author may not have intended to support it.
isFullScreen
bool isFullScreen()
Undocumented in source.
isHidden
bool isHidden()
Undocumented in source. Be warned that the author may not have intended to support it.
isLeftToRight
bool isLeftToRight()
Undocumented in source. Be warned that the author may not have intended to support it.
isMaximized
bool isMaximized()
Undocumented in source.
isMinimized
bool isMinimized()
Undocumented in source.
isModal
bool isModal()
Undocumented in source. Be warned that the author may not have intended to support it.
isRightToLeft
bool isRightToLeft()
Undocumented in source. Be warned that the author may not have intended to support it.
isTopLevel
bool isTopLevel()
Undocumented in source. Be warned that the author may not have intended to support it.
isVisible
bool isVisible()
Undocumented in source. Be warned that the author may not have intended to support it.
isVisibleTo
bool isVisibleTo(const(QWidget) )
Undocumented in source.
isWindow
bool isWindow()
Undocumented in source. Be warned that the author may not have intended to support it.
isWindowModified
bool isWindowModified()
Undocumented in source.
keyPressEvent
void keyPressEvent(QKeyEvent event)
Undocumented in source.
keyReleaseEvent
void keyReleaseEvent(QKeyEvent event)
Undocumented in source.
layout
QLayout layout()
Undocumented in source.
layoutDirection
qt.core.namespace.LayoutDirection layoutDirection()
Undocumented in source.
leaveEvent
void leaveEvent(QEvent event)
Undocumented in source.
locale
QLocale locale()
Undocumented in source.
lower
void lower()
Undocumented in source.
mapFrom
QPoint mapFrom(const(QWidget) , const(QPoint) )
Undocumented in source.
mapFromGlobal
QPoint mapFromGlobal(const(QPoint) )
Undocumented in source.
mapFromParent
QPoint mapFromParent(const(QPoint) )
Undocumented in source.
mapTo
QPoint mapTo(const(QWidget) , const(QPoint) )
Undocumented in source.
mapToGlobal
QPoint mapToGlobal(const(QPoint) )
Undocumented in source.
mapToParent
QPoint mapToParent(const(QPoint) )
Undocumented in source.
mask
QRegion mask()
Undocumented in source.
maximumHeight
int maximumHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
maximumSize
QSize maximumSize()
Undocumented in source.
maximumWidth
int maximumWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
metric
int metric(PaintDeviceMetric )
Undocumented in source.
minimumHeight
int minimumHeight()
Undocumented in source. Be warned that the author may not have intended to support it.
minimumSize
QSize minimumSize()
Undocumented in source.
minimumSizeHint
QSize minimumSizeHint()
Undocumented in source.
minimumWidth
int minimumWidth()
Undocumented in source. Be warned that the author may not have intended to support it.
mouseDoubleClickEvent
void mouseDoubleClickEvent(QMouseEvent event)
Undocumented in source.
mouseMoveEvent
void mouseMoveEvent(QMouseEvent event)
Undocumented in source.
mousePressEvent
void mousePressEvent(QMouseEvent event)
Undocumented in source.
mouseReleaseEvent
void mouseReleaseEvent(QMouseEvent event)
Undocumented in source.
move
void move(const(QPoint) p)
Undocumented in source. Be warned that the author may not have intended to support it.
move
void move(const(QPoint) )
Undocumented in source.
move
void move(int ax, int ay)
Undocumented in source. Be warned that the author may not have intended to support it.
moveEvent
void moveEvent(QMoveEvent event)
Undocumented in source.
nativeEvent
bool nativeEvent(const(QByteArray) eventType, void* message, cpp_long* result)
Undocumented in source.
nativeParentWidget
QWidget nativeParentWidget()
Undocumented in source.
nextInFocusChain
QWidget nextInFocusChain()
Undocumented in source.
normalGeometry
QRect normalGeometry()
Undocumented in source.
overrideWindowFlags
void overrideWindowFlags(qt.core.namespace.WindowFlags type)
Undocumented in source.
overrideWindowState
void overrideWindowState(qt.core.namespace.WindowStates state)
Undocumented in source.
paintEngine
QPaintEngine paintEngine()
Undocumented in source.
paintEvent
void paintEvent(QPaintEvent event)
Undocumented in source.
palette
const(QPalette) palette()
Undocumented in source.
parentWidget
QWidget parentWidget()
Undocumented in source. Be warned that the author may not have intended to support it.
pos
QPoint pos()
Undocumented in source.
previousInFocusChain
QWidget previousInFocusChain()
Undocumented in source.
raise
void raise()
Undocumented in source.
rect
QRect rect()
Undocumented in source. Be warned that the author may not have intended to support it.
redirected
QPaintDevice redirected(QPoint* offset)
Undocumented in source.
releaseKeyboard
void releaseKeyboard()
Undocumented in source.
releaseMouse
void releaseMouse()
Undocumented in source.
releaseShortcut
void releaseShortcut(int id)
Undocumented in source.
removeAction
void removeAction(QAction action)
Undocumented in source.
render
void render(QPaintDevice target, const(QPoint) targetOffset, const(QRegion) sourceRegion, RenderFlags renderFlags)
Undocumented in source.
render
void render(QPainter* painter, const(QPoint) targetOffset, const(QRegion) sourceRegion, RenderFlags renderFlags)
Undocumented in source.
repaint
void repaint(const(QRegion) )
Undocumented in source.
repaint
void repaint()
Undocumented in source.
repaint
void repaint(const(QRect) )
Undocumented in source.
repaint
void repaint(int x, int y, int w, int h)
Undocumented in source.
resize
void resize(const(QSize) )
Undocumented in source.
resize
void resize(int w, int h)
Undocumented in source. Be warned that the author may not have intended to support it.
resizeEvent
void resizeEvent(QResizeEvent event)
Undocumented in source.
restoreGeometry
bool restoreGeometry(const(QByteArray) geometry)
Undocumented in source.
saveGeometry
QByteArray saveGeometry()
Undocumented in source.
screen
QScreen screen()
Undocumented in source.
scroll
void scroll(int dx, int dy, const(QRect) )
Undocumented in source.
scroll
void scroll(int dx, int dy)
Undocumented in source.
setAcceptDrops
void setAcceptDrops(bool on)
Undocumented in source.
setAccessibleDescription
void setAccessibleDescription(const(QString) description)
Undocumented in source.
setAccessibleName
void setAccessibleName(const(QString) name)
Undocumented in source.
setAttribute
void setAttribute(qt.core.namespace.WidgetAttribute , bool on)
Undocumented in source.
setAutoFillBackground
void setAutoFillBackground(bool enabled)
Undocumented in source.
setBackgroundRole
void setBackgroundRole(QPalette.ColorRole )
Undocumented in source.
setBaseSize
void setBaseSize(const(QSize) s)
Undocumented in source. Be warned that the author may not have intended to support it.
setBaseSize
void setBaseSize(int basew, int baseh)
Undocumented in source.
setContentsMargins
void setContentsMargins(int left, int top, int right, int bottom)
Undocumented in source.
setContentsMargins
void setContentsMargins(const(QMargins) margins)
Undocumented in source.
setContextMenuPolicy
void setContextMenuPolicy(qt.core.namespace.ContextMenuPolicy policy)
Undocumented in source.
setCursor
void setCursor(const(QCursor) )
Undocumented in source.
setDisabled
void setDisabled(bool )
Undocumented in source.
setEditFocus
void setEditFocus(bool on)
Undocumented in source.
setEnabled
void setEnabled(bool )
Undocumented in source.
setFixedHeight
void setFixedHeight(int h)
Undocumented in source.
setFixedSize
void setFixedSize(int w, int h)
Undocumented in source.
setFixedSize
void setFixedSize(const(QSize) )
Undocumented in source.
setFixedWidth
void setFixedWidth(int w)
Undocumented in source.
setFocus
void setFocus(qt.core.namespace.FocusReason reason)
Undocumented in source.
setFocus
void setFocus()
Undocumented in source. Be warned that the author may not have intended to support it.
setFocusPolicy
void setFocusPolicy(qt.core.namespace.FocusPolicy policy)
Undocumented in source.
setFocusProxy
void setFocusProxy(QWidget )
Undocumented in source.
setFont
void setFont(const(QFont) )
Undocumented in source.
setForegroundRole
void setForegroundRole(QPalette.ColorRole )
Undocumented in source.
setGeometry
void setGeometry(int ax, int ay, int aw, int ah)
Undocumented in source. Be warned that the author may not have intended to support it.
setGeometry
void setGeometry(const(QRect) )
Undocumented in source.
setGraphicsEffect
void setGraphicsEffect(QGraphicsEffect* effect)
Undocumented in source.
setHidden
void setHidden(bool hidden)
Undocumented in source.
setInputMethodHints
void setInputMethodHints(qt.core.namespace.InputMethodHints hints)
Undocumented in source.
setLayout
void setLayout(QLayout )
Undocumented in source.
setLayoutDirection
void setLayoutDirection(qt.core.namespace.LayoutDirection direction)
Undocumented in source.
setLocale
void setLocale(const(QLocale) locale)
Undocumented in source.
setMask
void setMask(const(QRegion) )
Undocumented in source.
setMask
void setMask(const(QBitmap) )
Undocumented in source.
setMaximumHeight
void setMaximumHeight(int maxh)
Undocumented in source.
setMaximumSize
void setMaximumSize(const(QSize) s)
Undocumented in source. Be warned that the author may not have intended to support it.
setMaximumSize
void setMaximumSize(int maxw, int maxh)
Undocumented in source.
setMaximumWidth
void setMaximumWidth(int maxw)
Undocumented in source.
setMinimumHeight
void setMinimumHeight(int minh)
Undocumented in source.
setMinimumSize
void setMinimumSize(int minw, int minh)
Undocumented in source.
setMinimumSize
void setMinimumSize(const(QSize) s)
Undocumented in source. Be warned that the author may not have intended to support it.
setMinimumWidth
void setMinimumWidth(int minw)
Undocumented in source.
setMouseTracking
void setMouseTracking(bool enable)
Undocumented in source. Be warned that the author may not have intended to support it.
setPalette
void setPalette(const(QPalette) )
Undocumented in source.
setParent
void setParent(QWidget parent)
Undocumented in source.
setParent
void setParent(QWidget parent, qt.core.namespace.WindowFlags f)
Undocumented in source.
setShortcutAutoRepeat
void setShortcutAutoRepeat(int id, bool enable)
Undocumented in source.
setShortcutEnabled
void setShortcutEnabled(int id, bool enable)
Undocumented in source.
setSizeIncrement
void setSizeIncrement(const(QSize) s)
Undocumented in source. Be warned that the author may not have intended to support it.
setSizeIncrement
void setSizeIncrement(int w, int h)
Undocumented in source.
setSizePolicy
void setSizePolicy(QSizePolicy )
Undocumented in source.
setStatusTip
void setStatusTip(const(QString) )
Undocumented in source.
setStyle
void setStyle(QStyle )
Undocumented in source.
setStyleSheet
void setStyleSheet(const(QString) styleSheet)
Undocumented in source.
setTabletTracking
void setTabletTracking(bool enable)
Undocumented in source. Be warned that the author may not have intended to support it.
setToolTip
void setToolTip(const(QString) )
Undocumented in source.
setToolTipDuration
void setToolTipDuration(int msec)
Undocumented in source.
setUpdatesEnabled
void setUpdatesEnabled(bool enable)
Undocumented in source.
setVisible
void setVisible(bool visible)
Undocumented in source.
setWhatsThis
void setWhatsThis(const(QString) )
Undocumented in source.
setWindowFilePath
void setWindowFilePath(const(QString) filePath)
Undocumented in source.
setWindowFlag
void setWindowFlag(qt.core.namespace.WindowType , bool on)
Undocumented in source.
setWindowFlags
void setWindowFlags(qt.core.namespace.WindowFlags type)
Undocumented in source.
setWindowIcon
void setWindowIcon(const(QIcon) icon)
Undocumented in source.
setWindowIconText
void setWindowIconText(const(QString) )
Undocumented in source.
setWindowModality
void setWindowModality(qt.core.namespace.WindowModality windowModality)
Undocumented in source.
setWindowModified
void setWindowModified(bool )
Undocumented in source.
setWindowOpacity
void setWindowOpacity(qreal level)
Undocumented in source.
setWindowRole
void setWindowRole(const(QString) )
Undocumented in source.
setWindowState
void setWindowState(qt.core.namespace.WindowStates state)
Undocumented in source.
setWindowTitle
void setWindowTitle(QString s)
Undocumented in source. Be warned that the author may not have intended to support it.
setWindowTitle
void setWindowTitle(const(QString) )
Undocumented in source.
sharedPainter
QPainter* sharedPainter()
Undocumented in source.
show
void show()
Undocumented in source.
showEvent
void showEvent(QShowEvent event)
Undocumented in source.
showFullScreen
void showFullScreen()
Undocumented in source.
showMaximized
void showMaximized()
Undocumented in source.
showMinimized
void showMinimized()
Undocumented in source.
showNormal
void showNormal()
Undocumented in source.
size
QSize size()
Undocumented in source. Be warned that the author may not have intended to support it.
sizeHint
QSize sizeHint()
Undocumented in source.
sizeIncrement
QSize sizeIncrement()
Undocumented in source.
sizePolicy
QSizePolicy sizePolicy()
Undocumented in source.
stackUnder
void stackUnder(QWidget )
Undocumented in source.
statusTip
QString statusTip()
Undocumented in source.
style
QStyle style()
Undocumented in source.
styleSheet
QString styleSheet()
Undocumented in source.
tabletEvent
void tabletEvent(QTabletEvent event)
Undocumented in source.
testAttribute
bool testAttribute(qt.core.namespace.WidgetAttribute attribute)
Undocumented in source. Be warned that the author may not have intended to support it.
toolTip
QString toolTip()
Undocumented in source.
toolTipDuration
int toolTipDuration()
Undocumented in source.
topLevelWidget
QWidget topLevelWidget()
Undocumented in source. Be warned that the author may not have intended to support it.
underMouse
bool underMouse()
Undocumented in source. Be warned that the author may not have intended to support it.
ungrabGesture
void ungrabGesture(qt.core.namespace.GestureType type)
Undocumented in source.
unsetCursor
void unsetCursor()
Undocumented in source.
unsetLayoutDirection
void unsetLayoutDirection()
Undocumented in source.
unsetLocale
void unsetLocale()
Undocumented in source.
update
void update(const(QRegion) )
Undocumented in source.
update
void update(const(QRect) )
Undocumented in source.
update
void update(int ax, int ay, int aw, int ah)
Undocumented in source. Be warned that the author may not have intended to support it.
update
void update()
Undocumented in source.
updateGeometry
void updateGeometry()
Undocumented in source.
updateMicroFocus
void updateMicroFocus()
Undocumented in source.
updatesEnabled
bool updatesEnabled()
Undocumented in source. Be warned that the author may not have intended to support it.
visibleRegion
QRegion visibleRegion()
Undocumented in source.
whatsThis
QString whatsThis()
Undocumented in source.
wheelEvent
void wheelEvent(QWheelEvent event)
Undocumented in source.
width
int width()
Undocumented in source. Be warned that the author may not have intended to support it.
winId
WId winId()
Undocumented in source.
window
QWidget window()
Undocumented in source.
windowFilePath
QString windowFilePath()
Undocumented in source.
windowFlags
qt.core.namespace.WindowFlags windowFlags()
Undocumented in source. Be warned that the author may not have intended to support it.
windowHandle
QWindow* windowHandle()
Undocumented in source.
windowIcon
QIcon windowIcon()
Undocumented in source.
windowIconChanged
void windowIconChanged(const(QIcon) icon)
Undocumented in source.
windowIconText
QString windowIconText()
Undocumented in source.
windowIconTextChanged
void windowIconTextChanged(const(QString) iconText)
Undocumented in source.
windowModality
qt.core.namespace.WindowModality windowModality()
Undocumented in source.
windowOpacity
qreal windowOpacity()
Undocumented in source.
windowRole
QString windowRole()
Undocumented in source.
windowState
qt.core.namespace.WindowStates windowState()
Undocumented in source.
windowTitle
QString windowTitle()
Undocumented in source.
windowTitleChanged
void windowTitleChanged(const(QString) title)
Undocumented in source.
windowType
qt.core.namespace.WindowType windowType()
Undocumented in source. Be warned that the author may not have intended to support it.
x
int x()
Undocumented in source.
y
int y()
Undocumented in source.

Static functions

createWindowContainer
QWidget createWindowContainer(QWindow* window, QWidget parent, qt.core.namespace.WindowFlags flags)
Undocumented in source.
keyboardGrabber
QWidget keyboardGrabber()
Undocumented in source.
mouseGrabber
QWidget mouseGrabber()
Undocumented in source.
setTabOrder
void setTabOrder(QWidget , QWidget )
Undocumented in source.

Variables

baseQPaintDeviceInterface
QPaintDeviceFakeInheritance baseQPaintDeviceInterface;
Undocumented in source.

Inherited Members

From QObject

~this
~this()
Undocumented in source.
QSignal
struct QSignal
Undocumented in source.
QSlot
struct QSlot
Undocumented in source.
QInvokable
struct QInvokable
Undocumented in source.
QScriptable
struct QScriptable
Undocumented in source.
Q_OBJECT
enum Q_OBJECT;
Undocumented in source.
Q_OBJECT_D
enum Q_OBJECT_D;
Undocumented in source.
Q_SIGNAL_IMPL_D
enum Q_SIGNAL_IMPL_D;
Undocumented in source.
event
bool event(QEvent event)
Undocumented in source.
eventFilter
bool eventFilter(QObject watched, QEvent event)
Undocumented in source.
tr
QString tr(const(char)* sourceText, const(char)* , int )
Undocumented in source. Be warned that the author may not have intended to support it.
objectName
QString objectName()
Undocumented in source.
setObjectName
void setObjectName(const(QString) name)
Undocumented in source.
setObjectName
void setObjectName(const(char)[] name)
Undocumented in source. Be warned that the author may not have intended to support it.
isWidgetType
bool isWidgetType()
Undocumented in source. Be warned that the author may not have intended to support it.
isWindowType
bool isWindowType()
Undocumented in source. Be warned that the author may not have intended to support it.
signalsBlocked
bool signalsBlocked()
Undocumented in source. Be warned that the author may not have intended to support it.
blockSignals
bool blockSignals(bool b)
Undocumented in source.
thread
QThread thread()
Undocumented in source.
moveToThread
void moveToThread(QThread thread)
Undocumented in source.
startTimer
int startTimer(int interval, qt.core.namespace.TimerType timerType)
Undocumented in source.
killTimer
void killTimer(int id)
Undocumented in source.
children
const(QObjectList) children()
Undocumented in source. Be warned that the author may not have intended to support it.
setParent
void setParent(QObject parent)
Undocumented in source.
installEventFilter
void installEventFilter(QObject filterObj)
Undocumented in source.
removeEventFilter
void removeEventFilter(QObject obj)
Undocumented in source.
connect
QMetaObject.Connection connect(QObject sender, char* signal, QObject receiver, char* member, ConnectionType )
Undocumented in source.
signal
template signal(string name, Params...)
Undocumented in source.
slot
template slot(string name, Params...)
Undocumented in source.
connect
QMetaObject.Connection connect(Signal sender, Dg dg, ConnectionType type)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
QMetaObject.Connection connect(Signal sender, QObject context, Dg dg, ConnectionType type)
Undocumented in source. Be warned that the author may not have intended to support it.
connect
QMetaObject.Connection connect(Signal sender, Slot receiver, ConnectionType type)
Undocumented in source. Be warned that the author may not have intended to support it.
dumpObjectTree
void dumpObjectTree()
Undocumented in source.
dumpObjectInfo
void dumpObjectInfo()
Undocumented in source.
dumpObjectTree
void dumpObjectTree()
Undocumented in source.
dumpObjectInfo
void dumpObjectInfo()
Undocumented in source.
setProperty
bool setProperty(const(char)* name, const(QVariant) value)
Undocumented in source.
setProperty
bool setProperty(const(char)* name, T value)
Undocumented in source. Be warned that the author may not have intended to support it.
property
QVariant property(const(char)* name)
Undocumented in source.
dynamicPropertyNames
QList!(QByteArray) dynamicPropertyNames()
Undocumented in source.
registerUserData
uint registerUserData()
Undocumented in source.
setUserData
void setUserData(uint id, QObjectUserData data)
Undocumented in source.
userData
QObjectUserData userData(uint id)
Undocumented in source.
destroyed
void destroyed(QObject )
Undocumented in source.
objectNameChanged
void objectNameChanged(const(QString) objectName, QPrivateSignal )
Undocumented in source.
parent
QObject parent()
Undocumented in source. Be warned that the author may not have intended to support it.
inherits
bool inherits(const(char)* classname)
Undocumented in source. Be warned that the author may not have intended to support it.
deleteLater
void deleteLater()
Undocumented in source.
sender
QObject sender()
Undocumented in source.
senderSignalIndex
int senderSignalIndex()
Undocumented in source.
receivers
int receivers(const(char)* signal)
Undocumented in source.
isSignalConnected
bool isSignalConnected(const(QMetaMethod) signal)
Undocumented in source.
timerEvent
void timerEvent(QTimerEvent event)
Undocumented in source.
childEvent
void childEvent(QChildEvent event)
Undocumented in source.
customEvent
void customEvent(QEvent event)
Undocumented in source.
connectNotify
void connectNotify(const(QMetaMethod) signal)
Undocumented in source.
disconnectNotify
void disconnectNotify(const(QMetaMethod) signal)
Undocumented in source.
d_ptr
QScopedPointer!(QObjectData) d_ptr;
Undocumented in source.

From QPaintDeviceInterface

PaintDeviceMetric
alias PaintDeviceMetric = QPaintDevice.PaintDeviceMetric
Undocumented in source.
devType
int devType()
Undocumented in source.
paintEngine
QPaintEngine paintEngine()
Undocumented in source.
metric
int metric(PaintDeviceMetric metric)
Undocumented in source.
initPainter
void initPainter(QPainter* painter)
Undocumented in source.
redirected
QPaintDevice redirected(QPoint* offset)
Undocumented in source.
sharedPainter
QPainter* sharedPainter()
Undocumented in source.

Meta