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 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528
|
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en_US" lang="en_US">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<!-- qt4-intro.qdoc -->
<title>Qt 4.8: What's New in Qt 4.6</title>
<link rel="stylesheet" type="text/css" href="style/offline.css" />
</head>
<body>
<div class="header" id="qtdocheader">
<div class="content">
<a href="index.html" class="qtref"><span>Qt Reference Documentation</span></a>
</div>
<div class="breadcrumb toolblock">
<ul>
<li class="first"><a href="index.html">Home</a></li>
<!-- Breadcrumbs go here -->
<li>What's New in Qt 4.6</li>
</ul>
</div>
</div>
<div class="content mainContent">
<div class="toc">
<h3><a name="toc">Contents</a></h3>
<ul>
<li class="level1"><a href="#support-for-symbian">Support for Symbian</a></li>
<li class="level1"><a href="#animation-framework">Animation Framework</a></li>
<li class="level1"><a href="#state-machine-framework">State Machine Framework</a></li>
<li class="level1"><a href="#touch-and-gestures">Touch and Gestures</a></li>
<li class="level1"><a href="#dom-access-api">DOM Access API</a></li>
<li class="level1"><a href="#performance-optimizations">Performance Optimizations</a></li>
<li class="level1"><a href="#graphics-effects">Graphics Effects</a></li>
<li class="level1"><a href="#xml-schema-validation">XML Schema Validation</a></li>
<li class="level1"><a href="#qt3d-enablers">Qt3D Enablers</a></li>
<li class="level1"><a href="#multimedia-services">Multimedia Services</a></li>
<li class="level1"><a href="#new-classes-functions-macros-etc">New Classes, Functions, Macros, etc.</a></li>
</ul>
</div>
<h1 class="title">What's New in Qt 4.6</h1>
<span class="subtitle"></span>
<!-- $$$qt4-6-intro.html-description -->
<div class="descr"> <a name="details"></a>
<p>Qt 4.6 provides many improvements and enhancements over the previous releases in the Qt 4 series. This document covers the most important features in this release, separated by category.</p>
<p>A list of other Qt 4 features can be found on the <b><a href="qt4-intro.html">What's New in Qt 4</a></b> page.</p>
<a name="support-for-symbian"></a>
<h2>Support for Symbian</h2>
<p>Qt 4.6 is the first release to include support for the Symbian platform, with integration into the S60 framework. The port to Symbian and S60 provides all functionality required to develop rich end-user applications for devices running S60 3.1 and later.</p>
<p>See the <a href="symbian-with-qt-introduction.html">The Symbian platform - Introduction to Qt</a> for more information.</p>
<a name="animation-framework"></a>
<h2>Animation Framework</h2>
<p>The animation framework helps build highly animated, high-performance GUIs without the hassle of managing complex structures, timers, and easing curves, not to mention the large state graphs that all animated GUIs tend to be full of.</p>
<p>The framework makes it easy to animate <a href="qobject.html">QObject</a>s, including QWidgets, by allowing Qt properties to be animated. It also allows creating custom animations and interpolation functions. Graphics views are not left out; one can animate <a href="qgraphicswidget.html">QGraphicsWidget</a>s and new <a href="qgraphicsobject.html">QGraphicsObject</a>s which inherit from <a href="qgraphicsitem.html">QGraphicsItem</a> (and thereby enable properties).</p>
<p>Animations are controlled using easing curves and can be grouped together. This enables animations of arbitrary complexity.</p>
<p>The API is easy to grasp with functions such as start(), stop(), pause(), and currentTime(). Here is an image from one of the examples that come with the framework:</p>
<p class="centerAlign"><img src="images/whatsnewanimatedtiles.png" alt="" /></p><p>The animation framework also plugs into the new Qt Statemachine by allowing an animation to be played when transitions are triggered. The state machine framework is introduced in 4.6 and is described below.</p>
<p>See <a href="animation-overview.html">The Animation Framework</a> documentation for more information.</p>
<a name="state-machine-framework"></a>
<h2>State Machine Framework</h2>
<p>The state machine framework provides a robust state chart implementation based on Harel statecharts and SCXML. Qt's API lets you construct such state graphs and execute them. The key benefits of a state machine are:</p>
<ul>
<li>Simplify complex application semantics.</li>
<li>Use of states to reduce code bloat.</li>
<li>Use states to improve maintainability.</li>
<li>Makes event-driven programming robust and more reusable.</li>
</ul>
<p>It is especially the last item here that makes using a state machine worthwhile. A key characteristic of event-driven systems (such as Qt applications) is that behavior often depends not only on the last or current event, but also the events that preceded it. With statecharts, this information is easy to express.</p>
<p>The framework fits neatly into Qt by allowing transitions to trigger on signals and <a href="qevent.html">QEvent</a>s. By inserting animations into the state machine, it is also easier to use the framework for animating GUIs, for instance.</p>
<p>See <a href="statemachine-api.html">The State Machine Framework</a> documentation for more information.</p>
<a name="touch-and-gestures"></a>
<h2>Touch and Gestures</h2>
<p>Support for touch input enables users to interact with many parts of a user interface at the same time, and provides the basis for gestures. Additional infrastructure for gesture recognition allows a sequence of touch inputs to be combined to create gestures that can be used to activate features and trigger actions in an application.</p>
<p class="centerAlign"><img src="images/gestures.png" alt="" /></p><p>This new functionality brings a number of benefits:</p>
<ul>
<li>Allows users to interact with applications in more natural ways.</li>
<li>Simplifies finger-based interaction with UI components.</li>
<li>Combines support for common basic gestures and touch gestures in a single general framework.</li>
<li>Enables extensibility by design.</li>
</ul>
<p>See the <a href="qtouchevent.html">QTouchEvent</a> class documentation for more information on touch input and <a href="qgestureevent.html">QGestureEvent</a> for gestures.</p>
<a name="dom-access-api"></a>
<h2>DOM Access API</h2>
<p>Web pages and XML both have very complex document object models. The W3C selector API provides a very simple way to access and manipulate such structures. This API makes it intuitive to access DOM, helps reuse CSS selector knowledge, and gives little maintenance or footprint overhead.</p>
<pre class="cpp"> <span class="type"><a href="qwebelement.html">QWebElement</a></span> document <span class="operator">=</span> frame<span class="operator">-</span><span class="operator">></span>documentElement();
<span class="comment">/* Assume the document has the following structure:
<p class=intro>
<span>Intro</span>
<span>Snippets</span>
</p>
<p>
<span>Content</span>
<span>Here</span>
</p>
*/</span>
<span class="type"><a href="qwebelementcollection.html">QWebElementCollection</a></span> allSpans <span class="operator">=</span> document<span class="operator">.</span>findAll(<span class="string">"span"</span>);
<span class="type"><a href="qwebelementcollection.html">QWebElementCollection</a></span> introSpans <span class="operator">=</span> document<span class="operator">.</span>findAll(<span class="string">"p.intro span"</span>);</pre>
<p>See the <a href="qwebelement.html">QWebElement</a> class documentation for more information.</p>
<a name="performance-optimizations"></a>
<h2>Performance Optimizations</h2>
<p>As always, Qt continuously strive to optimize its performance. For this release, we have:</p>
<ul>
<li>Rewritten the <a href="qgraphicsview.html">QGraphicsView</a> rendering algorithm.</li>
<li>Made <a href="qpixmapcache.html">QPixmapCache</a> support efficient Key data structure.</li>
<li>Reduced overhead in <a href="qnetworkaccessmanager.html">QNetworkAccessManager</a>.</li>
<li>Added the <a href="qcontiguouscache.html">QContiguousCache</a> class, which provides efficient caching of contiguous data.</li>
<li>Added support for hardware-accelerated rendering through <a href="openvg.html">OpenVG</a></li>
<li>Removed Win9x support.</li>
</ul>
<a name="graphics-effects"></a>
<h2>Graphics Effects</h2>
<p>Effects can be used to alter the appearance of UI elements such as <a href="qgraphicsitem.html">QGraphicsItem</a>s and <a href="qwidget.html">QWidget</a>s. A couple of standard effects such as blurring, colorizing and drop shadow are provided, and it is possible to implement custom effects.</p>
<table class="generic">
<tr valign="top" class="odd"><td colspan="2"><p class="centerAlign"><img src="images/graphicseffect-plain.png" alt="" /></p></td></tr>
<tr valign="top" class="even"><td ><p class="centerAlign"><img src="images/graphicseffect-blur.png" alt="" /></p></td><td ><p class="centerAlign"><img src="images/graphicseffect-colorize.png" alt="" /></p></td></tr>
<tr valign="top" class="odd"><td ><p class="centerAlign"><img src="images/graphicseffect-opacity.png" alt="" /></p></td><td ><p class="centerAlign"><img src="images/graphicseffect-drop-shadow.png" alt="" /></p></td></tr>
</table>
<p>See the <a href="qgraphicseffect.html">QGraphicsEffect</a> class documentation for more information.</p>
<a name="xml-schema-validation"></a>
<h2>XML Schema Validation</h2>
<p>The <a href="qtxmlpatterns.html">QtXmlPatterns</a> module can now be used to validate schemas, either through C++ APIs in the Qt application, or using the xmlpatternsvalidator command line utility. The implementation of XML Schema Validation supports the specification version 1.0 in large parts.</p>
<p class="centerAlign"><img src="images/xml-schema.png" alt="" /></p><p>See the <a href="xml-processing.html">XML Processing</a> and <a href="qxmlschema.html">QXmlSchema</a> class documentation for more information.</p>
<a name="qt3d-enablers"></a>
<h2>Qt3D Enablers</h2>
<p>As more of Qt, and more of the applications built on Qt go 3D, API's should be provided to simplify this. Mainly, the new API aims to make it more easy to create 3D applications with OpenGL. It will also unify the Qt OpenGL codebase, and enable cross-platform 3D codebase.</p>
<p>The main features of the Qt3D enablers are currently: Math primitives for matrix multiplication, vectors, quaternions (client-side), and an API for vertex and fragment shaders, GLSL/ES. Future research will, among other things include stencils, scissors, vertex buffers and arrays, texture manipulation, and geometry shaders.</p>
<a name="multimedia-services"></a>
<h2>Multimedia Services</h2>
<p>Qt 4.6 comes with new classes for handling audio. These classes provide low-level access to the system's audio system. By specifying the audio format (<a href="qaudioformat.html">QAudioFormat</a>) and supplying audio data through a <a href="qiodevice.html">QIODevice</a>, you get direct access to the functionality of the sound device. The API also comes with functions to query audio devices for which audio formats they support.</p>
<p>See the <a href="qtmultimedia.html">QtMultimedia Module</a> documentation for more information.</p>
<a name="new-classes-functions-macros-etc"></a>
<h2>New Classes, Functions, Macros, etc.</h2>
<p>Links to new classes, functions, macros, and other items introduced in Qt 4.6.</p>
<ul>
<li><a href="#new-classes"> New Classes</a></li>
<li><a href="#new-member-functions"> New Member Functions</a></li>
<li><a href="#new-global-functions"> New Global Functions</a></li>
<li><a href="#new-macros"> New Macros</a></li>
</ul>
<a name="new-classes"></a>
<h3> New Classes</h3>
<div class="flowListDiv">
<dl class="flowList odd"><dt class="alphaChar"><b>A</b></dt>
<dd><a href="qabstractanimation.html">QAbstractAnimation</a></dd>
<dd><a href="qabstractstate.html">QAbstractState</a></dd>
<dd><a href="qabstracttransition.html">QAbstractTransition</a></dd>
<dd><a href="qabstractvideobuffer.html">QAbstractVideoBuffer</a></dd>
<dd><a href="qabstractvideosurface.html">QAbstractVideoSurface</a></dd>
<dd><a href="qanimationgroup.html">QAnimationGroup</a></dd>
<dd><a href="qaudiodeviceinfo.html">QAudioDeviceInfo</a></dd>
<dd><a href="qaudioformat.html">QAudioFormat</a></dd>
<dd><a href="qaudioinput.html">QAudioInput</a></dd>
<dd><a href="qaudiooutput.html">QAudioOutput</a></dd>
</dl>
<dl class="flowList even"><dt class="alphaChar"><b>C</b></dt>
<dd><a href="qwebelementcollection-const-iterator.html">const_iterator</a> (<a href="qwebelementcollection.html">QWebElementCollection</a>)</dd>
<dd><a href="qcontiguouscache.html">QContiguousCache</a></dd>
</dl>
<dl class="flowList odd"><dt class="alphaChar"><b>D</b></dt>
<dd><a href="qdbusservicewatcher.html">QDBusServiceWatcher</a></dd>
</dl>
<dl class="flowList even"><dt class="alphaChar"><b>E</b></dt>
<dd><a href="qeasingcurve.html">QEasingCurve</a></dd>
<dd><a href="qwebpage-errorpageextensionoption.html">ErrorPageExtensionOption</a> (<a href="qwebpage.html">QWebPage</a>)</dd>
<dd><a href="qwebpage-errorpageextensionreturn.html">ErrorPageExtensionReturn</a> (<a href="qwebpage.html">QWebPage</a>)</dd>
<dd><a href="qeventtransition.html">QEventTransition</a></dd>
</dl>
<dl class="flowList odd"><dt class="alphaChar"><b>F</b></dt>
<dd><a href="qfinalstate.html">QFinalState</a></dd>
</dl>
<dl class="flowList even"><dt class="alphaChar"><b>G</b></dt>
<dd><a href="qgenericmatrix.html">QGenericMatrix</a></dd>
<dd><a href="qgesture.html">QGesture</a></dd>
<dd><a href="qgestureevent.html">QGestureEvent</a></dd>
<dd><a href="qgesturerecognizer.html">QGestureRecognizer</a></dd>
<dd><a href="qglframebufferobjectformat.html">QGLFramebufferObjectFormat</a></dd>
<dd><a href="qglshader.html">QGLShader</a></dd>
<dd><a href="qglshaderprogram.html">QGLShaderProgram</a></dd>
<dd><a href="qgraphicsanchor.html">QGraphicsAnchor</a></dd>
<dd><a href="qgraphicsanchorlayout.html">QGraphicsAnchorLayout</a></dd>
<dd><a href="qgraphicsblureffect.html">QGraphicsBlurEffect</a></dd>
<dd><a href="qgraphicscolorizeeffect.html">QGraphicsColorizeEffect</a></dd>
<dd><a href="qgraphicsdropshadoweffect.html">QGraphicsDropShadowEffect</a></dd>
<dd><a href="qgraphicseffect.html">QGraphicsEffect</a></dd>
<dd><a href="qgraphicsobject.html">QGraphicsObject</a></dd>
<dd><a href="qgraphicsopacityeffect.html">QGraphicsOpacityEffect</a></dd>
<dd><a href="qgraphicsrotation.html">QGraphicsRotation</a></dd>
<dd><a href="qgraphicsscale.html">QGraphicsScale</a></dd>
<dd><a href="qgraphicstransform.html">QGraphicsTransform</a></dd>
<dd><a href="qgraphicswebview.html">QGraphicsWebView</a></dd>
</dl>
<dl class="flowList odd"><dt class="alphaChar"><b>H</b></dt>
<dd><a href="qhistorystate.html">QHistoryState</a></dd>
</dl>
<dl class="flowList even"><dt class="alphaChar"><b>I</b></dt>
<dd><a href="qwebelementcollection-iterator.html">iterator</a> (<a href="qwebelementcollection.html">QWebElementCollection</a>)</dd>
</dl>
<dl class="flowList odd"><dt class="alphaChar"><b>K</b></dt>
<dd><a href="qkeyeventtransition.html">QKeyEventTransition</a></dd>
</dl>
<dl class="flowList even"><dt class="alphaChar"><b>M</b></dt>
<dd><a href="qmargins.html">QMargins</a></dd>
<dd><a href="qmatrix4x4.html">QMatrix4x4</a></dd>
<dd><a href="qmouseeventtransition.html">QMouseEventTransition</a></dd>
</dl>
<dl class="flowList odd"><dt class="alphaChar"><b>P</b></dt>
<dd><a href="qpangesture.html">QPanGesture</a></dd>
<dd><a href="qparallelanimationgroup.html">QParallelAnimationGroup</a></dd>
<dd><a href="qpauseanimation.html">QPauseAnimation</a></dd>
<dd><a href="qpinchgesture.html">QPinchGesture</a></dd>
<dd><a href="qprocessenvironment.html">QProcessEnvironment</a></dd>
<dd><a href="qpropertyanimation.html">QPropertyAnimation</a></dd>
<dd><a href="qproxystyle.html">QProxyStyle</a></dd>
</dl>
<dl class="flowList even"><dt class="alphaChar"><b>Q</b></dt>
<dd><a href="qquaternion.html">QQuaternion</a></dd>
</dl>
<dl class="flowList odd"><dt class="alphaChar"><b>S</b></dt>
<dd><a href="qs60mainapplication.html">QS60MainApplication</a></dd>
<dd><a href="qs60mainappui.html">QS60MainAppUi</a></dd>
<dd><a href="qs60maindocument.html">QS60MainDocument</a></dd>
<dd><a href="qs60style.html">QS60Style</a></dd>
<dd><a href="qscopedarraypointer.html">QScopedArrayPointer</a></dd>
<dd><a href="qscopedpointer.html">QScopedPointer</a></dd>
<dd><a href="qsequentialanimationgroup.html">QSequentialAnimationGroup</a></dd>
<dd><a href="qstatemachine-signalevent.html">SignalEvent</a> (<a href="qstatemachine.html">QStateMachine</a>)</dd>
<dd><a href="qsignaltransition.html">QSignalTransition</a></dd>
<dd><a href="qstate.html">QState</a></dd>
<dd><a href="qstatemachine.html">QStateMachine</a></dd>
<dd><a href="qswipegesture.html">QSwipeGesture</a></dd>
<dd><a href="qsymbianevent.html">QSymbianEvent</a></dd>
</dl>
<dl class="flowList even"><dt class="alphaChar"><b>T</b></dt>
<dd><a href="qtapandholdgesture.html">QTapAndHoldGesture</a></dd>
<dd><a href="qtapgesture.html">QTapGesture</a></dd>
<dd><a href="qtilerules.html">QTileRules</a></dd>
<dd><a href="qtouchevent.html">QTouchEvent</a></dd>
<dd><a href="qtouchevent-touchpoint.html">TouchPoint</a> (<a href="qtouchevent.html">QTouchEvent</a>)</dd>
</dl>
<dl class="flowList odd"><dt class="alphaChar"><b>V</b></dt>
<dd><a href="qvariantanimation.html">QVariantAnimation</a></dd>
<dd><a href="qvector2d.html">QVector2D</a></dd>
<dd><a href="qvector3d.html">QVector3D</a></dd>
<dd><a href="qvector4d.html">QVector4D</a></dd>
<dd><a href="qvideoframe.html">QVideoFrame</a></dd>
<dd><a href="qvideosurfaceformat.html">QVideoSurfaceFormat</a></dd>
</dl>
<dl class="flowList even"><dt class="alphaChar"><b>W</b></dt>
<dd><a href="qwebelement.html">QWebElement</a></dd>
<dd><a href="qwebelementcollection.html">QWebElementCollection</a></dd>
<dd><a href="qwebinspector.html">QWebInspector</a></dd>
<dd><a href="qstatemachine-wrappedevent.html">WrappedEvent</a> (<a href="qstatemachine.html">QStateMachine</a>)</dd>
</dl>
<dl class="flowList odd"><dt class="alphaChar"><b>X</b></dt>
<dd><a href="qxmlschema.html">QXmlSchema</a></dd>
<dd><a href="qxmlschemavalidator.html">QXmlSchemaValidator</a></dd>
</dl>
</div>
<a name="new-member-functions"></a>
<h3> New Member Functions</h3>
<p>Class <a href="qscriptstring.html">QScriptString</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> quint32 </td><td class="memItemRight bottomAlign"><b><a href="qscriptstring.html#toArrayIndex">toArrayIndex</a></b> ( bool * <i>ok</i> = 0 ) const</td></tr>
</table>
<br/><p>Class <a href="qstyleoptiongraphicsitem.html">QStyleOptionGraphicsItem</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> qreal </td><td class="memItemRight bottomAlign"><b><a href="qstyleoptiongraphicsitem.html#levelOfDetailFromTransform">levelOfDetailFromTransform</a></b> ( const QTransform & <i>worldTransform</i> )</td></tr>
</table>
<br/><p>Class <a href="qscriptenginedebugger.html">QScriptEngineDebugger</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> DebuggerState </td><td class="memItemRight bottomAlign"><b><a href="qscriptenginedebugger.html#state">state</a></b> () const</td></tr>
</table>
<br/><p>Class <a href="qnetworkproxyfactory.html">QNetworkProxyFactory</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qnetworkproxyfactory.html#setUseSystemConfiguration">setUseSystemConfiguration</a></b> ( bool <i>enable</i> )</td></tr>
</table>
<br/><p>Class <a href="qwebview.html">QWebView</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> QPainter::RenderHints </td><td class="memItemRight bottomAlign"><b><a href="qwebview.html#renderHints-prop">renderHints</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwebview.html#setRenderHint">setRenderHint</a></b> ( QPainter::RenderHint <i>hint</i>, bool <i>enabled</i> = true )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwebview.html#renderHints-prop">setRenderHints</a></b> ( QPainter::RenderHints <i>hints</i> )</td></tr>
</table>
<br/><p>Class <a href="qnetworkreply.html">QNetworkReply</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qnetworkreply.html#ignoreSslErrors-2">ignoreSslErrors</a></b> ( const QList<QSslError> & <i>errors</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qnetworkreply.html#isFinished">isFinished</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qnetworkreply.html#isRunning">isRunning</a></b> () const</td></tr>
</table>
<br/><p>Class <a href="qgraphicslayout.html">QGraphicsLayout</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qgraphicslayout.html#addChildLayoutItem">addChildLayoutItem</a></b> ( QGraphicsLayoutItem * <i>layoutItem</i> )</td></tr>
</table>
<br/><p>Class <a href="qdbusconnection.html">QDBusConnection</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qdbusconnection.html#connect-3">connect</a></b> ( const QString & <i>service</i>, const QString & <i>path</i>, const QString & <i>interface</i>, const QString & <i>name</i>, const QStringList & <i>argumentMatch</i>, const QString & <i>signature</i>, QObject * <i>receiver</i>, const char * <i>slot</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qdbusconnection.html#disconnect-3">disconnect</a></b> ( const QString & <i>service</i>, const QString & <i>path</i>, const QString & <i>interface</i>, const QString & <i>name</i>, const QStringList & <i>argumentMatch</i>, const QString & <i>signature</i>, QObject * <i>receiver</i>, const char * <i>slot</i> )</td></tr>
</table>
<br/><p>Class <a href="qgraphicsitem.html">QGraphicsItem</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#acceptTouchEvents">acceptTouchEvents</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#filtersChildEvents">filtersChildEvents</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QGraphicsItem * </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#focusItem">focusItem</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QGraphicsItem * </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#focusProxy">focusProxy</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QGraphicsEffect * </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#graphicsEffect">graphicsEffect</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> Qt::InputMethodHints </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#inputMethodHints">inputMethodHints</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#isActive">isActive</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#isBlockedByModalPanel">isBlockedByModalPanel</a></b> ( QGraphicsItem ** <i>blockingPanel</i> = 0 ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#isPanel">isPanel</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QGraphicsItem * </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#panel">panel</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> PanelModality </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#panelModality">panelModality</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QGraphicsObject * </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#parentObject">parentObject</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> qreal </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#rotation">rotation</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> qreal </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#scale">scale</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#setAcceptTouchEvents">setAcceptTouchEvents</a></b> ( bool <i>enabled</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#setActive">setActive</a></b> ( bool <i>active</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#setFiltersChildEvents">setFiltersChildEvents</a></b> ( bool <i>enabled</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#setFocusProxy">setFocusProxy</a></b> ( QGraphicsItem * <i>item</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#setGraphicsEffect">setGraphicsEffect</a></b> ( QGraphicsEffect * <i>effect</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#setInputMethodHints">setInputMethodHints</a></b> ( Qt::InputMethodHints <i>hints</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#setPanelModality">setPanelModality</a></b> ( PanelModality <i>panelModality</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#setRotation">setRotation</a></b> ( qreal <i>angle</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#setScale">setScale</a></b> ( qreal <i>factor</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#setTransformOriginPoint">setTransformOriginPoint</a></b> ( const QPointF & <i>origin</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#setTransformOriginPoint-2">setTransformOriginPoint</a></b> ( qreal <i>x</i>, qreal <i>y</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#setTransformations">setTransformations</a></b> ( const QList<QGraphicsTransform *> & <i>transformations</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#setX">setX</a></b> ( qreal <i>x</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#setY">setY</a></b> ( qreal <i>y</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#stackBefore">stackBefore</a></b> ( const QGraphicsItem * <i>sibling</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QGraphicsObject * </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#toGraphicsObject">toGraphicsObject</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> const QGraphicsObject * </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#toGraphicsObject-2">toGraphicsObject</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QPointF </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#transformOriginPoint">transformOriginPoint</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QList<QGraphicsTransform *> </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsitem.html#transformations">transformations</a></b> () const</td></tr>
</table>
<br/><p>Class <a href="qsystemlocale.html">QSystemLocale</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> virtual QLocale </td><td class="memItemRight bottomAlign"><b><a href="qsystemlocale.html#fallbackLocale">fallbackLocale</a></b> () const</td></tr>
</table>
<br/><p>Class <a href="qglframebufferobject.html">QGLFramebufferObject</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qglframebufferobject.html#blitFramebuffer">blitFramebuffer</a></b> ( QGLFramebufferObject * <i>target</i>, const QRect & <i>targetRect</i>, QGLFramebufferObject * <i>source</i>, const QRect & <i>sourceRect</i>, GLbitfield <i>buffers</i> = GL_COLOR_BUFFER_BIT, GLenum <i>filter</i> = GL_NEAREST )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qglframebufferobject.html#hasOpenGLFramebufferBlit">hasOpenGLFramebufferBlit</a></b> ()</td></tr>
</table>
<br/><p>Class <a href="qwebsecurityorigin.html">QWebSecurityOrigin</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwebsecurityorigin.html#addLocalScheme">addLocalScheme</a></b> ( const QString & <i>scheme</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QStringList </td><td class="memItemRight bottomAlign"><b><a href="qwebsecurityorigin.html#localSchemes">localSchemes</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwebsecurityorigin.html#removeLocalScheme">removeLocalScheme</a></b> ( const QString & <i>scheme</i> )</td></tr>
</table>
<br/><p>Class <a href="qgraphicsview.html">QGraphicsView</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsview.html#isTransformed">isTransformed</a></b> () const</td></tr>
</table>
<br/><p>Class <a href="qnetworkcachemetadata.html">QNetworkCacheMetaData</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> AttributesMap </td><td class="memItemRight bottomAlign"><b><a href="qnetworkcachemetadata.html#attributes">attributes</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qnetworkcachemetadata.html#setAttributes">setAttributes</a></b> ( const AttributesMap & <i>attributes</i> )</td></tr>
</table>
<br/><p>Class <a href="qnetworkaccessmanager.html">QNetworkAccessManager</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> QNetworkReply * </td><td class="memItemRight bottomAlign"><b><a href="qnetworkaccessmanager.html#deleteResource">deleteResource</a></b> ( const QNetworkRequest & <i>request</i> )</td></tr>
</table>
<br/><p>Class <a href="qprintpreviewwidget.html">QPrintPreviewWidget</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qprintpreviewwidget.html#pageCount">pageCount</a></b> () const</td></tr>
</table>
<br/><p>Class <a href="qxmlquery.html">QXmlQuery</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qxmlquery.html#setFocus-4">setFocus</a></b> ( const QString & <i>focus</i> )</td></tr>
</table>
<br/><p>Class <a href="qwebpage.html">QWebPage</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> QWebFrame * </td><td class="memItemRight bottomAlign"><b><a href="qwebpage.html#frameAt">frameAt</a></b> ( const QPoint & <i>pos</i> ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qwebpage.html#shouldInterruptJavaScript">shouldInterruptJavaScript</a></b> ()</td></tr>
</table>
<br/><p>Class <a href="qhelpsearchengine.html">QHelpSearchEngine</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qhelpsearchengine.html#hitCount">hitCount</a></b> () const</td></tr>
</table>
<br/><p>Class <a href="qwebsettings.html">QWebSettings</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwebsettings.html#clearMemoryCaches">clearMemoryCaches</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qwebsettings.html#defaultTextEncoding">defaultTextEncoding</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwebsettings.html#enablePersistentStorage">enablePersistentStorage</a></b> ( const QString & <i>path</i> = QString() )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qwebsettings.html#localStoragePath">localStoragePath</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qwebsettings.html#offlineWebApplicationCachePath">offlineWebApplicationCachePath</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> qint64 </td><td class="memItemRight bottomAlign"><b><a href="qwebsettings.html#offlineWebApplicationCacheQuota">offlineWebApplicationCacheQuota</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwebsettings.html#setDefaultTextEncoding">setDefaultTextEncoding</a></b> ( const QString & <i>encoding</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwebsettings.html#setLocalStoragePath">setLocalStoragePath</a></b> ( const QString & <i>path</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwebsettings.html#setOfflineWebApplicationCachePath">setOfflineWebApplicationCachePath</a></b> ( const QString & <i>path</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwebsettings.html#setOfflineWebApplicationCacheQuota">setOfflineWebApplicationCacheQuota</a></b> ( qint64 <i>maximumSize</i> )</td></tr>
</table>
<br/><p>Class <a href="qsyntaxhighlighter.html">QSyntaxHighlighter</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qsyntaxhighlighter.html#rehighlightBlock">rehighlightBlock</a></b> ( const QTextBlock & <i>block</i> )</td></tr>
</table>
<br/><p>Class <a href="qnetworkrequest.html">QNetworkRequest</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> QObject * </td><td class="memItemRight bottomAlign"><b><a href="qnetworkrequest.html#originatingObject">originatingObject</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qnetworkrequest.html#setOriginatingObject">setOriginatingObject</a></b> ( QObject * <i>object</i> )</td></tr>
</table>
<br/><p>Class <a href="qxmlstreamreader.html">QXmlStreamReader</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qxmlstreamreader.html#readElementText">readElementText</a></b> ( ReadElementTextBehaviour <i>behaviour</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qxmlstreamreader.html#readNextStartElement">readNextStartElement</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qxmlstreamreader.html#skipCurrentElement">skipCurrentElement</a></b> ()</td></tr>
</table>
<br/><p>Class <a href="qwebhittestresult.html">QWebHitTestResult</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> QWebElement </td><td class="memItemRight bottomAlign"><b><a href="qwebhittestresult.html#element">element</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QWebElement </td><td class="memItemRight bottomAlign"><b><a href="qwebhittestresult.html#enclosingBlockElement">enclosingBlockElement</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QWebElement </td><td class="memItemRight bottomAlign"><b><a href="qwebhittestresult.html#linkElement">linkElement</a></b> () const</td></tr>
</table>
<br/><p>Class <a href="qwebframe.html">QWebFrame</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwebframe.html#contentsSizeChanged">contentsSizeChanged</a></b> ( const QSize & <i>size</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QWebElement </td><td class="memItemRight bottomAlign"><b><a href="qwebframe.html#documentElement">documentElement</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QWebElementCollection </td><td class="memItemRight bottomAlign"><b><a href="qwebframe.html#findAllElements">findAllElements</a></b> ( const QString & <i>selectorQuery</i> ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QWebElement </td><td class="memItemRight bottomAlign"><b><a href="qwebframe.html#findFirstElement">findFirstElement</a></b> ( const QString & <i>selectorQuery</i> ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwebframe.html#loadFinished">loadFinished</a></b> ( bool <i>ok</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwebframe.html#loadStarted">loadStarted</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwebframe.html#render-3">render</a></b> ( QPainter * <i>painter</i>, RenderLayer <i>layer</i>, const QRegion & <i>clip</i> = QRegion() )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QRect </td><td class="memItemRight bottomAlign"><b><a href="qwebframe.html#scrollBarGeometry">scrollBarGeometry</a></b> ( Qt::Orientation <i>orientation</i> ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwebframe.html#setFocus">setFocus</a></b> ()</td></tr>
</table>
<br/><p>Class <a href="qwebdatabase.html">QWebDatabase</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qwebdatabase.html#removeAllDatabases">removeAllDatabases</a></b> ()</td></tr>
</table>
<br/><p>Class <a href="qgraphicsscene.html">QGraphicsScene</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> QGraphicsItem * </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsscene.html#activePanel">activePanel</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsscene.html#isActive">isActive</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QGraphicsItem * </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsscene.html#itemAt">itemAt</a></b> ( const QPointF & <i>position</i>, const QTransform & <i>deviceTransform</i> ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QGraphicsItem * </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsscene.html#itemAt-3">itemAt</a></b> ( qreal <i>x</i>, qreal <i>y</i>, const QTransform & <i>deviceTransform</i> ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QList<QGraphicsItem *> </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsscene.html#items-3">items</a></b> ( const QPointF & <i>pos</i>, Qt::ItemSelectionMode <i>mode</i>, Qt::SortOrder <i>order</i>, const QTransform & <i>deviceTransform</i> = QTransform() ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QList<QGraphicsItem *> </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsscene.html#items-10">items</a></b> ( const QRectF & <i>rect</i>, Qt::ItemSelectionMode <i>mode</i>, Qt::SortOrder <i>order</i>, const QTransform & <i>deviceTransform</i> = QTransform() ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QList<QGraphicsItem *> </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsscene.html#items-11">items</a></b> ( const QPolygonF & <i>polygon</i>, Qt::ItemSelectionMode <i>mode</i>, Qt::SortOrder <i>order</i>, const QTransform & <i>deviceTransform</i> = QTransform() ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QList<QGraphicsItem *> </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsscene.html#items-12">items</a></b> ( const QPainterPath & <i>path</i>, Qt::ItemSelectionMode <i>mode</i>, Qt::SortOrder <i>order</i>, const QTransform & <i>deviceTransform</i> = QTransform() ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QList<QGraphicsItem *> </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsscene.html#items-7">items</a></b> ( qreal <i>x</i>, qreal <i>y</i>, qreal <i>w</i>, qreal <i>h</i>, Qt::ItemSelectionMode <i>mode</i>, Qt::SortOrder <i>order</i>, const QTransform & <i>deviceTransform</i> = QTransform() ) const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsscene.html#sendEvent">sendEvent</a></b> ( QGraphicsItem * <i>item</i>, QEvent * <i>event</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsscene.html#setActivePanel">setActivePanel</a></b> ( QGraphicsItem * <i>item</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsscene.html#setSelectionArea">setSelectionArea</a></b> ( const QPainterPath & <i>path</i>, const QTransform & <i>deviceTransform</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qgraphicsscene.html#setSelectionArea-4">setSelectionArea</a></b> ( const QPainterPath & <i>path</i>, Qt::ItemSelectionMode <i>mode</i>, const QTransform & <i>deviceTransform</i> )</td></tr>
</table>
<br/><p>Class <a href="qsslsocket.html">QSslSocket</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qsslsocket.html#connectToHostEncrypted-2">connectToHostEncrypted</a></b> ( const QString & <i>hostName</i>, quint16 <i>port</i>, const QString & <i>sslPeerName</i>, OpenMode <i>mode</i> = ReadWrite )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qsslsocket.html#ignoreSslErrors-2">ignoreSslErrors</a></b> ( const QList<QSslError> & <i>errors</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qsslsocket.html#setSocketOption">setSocketOption</a></b> ( QAbstractSocket::SocketOption <i>option</i>, const QVariant & <i>value</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QVariant </td><td class="memItemRight bottomAlign"><b><a href="qsslsocket.html#socketOption">socketOption</a></b> ( QAbstractSocket::SocketOption <i>option</i> )</td></tr>
</table>
<br/><p>Class <a href="qabstractxmlnodemodel.html">QAbstractXmlNodeModel</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> QSourceLocation </td><td class="memItemRight bottomAlign"><b><a href="qabstractxmlnodemodel.html#sourceLocation">sourceLocation</a></b> ( const QXmlNodeModelIndex & <i>index</i> ) const</td></tr>
</table>
<br/><p>Class <a href="qgraphicslayoutitem.html">QGraphicsLayoutItem</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qgraphicslayoutitem.html#ownedByLayout">ownedByLayout</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qgraphicslayoutitem.html#setOwnedByLayout">setOwnedByLayout</a></b> ( bool <i>ownership</i> )</td></tr>
</table>
<br/><p>Class <a href="qsharedpointer.html">QSharedPointer</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> QSharedPointer<X> </td><td class="memItemRight bottomAlign"><b><a href="qsharedpointer.html#objectCast">objectCast</a></b> () const</td></tr>
</table>
<br/><p>Class <a href="qweakpointer.html">QWeakPointer</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> T * </td><td class="memItemRight bottomAlign"><b><a href="qweakpointer.html#data">data</a></b> () const</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QWeakPointer<T> </td><td class="memItemRight bottomAlign"><b><a href="qweakpointer.html#operator-eq-3">operator=</a></b> ( const QObject * <i>obj</i> )</td></tr>
</table>
<br/><p>Class <a href="qprocessenvironment.html">QProcessEnvironment</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> QProcessEnvironment </td><td class="memItemRight bottomAlign"><b><a href="qprocessenvironment.html#systemEnvironment">systemEnvironment</a></b> ()</td></tr>
</table>
<br/><p>Class <a href="qdbuspendingcall.html">QDBusPendingCall</a>:</p>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> QDBusPendingCall </td><td class="memItemRight bottomAlign"><b><a href="qdbuspendingcall.html#fromCompletedCall">fromCompletedCall</a></b> ( const QDBusMessage & <i>msg</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QDBusPendingCall </td><td class="memItemRight bottomAlign"><b><a href="qdbuspendingcall.html#fromError">fromError</a></b> ( const QDBusError & <i>error</i> )</td></tr>
</table>
<br/><a name="new-global-functions"></a>
<h3> New Global Functions</h3>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> QDataStream & </td><td class="memItemRight bottomAlign"><b><a href="qwebhistory.html#operator-lt-lt-87">operator<<</a></b> ( QDataStream & <i>stream</i>, const QWebHistory & <i>history</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QDataStream & </td><td class="memItemRight bottomAlign"><b><a href="qwebhistory.html#operator-gt-gt-45">operator>></a></b> ( QDataStream & <i>stream</i>, QWebHistory & <i>history</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> void </td><td class="memItemRight bottomAlign"><b><a href="qdrawutil-h.html#qDrawBorderPixmap">qDrawBorderPixmap</a></b> ( QPainter * <i>painter</i>, const QRect & <i>target</i>, const QMargins & <i>margins</i>, const QPixmap & <i>pixmap</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qmatrix.html#qFuzzyCompare-6">qFuzzyCompare</a></b> ( const QMatrix & <i>m1</i>, const QMatrix & <i>m2</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> bool </td><td class="memItemRight bottomAlign"><b><a href="qtransform.html#qFuzzyCompare-2">qFuzzyCompare</a></b> ( const QTransform & <i>t1</i>, const QTransform & <i>t2</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QSharedPointer<X> </td><td class="memItemRight bottomAlign"><b><a href="qweakpointer.html#qSharedPointerObjectCast-2">qSharedPointerObjectCast</a></b> ( const QWeakPointer<T> & <i>other</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QSharedPointer<X> </td><td class="memItemRight bottomAlign"><b><a href="qsharedpointer.html#qSharedPointerObjectCast">qSharedPointerObjectCast</a></b> ( const QSharedPointer<T> & <i>other</i> )</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qwebpage.html#qWebKitMajorVersion">qWebKitMajorVersion</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> int </td><td class="memItemRight bottomAlign"><b><a href="qwebpage.html#qWebKitMinorVersion">qWebKitMinorVersion</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qwebpage.html#qWebKitVersion">qWebKitVersion</a></b> ()</td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> QString </td><td class="memItemRight bottomAlign"><b><a href="qtglobal.html#qtTrId">qtTrId</a></b> ( const char * <i>id</i>, int <i>n</i> = -1 )</td></tr>
</table>
<a name="new-macros"></a>
<h3> New Macros</h3>
<table class="alignedsummary">
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qtest.html#QBENCHMARK_ONCE">QBENCHMARK_ONCE</a></b></td></tr>
<tr><td class="memItemLeft rightAlign topAlign"> </td><td class="memItemRight bottomAlign"><b><a href="qtglobal.html#QT_TRID_NOOP">QT_TRID_NOOP</a></b> ( <i>id</i> )</td></tr>
</table>
</div>
<!-- @@@qt4-6-intro.html -->
<div class="ft">
<span></span>
</div>
</div>
<div class="footer">
<p>
<acronym title="Copyright">©</acronym> 2012 Nokia Corporation and/or its
subsidiaries. Documentation contributions included herein are the copyrights of
their respective owners.</p>
<br />
<p>
The documentation provided herein is licensed under the terms of the
<a href="http://www.gnu.org/licenses/fdl.html">GNU Free Documentation
License version 1.3</a> as published by the Free Software Foundation.</p>
<p>
Documentation sources may be obtained from <a href="http://www.qt-project.org">
www.qt-project.org</a>.</p>
<br />
<p>
Nokia, Qt and their respective logos are trademarks of Nokia Corporation
in Finland and/or other countries worldwide. All other trademarks are property
of their respective owners. <a title="Privacy Policy"
href="http://en.gitorious.org/privacy_policy/">Privacy Policy</a></p>
</div>
</body>
</html>
|