summaryrefslogtreecommitdiffstats
path: root/doc/html/qwsserver.html
diff options
context:
space:
mode:
Diffstat (limited to 'doc/html/qwsserver.html')
-rw-r--r--doc/html/qwsserver.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/doc/html/qwsserver.html b/doc/html/qwsserver.html
index 08a942568..5916339d4 100644
--- a/doc/html/qwsserver.html
+++ b/doc/html/qwsserver.html
@@ -40,7 +40,7 @@ body { background: #ffffff; color: black; }
<li class=fn><a href="#TQWSServer"><b>TQWSServer</b></a> ( int&nbsp;flags = 0, TQObject&nbsp;*&nbsp;parent = 0, const&nbsp;char&nbsp;*&nbsp;name = 0 )</li>
<li class=fn><a href="#~TQWSServer"><b>~TQWSServer</b></a> ()</li>
<li class=fn>enum <a href="#ServerFlags-enum"><b>ServerFlags</b></a> { DisableKeyboard = 0x01, DisableMouse = 0x02 }</li>
-<li class=fn>enum <a href="#GUIMode-enum"><b>GUIMode</b></a> { NoGui = FALSE, NormalGUI = TRUE, Server }</li>
+<li class=fn>enum <a href="#GUIMode-enum"><b>GUIMode</b></a> { NoGui = false, NormalGUI = true, Server }</li>
<li class=fn>void <a href="#sendIMEvent"><b>sendIMEvent</b></a> ( IMState&nbsp;state, const&nbsp;TQString&nbsp;&amp;&nbsp;txt, int&nbsp;cpos, int&nbsp;selLen )</li>
<li class=fn>class <b>KeyMap</b> { }</li>
<li class=fn>class <b>KeyOverride</b> { }</li>
@@ -177,12 +177,12 @@ Closes the pointer device(s).
<h3 class=fn>void <a name="enablePainting"></a>TQWSServer::enablePainting ( bool&nbsp;e )
</h3>
-If <em>e</em> is TRUE, painting on the display is enabled; if <em>e</em> is
-FALSE, painting is disabled.
+If <em>e</em> is true, painting on the display is enabled; if <em>e</em> is
+false, painting is disabled.
<h3 class=fn>bool <a name="isCursorVisible"></a>TQWSServer::isCursorVisible ()<tt> [static]</tt>
</h3>
-Returns TRUE if the cursor is visible; otherwise returns FALSE.
+Returns true if the cursor is visible; otherwise returns false.
<p> <p>See also <a href="#setCursorVisible">setCursorVisible</a>().
<h3 class=fn>const KeyMap * <a name="keyMap"></a>TQWSServer::keyMap ()<tt> [static]</tt>
@@ -236,13 +236,13 @@ all its listeners have unregistered.
<h3 class=fn>void <a name="screenSaverActivate"></a>TQWSServer::screenSaverActivate ( bool&nbsp;activate )<tt> [static]</tt>
</h3>
-If <em>activate</em> is TRUE the screensaver is activated immediately;
-if <em>activate</em> is FALSE the screensaver is deactivated.
+If <em>activate</em> is true the screensaver is activated immediately;
+if <em>activate</em> is false the screensaver is deactivated.
<h3 class=fn>bool <a name="screenSaverActive"></a>TQWSServer::screenSaverActive ()<tt> [static]</tt>
</h3>
-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.
<h3 class=fn>void <a name="sendIMEvent"></a>TQWSServer::sendIMEvent ( IMState&nbsp;state, const&nbsp;<a href="ntqstring.html">TQString</a>&nbsp;&amp;&nbsp;txt, int&nbsp;cpos, int&nbsp;selLen )
</h3>
@@ -256,14 +256,14 @@ Send a key event. You can use this to send key events generated by
"virtual keyboards". <em>unicode</em> is the Unicode value of the key to
send, <em>keycode</em> the TQt keycode (e.g. <tt>Key_Left</tt>), <em>modifiers</em>
indicates whether, Shift/Alt/Ctrl keys are pressed, <em>isPress</em> is
-TRUE if this is a key down event and FALSE if it's a key up event,
-and <em>autoRepeat</em> is TRUE if this is an autorepeat event (i.e. the
+true if this is a key down event and false if it's a key up event,
+and <em>autoRepeat</em> 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).
<h3 class=fn>void <a name="setCursorVisible"></a>TQWSServer::setCursorVisible ( bool&nbsp;vis )<tt> [static]</tt>
</h3>
-If <em>vis</em> is TRUE, makes the cursor visible; if <em>vis</em> is FALSE,
+If <em>vis</em> is true, makes the cursor visible; if <em>vis</em> is false,
makes the cursor invisible.
<p> <p>See also <a href="#isCursorVisible">isCursorVisible</a>().