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

« back to all changes in this revision

Viewing changes to doc/html/qcameracontrol.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>
176
176
<tr><td class="memItemLeft rightAlign topAlign"> virtual QCamera::State </td><td class="memItemRight bottomAlign"><b><a href="qcameracontrol.html#state">state</a></b> () const = 0</td></tr>
177
177
<tr><td class="memItemLeft rightAlign topAlign"> virtual QCamera::Status </td><td class="memItemRight bottomAlign"><b><a href="qcameracontrol.html#status">status</a></b> () const = 0</td></tr>
178
178
</table>
 
179
<ul>
 
180
<li class="fn">29 public functions inherited from <a href="http://qt.nokia.com/doc/4.6/qobject.html#public-functions">QObject</a></li>
 
181
</ul>
179
182
<hr />
180
183
<a name="signals"></a>
181
184
<h2>Signals</h2>
185
188
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcameracontrol.html#stateChanged">stateChanged</a></b> ( QCamera::State <i>state</i> )</td></tr>
186
189
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qcameracontrol.html#statusChanged">statusChanged</a></b> ( QCamera::Status <i>status</i> )</td></tr>
187
190
</table>
 
191
<ul>
 
192
<li class="fn">1 signal inherited from <a href="http://qt.nokia.com/doc/4.6/qobject.html#signals">QObject</a></li>
 
193
</ul>
188
194
<hr />
189
195
<a name="protected-functions"></a>
190
196
<h2>Protected Functions</h2>
191
197
<table class="alignedsummary">
192
198
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qcameracontrol.html#QCameraControl">QCameraControl</a></b> ( QObject * <i>parent</i> = 0 )</td></tr>
193
199
</table>
 
200
<ul>
 
201
<li class="fn">7 protected functions inherited from <a href="http://qt.nokia.com/doc/4.6/qobject.html#protected-functions">QObject</a></li>
 
202
</ul>
194
203
<hr />
195
204
<a name="macros"></a>
196
205
<h2>Macros</h2>
197
206
<table class="alignedsummary">
198
207
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qcameracontrol.html#QCameraControl_iid">QCameraControl_iid</a></b></td></tr>
199
208
</table>
 
209
<h3>Additional Inherited Members</h3>
 
210
<ul>
 
211
<li class="fn">1 property inherited from <a href="http://qt.nokia.com/doc/4.6/qobject.html#properties">QObject</a></li>
 
212
<li class="fn">1 public slot inherited from <a href="http://qt.nokia.com/doc/4.6/qobject.html#public-slots">QObject</a></li>
 
213
<li class="fn">1 public variable inherited from <a href="http://qt.nokia.com/doc/4.6/qobject.html#public-variables">QObject</a></li>
 
214
<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>
 
215
<li class="fn">2 protected variables inherited from <a href="http://qt.nokia.com/doc/4.6/qobject.html#protected-variables">QObject</a></li>
 
216
</ul>
200
217
<a name="details"></a>
201
218
<hr />
202
219
<div class="descr"/>
215
232
<table class="valuelist"><tr class="odd"><tr><th>Constant</th><th>Value</th><th>Description</th></tr>
216
233
<tr><td  class="topAlign"><tt>QCameraControl::CaptureMode</tt></td><td class=" topAlign"><tt>1</tt></td><td  class="topAlign">Indicates the capture mode is changed.</td></tr>
217
234
<tr><td  class="topAlign"><tt>QCameraControl::ImageEncodingSettings</tt></td><td class=" topAlign"><tt>2</tt></td><td  class="topAlign">Image encoder settings are changed, including resolution.</td></tr>
218
 
<tr><td  class="topAlign"><tt>QCameraControl::VideoEncodingSettings</tt></td><td class=" topAlign"><tt>3</tt></td><td  class="topAlign">Video encoder settings are changed.</td></tr>
 
235
<tr><td  class="topAlign"><tt>QCameraControl::VideoEncodingSettings</tt></td><td class=" topAlign"><tt>3</tt></td><td  class="topAlign">Video encoder settings are changed, including audio, video and container settings.</td></tr>
219
236
<tr><td  class="topAlign"><tt>QCameraControl::Viewfinder</tt></td><td class=" topAlign"><tt>4</tt></td><td  class="topAlign">Viewfinder is changed.</td></tr>
220
237
</table>
221
238
</div>
222
239
<hr />
223
240
<div class="func"/>
224
241
<h2>Member Function Documentation</h2>
225
 
<h3 class="fn"><a name="QCameraControl"></a>QCameraControl::QCameraControl ( QObject * <i>parent</i> = 0 )<tt> [protected]</tt></h3>
 
242
<h3 class="fn"><a name="QCameraControl"></a>QCameraControl::QCameraControl ( <a href="http://qt.nokia.com/doc/4.6/qobject.html">QObject</a> * <i>parent</i> = 0 )<tt> [protected]</tt></h3>
226
243
<p>Constructs a camera control object with <i>parent</i>.</p>
227
244
<h3 class="fn"><a name="dtor.QCameraControl"></a>QCameraControl::~QCameraControl ()</h3>
228
245
<p>Destruct the camera control object.</p>
234
251
<p>See also <a href="qcameracontrol.html#setCaptureMode">setCaptureMode</a>().</p>
235
252
<h3 class="fn"><a name="captureModeChanged"></a>void QCameraControl::captureModeChanged ( <a href="qcamera.html#CaptureMode-enum">QCamera::CaptureMode</a> <i>mode</i> )<tt> [signal]</tt></h3>
236
253
<p>Signal emitted when the camera capture <i>mode</i> changes.</p>
237
 
<h3 class="fn"><a name="error"></a>void QCameraControl::error ( int <i>error</i>, const QString &amp; <i>errorString</i> )<tt> [signal]</tt></h3>
 
254
<h3 class="fn"><a name="error"></a>void QCameraControl::error ( int <i>error</i>, const <a href="http://qt.nokia.com/doc/4.6/qstring.html">QString</a> &amp; <i>errorString</i> )<tt> [signal]</tt></h3>
238
255
<p>Signal emitted when an error occurs with error code <i>error</i> and a description of the error <i>errorString</i>.</p>
239
256
<h3 class="fn"><a name="isCaptureModeSupported"></a>bool QCameraControl::isCaptureModeSupported ( <a href="qcamera.html#CaptureMode-enum">QCamera::CaptureMode</a> <i>mode</i> ) const<tt> [pure virtual]</tt></h3>
240
257
<p>Returns true if the capture <i>mode</i> is suported.</p>