[2] | 1 | /****************************************************************************
|
---|
| 2 | **
|
---|
| 3 | ** Copyright (C) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
---|
[561] | 4 | ** All rights reserved.
|
---|
| 5 | ** Contact: Nokia Corporation ([email protected])
|
---|
[2] | 6 | **
|
---|
| 7 | ** This file is part of the documentation of the Qt Toolkit.
|
---|
| 8 | **
|
---|
| 9 | ** $QT_BEGIN_LICENSE:LGPL$
|
---|
| 10 | ** Commercial Usage
|
---|
| 11 | ** Licensees holding valid Qt Commercial licenses may use this file in
|
---|
| 12 | ** accordance with the Qt Commercial License Agreement provided with the
|
---|
| 13 | ** Software or, alternatively, in accordance with the terms contained in
|
---|
| 14 | ** a written agreement between you and Nokia.
|
---|
| 15 | **
|
---|
| 16 | ** GNU Lesser General Public License Usage
|
---|
| 17 | ** Alternatively, this file may be used under the terms of the GNU Lesser
|
---|
| 18 | ** General Public License version 2.1 as published by the Free Software
|
---|
| 19 | ** Foundation and appearing in the file LICENSE.LGPL included in the
|
---|
| 20 | ** packaging of this file. Please review the following information to
|
---|
| 21 | ** ensure the GNU Lesser General Public License version 2.1 requirements
|
---|
| 22 | ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html.
|
---|
| 23 | **
|
---|
[561] | 24 | ** In addition, as a special exception, Nokia gives you certain additional
|
---|
| 25 | ** rights. These rights are described in the Nokia Qt LGPL Exception
|
---|
| 26 | ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package.
|
---|
[2] | 27 | **
|
---|
| 28 | ** GNU General Public License Usage
|
---|
| 29 | ** Alternatively, this file may be used under the terms of the GNU
|
---|
| 30 | ** General Public License version 3.0 as published by the Free Software
|
---|
| 31 | ** Foundation and appearing in the file LICENSE.GPL included in the
|
---|
| 32 | ** packaging of this file. Please review the following information to
|
---|
| 33 | ** ensure the GNU General Public License version 3.0 requirements will be
|
---|
| 34 | ** met: http://www.gnu.org/copyleft/gpl.html.
|
---|
| 35 | **
|
---|
[561] | 36 | ** If you have questions regarding the use of this file, please contact
|
---|
| 37 | ** Nokia at [email protected].
|
---|
[2] | 38 | ** $QT_END_LICENSE$
|
---|
| 39 | **
|
---|
| 40 | ****************************************************************************/
|
---|
| 41 |
|
---|
| 42 | /*!
|
---|
| 43 | \externalpage http://www.freedesktop.org/
|
---|
| 44 | \title freedesktop.org
|
---|
| 45 | */
|
---|
| 46 |
|
---|
| 47 | /*!
|
---|
| 48 | \externalpage http://www.freedesktop.org/Standards/xembed-spec
|
---|
| 49 | \title XEmbed Specification
|
---|
| 50 | */
|
---|
| 51 |
|
---|
| 52 | /*!
|
---|
| 53 | \externalpage http://www.freedesktop.org/Standards/icon-theme-spec
|
---|
| 54 | \title Icon Themes Specification
|
---|
| 55 | */
|
---|
| 56 |
|
---|
| 57 | /*!
|
---|
| 58 | \externalpage http://www.cups.org/
|
---|
| 59 | \title Common Unix Printing System (CUPS)
|
---|
| 60 | \keyword CUPS
|
---|
| 61 | */
|
---|
| 62 |
|
---|
| 63 | /*!
|
---|
| 64 | \externalpage http://www.freedesktop.org/wiki/Standards_2fdesktop_2dentry_2dspec
|
---|
| 65 | \title Desktop Entry Specification
|
---|
| 66 | */
|
---|
| 67 |
|
---|
| 68 | /*!
|
---|
| 69 | \externalpage http://www.kde.org/
|
---|
| 70 | \title The K Desktop Environment
|
---|
| 71 | \keyword KDE
|
---|
| 72 | */
|
---|
| 73 |
|
---|
| 74 | /*!
|
---|
| 75 | \externalpage http://www.gnome.org/
|
---|
| 76 | \title GNOME
|
---|
| 77 | */
|
---|
| 78 |
|
---|
| 79 | /*!
|
---|
| 80 | \externalpage http://www.gnu.org/software/emacs/
|
---|
| 81 | \title GNU Emacs
|
---|
| 82 | */
|
---|
| 83 |
|
---|
| 84 | /*!
|
---|
| 85 | \externalpage http://www.amnesty.org/
|
---|
| 86 | \title Amnesty International
|
---|
| 87 | */
|
---|
| 88 |
|
---|
| 89 | /*!
|
---|
| 90 | \externalpage http://www.w3.org/Graphics/SVG/About.html
|
---|
| 91 | \title About SVG
|
---|
| 92 | \keyword Scalable Vector Graphics
|
---|
| 93 | */
|
---|
| 94 |
|
---|
| 95 | /*!
|
---|
| 96 | \externalpage http://www.w3.org/TR/SVG/types.html#ColorKeywords
|
---|
| 97 | \title SVG color keyword names
|
---|
| 98 | */
|
---|
| 99 |
|
---|
| 100 | /*!
|
---|
| 101 | \externalpage http://www.w3.org/Graphics/SVG/
|
---|
| 102 | \title SVG Working Group
|
---|
| 103 | */
|
---|
| 104 |
|
---|
| 105 | /*!
|
---|
| 106 | \externalpage http://www.w3.org/TR/SVGMobile/
|
---|
| 107 | \title Mobile SVG Profiles
|
---|
| 108 | \omit
|
---|
| 109 | Mobile SVG Profiles: SVG Tiny and SVG Basic
|
---|
| 110 | \endomit
|
---|
| 111 | */
|
---|
| 112 |
|
---|
| 113 | /*!
|
---|
| 114 | \externalpage http://www.w3.org/TR/SVGMobile12/
|
---|
| 115 | \title SVG 1.2 Tiny
|
---|
| 116 | */
|
---|
| 117 |
|
---|
| 118 | /*!
|
---|
| 119 | \externalpage http://www.w3.org/Graphics/SVG/feature/1.2/#SVG-static
|
---|
| 120 | \title SVG 1.2 Tiny Static Features
|
---|
| 121 | */
|
---|
| 122 |
|
---|
| 123 | /*!
|
---|
| 124 | \externalpage http://www.ietf.org/rfc/rfc1179.txt
|
---|
| 125 | \title RFC 1179
|
---|
| 126 | \keyword lpr
|
---|
| 127 | */
|
---|
| 128 |
|
---|
| 129 | /*!
|
---|
| 130 | \externalpage http://www.rfc-editor.org/rfc/rfc1738.txt
|
---|
| 131 | \title RFC 1738
|
---|
| 132 | */
|
---|
| 133 |
|
---|
| 134 | /*!
|
---|
| 135 | \externalpage http://www.rfc-editor.org/rfc/rfc1928.txt
|
---|
| 136 | \title RFC 1928
|
---|
| 137 | */
|
---|
| 138 |
|
---|
| 139 | /*!
|
---|
| 140 | \externalpage http://www.rfc-editor.org/rfc/rfc1929.txt
|
---|
| 141 | \title RFC 1929
|
---|
| 142 | */
|
---|
| 143 |
|
---|
| 144 | /*!
|
---|
| 145 | \externalpage http://www.rfc-editor.org/rfc/rfc2045.txt
|
---|
| 146 | \title RFC 2045
|
---|
| 147 | */
|
---|
| 148 |
|
---|
| 149 | /*!
|
---|
| 150 | \externalpage http://www.rfc-editor.org/rfc/rfc2109.txt
|
---|
| 151 | \title RFC 2109
|
---|
| 152 | HTTP State Management Mechanism
|
---|
| 153 | */
|
---|
| 154 |
|
---|
| 155 | /*!
|
---|
| 156 | \externalpage http://www.rfc-editor.org/rfc/rfc2965.txt
|
---|
| 157 | \title RFC 2965
|
---|
| 158 | HTTP State Management Mechanism
|
---|
| 159 | */
|
---|
| 160 |
|
---|
| 161 | /*!
|
---|
| 162 | \externalpage http://www.rfc-editor.org/rfc/rfc3174.txt
|
---|
| 163 | \title RFC 3174
|
---|
| 164 | */
|
---|
| 165 |
|
---|
| 166 | /*!
|
---|
| 167 | \externalpage http://www.rfc-editor.org/rfc/rfc3491.txt
|
---|
| 168 | \title RFC 3491
|
---|
| 169 | */
|
---|
| 170 |
|
---|
| 171 | /*!
|
---|
| 172 | \externalpage http://www.rfc-editor.org/rfc/rfc3986.txt
|
---|
| 173 | \title RFC 3986
|
---|
| 174 | */
|
---|
| 175 |
|
---|
| 176 | /*!
|
---|
| 177 | \externalpage http://www.dependencywalker.com/
|
---|
| 178 | \title Dependency Walker
|
---|
| 179 | */
|
---|
| 180 |
|
---|
| 181 | /*!
|
---|
| 182 | \externalpage http://www.ecma-international.org/publications/standards/Ecma-262.htm
|
---|
| 183 | \title ECMA-262
|
---|
| 184 | */
|
---|
| 185 |
|
---|
| 186 | /*!
|
---|
| 187 | \externalpage http://www.davidflanagan.com/javascript5/
|
---|
| 188 | \title JavaScript: The Definitive Guide
|
---|
| 189 | */
|
---|
| 190 |
|
---|
| 191 | /*!
|
---|
| 192 | \externalpage http://webkit.org/
|
---|
| 193 | \title WebKit Open Source Project
|
---|
| 194 | */
|
---|
| 195 |
|
---|
| 196 | /*!
|
---|
| 197 | \externalpage http://www.informit.com/store/product.aspx?isbn=0132354160
|
---|
| 198 | \title C++ GUI Programming with Qt 4, 2nd Edition
|
---|
| 199 | */
|
---|
| 200 |
|
---|
| 201 | /*!
|
---|
| 202 | \externalpage http://www.openssl.org/
|
---|
| 203 | \title OpenSSL Toolkit
|
---|
| 204 | */
|
---|
| 205 |
|
---|
| 206 | /*!
|
---|
| 207 | \externalpage http://arora-browser.org/
|
---|
| 208 | \title Arora Browser
|
---|
| 209 | */
|
---|
| 210 |
|
---|
| 211 | /*!
|
---|
| 212 | \externalpage http://www.activestate.com/Products/activeperl/index.mhtml
|
---|
| 213 | \title ActivePerl
|
---|
| 214 | */
|
---|
| 215 |
|
---|
| 216 | /*!
|
---|
| 217 | \externalpage http://www.w3.org/TR/html401/
|
---|
| 218 | \title HTML 4
|
---|
| 219 | */
|
---|
| 220 |
|
---|
| 221 | /*!
|
---|
| 222 | \externalpage http://www.w3.org/TR/html5/
|
---|
| 223 | \title HTML 5
|
---|
| 224 | */
|
---|
| 225 |
|
---|
| 226 | /*!
|
---|
| 227 | \externalpage http://pyxml.sourceforge.net/topics/xbel/
|
---|
| 228 | \title XML Bookmark Exchange Language Resource Page
|
---|
| 229 | */
|
---|
| 230 |
|
---|
| 231 | /*!
|
---|
| 232 | \externalpage http://www.w3.org/TR/xquery/#errors
|
---|
| 233 | \title error handling in the XQuery language
|
---|
| 234 | */
|
---|
| 235 |
|
---|
| 236 | /*!
|
---|
| 237 | \externalpage http://xaos.sourceforge.net/
|
---|
| 238 | \title XaoS
|
---|
| 239 | */
|
---|
| 240 |
|
---|
| 241 | /*!
|
---|
| 242 | \externalpage http://www.unixodbc.org
|
---|
| 243 | \title http://www.unixodbc.org
|
---|
| 244 | */
|
---|
| 245 |
|
---|
| 246 | /*!
|
---|
| 247 | \externalpage http://www.postgresql.org
|
---|
| 248 | \title http://www.postgresql.org
|
---|
| 249 | */
|
---|
| 250 |
|
---|
| 251 | /*!
|
---|
| 252 | \externalpage http://www.postgresql.org/docs/faqs.FAQ_MINGW.html
|
---|
| 253 | \title Compiling PostgreSQL On Native Win32 FAQ
|
---|
| 254 | */
|
---|
| 255 |
|
---|
| 256 | /*!
|
---|
| 257 | \externalpage http://www.freetds.org
|
---|
| 258 | \title http://www.freetds.org
|
---|
| 259 | */
|
---|
| 260 |
|
---|
| 261 | /*!
|
---|
| 262 | \externalpage http://www.sybase.com
|
---|
| 263 | \title http://www.sybase.com
|
---|
| 264 | */
|
---|
| 265 |
|
---|
| 266 | /*!
|
---|
| 267 | \externalpage http://linux.sybase.com
|
---|
| 268 | \title http://linux.sybase.com
|
---|
| 269 | */
|
---|
| 270 |
|
---|
| 271 | /*!
|
---|
| 272 | \externalpage http://www.sqlite.org
|
---|
| 273 | \title http://www.sqlite.org
|
---|
| 274 | */
|
---|
| 275 |
|
---|
| 276 | /*!
|
---|
| 277 | \externalpage http://www.amazon.com/exec/obidos/ASIN/0134436989/trolltech/t
|
---|
| 278 | \title Threads Primer: A Guide to Multithreaded Programming
|
---|
| 279 | */
|
---|
| 280 |
|
---|
| 281 | /*!
|
---|
| 282 | \externalpage http://www.amazon.com/exec/obidos/ASIN/0131900676/trolltech/t
|
---|
| 283 | \title Thread Time: The Multithreaded Programming Guide
|
---|
| 284 | */
|
---|
| 285 |
|
---|
| 286 | /*!
|
---|
| 287 | \externalpage http://www.amazon.com/exec/obidos/ASIN/1565921151/trolltech/t
|
---|
| 288 | \title Pthreads Programming: A POSIX Standard for Better Multiprocessing
|
---|
| 289 | */
|
---|
| 290 |
|
---|
| 291 | /*!
|
---|
| 292 | \externalpage http://www.amazon.com/exec/obidos/ASIN/1565922964/trolltech/t
|
---|
| 293 | \title Win32 Multithreaded Programming
|
---|
| 294 | */
|
---|
| 295 |
|
---|
| 296 | /*!
|
---|
| 297 | \externalpage http://www.iana.org/assignments/character-sets
|
---|
| 298 | \title IANA character-sets encoding file
|
---|
| 299 | */
|
---|
| 300 |
|
---|
| 301 | /*!
|
---|
| 302 | \externalpage http://www.phptr.com/content/images/0131872494/samplechapter/blanchette_ch10.pdf
|
---|
| 303 | \title "Item View Classes" Chapter of C++ GUI Programming with Qt 4
|
---|
| 304 | */
|
---|
| 305 |
|
---|
| 306 | /*!
|
---|
| 307 | \externalpage http://developer.apple.com/documentation/UserExperience/Conceptual/AppleHIGuidelines/XHIGIntro/chapter_1_section_1.html
|
---|
| 308 | \title Mac OS X Aqua
|
---|
| 309 | */
|
---|
| 310 |
|
---|
| 311 | /*!
|
---|
| 312 | \externalpage http://www.kdedevelopers.org/node/2345
|
---|
| 313 | \title KDE applications
|
---|
| 314 | */
|
---|
| 315 |
|
---|
| 316 | /*!
|
---|
| 317 | \externalpage http://cgi.netscape.com/newsref/std/cookie_spec.html
|
---|
| 318 | \title Netscape Cookie Specification
|
---|
| 319 | */
|
---|
| 320 |
|
---|
| 321 | /*!
|
---|
| 322 | \externalpage http://msdn.microsoft.com/en-us/library/ms533046(VS.85).aspx
|
---|
| 323 | \title Mitigating Cross-site Scripting With HTTP-only Cookies
|
---|
| 324 | */
|
---|
| 325 |
|
---|
| 326 | /*!
|
---|
| 327 | \externalpage http://en.tldp.org/HOWTO/Framebuffer-HOWTO.html
|
---|
| 328 | \title Framebuffer HOWTO
|
---|
| 329 | */
|
---|
| 330 |
|
---|
| 331 | /*!
|
---|
| 332 | \externalpage http://wap.trafikanten.no
|
---|
| 333 | \title Trafikanten
|
---|
| 334 | */
|
---|
| 335 |
|
---|
| 336 | /*!
|
---|
[561] | 337 | \externalpage http://www.w3.org/TR/scxml/
|
---|
| 338 | \title State Chart XML: State Machine Notation for Control Abstraction
|
---|
| 339 | */
|
---|
| 340 |
|
---|
| 341 | /*!
|
---|
| 342 | \externalpage http://www.wisdom.weizmann.ac.il/~dharel/SCANNED.PAPERS/Statecharts.pdf
|
---|
| 343 | \title Statecharts: A visual formalism for complex systems
|
---|
| 344 | */
|
---|
| 345 |
|
---|
| 346 | /*!
|
---|
[2] | 347 | \externalpage http://www.gnu.org/licenses/gpl.html
|
---|
| 348 | \title GNU General Public License
|
---|
| 349 | */
|
---|
| 350 |
|
---|
| 351 | /*!
|
---|
| 352 | \externalpage http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html
|
---|
| 353 | \title GNU Lesser General Public License, version 2.1
|
---|
| 354 | */
|
---|
| 355 |
|
---|
| 356 | /*!
|
---|
| 357 | \externalpage http://developers.sun.com/sunstudio/downloads/patches/index.jsp
|
---|
| 358 | \title Sun Studio Patches
|
---|
| 359 | */
|
---|
[561] | 360 |
|
---|
| 361 | /*!
|
---|
| 362 | \externalpage http://www.qtcentre.org
|
---|
| 363 | \title Qt Centre
|
---|
| 364 | */
|
---|
| 365 |
|
---|
| 366 | /*!
|
---|
| 367 | \externalpage http://www.kde.org
|
---|
| 368 | \title KDE
|
---|
| 369 | */
|
---|
| 370 |
|
---|
| 371 | /*!
|
---|
| 372 | \externalpage http://www.directfb.org/index.php?path=Main%2FDownloads&page=1
|
---|
| 373 | \title DirectFB - df_window example
|
---|
| 374 | */
|
---|
| 375 |
|
---|
| 376 | /*!
|
---|
| 377 | \externalpage http://www.directfb.org/docs/DirectFB_Reference_1_4/IDirectFBPalette.html
|
---|
| 378 | \title DirectFB - IDirectFBPalette
|
---|
| 379 | */
|
---|
| 380 |
|
---|
| 381 | /*!
|
---|
| 382 | \externalpage http://www.cplusplus.com/reference/clibrary/cstring/memcpy/
|
---|
| 383 | \title C++ Reference - memcpy
|
---|
| 384 | */
|
---|
| 385 |
|
---|
| 386 | /*!
|
---|
| 387 | \externalpage http://www.directfb.org/docs/DirectFB_Reference_1_4/IDirectFB_CreateInputEventBuffer.html
|
---|
| 388 | \title DirectFB - CreateInputEventBuffer
|
---|
| 389 | */
|
---|
| 390 |
|
---|
| 391 | /*!
|
---|
| 392 | \externalpage http://www.directfb.org/docs/DirectFB_Reference_1_4/types.html#DFBSurfaceBlittingFlags
|
---|
| 393 | \title DirectFB - DFBSurfaceBlittingFlags
|
---|
| 394 | */
|
---|
| 395 |
|
---|
| 396 | /*!
|
---|
| 397 | \externalpage http://directfb.org/docs/DirectFB_Reference_1_4/IDirectFBImageProvider.html
|
---|
| 398 | \title DirectFB - IDirectFBImageProvider
|
---|
| 399 | */
|
---|
| 400 |
|
---|
| 401 | /*!
|
---|
| 402 | \externalpage http://www.directfb.org/docs/DirectFB_Reference_1_4/IDirectFBSurface.html
|
---|
| 403 | \title DirectFB - IDirectFBSurface
|
---|
| 404 | */
|
---|
| 405 |
|
---|
| 406 | /*!
|
---|
| 407 | \externalpage http://www.directfb.org/docs/DirectFB_Reference_1_4/IDirectFBWindow
|
---|
| 408 | \title DirectFB - IDirectFBWindow
|
---|
| 409 | */
|
---|
| 410 |
|
---|
| 411 | /*!
|
---|
| 412 | \externalpage http://www.directfb.org/docs/DirectFB_Reference_1_4/types.html#DFBSurfaceDescription
|
---|
| 413 | \title DirectFB - DFBSurfaceDescription
|
---|
| 414 | */
|
---|
| 415 |
|
---|
| 416 | /*!
|
---|
| 417 | \externalpage http://www.w3.org/TR/REC-CSS2/selector.html#q1
|
---|
| 418 | \title Standard CSS2 selector
|
---|
| 419 | */
|
---|
| 420 |
|
---|
| 421 | /*!
|
---|
| 422 | \externalpage http://www.w3.org/XML/Schema
|
---|
| 423 | \title XML Schema
|
---|
| 424 | */
|
---|