QWSServer Class Reference
#include <qwindowsystem_qws.h>
Definition at line 209 of file qwindowsystem_qws.h.
|
enum | ServerFlags { DisableKeyboard = 0x01,
DisableMouse = 0x02
} |
|
enum | IMMouse { MousePress,
MouseRelease,
MouseMove,
MouseOutside
} |
|
enum | WindowEvent {
Create =0x0001,
Destroy =0x0002,
Hide =0x0004,
Show =0x0008,
Raise =0x0010,
Lower =0x0020,
Geometry =0x0040,
Active = 0x0080,
Name =0x0100
} |
|
|
| QWSServer (int flags=0, QObject *parent=0) |
|
| ~QWSServer () |
|
void | sendIMEvent (const QInputMethodEvent *) |
|
void | sendIMQuery (int property) |
|
QWSWindow * | windowAt (const QPoint &pos) |
|
const QList< QWSWindow * > & | clientWindows () |
|
void | openMouse () |
|
void | closeMouse () |
|
void | suspendMouse () |
|
void | resumeMouse () |
|
void | openKeyboard () |
|
void | closeKeyboard () |
|
void | refresh () |
|
void | refresh (QRegion &) |
|
void | enablePainting (bool) |
|
void | sendPropertyNotifyEvent (int property, int state) |
|
const QBrush & | backgroundBrush () const |
|
Q_INVOKABLE | QObject (QObject *parent=0) |
|
virtual | ~QObject () |
|
virtual bool | event (QEvent *) |
|
virtual bool | eventFilter (QObject *, QEvent *) |
|
QString | objectName () const |
|
void | setObjectName (const QString &name) |
|
bool | isWidgetType () const |
|
bool | signalsBlocked () const |
|
bool | blockSignals (bool b) |
|
QThread * | thread () const |
|
void | moveToThread (QThread *thread) |
|
int | startTimer (int interval) |
|
void | killTimer (int id) |
|
template<typename T > |
T | findChild (const QString &aName=QString()) const |
|
template<typename T > |
QList< T > | findChildren (const QString &aName=QString()) const |
|
template<typename T > |
QList< T > | findChildren (const QRegExp &re) const |
|
const QObjectList & | children () const |
|
void | setParent (QObject *) |
|
void | installEventFilter (QObject *) |
|
void | removeEventFilter (QObject *) |
|
bool | connect (const QObject *sender, const char *signal, const char *member, Qt::ConnectionType type=Qt::AutoConnection) const |
|
bool | disconnect (const char *signal=0, const QObject *receiver=0, const char *member=0) |
|
bool | disconnect (const QObject *receiver, const char *member=0) |
|
void | dumpObjectTree () |
|
void | dumpObjectInfo () |
|
bool | setProperty (const char *name, const QVariant &value) |
|
QVariant | property (const char *name) const |
|
QList< QByteArray > | dynamicPropertyNames () const |
|
void | setUserData (uint id, QObjectUserData *data) |
|
QObjectUserData * | userData (uint id) const |
|
QObject * | parent () const |
|
bool | inherits (const char *classname) const |
|
|
static void | sendKeyEvent (int unicode, int keycode, Qt::KeyboardModifiers modifiers, bool isPress, bool autoRepeat) |
|
static void | processKeyEvent (int unicode, int keycode, Qt::KeyboardModifiers modifiers, bool isPress, bool autoRepeat) |
|
static QWSServer * | instance () |
|
static void | addKeyboardFilter (KeyboardFilter *f) |
|
static void | removeKeyboardFilter () |
|
static void | setCurrentInputMethod (QWSInputMethod *im) |
|
static void | resetInputMethod () |
|
static void | setDefaultMouse (const char *) |
|
static void | setDefaultKeyboard (const char *) |
|
static void | setMaxWindowRect (const QRect &) |
|
static void | sendMouseEvent (const QPoint &pos, int state, int wheel=0) |
|
static void | setBackground (const QBrush &) |
|
static QWSMouseHandler * | mouseHandler () |
|
static const QList< QWSMouseHandler * > & | mouseHandlers () |
|
static void | setMouseHandler (QWSMouseHandler *) |
|
static QWSKeyboardHandler * | keyboardHandler () |
|
static void | setKeyboardHandler (QWSKeyboardHandler *kh) |
|
static void | setScreenSaver (QWSScreenSaver *) |
|
static void | setScreenSaverIntervals (int *ms) |
|
static void | setScreenSaverInterval (int) |
|
static void | setScreenSaverBlockLevel (int) |
|
static bool | screenSaverActive () |
|
static void | screenSaverActivate (bool) |
|
static void | processEventQueue () |
|
static QList< QWSInternalWindowInfo * > * | windowList () |
|
static void | startup (int flags) |
|
static void | closedown () |
|
static void | beginDisplayReconfigure () |
|
static void | endDisplayReconfigure () |
|
static void | setCursorVisible (bool) |
|
static bool | isCursorVisible () |
|
static bool | connect (const QObject *sender, const char *signal, const QObject *receiver, const char *member, Qt::ConnectionType=Qt::AutoConnection) |
|
static bool | connect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &method, Qt::ConnectionType type=Qt::AutoConnection) |
|
static bool | disconnect (const QObject *sender, const char *signal, const QObject *receiver, const char *member) |
|
static bool | disconnect (const QObject *sender, const QMetaMethod &signal, const QObject *receiver, const QMetaMethod &member) |
|
static uint | registerUserData () |
|
Enumerator |
---|
Create |
|
Destroy |
|
Hide |
|
Show |
|
Raise |
|
Lower |
|
Geometry |
|
Active |
|
Name |
|
Definition at line 324 of file qwindowsystem_qws.h.
static void sendKeyEvent |
( |
int |
unicode, |
|
|
int |
keycode, |
|
|
Qt::KeyboardModifiers |
modifiers, |
|
|
bool |
isPress, |
|
|
bool |
autoRepeat |
|
) |
| |
|
static |
static void processKeyEvent |
( |
int |
unicode, |
|
|
int |
keycode, |
|
|
Qt::KeyboardModifiers |
modifiers, |
|
|
bool |
isPress, |
|
|
bool |
autoRepeat |
|
) |
| |
|
static |
static void removeKeyboardFilter |
( |
| ) |
|
|
static |
static void resetInputMethod |
( |
| ) |
|
|
static |
static void setDefaultMouse |
( |
const char * |
| ) |
|
|
static |
static void setDefaultKeyboard |
( |
const char * |
| ) |
|
|
static |
static void setMaxWindowRect |
( |
const QRect & |
| ) |
|
|
static |
static void setScreenSaverIntervals |
( |
int * |
ms | ) |
|
|
static |
static void setScreenSaverInterval |
( |
int |
| ) |
|
|
static |
static void setScreenSaverBlockLevel |
( |
int |
| ) |
|
|
static |
static bool screenSaverActive |
( |
| ) |
|
|
static |
static void screenSaverActivate |
( |
bool |
| ) |
|
|
static |
void enablePainting |
( |
bool |
| ) |
|
static void processEventQueue |
( |
| ) |
|
|
static |
void sendPropertyNotifyEvent |
( |
int |
property, |
|
|
int |
state |
|
) |
| |
static void closedown |
( |
| ) |
|
|
static |
static void beginDisplayReconfigure |
( |
| ) |
|
|
static |
static void endDisplayReconfigure |
( |
| ) |
|
|
static |
static void setCursorVisible |
( |
bool |
| ) |
|
|
static |
static bool isCursorVisible |
( |
| ) |
|
|
static |
const QBrush& backgroundBrush |
( |
| ) |
const |
friend class QApplicationPrivate |
|
friend |
The documentation for this class was generated from the following file: