File: qwswindow.html

package info (click to toggle)
qt-x11 3%3A2.3.1-22
  • links: PTS
  • area: main
  • in suites: woody
  • size: 48,524 kB
  • ctags: 46,337
  • sloc: cpp: 260,077; ansic: 32,457; makefile: 31,131; yacc: 2,444; sh: 1,513; lex: 480; perl: 422; xml: 68; lisp: 15
file content (107 lines) | stat: -rw-r--r-- 5,956 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><html><head><meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Qt Toolkit - QWSWindow Class</title><style type="text/css"><!--
h3.fn,span.fn { margin-left: 1cm; text-indent: -1cm; }
a:link { color: #004faf; text-decoration: none }
a:visited { color: #672967; text-decoration: none }body { background: white; color: black; }
--></style>
</head><body bgcolor="#ffffff">

<table width="100%">
<tr><td><a href="index.html">
<img width="100" height="100" src="qtlogo.png"
alt="Home" border="0"><img width="100"
height="100" src="face.png" alt="Home" border="0">
</a><td valign=top><div align=right><img src="dochead.png" width="472" height="27"><br>
<a href="classes.html"><b>Classes</b></a>
-<a href="annotated.html">Annotated</a>
- <a href="hierarchy.html">Tree</a>
-<a href="functions.html">Functions</a>
-<a href="index.html">Home</a>
-<a href="topicals.html"><b>Structure</b></a>
</div>
</table>

<h1 align=center>QWSWindow Class Reference</h1><br clear="all">
<p>
Server-specific functionality in Qt/Embedded
<a href="#details">More...</a>
<p>
<code>#include &lt;<a href="qwindowsystem_qws-h.html">qwindowsystem_qws.h</a>&gt;</code>
<p><a href="qwswindow-members.html">List of all member functions.</a>
<h2>Public Members</h2>
<ul>
<li><div class="fn"><b>QWSWindow</b>(inti, QWSClient*client)</div>
<li><div class="fn"><b>~QWSWindow</b>()</div>
<li><div class="fn">int<a href="#a02138"><b>winId</b></a>()const</div>
<li><div class="fn">constQString&amp;<a href="#d8d5f9"><b>name</b></a>()const</div>
<li><div class="fn">constQString&amp;<a href="#393041"><b>caption</b></a>()const</div>
<li><div class="fn">QWSClient*<a href="#394ccb"><b>client</b></a>()const</div>
<li><div class="fn">QRegion<a href="#5486f7"><b>requested</b></a>()const</div>
<li><div class="fn">QRegion<a href="#5ac7bc"><b>allocation</b></a>()const</div>
<li><div class="fn">bool<a href="#a85263"><b>isVisible</b></a>()const</div>
<li><div class="fn">bool<a href="#5d22c3"><b>isPartiallyObscured</b></a>()const</div>
<li><div class="fn">bool<a href="#edf896"><b>isFullyObscured</b></a>()const</div>
<li><div class="fn">void<a href="#79b41d"><b>raise</b></a>()</div>
<li><div class="fn">void<a href="#4291bc"><b>lower</b></a>()</div>
<li><div class="fn">void<a href="#0a7841"><b>show</b></a>()</div>
<li><div class="fn">void<a href="#008dee"><b>hide</b></a>()</div>
<li><div class="fn">void<a href="#5c5d47"><b>setActiveWindow</b></a>()</div>
</ul>
<hr><h2><a name="details"></a>Detailed Description</h2>
Server-specific functionality in Qt/Embedded
<p>
When you run a Qt/Embedded application, it either runs as a server
or connects to an existing server. If it runs as a server, some additional
operations are provided via the <a href="qwsserver.html">QWSServer</a> class.
<p>This class maintains information about each window and allows operations
to be performed on the windows.

<hr><h2>Member Function Documentation</h2>
<h3 class="fn"><a href="qregion.html">QRegion</a><a name="5ac7bc"></a>QWSWindow::allocation()const</h3>
<p>Returns the region that the window is allowed to draw into including
any window decorations and excluding regions covered by other windows.
<p>See also  <a href="#5486f7">requested</a>().
<h3 class="fn">const<a href="qstring.html">QString</a>&amp;<a name="393041"></a>QWSWindow::caption()const</h3>
<p>Returns this windows caption.
<h3 class="fn">QWSClient*<a name="394ccb"></a>QWSWindow::client()const</h3>
<p>Returns the QWSClient that owns this window.
<h3 class="fn">void<a name="008dee"></a>QWSWindow::hide()</h3>
<p>Hides the window.
<h3 class="fn">bool<a name="edf896"></a>QWSWindow::isFullyObscured()const</h3>
<p>Returns TRUE is the window is completely obsured by another window or
the bounds of the screen.
<h3 class="fn">bool<a name="5d22c3"></a>QWSWindow::isPartiallyObscured()const</h3>
<p>Returns TRUE is the window is partially obsured by another window or
the bounds of the screen.
<h3 class="fn">bool<a name="a85263"></a>QWSWindow::isVisible()const</h3>
<p>Returns TRUE if the window is visible.
<h3 class="fn">void<a name="4291bc"></a>QWSWindow::lower()</h3>
<p>Lowers the window below other windows.
<h3 class="fn">const<a href="qstring.html">QString</a>&amp;<a name="d8d5f9"></a>QWSWindow::name()const</h3>
<p>Returns the name of this window.
<h3 class="fn">void<a name="79b41d"></a>QWSWindow::raise()</h3>
<p>Raises the window above all other windows except "Stay on top" windows.
<h3 class="fn"><a href="qregion.html">QRegion</a><a name="5486f7"></a>QWSWindow::requested()const</h3>
<p>Returns the region that the window has requested to draw into including
any window decorations.
<p>See also  <a href="#5ac7bc">allocation</a>().
<h3 class="fn">void<a name="5c5d47"></a>QWSWindow::setActiveWindow()</h3>
<p>Make this the active window (i.e. sets keyboard focus).
<h3 class="fn">void<a name="0a7841"></a>QWSWindow::show()</h3>
<p>Shows the window.
<h3 class="fn">int<a name="a02138"></a>QWSWindow::winId()const</h3>
<p>Returns the Id of this window.
<hr><p>
Search the documentation, FAQ, qt-interest archive and more (uses
<a href="http://www.trolltech.com">www.trolltech.com</a>):<br>
<form method=post action="http://www.trolltech.com/search.cgi">
<input type=hidden name="version" value="2.3.1"><nobr>
<input size="50" name="search"><input type=submit value="Search">
</nobr></form><hr><p>
This file is part of the <a href="index.html">Qt toolkit</a>,
copyright &copy; 1995-2000
<a href="http://www.trolltech.com">Trolltech</a>, all rights reserved.<p><address><hr><div align="center">
<table width="100%" cellspacing="0" border="0"><tr>
<td>Copyright  2000 Trolltech<td><a href="http://www.trolltech.com/trademarks.html">Trademarks</a>
<td align="right"><div align="right">Qt version 2.3.1</div>
</table></div></address></body></html>