QxtWindowSystem provides means for accessing native windows. More...
#include <QxtWindowSystem>
Note: The underlying window system might or might not allow one to alter states of windows belonging to other processes.
Warning: QxtWindowSystem is portable in principle, but be careful while using it since you are probably about to do something non-portable.Advanced example usage:
Note: Currently supported platforms are X11 and Windows.
Returns the list of native window system identifiers.
Returns the native window system identifier of the active window if any.
See also: QApplication::activeWindow()
Returns the native window system identifier of the window if any with given title.
Example usage:
See also: QWidget::find()
Returns the native window system identifier of the window if any at pos.
See also: QApplication::widgetAt()
Returns the geometry of the native window.
See also: QWidget::frameGeometry()
Returns the system "idle time" ie. the time since last user input in milliseconds.
| Copyright © 2007 Qxt Foundation | Trademarks | Qt Extension Library 0.4 |