QWindowsScreen Class
Windows screen. More...
#include <QWindowsScreen>
Public Types
Public Functions
Reimplemented Public Functions
Static Public Members
QWindow * | findTopLevelAt(const QPoint & point, unsigned flags) |
QWindowsScreen * | screenOf(const QWindow * w = 0) |
QWindow * | windowAt(const QPoint & point, unsigned flags = CWP_SKIPINVISIBLE) |
QWindow * | windowUnderMouse(unsigned flags = CWP_SKIPINVISIBLE) |
Detailed Description
Windows screen.
See also QWindowsScreenManager.
Member Type Documentation
typedef QWindowsScreen::WindowsCursorPtr
Member Function Documentation
QWindowsScreen::QWindowsScreen(const QWindowsScreenData & data)
QRect QWindowsScreen::availableGeometry() const [virtual]
QPlatformCursor * QWindowsScreen::cursor() const [virtual]
const QWindowsScreenData & QWindowsScreen::data() const
int QWindowsScreen::depth() const [virtual]
QWindow * QWindowsScreen::findTopLevelAt(const QPoint & point, unsigned flags) [static]
Find a top level window taking the flags of ChildWindowFromPointEx.
QImage::Format QWindowsScreen::format() const [virtual]
QRect QWindowsScreen::geometry() const [virtual]
QPixmap QWindowsScreen::grabWindow(WId window, int x, int y, int width, int height) const [virtual]
void QWindowsScreen::handleChanges(const QWindowsScreenData & newData)
Notify QWindowSystemInterface about changes of a screen and synchronize data.
QDpi QWindowsScreen::logicalDpi() const [virtual]
QString QWindowsScreen::name() const [virtual]
QSizeF QWindowsScreen::physicalSize() const [virtual]
Qt::ScreenOrientation QWindowsScreen::primaryOrientation() [virtual]
qreal QWindowsScreen::refreshRate() const [virtual]
QWindowsScreen * QWindowsScreen::screenOf(const QWindow * w = 0) [static]
QWindow * QWindowsScreen::topLevelAt(const QPoint & point) const [virtual]
QList<QPlatformScreen *> QWindowsScreen::virtualSiblings() const [virtual]
Determine siblings in a virtual desktop system.
Self is by definition a sibling, else collect all screens within virtual desktop.
QWindow * QWindowsScreen::windowAt(const QPoint & point, unsigned flags = CWP_SKIPINVISIBLE) [static]
QWindow * QWindowsScreen::windowUnderMouse(unsigned flags = CWP_SKIPINVISIBLE) [static]
const WindowsCursorPtr & QWindowsScreen::windowsCursor() const
|