~ubuntu-branches/ubuntu/quantal/qtmobility/quantal

« back to all changes in this revision

Viewing changes to doc/html/qsystemscreensaver.html

  • Committer: Bazaar Package Importer
  • Author(s): Jonathan Riddell
  • Date: 2010-11-16 16:18:07 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20101116161807-k2dzt2nyse975r3l
Tags: 1.1.0-0ubuntu1
* New upstream release
* Syncronise with Debian, no remaining changes

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
    </div>
48
48
    <div id="shortCut">
49
49
      <ul>
50
 
        <li class="shortCut-topleft-inactive"><span><a href="index.html">Mobility 1.1 BETA</a></span></li>
 
50
        <li class="shortCut-topleft-inactive"><span><a href="index.html">Mobility 1.1</a></span></li>
51
51
        <li class="shortCut-topleft-active"><a href="http://doc.qt.nokia.com">ALL VERSIONS        </a></li>
52
52
      </ul>
53
53
     </div>
149
149
</div>
150
150
<h1 class="title">QSystemScreenSaver Class Reference</h1>
151
151
<p>The QSystemScreenSaver class provides access to screen saver and blanking. <a href="#details">More...</a></p>
152
 
<pre class="highlightedCode brush: cpp"> #include &lt;QSystemScreenSaver&gt;</pre><ul>
 
152
<pre class="highlightedCode brush: cpp"> #include &lt;QSystemScreenSaver&gt;</pre><p>Inherits <a href="http://qt.nokia.com/doc/4.6/qobject.html">QObject</a>.</p>
 
153
<ul>
153
154
<li><a href="qsystemscreensaver-members.html">List of all members, including inherited members</a></li>
154
155
</ul>
155
156
<hr />
158
159
<ul>
159
160
<li class="fn"><b><a href="qsystemscreensaver.html#screenSaverInhibited-prop">screenSaverInhibited</a></b> : const bool</li>
160
161
</ul>
 
162
<ul>
 
163
<li class="fn">1 property inherited from <a href="http://qt.nokia.com/doc/4.6/qobject.html#properties">QObject</a></li>
 
164
</ul>
161
165
<hr />
162
166
<a name="public-functions"></a>
163
167
<h2>Public Functions</h2>
166
170
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qsystemscreensaver.html#dtor.QSystemScreenSaver">~QSystemScreenSaver</a></b> ()</td></tr>
167
171
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qsystemscreensaver.html#screenSaverInhibited-prop">screenSaverInhibited</a></b> ()</td></tr>
168
172
</table>
 
173
<ul>
 
174
<li class="fn">29 public functions inherited from <a href="http://qt.nokia.com/doc/4.6/qobject.html#public-functions">QObject</a></li>
 
175
</ul>
 
176
<h3>Additional Inherited Members</h3>
 
177
<ul>
 
178
<li class="fn">1 public slot inherited from <a href="http://qt.nokia.com/doc/4.6/qobject.html#public-slots">QObject</a></li>
 
179
<li class="fn">1 signal inherited from <a href="http://qt.nokia.com/doc/4.6/qobject.html#signals">QObject</a></li>
 
180
<li class="fn">1 public variable inherited from <a href="http://qt.nokia.com/doc/4.6/qobject.html#public-variables">QObject</a></li>
 
181
<li class="fn">4 static public members inherited from <a href="http://qt.nokia.com/doc/4.6/qobject.html#static-public-members">QObject</a></li>
 
182
<li class="fn">7 protected functions inherited from <a href="http://qt.nokia.com/doc/4.6/qobject.html#protected-functions">QObject</a></li>
 
183
<li class="fn">2 protected variables inherited from <a href="http://qt.nokia.com/doc/4.6/qobject.html#protected-variables">QObject</a></li>
 
184
</ul>
169
185
<a name="details"></a>
170
186
<hr />
171
187
<div class="descr"/>
172
188
<h2>Detailed Description</h2>
173
189
<p>The QSystemScreenSaver class provides access to screen saver and blanking.</p>
174
 
<p>Constructs a QSystemScreenSaver object with the given <i>parent</i>.</p>
175
190
<p>On platforms where there is no one default screensaver mechanism, such as Linux, this class may not be available.</p>
176
191
</div>
177
192
<hr />
188
203
<hr />
189
204
<div class="func"/>
190
205
<h2>Member Function Documentation</h2>
191
 
<h3 class="fn"><a name="QSystemScreenSaver"></a>QSystemScreenSaver::QSystemScreenSaver ( QObject * <i>parent</i> = 0 )</h3>
 
206
<h3 class="fn"><a name="QSystemScreenSaver"></a>QSystemScreenSaver::QSystemScreenSaver ( <a href="http://qt.nokia.com/doc/4.6/qobject.html">QObject</a> * <i>parent</i> = 0 )</h3>
 
207
<p>Constructs a <a href="qsystemscreensaver.html">QSystemScreenSaver</a> with the given <i>parent</i>.</p>
192
208
<h3 class="fn"><a name="dtor.QSystemScreenSaver"></a>QSystemScreenSaver::~QSystemScreenSaver ()</h3>
193
209
<p>Destroys the <a href="qsystemscreensaver.html">QSystemScreenSaver</a> object.</p>
194
210
</div>