diff options
Diffstat (limited to 'doc/man/man3/tqwsserver.3qt')
| -rw-r--r-- | doc/man/man3/tqwsserver.3qt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/man/man3/tqwsserver.3qt b/doc/man/man3/tqwsserver.3qt index 161a40ebc..d96777110 100644 --- a/doc/man/man3/tqwsserver.3qt +++ b/doc/man/man3/tqwsserver.3qt @@ -23,7 +23,7 @@ QWSServer \- Server-specific functionality in Qt/Embedded .BI "enum \fBServerFlags\fR { DisableKeyboard = 0x01, DisableMouse = 0x02 }" .br .ti -1c -.BI "enum \fBGUIMode\fR { NoGui = FALSE, NormalGUI = TRUE, Server }" +.BI "enum \fBGUIMode\fR { NoGui = false, NormalGUI = true, Server }" .br .ti -1c .BI "void \fBsendIMEvent\fR ( IMState state, const TQString & txt, int cpos, int selLen )" @@ -213,9 +213,9 @@ Closes keyboard device(s). .SH "void QWSServer::closeMouse ()" Closes the pointer device(s). .SH "void QWSServer::enablePainting ( bool e )" -If \fIe\fR is TRUE, painting on the display is enabled; if \fIe\fR is FALSE, painting is disabled. +If \fIe\fR is true, painting on the display is enabled; if \fIe\fR is false, painting is disabled. .SH "bool QWSServer::isCursorVisible ()\fC [static]\fR" -Returns TRUE if the cursor is visible; otherwise returns FALSE. +Returns true if the cursor is visible; otherwise returns false. .PP See also setCursorVisible(). .SH "const KeyMap * QWSServer::keyMap ()\fC [static]\fR" @@ -241,15 +241,15 @@ Refreshes the region \fIr\fR. .SH "void QWSServer::removedChannel ( const TQString & channel )\fC [signal]\fR" This signal is emitted immediately after the QCopChannel \fIchannel\fR is destroyed. Note that a channel is not destroyed until all its listeners have unregistered. .SH "void QWSServer::screenSaverActivate ( bool activate )\fC [static]\fR" -If \fIactivate\fR is TRUE the screensaver is activated immediately; if \fIactivate\fR is FALSE the screensaver is deactivated. +If \fIactivate\fR is true the screensaver is activated immediately; if \fIactivate\fR is false the screensaver is deactivated. .SH "bool QWSServer::screenSaverActive ()\fC [static]\fR" -Returns TRUE if the screensaver is active (i.e. the screen is blanked); otherwise returns FALSE. +Returns true if the screensaver is active (i.e. the screen is blanked); otherwise returns false. .SH "void QWSServer::sendIMEvent ( IMState state, const TQString & txt, int cpos, int selLen )" This function sends an input method event to the server. The current state is passed in \fIstate\fR and the current text in \fItxt\fR. The cursor's position in the text is given by \fIcpos\fR, and the selection length (which could be 0) is given in \fIselLen\fR. .SH "void QWSServer::sendKeyEvent ( int unicode, int keycode, int modifiers, bool isPress, bool autoRepeat )\fC [static]\fR" -Send a key event. You can use this to send key events generated by" virtual keyboards". \fIunicode\fR is the Unicode value of the key to send, \fIkeycode\fR the TQt keycode (e.g. \fCKey_Left\fR), \fImodifiers\fR indicates whether, Shift/Alt/Ctrl keys are pressed, \fIisPress\fR is TRUE if this is a key down event and FALSE if it's a key up event, and \fIautoRepeat\fR is TRUE if this is an autorepeat event (i.e. the user has held the key down and this is the second or subsequent key event being sent). +Send a key event. You can use this to send key events generated by" virtual keyboards". \fIunicode\fR is the Unicode value of the key to send, \fIkeycode\fR the TQt keycode (e.g. \fCKey_Left\fR), \fImodifiers\fR indicates whether, Shift/Alt/Ctrl keys are pressed, \fIisPress\fR is true if this is a key down event and false if it's a key up event, and \fIautoRepeat\fR is true if this is an autorepeat event (i.e. the user has held the key down and this is the second or subsequent key event being sent). .SH "void QWSServer::setCursorVisible ( bool vis )\fC [static]\fR" -If \fIvis\fR is TRUE, makes the cursor visible; if \fIvis\fR is FALSE, makes the cursor invisible. +If \fIvis\fR is true, makes the cursor visible; if \fIvis\fR is false, makes the cursor invisible. .PP See also isCursorVisible(). .SH "void QWSServer::setDefaultKeyboard ( const char * k )\fC [static]\fR" |
