1 Linux Standard Base Desktop Specification for AMD64 4.1 2 3 Copyright © 2010 Linux Foundation 4 5 Permission is granted to copy, distribute and/or modify this 6 document under the terms of the GNU Free Documentation License, 7 Version 1.1; with no Invariant Sections, with no Front-Cover 8 Texts, and with no Back-Cover Texts. A copy of the license is 9 included in the section entitled "GNU Free Documentation 10 License". 11 12 Portions of the text may be copyrighted by the following 13 parties: 14 15 * The Regents of the University of California 16 * Free Software Foundation 17 * Ian F. Darwin 18 * Paul Vixie 19 * BSDI (now Wind River) 20 * Andrew G Morgan 21 * Jean-loup Gailly and Mark Adler 22 * Massachusetts Institute of Technology 23 * Apple Inc. 24 * Easy Software Products 25 * artofcode LLC 26 * Till Kamppeter 27 * Manfred Wassman 28 * Python Software Foundation 29 30 These excerpts are being used in accordance with their 31 respective licenses. 32 33 Linux is the registered trademark of Linus Torvalds in the U.S. 34 and other countries. 35 36 UNIX is a registered trademark of The Open Group. 37 38 LSB is a trademark of the Linux Foundation in the United States 39 and other countries. 40 41 AMD is a trademark of Advanced Micro Devices, Inc. 42 43 Intel and Itanium are registered trademarks and Intel386 is a 44 trademark of Intel Corporation. 45 46 PowerPC is a registered trademark and PowerPC Architecture is a 47 trademark of the IBM Corporation. 48 49 S/390 is a registered trademark of the IBM Corporation. 50 51 OpenGL is a registered trademark of Silicon Graphics, Inc. 52 __________________________________________________________ 53 54 Table of Contents 55 Foreword 56 Status of this Document 57 Introduction 58 I. Introductory Elements 59 60 1. Scope 61 2. References 62 63 2.1. Normative References 64 2.2. Informative References/Bibliography 65 66 3. Requirements 67 68 3.1. Relevant Libraries 69 70 4. Terms and Definitions 71 5. Documentation Conventions 72 73 II. GTK+ Stack Libraries 74 75 6. Libraries 76 77 6.1. Introduction 78 6.2. Interfaces for libglib-2.0 79 6.3. Data Definitions for libglib-2.0 80 6.4. Interfaces for libgobject-2.0 81 6.5. Data Definitions for libgobject-2.0 82 6.6. Interfaces for libgmodule-2.0 83 6.7. Data Definitions for libgmodule-2.0 84 6.8. Interfaces for libgthread-2.0 85 6.9. Interfaces for libatk-1.0 86 6.10. Data Definitions for libatk-1.0 87 6.11. Interfaces for libpango-1.0 88 6.12. Data Definitions for libpango-1.0 89 6.13. Interfaces for libpangocairo-1.0 90 6.14. Data Definitions for libpangocairo-1.0 91 6.15. Interfaces for libpangoxft-1.0 92 6.16. Data Definitions for libpangoxft-1.0 93 6.17. Interfaces for libpangoft2-1.0 94 6.18. Data Definitions for libpangoft2-1.0 95 6.19. Interfaces for libgdk_pixbuf-2.0 96 6.20. Data Definitions for libgdk_pixbuf-2.0 97 6.21. Interfaces for libgdk_pixbuf_xlib-2.0 98 6.22. Data Definitions for libgdk_pixbuf_xlib-2.0 99 6.23. Interfaces for libgdk-x11-2.0 100 6.24. Data Definitions for libgdk-x11-2.0 101 6.25. Interfaces for libgtk-x11-2.0 102 6.26. Data Definitions for libgtk-x11-2.0 103 104 III. Qt Libraries 105 106 7. Libraries 107 108 7.1. Introduction 109 7.2. Interfaces for libQtCore 110 7.3. Data Definitions for libQtCore 111 7.4. Interface Definitions for libQtCore 112 7.5. Interfaces for libQtGui 113 7.6. Data Definitions for libQtGui 114 7.7. Interfaces for libQtXml 115 7.8. Data Definitions for libQtXml 116 7.9. Interfaces for libQtOpenGL 117 7.10. Data Definitions for libQtOpenGL 118 7.11. Interfaces for libQtSql 119 7.12. Data Definitions for libQtSql 120 7.13. Interfaces for libQtSvg 121 7.14. Data Definitions for libQtSvg 122 7.15. Interfaces for libQtNetwork 123 7.16. Data Definitions for libQtNetwork 124 125 IV. Qt3 Library 126 127 8. Library 128 129 8.1. Introduction 130 8.2. Interfaces for libqt-mt 131 132 V. Package Information 133 134 9. Package Dependencies 135 136 9.1. Package Dependencies 137 138 A. GNU Free Documentation License (Informative) 139 140 A.1. PREAMBLE 141 A.2. APPLICABILITY AND DEFINITIONS 142 A.3. VERBATIM COPYING 143 A.4. COPYING IN QUANTITY 144 A.5. MODIFICATIONS 145 A.6. COMBINING DOCUMENTS 146 A.7. COLLECTIONS OF DOCUMENTS 147 A.8. AGGREGATION WITH INDEPENDENT WORKS 148 A.9. TRANSLATION 149 A.10. TERMINATION 150 A.11. FUTURE REVISIONS OF THIS LICENSE 151 A.12. How to use this License for your documents 152 153 List of Tables 154 2-1. Normative References 155 2-2. Other References 156 3-1. Standard Library Names 157 6-1. libglib-2.0 Definition 158 6-2. libgobject-2.0 Definition 159 6-3. libgmodule-2.0 Definition 160 6-4. libgthread-2.0 Definition 161 6-5. libatk-1.0 Definition 162 6-6. libpango-1.0 Definition 163 6-7. libpangocairo-1.0 Definition 164 6-8. libpangoxft-1.0 Definition 165 6-9. libpangoft2-1.0 Definition 166 6-10. libgdk_pixbuf-2.0 Definition 167 6-11. libgdk_pixbuf_xlib-2.0 Definition 168 6-12. libgdk-x11-2.0 Definition 169 6-13. libgtk-x11-2.0 Definition 170 7-1. libQtCore Definition 171 7-2. libQtCore - Qt4 Core Functions Function Interfaces 172 7-3. typeinfo for QAbstractItemModel 173 7-4. typeinfo for QAbstractTableModel 174 7-5. typeinfo for QAbstractListModel 175 7-6. typeinfo for QTextCodec 176 7-7. typeinfo for QTextCodecFactoryInterface 177 7-8. typeinfo for QTranslator 178 7-9. typeinfo for QMimeData 179 7-10. typeinfo for QEventLoop 180 7-11. typeinfo for QEvent 181 7-12. typeinfo for QTimerEvent 182 7-13. typeinfo for QChildEvent 183 7-14. typeinfo for QCustomEvent 184 7-15. typeinfo for QAbstractEventDispatcher 185 7-16. Primary vtable for QTextCodecPlugin 186 7-17. Secondary vtable for QTextCodecPlugin 187 7-18. typeinfo for QTextCodecPlugin 188 7-19. typeinfo for QPluginLoader 189 7-20. typeinfo for QLibrary 190 7-21. libQtCore - Qt4 Plugins Function Interfaces 191 7-22. typeinfo for QTimer 192 7-23. typeinfo for QFactoryInterface 193 7-24. typeinfo for QIODevice 194 7-25. typeinfo for QDataStream 195 7-26. typeinfo for QTextStream 196 7-27. typeinfo for QFile 197 7-28. typeinfo for QTemporaryFile 198 7-29. typeinfo for QAbstractFileEngine 199 7-30. typeinfo for QAbstractFileEngineHandler 200 7-31. typeinfo for QFSFileEngine 201 7-32. typeinfo for QProcess 202 7-33. typeinfo for QBuffer 203 7-34. typeinfo for QSettings 204 7-35. typeinfo for QSignalMapper 205 7-36. typeinfo for QSocketNotifier 206 7-37. typeinfo for QCoreApplication 207 7-38. typeinfo for QObject 208 7-39. typeinfo for QObjectUserData 209 7-40. typeinfo for QObjectCleanupHandler 210 7-41. typeinfo for QThread 211 7-42. libQtGui Definition 212 7-43. libQtGui - Qt4 GUI Functions Function Interfaces 213 7-44. typeinfo for QButtonGroup 214 7-45. Primary vtable for QGroupBox 215 7-46. Secondary vtable for QGroupBox 216 7-47. typeinfo for QGroupBox 217 7-48. Primary vtable for QSplitter 218 7-49. Secondary vtable for QSplitter 219 7-50. typeinfo for QSplitter 220 7-51. Primary vtable for QSplitterHandle 221 7-52. Secondary vtable for QSplitterHandle 222 7-53. typeinfo for QSplitterHandle 223 7-54. libQtGui - Qt4 Organizers Function Interfaces 224 7-55. typeinfo for QInputEvent 225 7-56. typeinfo for QMouseEvent 226 7-57. typeinfo for QHoverEvent 227 7-58. typeinfo for QWheelEvent 228 7-59. typeinfo for QTabletEvent 229 7-60. typeinfo for QKeyEvent 230 7-61. typeinfo for QFocusEvent 231 7-62. typeinfo for QPaintEvent 232 7-63. typeinfo for QMoveEvent 233 7-64. typeinfo for QResizeEvent 234 7-65. typeinfo for QCloseEvent 235 7-66. typeinfo for QIconDragEvent 236 7-67. typeinfo for QShowEvent 237 7-68. typeinfo for QHideEvent 238 7-69. typeinfo for QContextMenuEvent 239 7-70. typeinfo for QInputMethodEvent 240 7-71. typeinfo for QHelpEvent 241 7-72. typeinfo for QStatusTipEvent 242 7-73. typeinfo for QWhatsThisClickedEvent 243 7-74. typeinfo for QActionEvent 244 7-75. typeinfo for QFileOpenEvent 245 7-76. typeinfo for QToolBarChangeEvent 246 7-77. typeinfo for QShortcutEvent 247 7-78. typeinfo for QClipboardEvent 248 7-79. typeinfo for QWindowStateChangeEvent 249 7-80. typeinfo for QMenubarUpdatedEvent 250 7-81. typeinfo for QAccessibleBridgeFactoryInterface 251 7-82. Primary vtable for QAccessibleBridgePlugin 252 7-83. Secondary vtable for QAccessibleBridgePlugin 253 7-84. typeinfo for QAccessibleBridgePlugin 254 7-85. typeinfo for QAccessibleInterface 255 7-86. typeinfo for QAccessibleObject 256 7-87. typeinfo for QAccessibleApplication 257 7-88. typeinfo for QAccessibleWidget 258 7-89. typeinfo for QAccessibleFactoryInterface 259 7-90. Primary vtable for QAccessiblePlugin 260 7-91. Secondary vtable for QAccessiblePlugin 261 7-92. typeinfo for QAccessiblePlugin 262 7-93. libQtGui - Qt4 Accessibility Function Interfaces 263 7-94. typeinfo for QValidator 264 7-95. typeinfo for QIntValidator 265 7-96. typeinfo for QDoubleValidator 266 7-97. typeinfo for QRegExpValidator 267 7-98. Primary vtable for QImageIOPlugin 268 7-99. Secondary vtable for QImageIOPlugin 269 7-100. typeinfo for QImageIOPlugin 270 7-101. Primary vtable for QIconEnginePlugin 271 7-102. Secondary vtable for QIconEnginePlugin 272 7-103. typeinfo for QIconEnginePlugin 273 7-104. Primary vtable for QPictureFormatPlugin 274 7-105. Secondary vtable for QPictureFormatPlugin 275 7-106. typeinfo for QPictureFormatPlugin 276 7-107. Primary vtable for QStylePlugin 277 7-108. Secondary vtable for QStylePlugin 278 7-109. typeinfo for QStylePlugin 279 7-110. Primary vtable for QInputContextPlugin 280 7-111. Secondary vtable for QInputContextPlugin 281 7-112. typeinfo for QInputContextPlugin 282 7-113. libQtGui - Qt4 Plugins Function Interfaces 283 7-114. typeinfo for QAbstractTextDocumentLayout 284 7-115. Primary vtable for QAbstractPageSetupDialog 285 7-116. Secondary vtable for QAbstractPageSetupDialog 286 7-117. typeinfo for QAbstractPageSetupDialog 287 7-118. Primary vtable for QAbstractPrintDialog 288 7-119. Secondary vtable for QAbstractPrintDialog 289 7-120. typeinfo for QAbstractPrintDialog 290 7-121. typeinfo for QItemSelectionModel 291 7-122. Primary vtable for QAbstractScrollArea 292 7-123. Secondary vtable for QAbstractScrollArea 293 7-124. typeinfo for QAbstractScrollArea 294 7-125. Primary vtable for QAbstractSpinBox 295 7-126. Secondary vtable for QAbstractSpinBox 296 7-127. typeinfo for QAbstractSpinBox 297 7-128. Primary vtable for QAbstractSlider 298 7-129. Secondary vtable for QAbstractSlider 299 7-130. typeinfo for QAbstractSlider 300 7-131. typeinfo for QAbstractItemDelegate 301 7-132. Primary vtable for QAbstractItemView 302 7-133. Secondary vtable for QAbstractItemView 303 7-134. typeinfo for QAbstractItemView 304 7-135. typeinfo for QStringListModel 305 7-136. typeinfo for QDirModel 306 7-137. typeinfo for QStandardItemModel 307 7-138. typeinfo for QAbstractProxyModel 308 7-139. typeinfo for QSortFilterProxyModel 309 7-140. typeinfo for QItemDelegate 310 7-141. Primary vtable for QTableView 311 7-142. Secondary vtable for QTableView 312 7-143. typeinfo for QTableView 313 7-144. typeinfo for QTableWidgetItem 314 7-145. Primary vtable for QTableWidget 315 7-146. Secondary vtable for QTableWidget 316 7-147. typeinfo for QTableWidget 317 7-148. Primary vtable for QTreeView 318 7-149. Secondary vtable for QTreeView 319 7-150. typeinfo for QTreeView 320 7-151. typeinfo for QProxyModel 321 7-152. Primary vtable for QHeaderView 322 7-153. Secondary vtable for QHeaderView 323 7-154. typeinfo for QHeaderView 324 7-155. typeinfo for QItemEditorFactory 325 7-156. typeinfo for QTreeWidgetItem 326 7-157. Primary vtable for QTreeWidget 327 7-158. Secondary vtable for QTreeWidget 328 7-159. typeinfo for QTreeWidget 329 7-160. Primary vtable for QAbstractButton 330 7-161. Secondary vtable for QAbstractButton 331 7-162. typeinfo for QAbstractButton 332 7-163. libQtGui - Qt4 Models and Views Function Interfaces 333 7-164. Primary vtable for QDialog 334 7-165. Secondary vtable for QDialog 335 7-166. typeinfo for QDialog 336 7-167. Primary vtable for QColorDialog 337 7-168. Secondary vtable for QColorDialog 338 7-169. typeinfo for QColorDialog 339 7-170. Primary vtable for QFontDialog 340 7-171. Secondary vtable for QFontDialog 341 7-172. typeinfo for QFontDialog 342 7-173. Primary vtable for QMessageBox 343 7-174. Secondary vtable for QMessageBox 344 7-175. typeinfo for QMessageBox 345 7-176. Primary vtable for QProgressDialog 346 7-177. Secondary vtable for QProgressDialog 347 7-178. typeinfo for QProgressDialog 348 7-179. Primary vtable for QErrorMessage 349 7-180. Secondary vtable for QErrorMessage 350 7-181. typeinfo for QErrorMessage 351 7-182. Primary vtable for QFileDialog 352 7-183. Secondary vtable for QFileDialog 353 7-184. typeinfo for QFileDialog 354 7-185. Primary vtable for QPrintDialog 355 7-186. Secondary vtable for QPrintDialog 356 7-187. typeinfo for QPrintDialog 357 7-188. Primary vtable for QPageSetupDialog 358 7-189. Secondary vtable for QPageSetupDialog 359 7-190. typeinfo for QPageSetupDialog 360 7-191. Primary vtable for QInputDialog 361 7-192. Secondary vtable for QInputDialog 362 7-193. typeinfo for QInputDialog 363 7-194. typeinfo for QFileIconProvider 364 7-195. libQtGui - Qt4 Dialogs Function Interfaces 365 7-196. Primary vtable for QDateTimeEdit 366 7-197. Secondary vtable for QDateTimeEdit 367 7-198. typeinfo for QDateTimeEdit 368 7-199. Primary vtable for QTimeEdit 369 7-200. Secondary vtable for QTimeEdit 370 7-201. typeinfo for QTimeEdit 371 7-202. Primary vtable for QDateEdit 372 7-203. Secondary vtable for QDateEdit 373 7-204. typeinfo for QDateEdit 374 7-205. Primary vtable for QRubberBand 375 7-206. Secondary vtable for QRubberBand 376 7-207. typeinfo for QRubberBand 377 7-208. typeinfo for QShortcut 378 7-209. Primary vtable for QSplashScreen 379 7-210. Secondary vtable for QSplashScreen 380 7-211. typeinfo for QSplashScreen 381 7-212. libQtGui - Qt4 Miscellaneous Function Interfaces 382 7-213. typeinfo for QPaintDevice 383 7-214. typeinfo for QPixmap 384 7-215. typeinfo for QPicture 385 7-216. typeinfo for QBitmap 386 7-217. typeinfo for QPictureFormatInterface 387 7-218. typeinfo for QPrinter 388 7-219. typeinfo for QPrintEngine 389 7-220. typeinfo for QImage 390 7-221. typeinfo for QImageIOHandler 391 7-222. typeinfo for QImageIOHandlerFactoryInterface 392 7-223. typeinfo for QMovie 393 7-224. typeinfo for QSound 394 7-225. typeinfo for QLayoutItem 395 7-226. typeinfo for QSpacerItem 396 7-227. typeinfo for QWidgetItem 397 7-228. Primary vtable for QLayout 398 7-229. Secondary vtable for QLayout 399 7-230. typeinfo for QLayout 400 7-231. Primary vtable for QGridLayout 401 7-232. Secondary vtable for QGridLayout 402 7-233. typeinfo for QGridLayout 403 7-234. Primary vtable for QBoxLayout 404 7-235. Secondary vtable for QBoxLayout 405 7-236. typeinfo for QBoxLayout 406 7-237. Primary vtable for QHBoxLayout 407 7-238. Secondary vtable for QHBoxLayout 408 7-239. typeinfo for QHBoxLayout 409 7-240. Primary vtable for QVBoxLayout 410 7-241. Secondary vtable for QVBoxLayout 411 7-242. typeinfo for QVBoxLayout 412 7-243. Primary vtable for QStackedLayout 413 7-244. Secondary vtable for QStackedLayout 414 7-245. typeinfo for QStackedLayout 415 7-246. libQtGui - Qt4 Layouts Function Interfaces 416 7-247. typeinfo for QStyle 417 7-248. typeinfo for QCommonStyle 418 7-249. typeinfo for QMotifStyle 419 7-250. typeinfo for QStyleFactoryInterface 420 7-251. typeinfo for QWindowsStyle 421 7-252. typeinfo for QCDEStyle 422 7-253. typeinfo for QPlastiqueStyle 423 7-254. typeinfo for QTextObject 424 7-255. typeinfo for QTextBlockGroup 425 7-256. typeinfo for QTextFrameLayoutData 426 7-257. typeinfo for QTextFrame 427 7-258. typeinfo for QTextBlockUserData 428 7-259. typeinfo for QTextDocument 429 7-260. typeinfo for QTextTable 430 7-261. typeinfo for QTextList 431 7-262. typeinfo for QTextObjectInterface 432 7-263. typeinfo for QSyntaxHighlighter 433 7-264. typeinfo for QClipboard 434 7-265. typeinfo for QSessionManager 435 7-266. typeinfo for QApplication 436 7-267. typeinfo for QAction 437 7-268. typeinfo for QActionGroup 438 7-269. Primary vtable for QWorkspace 439 7-270. Secondary vtable for QWorkspace 440 7-271. typeinfo for QWorkspace 441 7-272. Primary vtable for QSizeGrip 442 7-273. Secondary vtable for QSizeGrip 443 7-274. typeinfo for QSizeGrip 444 7-275. Primary vtable for QStatusBar 445 7-276. Secondary vtable for QStatusBar 446 7-277. typeinfo for QStatusBar 447 7-278. Primary vtable for QToolBar 448 7-279. Secondary vtable for QToolBar 449 7-280. typeinfo for QToolBar 450 7-281. typeinfo for QWidgetAction 451 7-282. libQtGui - Qt4 Main Window and Application Function 452 Interfaces 453 454 7-283. Primary vtable for QMenu 455 7-284. Secondary vtable for QMenu 456 7-285. typeinfo for QMenu 457 7-286. typeinfo for QMenuItem 458 7-287. Primary vtable for QMenuBar 459 7-288. Secondary vtable for QMenuBar 460 7-289. typeinfo for QMenuBar 461 7-290. libQtGui - Qt4 Menus Function Interfaces 462 7-291. Primary vtable for QWidget 463 7-292. Secondary vtable for QWidget 464 7-293. typeinfo for QWidget 465 7-294. Primary vtable for QFrame 466 7-295. Secondary vtable for QFrame 467 7-296. typeinfo for QFrame 468 7-297. Primary vtable for QLineEdit 469 7-298. Secondary vtable for QLineEdit 470 7-299. typeinfo for QLineEdit 471 7-300. Primary vtable for QSlider 472 7-301. Secondary vtable for QSlider 473 7-302. typeinfo for QSlider 474 7-303. Primary vtable for QTabBar 475 7-304. Secondary vtable for QTabBar 476 7-305. typeinfo for QTabBar 477 7-306. Primary vtable for QTabWidget 478 7-307. Secondary vtable for QTabWidget 479 7-308. typeinfo for QTabWidget 480 7-309. Primary vtable for QListView 481 7-310. Secondary vtable for QListView 482 7-311. typeinfo for QListView 483 7-312. typeinfo for QListWidgetItem 484 7-313. Primary vtable for QListWidget 485 7-314. Secondary vtable for QListWidget 486 7-315. typeinfo for QListWidget 487 7-316. Primary vtable for QDesktopWidget 488 7-317. Secondary vtable for QDesktopWidget 489 7-318. typeinfo for QDesktopWidget 490 7-319. typeinfo for QInputContextFactoryInterface 491 7-320. typeinfo for QInputContext 492 7-321. Primary vtable for QCheckBox 493 7-322. Secondary vtable for QCheckBox 494 7-323. typeinfo for QCheckBox 495 7-324. Primary vtable for QSpinBox 496 7-325. Secondary vtable for QSpinBox 497 7-326. typeinfo for QSpinBox 498 7-327. Primary vtable for QDoubleSpinBox 499 7-328. Secondary vtable for QDoubleSpinBox 500 7-329. typeinfo for QDoubleSpinBox 501 7-330. Primary vtable for QLCDNumber 502 7-331. Secondary vtable for QLCDNumber 503 7-332. typeinfo for QLCDNumber 504 7-333. Primary vtable for QStackedWidget 505 7-334. Secondary vtable for QStackedWidget 506 7-335. typeinfo for QStackedWidget 507 7-336. Primary vtable for QPushButton 508 7-337. Secondary vtable for QPushButton 509 7-338. typeinfo for QPushButton 510 7-339. Primary vtable for QLabel 511 7-340. Secondary vtable for QLabel 512 7-341. typeinfo for QLabel 513 7-342. Primary vtable for QDockWidget 514 7-343. Secondary vtable for QDockWidget 515 7-344. typeinfo for QDockWidget 516 7-345. Primary vtable for QMainWindow 517 7-346. Secondary vtable for QMainWindow 518 7-347. typeinfo for QMainWindow 519 7-348. Primary vtable for QTextEdit 520 7-349. Secondary vtable for QTextEdit 521 7-350. typeinfo for QTextEdit 522 7-351. Primary vtable for QProgressBar 523 7-352. Secondary vtable for QProgressBar 524 7-353. typeinfo for QProgressBar 525 7-354. Primary vtable for QScrollBar 526 7-355. Secondary vtable for QScrollBar 527 7-356. typeinfo for QScrollBar 528 7-357. Primary vtable for QTextBrowser 529 7-358. Secondary vtable for QTextBrowser 530 7-359. typeinfo for QTextBrowser 531 7-360. Primary vtable for QScrollArea 532 7-361. Secondary vtable for QScrollArea 533 7-362. typeinfo for QScrollArea 534 7-363. Primary vtable for QToolButton 535 7-364. Secondary vtable for QToolButton 536 7-365. typeinfo for QToolButton 537 7-366. Primary vtable for QComboBox 538 7-367. Secondary vtable for QComboBox 539 7-368. typeinfo for QComboBox 540 7-369. Primary vtable for QRadioButton 541 7-370. Secondary vtable for QRadioButton 542 7-371. typeinfo for QRadioButton 543 7-372. Primary vtable for QFocusFrame 544 7-373. Secondary vtable for QFocusFrame 545 7-374. typeinfo for QFocusFrame 546 7-375. Primary vtable for QToolBox 547 7-376. Secondary vtable for QToolBox 548 7-377. typeinfo for QToolBox 549 7-378. Primary vtable for QDial 550 7-379. Secondary vtable for QDial 551 7-380. typeinfo for QDial 552 7-381. libQtGui - Qt4 Widgets Function Interfaces 553 7-382. typeinfo for QMimeSource 554 7-383. typeinfo for QDrag 555 7-384. Primary vtable for QDropEvent 556 7-385. Secondary vtable for QDropEvent 557 7-386. typeinfo for QDropEvent 558 7-387. Primary vtable for QDragMoveEvent 559 7-388. Secondary vtable for QDragMoveEvent 560 7-389. typeinfo for QDragMoveEvent 561 7-390. Primary vtable for QDragEnterEvent 562 7-391. Secondary vtable for QDragEnterEvent 563 7-392. typeinfo for QDragEnterEvent 564 7-393. typeinfo for QDragResponseEvent 565 7-394. typeinfo for QDragLeaveEvent 566 7-395. libQtGui - Qt4 Drag and Drop Function Interfaces 567 7-396. typeinfo for QIconEngineFactoryInterface 568 7-397. typeinfo for QIconEngine 569 7-398. typeinfo for QPaintEngine 570 7-399. typeinfo for QGraphicsScene 571 7-400. libQtGui - Qt4 2D Graphics Function Interfaces 572 7-401. libQtXml Definition 573 7-402. typeinfo for QXmlAttributes 574 7-403. typeinfo for QXmlInputSource 575 7-404. typeinfo for QXmlReader 576 7-405. typeinfo for QXmlSimpleReader 577 7-406. typeinfo for QXmlLocator 578 7-407. typeinfo for QXmlContentHandler 579 7-408. typeinfo for QXmlErrorHandler 580 7-409. typeinfo for QXmlDTDHandler 581 7-410. typeinfo for QXmlEntityResolver 582 7-411. typeinfo for QXmlLexicalHandler 583 7-412. typeinfo for QXmlDeclHandler 584 7-413. Primary vtable for QXmlDefaultHandler 585 7-414. Secondary vtable for QXmlDefaultHandler 586 7-415. Secondary vtable for QXmlDefaultHandler 587 7-416. Secondary vtable for QXmlDefaultHandler 588 7-417. Secondary vtable for QXmlDefaultHandler 589 7-418. Secondary vtable for QXmlDefaultHandler 590 7-419. typeinfo for QXmlDefaultHandler 591 7-420. libQtXml - Qt4 XML Function Interfaces 592 7-421. libQtOpenGL Definition 593 7-422. typeinfo for QGLContext 594 7-423. Primary vtable for QGLWidget 595 7-424. Secondary vtable for QGLWidget 596 7-425. typeinfo for QGLWidget 597 7-426. typeinfo for QGLPixelBuffer 598 7-427. typeinfo for QGLFramebufferObject 599 7-428. libQtOpenGL - Qt4 OpenGL Function Interfaces 600 7-429. libQtSql Definition 601 7-430. typeinfo for QSqlResult 602 7-431. typeinfo for QSqlDriverFactoryInterface 603 7-432. Primary vtable for QSqlDriverPlugin 604 7-433. Secondary vtable for QSqlDriverPlugin 605 7-434. typeinfo for QSqlDriverPlugin 606 7-435. typeinfo for QSqlDriver 607 7-436. typeinfo for QSqlQueryModel 608 7-437. typeinfo for QSqlTableModel 609 7-438. typeinfo for QSqlRelationalTableModel 610 7-439. libQtSql - Qt4 SQL Function Interfaces 611 7-440. libQtSvg Definition 612 7-441. typeinfo for QSvgRenderer 613 7-442. Primary vtable for QSvgWidget 614 7-443. Secondary vtable for QSvgWidget 615 7-444. typeinfo for QSvgWidget 616 7-445. libQtSvg - Qt4 Svg Function Interfaces 617 7-446. libQtNetwork Definition 618 7-447. typeinfo for QHttpHeader 619 7-448. typeinfo for QHttpResponseHeader 620 7-449. typeinfo for QHttpRequestHeader 621 7-450. typeinfo for QHttp 622 7-451. typeinfo for QAbstractSocket 623 7-452. typeinfo for QUrlInfo 624 7-453. typeinfo for QFtp 625 7-454. typeinfo for QTcpServer 626 7-455. typeinfo for QUdpSocket 627 7-456. typeinfo for QTcpSocket 628 8-1. libqt-mt Definition 629 8-2. typeinfo for QNetworkProtocolFactoryBase 630 8-3. typeinfo for QPointArray 631 8-4. typeinfo for QBitArray 632 8-5. typeinfo for QPtrCollection 633 8-6. typeinfo for QObjectList 634 8-7. typeinfo for QTimer 635 8-8. Primary vtable for QDateTimeEdit 636 8-9. Secondary vtable for QDateTimeEdit 637 8-10. typeinfo for QDateTimeEdit 638 8-11. Primary vtable for QDateTimeEditBase 639 8-12. Secondary vtable for QDateTimeEditBase 640 8-13. typeinfo for QDateTimeEditBase 641 8-14. Primary vtable for QDateEdit 642 8-15. Secondary vtable for QDateEdit 643 8-16. typeinfo for QDateEdit 644 8-17. Primary vtable for QTimeEdit 645 8-18. Secondary vtable for QTimeEdit 646 8-19. typeinfo for QTimeEdit 647 8-20. libqt-mt - Qt3 Date and Time Function Interfaces 648 8-21. typeinfo for QCanvasItem 649 8-22. typeinfo for QCanvasSprite 650 8-23. typeinfo for QCanvasPolygonalItem 651 8-24. typeinfo for QCanvasRectangle 652 8-25. Primary vtable for QCanvasView 653 8-26. Secondary vtable for QCanvasView 654 8-27. typeinfo for QCanvasView 655 8-28. typeinfo for QCanvasEllipse 656 8-29. typeinfo for QCanvasPixmap 657 8-30. typeinfo for QCanvasLine 658 8-31. typeinfo for QCanvasSpline 659 8-32. typeinfo for QCanvasText 660 8-33. typeinfo for QCanvasPolygon 661 8-34. typeinfo for QCanvas 662 8-35. libqt-mt - Qt3 Canvas Function Interfaces 663 8-36. Primary vtable for QImageDrag 664 8-37. Secondary vtable for QImageDrag 665 8-38. typeinfo for QImageDrag 666 8-39. typeinfo for QDragLeaveEvent 667 8-40. Primary vtable for QColorDrag 668 8-41. Secondary vtable for QColorDrag 669 8-42. typeinfo for QColorDrag 670 8-43. typeinfo for QDragResponseEvent 671 8-44. Primary vtable for QIconDrag 672 8-45. Secondary vtable for QIconDrag 673 8-46. typeinfo for QIconDrag 674 8-47. Primary vtable for QUriDrag 675 8-48. Secondary vtable for QUriDrag 676 8-49. typeinfo for QUriDrag 677 8-50. typeinfo for QDropSite 678 8-51. Primary vtable for QStoredDrag 679 8-52. Secondary vtable for QStoredDrag 680 8-53. typeinfo for QStoredDrag 681 8-54. Primary vtable for QTextDrag 682 8-55. Secondary vtable for QTextDrag 683 8-56. typeinfo for QTextDrag 684 8-57. Primary vtable for QDragEnterEvent 685 8-58. Secondary vtable for QDragEnterEvent 686 8-59. typeinfo for QDragEnterEvent 687 8-60. Primary vtable for QDragMoveEvent 688 8-61. Secondary vtable for QDragMoveEvent 689 8-62. typeinfo for QDragMoveEvent 690 8-63. Primary vtable for QDropEvent 691 8-64. Secondary vtable for QDropEvent 692 8-65. typeinfo for QDropEvent 693 8-66. Primary vtable for QDragObject 694 8-67. Secondary vtable for QDragObject 695 8-68. typeinfo for QDragObject 696 8-69. typeinfo for QIconDragItem 697 8-70. libqt-mt - Qt3 Drag and Drop Function Interfaces 698 8-71. typeinfo for QContextMenuEvent 699 8-72. typeinfo for QIMEvent 700 8-73. typeinfo for QTimerEvent 701 8-74. typeinfo for QKeyEvent 702 8-75. typeinfo for QCustomEvent 703 8-76. typeinfo for QEventLoop 704 8-77. typeinfo for QHideEvent 705 8-78. typeinfo for QResizeEvent 706 8-79. typeinfo for QTabletEvent 707 8-80. typeinfo for QFocusEvent 708 8-81. typeinfo for QMouseEvent 709 8-82. typeinfo for QChildEvent 710 8-83. typeinfo for QEvent 711 8-84. typeinfo for QIMComposeEvent 712 8-85. typeinfo for QShowEvent 713 8-86. typeinfo for QPaintEvent 714 8-87. typeinfo for QWheelEvent 715 8-88. typeinfo for QMoveEvent 716 8-89. typeinfo for QCloseEvent 717 8-90. typeinfo for QUtf8Codec 718 8-91. typeinfo for QTranslator 719 8-92. typeinfo for QGb18030Codec 720 8-93. typeinfo for QGbkCodec 721 8-94. typeinfo for QUtf16Codec 722 8-95. typeinfo for QEucKrCodec 723 8-96. typeinfo for QJisCodec 724 8-97. typeinfo for QTextEncoder 725 8-98. typeinfo for QTsciiCodec 726 8-99. typeinfo for QSjisCodec 727 8-100. typeinfo for QEucJpCodec 728 8-101. typeinfo for QGb2312Codec 729 8-102. typeinfo for QHebrewCodec 730 8-103. typeinfo for QTextDecoder 731 8-104. typeinfo for QTextCodec 732 8-105. typeinfo for QJpUnicodeConv 733 8-106. typeinfo for QDataSource 734 8-107. typeinfo for QProcess 735 8-108. typeinfo for QDataPump 736 8-109. typeinfo for QFile 737 8-110. typeinfo for QBuffer 738 8-111. typeinfo for QClipboard 739 8-112. typeinfo for QAsyncIO 740 8-113. typeinfo for QSignal 741 8-114. typeinfo for QDataSink 742 8-115. typeinfo for QDir 743 8-116. typeinfo for QTextOStream 744 8-117. typeinfo for QTextStream 745 8-118. typeinfo for QSignalMapper 746 8-119. typeinfo for QIODeviceSource 747 8-120. typeinfo for QIODevice 748 8-121. typeinfo for QDataStream 749 8-122. typeinfo for QImageFormat 750 8-123. typeinfo for QSound 751 8-124. typeinfo for QImageConsumer 752 8-125. typeinfo for QImageFormatType 753 8-126. typeinfo for QMimeSourceFactory 754 8-127. Primary vtable for QUrlOperator 755 8-128. Secondary vtable for QUrlOperator 756 8-129. typeinfo for QUrlOperator 757 8-130. Primary vtable for QSocket 758 8-131. Secondary vtable for QSocket 759 8-132. typeinfo for QSocket 760 8-133. typeinfo for QSocketNotifier 761 8-134. typeinfo for QNetworkProtocol 762 8-135. typeinfo for QUrl 763 8-136. typeinfo for QSocketDevice 764 8-137. typeinfo for QHttpResponseHeader 765 8-138. typeinfo for QServerSocket 766 8-139. typeinfo for QUrlInfo 767 8-140. typeinfo for QNetworkOperation 768 8-141. typeinfo for QHttp 769 8-142. typeinfo for QMimeSource 770 8-143. typeinfo for QDns 771 8-144. typeinfo for QHttpRequestHeader 772 8-145. typeinfo for QHttpHeader 773 8-146. typeinfo for QLocalFs 774 8-147. typeinfo for QConnectionList 775 8-148. typeinfo for QHostAddress 776 8-149. typeinfo for QFtp 777 8-150. libqt-mt - Qt3 Network Function Interfaces 778 8-151. typeinfo for QObjectCleanupHandler 779 8-152. typeinfo for QObjectUserData 780 8-153. typeinfo for QObject 781 8-154. typeinfo for QMetaObject 782 8-155. typeinfo for QGuardedPtrPrivate 783 8-156. libqt-mt - Qt3 OpenGL Function Interfaces 784 8-157. typeinfo for QPaintDevice 785 8-158. typeinfo for QBitmap 786 8-159. typeinfo for QPicture 787 8-160. typeinfo for QPixmap 788 8-161. typeinfo for QPrinter 789 8-162. typeinfo for QSqlResult 790 8-163. Primary vtable for QSqlSelectCursor 791 8-164. Secondary vtable for QSqlSelectCursor 792 8-165. typeinfo for QSqlSelectCursor 793 8-166. typeinfo for QSqlDriver 794 8-167. typeinfo for QSqlPropertyMap 795 8-168. typeinfo for QSqlQuery 796 8-169. typeinfo for QSqlRecord 797 8-170. typeinfo for QSqlDatabase 798 8-171. typeinfo for QEditorFactory 799 8-172. typeinfo for QSqlDriverPlugin 800 8-173. typeinfo for QSqlResultShared 801 8-174. typeinfo for QSqlError 802 8-175. typeinfo for QSqlForm 803 8-176. typeinfo for QSqlEditorFactory 804 8-177. Primary vtable for QSqlCursor 805 8-178. Secondary vtable for QSqlCursor 806 8-179. typeinfo for QSqlCursor 807 8-180. typeinfo for QSqlFieldInfo 808 8-181. typeinfo for QSqlIndex 809 8-182. typeinfo for QSqlField 810 8-183. libqt-mt - Qt3 SQL Function Interfaces 811 8-184. typeinfo for QCommonStyle 812 8-185. typeinfo for QStyle 813 8-186. typeinfo for QSyntaxHighlighter 814 8-187. typeinfo for QStyleSheet 815 8-188. typeinfo for QStrList 816 8-189. typeinfo for QCString 817 8-190. typeinfo for QWaitCondition 818 8-191. typeinfo for QMutex 819 8-192. typeinfo for QThread 820 8-193. typeinfo for QSemaphore 821 8-194. Primary vtable for QToolBar 822 8-195. Secondary vtable for QToolBar 823 8-196. typeinfo for QToolBar 824 8-197. typeinfo for QActionGroup 825 8-198. Primary vtable for QStatusBar 826 8-199. Secondary vtable for QStatusBar 827 8-200. typeinfo for QStatusBar 828 8-201. Primary vtable for QSizeGrip 829 8-202. Secondary vtable for QSizeGrip 830 8-203. typeinfo for QSizeGrip 831 8-204. typeinfo for QSessionManager 832 8-205. typeinfo for QApplication 833 8-206. Primary vtable for QWorkspace 834 8-207. Secondary vtable for QWorkspace 835 8-208. typeinfo for QWorkspace 836 8-209. typeinfo for QAction 837 8-210. libqt-mt - Qt3 Main Window and Application Function 838 Interfaces 839 840 8-211. Primary vtable for QFrame 841 8-212. Secondary vtable for QFrame 842 8-213. typeinfo for QFrame 843 8-214. Primary vtable for QScrollView 844 8-215. Secondary vtable for QScrollView 845 8-216. typeinfo for QScrollView 846 8-217. Primary vtable for QTextBrowser 847 8-218. Secondary vtable for QTextBrowser 848 8-219. typeinfo for QTextBrowser 849 8-220. Primary vtable for QLineEdit 850 8-221. Secondary vtable for QLineEdit 851 8-222. typeinfo for QLineEdit 852 8-223. typeinfo for QListBoxText 853 8-224. Primary vtable for QLCDNumber 854 8-225. Secondary vtable for QLCDNumber 855 8-226. typeinfo for QLCDNumber 856 8-227. Primary vtable for QGridView 857 8-228. Secondary vtable for QGridView 858 8-229. typeinfo for QGridView 859 8-230. Primary vtable for QButton 860 8-231. Secondary vtable for QButton 861 8-232. typeinfo for QButton 862 8-233. Primary vtable for QTabWidget 863 8-234. Secondary vtable for QTabWidget 864 8-235. typeinfo for QTabWidget 865 8-236. Primary vtable for QTextView 866 8-237. Secondary vtable for QTextView 867 8-238. typeinfo for QTextView 868 8-239. typeinfo for QTab 869 8-240. Primary vtable for QDial 870 8-241. Secondary vtable for QDial 871 8-242. Secondary vtable for QDial 872 8-243. typeinfo for QDial 873 8-244. Primary vtable for QListView 874 8-245. Secondary vtable for QListView 875 8-246. typeinfo for QListView 876 8-247. Primary vtable for QDesktopWidget 877 8-248. Secondary vtable for QDesktopWidget 878 8-249. typeinfo for QDesktopWidget 879 8-250. typeinfo for QListBoxItem 880 8-251. Primary vtable for QScrollBar 881 8-252. Secondary vtable for QScrollBar 882 8-253. Secondary vtable for QScrollBar 883 8-254. typeinfo for QScrollBar 884 8-255. typeinfo for QIconFactory 885 8-256. Primary vtable for QSpinBox 886 8-257. Secondary vtable for QSpinBox 887 8-258. Secondary vtable for QSpinBox 888 8-259. typeinfo for QSpinBox 889 8-260. Primary vtable for QLabel 890 8-261. Secondary vtable for QLabel 891 8-262. typeinfo for QLabel 892 8-263. typeinfo for QListBoxPixmap 893 8-264. typeinfo for QWhatsThis 894 8-265. Primary vtable for QMultiLineEdit 895 8-266. Secondary vtable for QMultiLineEdit 896 8-267. typeinfo for QMultiLineEdit 897 8-268. Primary vtable for QListBox 898 8-269. Secondary vtable for QListBox 899 8-270. typeinfo for QListBox 900 8-271. Primary vtable for QComboBox 901 8-272. Secondary vtable for QComboBox 902 8-273. typeinfo for QComboBox 903 8-274. Primary vtable for QRadioButton 904 8-275. Secondary vtable for QRadioButton 905 8-276. typeinfo for QRadioButton 906 8-277. Primary vtable for QSlider 907 8-278. Secondary vtable for QSlider 908 8-279. Secondary vtable for QSlider 909 8-280. typeinfo for QSlider 910 8-281. Primary vtable for QMainWindow 911 8-282. Secondary vtable for QMainWindow 912 8-283. typeinfo for QMainWindow 913 8-284. Primary vtable for QToolButton 914 8-285. Secondary vtable for QToolButton 915 8-286. typeinfo for QToolButton 916 8-287. typeinfo for QWidgetIntDict 917 8-288. Primary vtable for QTabBar 918 8-289. Secondary vtable for QTabBar 919 8-290. typeinfo for QTabBar 920 8-291. typeinfo for QToolTip 921 8-292. Primary vtable for QCheckBox 922 8-293. Secondary vtable for QCheckBox 923 8-294. typeinfo for QCheckBox 924 8-295. Primary vtable for QDockWindow 925 8-296. Secondary vtable for QDockWindow 926 8-297. typeinfo for QDockWindow 927 8-298. Primary vtable for QSpinWidget 928 8-299. Secondary vtable for QSpinWidget 929 8-300. typeinfo for QSpinWidget 930 8-301. Primary vtable for QToolBox 931 8-302. Secondary vtable for QToolBox 932 8-303. typeinfo for QToolBox 933 8-304. Primary vtable for QProgressBar 934 8-305. Secondary vtable for QProgressBar 935 8-306. typeinfo for QProgressBar 936 8-307. typeinfo for QIconViewItem 937 8-308. typeinfo for QCheckListItem 938 8-309. Primary vtable for QDockArea 939 8-310. Secondary vtable for QDockArea 940 8-311. typeinfo for QDockArea 941 8-312. typeinfo for QListViewItem 942 8-313. Primary vtable for QIconView 943 8-314. Secondary vtable for QIconView 944 8-315. typeinfo for QIconView 945 8-316. Primary vtable for QWidget 946 8-317. Secondary vtable for QWidget 947 8-318. typeinfo for QWidget 948 8-319. typeinfo for QToolTipGroup 949 8-320. Primary vtable for QPushButton 950 8-321. Secondary vtable for QPushButton 951 8-322. typeinfo for QPushButton 952 8-323. typeinfo for QWidgetList 953 8-324. Primary vtable for QDataView 954 8-325. Secondary vtable for QDataView 955 8-326. typeinfo for QDataView 956 8-327. Primary vtable for QDataBrowser 957 8-328. Secondary vtable for QDataBrowser 958 8-329. typeinfo for QDataBrowser 959 8-330. Primary vtable for QTextEdit 960 8-331. Secondary vtable for QTextEdit 961 8-332. typeinfo for QTextEdit 962 8-333. libqt-mt - Qt3 Widgets Function Interfaces 963 8-334. Primary vtable for QPopupMenu 964 8-335. Secondary vtable for QPopupMenu 965 8-336. Secondary vtable for QPopupMenu 966 8-337. typeinfo for QPopupMenu 967 8-338. Primary vtable for QMenuBar 968 8-339. Secondary vtable for QMenuBar 969 8-340. Secondary vtable for QMenuBar 970 8-341. typeinfo for QMenuBar 971 8-342. typeinfo for QCustomMenuItem 972 8-343. typeinfo for QMenuData 973 8-344. libqt-mt - Qt3 Menus Function Interfaces 974 8-345. Primary vtable for QHBox 975 8-346. Secondary vtable for QHBox 976 8-347. typeinfo for QHBox 977 8-348. Primary vtable for QSplitter 978 8-349. Secondary vtable for QSplitter 979 8-350. typeinfo for QSplitter 980 8-351. Primary vtable for QVBox 981 8-352. Secondary vtable for QVBox 982 8-353. typeinfo for QVBox 983 8-354. Primary vtable for QGroupBox 984 8-355. Secondary vtable for QGroupBox 985 8-356. typeinfo for QGroupBox 986 8-357. Primary vtable for QHGroupBox 987 8-358. Secondary vtable for QHGroupBox 988 8-359. typeinfo for QHGroupBox 989 8-360. Primary vtable for QHButtonGroup 990 8-361. Secondary vtable for QHButtonGroup 991 8-362. typeinfo for QHButtonGroup 992 8-363. Primary vtable for QWidgetStack 993 8-364. Secondary vtable for QWidgetStack 994 8-365. typeinfo for QWidgetStack 995 8-366. Primary vtable for QButtonGroup 996 8-367. Secondary vtable for QButtonGroup 997 8-368. typeinfo for QButtonGroup 998 8-369. Primary vtable for QVButtonGroup 999 8-370. Secondary vtable for QVButtonGroup 1000 8-371. typeinfo for QVButtonGroup 1001 8-372. Primary vtable for QGrid 1002 8-373. Secondary vtable for QGrid 1003 8-374. typeinfo for QGrid 1004 8-375. Primary vtable for QVGroupBox 1005 8-376. Secondary vtable for QVGroupBox 1006 8-377. typeinfo for QVGroupBox 1007 8-378. libqt-mt - Qt3 Organizers Function Interfaces 1008 8-379. Primary vtable for QDockAreaLayout 1009 8-380. Secondary vtable for QDockAreaLayout 1010 8-381. typeinfo for QDockAreaLayout 1011 8-382. Primary vtable for QBoxLayout 1012 8-383. Secondary vtable for QBoxLayout 1013 8-384. typeinfo for QBoxLayout 1014 8-385. Primary vtable for QLayout 1015 8-386. Secondary vtable for QLayout 1016 8-387. typeinfo for QLayout 1017 8-388. Primary vtable for QHBoxLayout 1018 8-389. Secondary vtable for QHBoxLayout 1019 8-390. typeinfo for QHBoxLayout 1020 8-391. Primary vtable for QVBoxLayout 1021 8-392. Secondary vtable for QVBoxLayout 1022 8-393. typeinfo for QVBoxLayout 1023 8-394. typeinfo for QGLayoutIterator 1024 8-395. typeinfo for QWidgetItem 1025 8-396. Primary vtable for QGridLayout 1026 8-397. Secondary vtable for QGridLayout 1027 8-398. typeinfo for QGridLayout 1028 8-399. typeinfo for QSpacerItem 1029 8-400. typeinfo for QLayoutItem 1030 8-401. libqt-mt - Qt3 Layouts Function Interfaces 1031 8-402. Primary vtable for QProgressDialog 1032 8-403. Secondary vtable for QProgressDialog 1033 8-404. typeinfo for QProgressDialog 1034 8-405. Primary vtable for QWizard 1035 8-406. Secondary vtable for QWizard 1036 8-407. typeinfo for QWizard 1037 8-408. Primary vtable for QSemiModal 1038 8-409. Secondary vtable for QSemiModal 1039 8-410. typeinfo for QSemiModal 1040 8-411. Primary vtable for QFileDialog 1041 8-412. Secondary vtable for QFileDialog 1042 8-413. typeinfo for QFileDialog 1043 8-414. Primary vtable for QErrorMessage 1044 8-415. Secondary vtable for QErrorMessage 1045 8-416. typeinfo for QErrorMessage 1046 8-417. typeinfo for QFilePreview 1047 8-418. Primary vtable for QMessageBox 1048 8-419. Secondary vtable for QMessageBox 1049 8-420. typeinfo for QMessageBox 1050 8-421. Primary vtable for QDialog 1051 8-422. Secondary vtable for QDialog 1052 8-423. typeinfo for QDialog 1053 8-424. Primary vtable for QFontDialog 1054 8-425. Secondary vtable for QFontDialog 1055 8-426. typeinfo for QFontDialog 1056 8-427. Primary vtable for QPrintDialog 1057 8-428. Secondary vtable for QPrintDialog 1058 8-429. typeinfo for QPrintDialog 1059 8-430. Primary vtable for QColorDialog 1060 8-431. Secondary vtable for QColorDialog 1061 8-432. typeinfo for QColorDialog 1062 8-433. Primary vtable for QInputDialog 1063 8-434. Secondary vtable for QInputDialog 1064 8-435. typeinfo for QInputDialog 1065 8-436. Primary vtable for QTabDialog 1066 8-437. Secondary vtable for QTabDialog 1067 8-438. typeinfo for QTabDialog 1068 8-439. typeinfo for QFileIconProvider 1069 8-440. libqt-mt - Qt3 Dialogs Function Interfaces 1070 8-441. typeinfo for QTableItem 1071 8-442. typeinfo for QCheckTableItem 1072 8-443. Primary vtable for QHeader 1073 8-444. Secondary vtable for QHeader 1074 8-445. typeinfo for QHeader 1075 8-446. Primary vtable for QDataTable 1076 8-447. Secondary vtable for QDataTable 1077 8-448. typeinfo for QDataTable 1078 8-449. typeinfo for QComboTableItem 1079 8-450. Primary vtable for QTable 1080 8-451. Secondary vtable for QTable 1081 8-452. typeinfo for QTable 1082 8-453. libqt-mt - Qt3 Tables Function Interfaces 1083 8-454. typeinfo for QGPlugin 1084 8-455. typeinfo for QStylePlugin 1085 8-456. typeinfo for QTextCodecPlugin 1086 8-457. typeinfo for QWidgetPlugin 1087 8-458. typeinfo for QLibrary 1088 8-459. typeinfo for QImageFormatPlugin 1089 8-460. typeinfo for QXmlEntityResolver 1090 8-461. typeinfo for QXmlLocator 1091 8-462. typeinfo for QDomElement 1092 8-463. typeinfo for QDomImplementation 1093 8-464. typeinfo for QDomDocumentType 1094 8-465. typeinfo for QDomDocument 1095 8-466. typeinfo for QDomAttr 1096 8-467. typeinfo for QDomNodeList 1097 8-468. typeinfo for QXmlReader 1098 8-469. typeinfo for QDomEntity 1099 8-470. typeinfo for QXmlDeclHandler 1100 8-471. typeinfo for QDomNode 1101 8-472. typeinfo for QDomText 1102 8-473. typeinfo for QDomCharacterData 1103 8-474. typeinfo for QDomComment 1104 8-475. Primary vtable for QXmlDefaultHandler 1105 8-476. Secondary vtable for QXmlDefaultHandler 1106 8-477. Secondary vtable for QXmlDefaultHandler 1107 8-478. Secondary vtable for QXmlDefaultHandler 1108 8-479. Secondary vtable for QXmlDefaultHandler 1109 8-480. Secondary vtable for QXmlDefaultHandler 1110 8-481. typeinfo for QXmlDefaultHandler 1111 8-482. typeinfo for QDomNotation 1112 8-483. typeinfo for QXmlSimpleReader 1113 8-484. typeinfo for QXmlLexicalHandler 1114 8-485. typeinfo for QXmlAttributes 1115 8-486. typeinfo for QDomProcessingInstruction 1116 8-487. typeinfo for QXmlContentHandler 1117 8-488. typeinfo for QDomEntityReference 1118 8-489. typeinfo for QDomCDATASection 1119 8-490. typeinfo for QXmlDTDHandler 1120 8-491. typeinfo for QXmlInputSource 1121 8-492. typeinfo for QXmlErrorHandler 1122 8-493. typeinfo for QDomDocumentFragment 1123 8-494. libqt-mt - Qt3 XML Function Interfaces 1124 8-495. typeinfo for QIconSet 1125 8-496. typeinfo for QRegExpValidator 1126 8-497. typeinfo for QIntValidator 1127 8-498. typeinfo for QValidator 1128 8-499. typeinfo for QDoubleValidator 1129 8-500. typeinfo for QGVector 1130 8-501. typeinfo for QGList 1131 8-502. typeinfo for QPolygonScanner 1132 8-503. typeinfo for QGCache 1133 8-504. typeinfo for QGArray 1134 8-505. typeinfo for QSignalVec 1135 8-506. typeinfo for QGDict 1136 8-507. typeinfo for QRangeControl 1137 8-508. Primary vtable for QSplashScreen 1138 8-509. Secondary vtable for QSplashScreen 1139 8-510. typeinfo for QSplashScreen 1140 8-511. typeinfo for QAccel 1141 8-512. libqt-mt - Qt3 Miscellaneous Function Interfaces 1142 __________________________________________________________ 1143 1144 Foreword 1145 1146 This is version 4.1 of the Linux Standard Base Desktop 1147 Specification for AMD64. This specification is one of a series 1148 of volumes under the collective title Linux Standard Base: 1149 1150 * Core 1151 * C++ 1152 * Desktop 1153 * Languages 1154 * Printing 1155 1156 Note that the Core, C++ and Desktop volumes consist of a 1157 generic volume augmented by an architecture-specific volume. 1158 __________________________________________________________ 1159 1160 Status of this Document 1161 1162 This is a released specification. Other documents may supersede 1163 or augment this specification. A list of current Linux Standard 1164 Base (LSB) specifications is available at 1165 http://refspecs.linuxfoundation.org. 1166 1167 If you wish to make comments regarding this document in a 1168 manner that is tracked by the LSB project, please submit them 1169 using our public bug database at http://bugs.linuxbase.org. 1170 Please enter your feedback, carefully indicating the title of 1171 the section for which you are submitting feedback, and the 1172 volume and version of the specification where you found the 1173 problem, quoting the incorrect text if appropriate. If you are 1174 suggesting a new feature, please indicate what the problem you 1175 are trying to solve is. That is more important than the 1176 solution, in fact. 1177 1178 If you do not have or wish to create a bug database account 1179 then you can also e-mail feedback to 1180 (subscribe, archives), 1181 and arrangements will be made to transpose the comments to our 1182 public bug database. 1183 __________________________________________________________ 1184 1185 Introduction 1186 1187 The LSB defines a binary interface for application programs 1188 that are compiled and packaged for LSB-conforming 1189 implementations on many different hardware architectures. A 1190 binary specification must include information specific to the 1191 computer processor architecture for which it is intended. To 1192 avoid the complexity of conditional descriptions, the 1193 specification has instead been divided into generic parts which 1194 are augmented by one of several architecture-specific parts, 1195 depending on the target processor architecture; the generic 1196 part will indicate when reference must be made to the 1197 architecture part, and vice versa. 1198 1199 This document should be used in conjunction with the documents 1200 it references. This document enumerates the system components 1201 it includes, but descriptions of those components may be 1202 included entirely or partly in this document, partly in other 1203 documents, or entirely in other reference documents. For 1204 example, the section that describes system service routines 1205 includes a list of the system routines supported in this 1206 interface, formal declarations of the data structures they use 1207 that are visible to applications, and a pointer to the 1208 underlying referenced specification for information about the 1209 syntax and semantics of each call. Only those routines not 1210 described in standards referenced by this document, or 1211 extensions to those standards, are described in the detail. 1212 Information referenced in this way is as much a part of this 1213 document as is the information explicitly included here. 1214 1215 The specification carries a version number of either the form 1216 x.y or x.y.z. This version number carries the following 1217 meaning: 1218 1219 1. The first number (x) is the major version number. Versions 1220 sharing the same major version number shall be compatible 1221 in a backwards direction; that is, a newer version shall be 1222 compatible with an older version. Any deletion of a library 1223 results in a new major version number. Interfaces marked as 1224 deprecated may be removed from the specification at a major 1225 version change. 1226 2. The second number (y) is the minor version number. 1227 Libraries and individual interfaces may be added, but not 1228 removed. Interfaces may be marked as deprecated at a minor 1229 version change. Other minor changes may be permitted at the 1230 discretion of the LSB workgroup. 1231 3. The third number (z), if present, is the editorial level. 1232 Only editorial changes should be included in such versions. 1233 1234 Since this specification is a descriptive Application Binary 1235 Interface, and not a source level API specification, it is not 1236 possible to make a guarantee of 100% backward compatibility 1237 between major releases. However, it is the intent that those 1238 parts of the binary interface that are visible in the source 1239 level API will remain backward compatible from version to 1240 version, except where a feature marked as "Deprecated" in one 1241 release may be removed from a future release. Implementors are 1242 strongly encouraged to make use of symbol versioning to permit 1243 simultaneous support of applications conforming to different 1244 releases of this specification. 1245 1246 LSB is a trademark of the Linux Foundation. Developers of 1247 applications or implementations interested in using the 1248 trademark should see the Linux Foundation Certification Policy 1249 for details. 1250 1251 I. Introductory Elements 1252 1253 Table of Contents 1254 1. Scope 1255 2. References 1256 1257 2.1. Normative References 1258 2.2. Informative References/Bibliography 1259 1260 3. Requirements 1261 1262 3.1. Relevant Libraries 1263 1264 4. Terms and Definitions 1265 5. Documentation Conventions 1266 __________________________________________________________ 1267 1268 Chapter 1. Scope 1269 1270 The LSB Desktop module defines components found on an LSB 1271 conforming system. 1272 __________________________________________________________ 1273 1274 Chapter 2. References 1275 1276 2.1. Normative References 1277 1278 The specifications listed below are referenced in whole or in 1279 part by the LSB Desktop specification. Such references may be 1280 normative or informative; a reference to specification shall 1281 only be considered normative if it is explicitly cited as such. 1282 The LSB Desktop specification may make normative references to 1283 a portion of these specifications (that is, to define a 1284 specific function or group of functions); in such cases, only 1285 the explicitly referenced portion of the specification is to be 1286 considered normative. 1287 1288 Table 2-1. Normative References 1289 Name Title URL 1290 ATK 1.10.3 Reference Manual ATK 1.10.3 Reference Manual 1291 http://library.gnome.org/devel/atk/1.10/index.html 1292 Double Buffer Extension Library Double Buffer Extension Library 1293 - Protocol Version 1.0 1294 http://refspecs.linux-foundation.org/X11/dbelib.pdf 1295 Fontconfig Developers Reference Fontconfig Developers 1296 Reference, Version 2.6.0 1297 http://refspecs.linuxfoundation.org/fontconfig-2.6.0 1298 Gdk 2.10.14 Reference Manual Gdk 2.10.14 Reference Manual 1299 http://library.gnome.org/devel/gdk/2.10/ 1300 Gdk-pixbuf 2.8.20 Reference Manual Gtk-pixbuf 2.8.20 Reference 1301 Manual http://library.gnome.org/devel/gdk-pixbuf/2.8/index.html 1302 Glib 2.12.13 Reference Manual Glib 2.12.13 Reference Manual 1303 http://library.gnome.org/devel/glib/2.12/ 1304 Gobject 2.12.13 Reference Manual Gobject 2.12.13 Reference 1305 Manual http://library.gnome.org/devel/gobject/2.12/ 1306 Gtk+ 2.10.14 Reference Manual Gtk+ 2.10.14 Reference Manual 1307 http://library.gnome.org/devel/gtk/2.10/ 1308 ISO C (1999) ISO/IEC 9899: 1999, Programming Languages --C 1309 ISO/IEC 14882: 2003 C++ Language ISO/IEC 14882: 2003 1310 Programming languages --C++ 1311 Itanium™ C++ ABI Itanium™ C++ ABI (Revision 1.86) 1312 http://refspecs.linuxfoundation.org/cxxabi-1.86.html 1313 OpenGL The OpenGL® Graphics System: A Specification (Version 1314 1.2.1) 1315 http://www.opengl.org/documentation/specs/version1.2/OpenGL_spe 1316 c_1.2.1.pdf 1317 OpenGL ABI OpenGL® Application Binary Interface for Linux 1318 http://www.opengl.org/registry/ABI/ 1319 OpenGL Extensions OpenGL® Graphics with the X Window System® 1320 (Version 1.3) 1321 http://opengl.org/documentation/specs/glx/glx1.3.pdf 1322 OpenGL Utilities The OpenGL Graphics System Utility Library 1323 (Version 1.3) 1324 http://www.opengl.org/documentation/specs/glu/glu1_3.pdf 1325 Pango 1.10.4 Reference Manual Pango 1.10.4 Reference Manual 1326 http://library.gnome.org/devel/pango/1.10/index.html 1327 POSIX 1003.1-2001 (ISO/IEC 9945-2003) 1328 1329 ISO/IEC 9945-1:2003 Information technology -- Portable 1330 Operating System Interface (POSIX) -- Part 1: Base Definitions 1331 1332 ISO/IEC 9945-2:2003 Information technology -- Portable 1333 Operating System Interface (POSIX) -- Part 2: System Interfaces 1334 1335 ISO/IEC 9945-3:2003 Information technology -- Portable 1336 Operating System Interface (POSIX) -- Part 3: Shell and 1337 Utilities 1338 1339 ISO/IEC 9945-4:2003 Information technology -- Portable 1340 Operating System Interface (POSIX) -- Part 4: Rationale 1341 1342 Including Technical Cor. 1: 2004 1343 http://www.unix.org/version3/ 1344 Qt 3.3.6 Qt 3.3.6 Reference Manual 1345 http://doc.trolltech.com/3.3/index.html 1346 QtCore 4.2.0 Qt 4.2.0 Reference Manual 1347 http://doc.trolltech.com/4.2/qtcore.html 1348 QtGui 4.2.0 Qt 4.2.0 Reference Manual 1349 http://doc.trolltech.com/4.2/qtgui.html 1350 QtNetwork 4.2.0 Qt 4.2.0 Reference Manual 1351 http://doc.trolltech.com/4.2/qtnetwork.html 1352 QtOpenGL 4.2.0 Qt 4.2.0 Reference Manual 1353 http://doc.trolltech.com/4.2/qtopengl.html 1354 QtSql 4.2.0 Qt 4.2.0 Reference Manual 1355 http://doc.trolltech.com/4.2/qtsql.html 1356 QtSvg 4.2.0 Qt 4.2.0 Reference Manual 1357 http://doc.trolltech.com/4.2/qtsvg.html 1358 QtXml 4.2.0 Qt 4.2.0 Reference Manual 1359 http://doc.trolltech.com/4.2/qtxml.html 1360 Reference Manual for libxml2 Reference Manual for libxml2 1361 http://xmlsoft.org/html/index.html 1362 The MIT Shared Memory Extension MIT-SHM - The MIT Shared Memory 1363 Extension - X version 11, Release 5 1364 http://refspecs.linux-foundation.org/X11/mit-shm.pdf 1365 X Display Power Management Signaling X Display Power Management 1366 Signaling (DPMS) Extension - Library Specificationi - Version 1367 1.0 http://refspecs.linux-foundation.org/X11/DPMSlib.pdf 1368 X Extended Visual Interface Extension Extended Visual 1369 Information Extension - Version 1.0 1370 http://refspecs.linux-foundation.org/X11/evi.pdf 1371 X Nonrectangular Window Shape Extension Library X 1372 Nonrectangular Window Shape Extension Library - Version 1.0 1373 http://refspecs.linux-foundation.org/X11/shapelib.pdf 1374 X Record Extension Library X Record Extension Library - Version 1375 1.13 http://refspecs.linux-foundation.org/X11/recordlib.pdf 1376 X Security Extension Specification Security Extension 1377 Specification - Version 7.1 1378 http://refspecs.linux-foundation.org/X11/security.pdf 1379 X Synchronization Extension Library X Synchronization Extension 1380 Library - Version 3.0 1381 http://refspecs.linux-foundation.org/X11/synclib.pdf 1382 X11 C Library Xlib - C Language X Interface - X Version 11 1383 Release 6.4 http://refspecs.linux-foundation.org/X11/xlib.pdf 1384 X11 Input Library X Input Device Extension Library - X Version 1385 11, Release 6.4 1386 http://refspecs.linux-foundation.org/X11/Xinput.pdf 1387 X11 Inter-Client Exchange Inter-Client Exchange Library - 1388 Version 1.0 http://refspecs.linux-foundation.org/X11/ICElib.pdf 1389 X11 Keyboard Extension X Keyboard Extension Library 1390 Specification - X Version 11, Release 6.4 1391 http://refspecs.linux-foundation.org/X11/XKBlib.pdf 1392 X11 Session Management X Session Management Library - Version 1393 1.0 http://refspecs.linux-foundation.org/X11/SMlib.pdf 1394 X11 Toolkit Intrinsics X Toolkit Intrinsics - C Language 1395 Interface - X Version 11, Release 6.4 1396 http://refspecs.linux-foundation.org/X11/intrinsics.pdf 1397 Xft Placeholder Xft Specification Placeholder 1398 Xrender Placeholder Xrender Specification Placeholder 1399 http://refspecs.linux-foundation.org/X11/XRenderProtocol.html 1400 XTEST Extension Library XTEST Extension Library - Version 2.2 1401 http://refspecs.linux-foundation.org/X11/xtestlib.pdf 1402 __________________________________________________________ 1403 1404 2.2. Informative References/Bibliography 1405 1406 In addition, the specifications listed below provide essential 1407 background information to implementors of this specification. 1408 These references are included for information only. 1409 1410 Table 2-2. Other References 1411 Name Title URL 1412 A description on how to use and modify libpng A description on 1413 how to use and modify libpng 1414 http://www.libpng.org/pub/png/libpng-1.2.5-manual.html 1415 ALSA Library API Reference ALSA Library API Reference 1416 http://www.alsa-project.org/alsa-doc/alsa-lib/ 1417 Base Directory Spec XDG Base Directory Specification Version 1418 0.6 1419 http://standards.freedesktop.org/basedir-spec/basedir-spec-0.6. 1420 html 1421 Cairo API Reference Cairo Vector Graphics API Specification for 1422 1.2.0 http://cairographics.org/manual-1.2.0 1423 Desktop Entry Spec Desktop Entry Specification Version 1.0 1424 http://standards.freedesktop.org/desktop-entry-spec/desktop-ent 1425 ry-spec-1.0.html 1426 Desktop Menu Spec Desktop Menu Specification Version 1.0 1427 http://standards.freedesktop.org/menu-spec/menu-spec-1.0.html 1428 FreeType 2.2 Reference FreeType 2.2.1 API Reference 1429 http://refspecs.linuxfoundation.org/freetype/freetype-doc-2.2.1 1430 /docs/reference/ft2-toc.html 1431 Icon Theme Spec Icon Theme Specification Version 0.11 1432 http://standards.freedesktop.org/icon-theme-spec/icon-theme-spe 1433 c-0.11.html 1434 Independent JPEG Group Independent JPEG Group 1435 http://www.ijg.org/ 1436 xdg-utils reference Portland Project XDG Utilities Reference 1437 1.0 http://portland.freedesktop.org/xdg-utils-1.0/ 1438 __________________________________________________________ 1439 1440 Chapter 3. Requirements 1441 1442 3.1. Relevant Libraries 1443 1444 The libraries listed in Table 3-1 shall be available on a Linux 1445 Standard Base - Desktop system, with the specified runtime 1446 names. This list may be supplemented or amended by the 1447 architecture-specific specification. 1448 1449 Table 3-1. Standard Library Names 1450 Library Runtime Name 1451 libX11 libX11.so.6 1452 libXt libXt.so.6 1453 libGL libGL.so.1 1454 libXext libXext.so.6 1455 libICE libICE.so.6 1456 libSM libSM.so.6 1457 libXi libXi.so.6 1458 libGLU libGLU.so.1 1459 libXtst libXtst.so.6 1460 libglib-2.0 libglib-2.0.so.0 1461 libgobject-2.0 libgobject-2.0.so.0 1462 libgmodule-2.0 libgmodule-2.0.so.0 1463 libgthread-2.0 libgthread-2.0.so.0 1464 libatk-1.0 libatk-1.0.so.0 1465 libpango-1.0 libpango-1.0.so.0 1466 libpangoxft-1.0 libpangoxft-1.0.so.0 1467 libpangoft2-1.0 libpangoft2-1.0.so.0 1468 libgdk_pixbuf-2.0 libgdk_pixbuf-2.0.so.0 1469 libgdk_pixbuf_xlib-2.0 libgdk_pixbuf_xlib-2.0.so.0 1470 libgdk-x11-2.0 libgdk-x11-2.0.so.0 1471 libgtk-x11-2.0 libgtk-x11-2.0.so.0 1472 libpangocairo-1.0 libpangocairo-1.0.so.0 1473 libQtCore libQtCore.so.4 1474 libQtGui libQtGui.so.4 1475 libQtNetwork libQtNetwork.so.4 1476 libQtXml libQtXml.so.4 1477 libQtOpenGL libQtOpenGL.so.4 1478 libQtSql libQtSql.so.4 1479 libQtSvg libQtSvg.so.4 1480 libfontconfig libfontconfig.so.1 1481 libpng12 libpng12.so.0 1482 libjpeg libjpeg.so.62 1483 libXrender libXrender.so.1 1484 libfreetype libfreetype.so.6 1485 libXft libXft.so.2 1486 libcairo libcairo.so.2 1487 libxml2 libxml2.so.2 1488 libqt-mt libqt-mt.so.3 1489 libasound libasound.so.2 1490 1491 These libraries will be in an implementation-defined directory 1492 which the dynamic linker shall search by default. 1493 __________________________________________________________ 1494 1495 Chapter 4. Terms and Definitions 1496 1497 For the purposes of this document, the terms given in ISO/IEC 1498 Directives, Part 2, Annex H and the following apply. 1499 1500 archLSB 1501 Some LSB specification documents have both a generic, 1502 architecture-neutral part and an architecture-specific 1503 part. The latter describes elements whose definitions 1504 may be unique to a particular processor architecture. 1505 The term archLSB may be used in the generic part to 1506 refer to the corresponding section of the 1507 architecture-specific part. 1508 1509 Binary Standard, ABI 1510 The total set of interfaces that are available to be 1511 used in the compiled binary code of a conforming 1512 application, including the run-time details such as 1513 calling conventions, binary format, C++ name mangling, 1514 etc. 1515 1516 Implementation-defined 1517 Describes a value or behavior that is not defined by 1518 this document but is selected by an implementor. The 1519 value or behavior may vary among implementations that 1520 conform to this document. An application should not rely 1521 on the existence of the value or behavior. An 1522 application that relies on such a value or behavior 1523 cannot be assured to be portable across conforming 1524 implementations. The implementor shall document such a 1525 value or behavior so that it can be used correctly by an 1526 application. 1527 1528 Shell Script 1529 A file that is read by an interpreter (e.g., awk). The 1530 first line of the shell script includes a reference to 1531 its interpreter binary. 1532 1533 Source Standard, API 1534 The total set of interfaces that are available to be 1535 used in the source code of a conforming application. Due 1536 to translations, the Binary Standard and the Source 1537 Standard may contain some different interfaces. 1538 1539 Undefined 1540 Describes the nature of a value or behavior not defined 1541 by this document which results from use of an invalid 1542 program construct or invalid data input. The value or 1543 behavior may vary among implementations that conform to 1544 this document. An application should not rely on the 1545 existence or validity of the value or behavior. An 1546 application that relies on any particular value or 1547 behavior cannot be assured to be portable across 1548 conforming implementations. 1549 1550 Unspecified 1551 Describes the nature of a value or behavior not 1552 specified by this document which results from use of a 1553 valid program construct or valid data input. The value 1554 or behavior may vary among implementations that conform 1555 to this document. An application should not rely on the 1556 existence or validity of the value or behavior. An 1557 application that relies on any particular value or 1558 behavior cannot be assured to be portable across 1559 conforming implementations. 1560 1561 In addition, for the portions of this specification which build 1562 on IEEE Std 1003.1-2001, the definitions given in IEEE Std 1563 1003.1-2001, Base Definitions, Chapter 3 apply. 1564 __________________________________________________________ 1565 1566 Chapter 5. Documentation Conventions 1567 1568 Throughout this document, the following typographic conventions 1569 are used: 1570 1571 function() 1572 1573 the name of a function 1574 command 1575 1576 the name of a command or utility 1577 CONSTANT 1578 1579 a constant value 1580 parameter 1581 1582 a parameter 1583 variable 1584 1585 a variable 1586 1587 Throughout this specification, several tables of interfaces are 1588 presented. Each entry in these tables has the following format: 1589 1590 name 1591 1592 the name of the interface 1593 (symver) 1594 1595 An optional symbol version identifier, if required. 1596 [refno] 1597 1598 A reference number indexing the table of referenced 1599 specifications that follows this table. 1600 1601 For example, 1602 1603 forkpty(GLIBC_2.0) [SUSv3] 1604 1605 refers to the interface named forkpty() with symbol version 1606 GLIBC_2.0 that is defined in the SUSv3 reference. 1607 1608 Note: For symbols with versions which differ between 1609 architectures, the symbol versions are defined in the 1610 architecture specific parts of ISO/IEC 23360 only. 1611 1612 II. GTK+ Stack Libraries 1613 1614 Table of Contents 1615 6. Libraries 1616 1617 6.1. Introduction 1618 6.2. Interfaces for libglib-2.0 1619 1620 6.2.1. GTK General purpose utility library 1621 6.2.2. Glib Arrays 1622 6.2.3. Glib Asynchronous Queues 1623 6.2.4. Glib Atomic Operations 1624 6.2.5. Glib Automatic String Completion 1625 6.2.6. Glib Balanced Binary Trees 1626 6.2.7. Glib Byte Arrays 1627 6.2.8. Glib Caches 1628 6.2.9. Glib Character Set Conversion 1629 6.2.10. Glib Commandline Option Parser 1630 6.2.11. Glib Datasets 1631 6.2.12. Glib Date and Time Functions 1632 6.2.13. Glib Double-Ended Queues 1633 6.2.14. Glib Doubly-Linked Lists 1634 6.2.15. Glib Error Reporting 1635 6.2.16. Glib File Utilities 1636 6.2.17. Glib Glob-Style Pattern Matching 1637 6.2.18. Glib Hash Tables 1638 6.2.19. Glib Hook Functions 1639 6.2.20. Glib IO Channels 1640 6.2.21. Glib Internationalization 1641 6.2.22. Glib Key-Value File Parser 1642 6.2.23. Glib Keyed Data Lists 1643 6.2.24. Glib Lexical Scanner 1644 6.2.25. Glib Memory Allocation 1645 6.2.26. Glib Memory Allocators 1646 6.2.27. Glib Memory Chunks 1647 6.2.28. Glib Message Logging 1648 6.2.29. Glib Message Output and Debugging Functions 1649 6.2.30. Glib Miscellaneous Utility Functions 1650 6.2.31. Glib N-ary Trees 1651 6.2.32. Glib Pointer Arrays 1652 6.2.33. Glib Quarks 1653 6.2.34. Glib Random Numbers 1654 6.2.35. Glib Relations and Tuples 1655 6.2.36. Glib Shell-related Utilities 1656 6.2.37. Glib Simple XML Subset Parser 1657 6.2.38. Glib Singly-Linked Lists 1658 6.2.39. Glib Spawning Processes 1659 6.2.40. Glib String Chunks 1660 6.2.41. Glib String Utility Functions 1661 6.2.42. Glib Strings 1662 6.2.43. Glib - The Main Event Loop 1663 6.2.44. Glib Thread Pools 1664 6.2.45. Glib Threads 1665 6.2.46. Glib Timers 1666 6.2.47. Glib Trash Stacks 1667 6.2.48. Glib Unicode Manipulation 1668 6.2.49. Glib Version Information 1669 6.2.50. Glib Bookmark File Parser 1670 6.2.51. Glib Memory Slices 1671 6.2.52. Glib Base64 Encoding 1672 1673 6.3. Data Definitions for libglib-2.0 1674 1675 6.3.1. glib-2.0/glib.h 1676 6.3.2. glib-2.0/glib/gi18n.h 1677 6.3.3. glib-2.0/glib/gstdio.h 1678 1679 6.4. Interfaces for libgobject-2.0 1680 1681 6.4.1. Gobject GTypeModule 1682 6.4.2. Gobject Enums and Flags 1683 6.4.3. Gobject Signals 1684 6.4.4. Gobject Value arrays 1685 6.4.5. Gobject Generic Values 1686 6.4.6. Gobject Parameters and Values 1687 6.4.7. Gobject GParamSpec 1688 6.4.8. Gobject GBoxed 1689 6.4.9. Gobject Closures 1690 6.4.10. Gobject Gobject 1691 6.4.11. Gobject GType 1692 6.4.12. Gobject GTypePlugin 1693 1694 6.5. Data Definitions for libgobject-2.0 1695 1696 6.5.1. glib-2.0/glib-object.h 1697 6.5.2. glib-2.0/gobject/gvaluecollector.h 1698 1699 6.6. Interfaces for libgmodule-2.0 1700 1701 6.6.1. Glib-Dynamic loading of Modules 1702 1703 6.7. Data Definitions for libgmodule-2.0 1704 1705 6.7.1. glib-2.0/gmodule.h 1706 1707 6.8. Interfaces for libgthread-2.0 1708 1709 6.8.1. Glib thread abstraction 1710 1711 6.9. Interfaces for libatk-1.0 1712 1713 6.9.1. GTK Accessibility Toolkit 1714 1715 6.10. Data Definitions for libatk-1.0 1716 1717 6.10.1. atk-1.0/atk/atk-enum-types.h 1718 6.10.2. atk-1.0/atk/atk.h 1719 1720 6.11. Interfaces for libpango-1.0 1721 1722 6.11.1. GTK Internationalized Text Layout and 1723 Rendering library 1724 1725 6.12. Data Definitions for libpango-1.0 1726 1727 6.12.1. pango-1.0/pango/pango.h 1728 1729 6.13. Interfaces for libpangocairo-1.0 1730 1731 6.13.1. Pango Cairo Rendering 1732 1733 6.14. Data Definitions for libpangocairo-1.0 1734 1735 6.14.1. pango-1.0/pango/pangocairo.h 1736 1737 6.15. Interfaces for libpangoxft-1.0 1738 1739 6.15.1. Pango Xft Fonts and Rendering library 1740 1741 6.16. Data Definitions for libpangoxft-1.0 1742 1743 6.16.1. pango-1.0/pango/pangoxft.h 1744 1745 6.17. Interfaces for libpangoft2-1.0 1746 1747 6.17.1. Pango Freetype Fonts and Rendering library 1748 1749 6.18. Data Definitions for libpangoft2-1.0 1750 1751 6.18.1. pango-1.0/pango/pangofc-decoder.h 1752 6.18.2. pango-1.0/pango/pangofc-fontmap.h 1753 6.18.3. pango-1.0/pango/pangoft2.h 1754 1755 6.19. Interfaces for libgdk_pixbuf-2.0 1756 1757 6.19.1. GDK pixbuf rendering on drawables library 1758 1759 6.20. Data Definitions for libgdk_pixbuf-2.0 1760 1761 6.20.1. gtk-2.0/gdk-pixbuf/gdk-pixbuf.h 1762 6.20.2. gtk-2.0/gdk-pixbuf/gdk-pixdata.h 1763 1764 6.21. Interfaces for libgdk_pixbuf_xlib-2.0 1765 1766 6.21.1. GDK pixbuf rendering to an X drawable 1767 library 1768 1769 6.22. Data Definitions for libgdk_pixbuf_xlib-2.0 1770 1771 6.22.1. gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h 1772 1773 6.23. Interfaces for libgdk-x11-2.0 1774 1775 6.23.1. GTK Drawing toolkit 1776 1777 6.24. Data Definitions for libgdk-x11-2.0 1778 1779 6.24.1. gtk-2.0/gdk/gdk.h 1780 6.24.2. gtk-2.0/gdk/gdkkeysyms.h 1781 6.24.3. gtk-2.0/gdk/gdkx.h 1782 1783 6.25. Interfaces for libgtk-x11-2.0 1784 1785 6.25.1. GTK main Widgets library 1786 1787 6.26. Data Definitions for libgtk-x11-2.0 1788 1789 6.26.1. gtk-2.0/gtk/gtk.h 1790 6.26.2. gtk-2.0/gtk/gtkenums.h 1791 6.26.3. gtk-2.0/gtk/gtkprintoperationpreview.h 1792 6.26.4. gtk-2.0/gtk/gtkrecentfilter.h 1793 6.26.5. gtk-2.0/gtk/gtkrecentmanager.h 1794 6.26.6. gtk-2.0/gtk/gtkstatusicon.h 1795 6.26.7. gtk-2.0/gtk/gtktextbufferrichtext.h 1796 6.26.8. 1797 gtk-unix-print-2.0/gtk/gtkpagesetupunixdialog 1798 .h 1799 1800 6.26.9. gtk-unix-print-2.0/gtk/gtkprinter.h 1801 6.26.10. gtk-unix-print-2.0/gtk/gtkprintjob.h 1802 6.26.11. gtk-unix-print-2.0/gtk/gtkprintunixdialog.h 1803 6.26.12. gtk-unix-print-2.0/gtk/gtkunixprint.h 1804 __________________________________________________________ 1805 1806 Chapter 6. Libraries 1807 1808 6.1. Introduction 1809 1810 A conforming implementation shall support the following GTK+ 1811 stack libraries which provide interfaces for creating rich 1812 graphical user interface applications. 1813 1814 GLib 1815 1816 A general-purpose utility library, not specific to graphical 1817 user interfaces. GLib provides many useful data types, macros, 1818 type conversions, string utilities, file utilities, a main loop 1819 abstraction, and so on. 1820 1821 libglib-2.0 1822 1823 libgmodule-2.0 1824 1825 libgobject-2.0 1826 1827 libgthread-2.0 1828 ATK 1829 1830 ATK is the Accessibility Toolkit. It provides a set of generic 1831 interfaces allowing accessibility technologies to interact with 1832 a graphical user interface. For example, a screen reader uses 1833 ATK to discover the text in an interface and read it to blind 1834 users. GTK+ widgets have built-in support for accessibility 1835 using the ATK framework. 1836 1837 libatk-1.0 1838 Pango 1839 1840 Pango is a library for internationalized text handling. It 1841 centers around the PangoLayout object, representing a paragraph 1842 of text. Pango provides the engine for GtkTextView, GtkLabel, 1843 GtkEntry, and other widgets that display text. 1844 1845 libpango-1.0 1846 1847 libpangocairo-1.0 1848 1849 libpangoxft-1.0 1850 1851 libpangoft2-1.0 1852 GdkPixbuf 1853 1854 This is a small library which allows you to create GdkPixbuf 1855 ("pixel buffer") objects from image data or image files. Use a 1856 GdkPixbuf in combination with GtkImage to display images. 1857 1858 libgdk_pixbuf-2.0 1859 1860 libgdk_pixbuf_xlib-2.0 1861 GDK 1862 1863 GDK is the abstraction layer that allows GTK+ to support 1864 multiple windowing systems. GDK provides drawing and window 1865 system facilities on X11, Windows, and the Linux framebuffer 1866 device. 1867 1868 libgdk-x11-2.0 1869 GTK+ 1870 1871 The GTK+ library contains widgets, that is, GUI components such 1872 as GtkButton or GtkTextView. 1873 1874 libgtk-x11-2.0 1875 1876 There are three main parts to the definition of each of these 1877 libraries. 1878 1879 The "Interfaces" section defines the required library name and 1880 version, and the required public symbols (interfaces and global 1881 data), as well as symbol versions, if any. 1882 1883 The "Interface Definitions" section provides complete or 1884 partial definitions of certain interfaces where either this 1885 specification is the source specification, or where there are 1886 variations from the source specification. If an interface 1887 definition requires one or more header files, one of those 1888 headers shall include the function prototype for the interface. 1889 1890 For source definitions of interfaces which include a reference 1891 to a header file, the contents of such header files form a part 1892 of the specification. The "Data Definitions" section provides 1893 the binary-level details for the header files from the source 1894 specifications, such as values for macros and enumerated types, 1895 as well as structure layouts, sizes and padding, etc. These 1896 data definitions, although presented in the form of header 1897 files for convenience, should not be taken a representing 1898 complete header files, as they are a supplement to the source 1899 specifications. Application developers should follow the 1900 guidelines of the source specifications when determining which 1901 header files need to be included to completely resolve all 1902 references. 1903 1904 Note: While the Data Definitions supplement the source 1905 specifications, this specification itself does not require 1906 conforming implementations to supply any header files. 1907 __________________________________________________________ 1908 1909 6.2. Interfaces for libglib-2.0 1910 1911 Table 6-1 defines the library name and shared object name for 1912 the libglib-2.0 library 1913 1914 Table 6-1. libglib-2.0 Definition 1915 Library: libglib-2.0 1916 SONAME: libglib-2.0.so.0 1917 __________________________________________________________ 1918 1919 6.2.1. GTK General purpose utility library 1920 __________________________________________________________ 1921 1922 6.2.1.1. Interfaces for GTK General purpose utility library 1923 1924 No external functions are defined for libglib-2.0 - GTK General 1925 purpose utility library in this part of the specification. See 1926 also the generic specification. 1927 __________________________________________________________ 1928 1929 6.2.2. Glib Arrays 1930 __________________________________________________________ 1931 1932 6.2.2.1. Interfaces for Glib Arrays 1933 1934 No external functions are defined for libglib-2.0 - Glib Arrays 1935 in this part of the specification. See also the generic 1936 specification. 1937 __________________________________________________________ 1938 1939 6.2.3. Glib Asynchronous Queues 1940 __________________________________________________________ 1941 1942 6.2.3.1. Interfaces for Glib Asynchronous Queues 1943 1944 No external functions are defined for libglib-2.0 - Glib 1945 Asynchronous Queues in this part of the specification. See also 1946 the generic specification. 1947 __________________________________________________________ 1948 1949 6.2.4. Glib Atomic Operations 1950 __________________________________________________________ 1951 1952 6.2.4.1. Interfaces for Glib Atomic Operations 1953 1954 No external functions are defined for libglib-2.0 - Glib Atomic 1955 Operations in this part of the specification. See also the 1956 generic specification. 1957 __________________________________________________________ 1958 1959 6.2.5. Glib Automatic String Completion 1960 __________________________________________________________ 1961 1962 6.2.5.1. Interfaces for Glib Automatic String Completion 1963 1964 No external functions are defined for libglib-2.0 - Glib 1965 Automatic String Completion in this part of the specification. 1966 See also the generic specification. 1967 __________________________________________________________ 1968 1969 6.2.6. Glib Balanced Binary Trees 1970 __________________________________________________________ 1971 1972 6.2.6.1. Interfaces for Glib Balanced Binary Trees 1973 1974 No external functions are defined for libglib-2.0 - Glib 1975 Balanced Binary Trees in this part of the specification. See 1976 also the generic specification. 1977 __________________________________________________________ 1978 1979 6.2.7. Glib Byte Arrays 1980 __________________________________________________________ 1981 1982 6.2.7.1. Interfaces for Glib Byte Arrays 1983 1984 No external functions are defined for libglib-2.0 - Glib Byte 1985 Arrays in this part of the specification. See also the generic 1986 specification. 1987 __________________________________________________________ 1988 1989 6.2.8. Glib Caches 1990 __________________________________________________________ 1991 1992 6.2.8.1. Interfaces for Glib Caches 1993 1994 No external functions are defined for libglib-2.0 - Glib Caches 1995 in this part of the specification. See also the generic 1996 specification. 1997 __________________________________________________________ 1998 1999 6.2.9. Glib Character Set Conversion 2000 __________________________________________________________ 2001 2002 6.2.9.1. Interfaces for Glib Character Set Conversion 2003 2004 No external functions are defined for libglib-2.0 - Glib 2005 Character Set Conversion in this part of the specification. See 2006 also the generic specification. 2007 __________________________________________________________ 2008 2009 6.2.10. Glib Commandline Option Parser 2010 __________________________________________________________ 2011 2012 6.2.10.1. Interfaces for Glib Commandline Option Parser 2013 2014 No external functions are defined for libglib-2.0 - Glib 2015 Commandline Option Parser in this part of the specification. 2016 See also the generic specification. 2017 __________________________________________________________ 2018 2019 6.2.11. Glib Datasets 2020 __________________________________________________________ 2021 2022 6.2.11.1. Interfaces for Glib Datasets 2023 2024 No external functions are defined for libglib-2.0 - Glib 2025 Datasets in this part of the specification. See also the 2026 generic specification. 2027 __________________________________________________________ 2028 2029 6.2.12. Glib Date and Time Functions 2030 __________________________________________________________ 2031 2032 6.2.12.1. Interfaces for Glib Date and Time Functions 2033 2034 No external functions are defined for libglib-2.0 - Glib Date 2035 and Time Functions in this part of the specification. See also 2036 the generic specification. 2037 __________________________________________________________ 2038 2039 6.2.13. Glib Double-Ended Queues 2040 __________________________________________________________ 2041 2042 6.2.13.1. Interfaces for Glib Double-Ended Queues 2043 2044 No external functions are defined for libglib-2.0 - Glib 2045 Double-Ended Queues in this part of the specification. See also 2046 the generic specification. 2047 __________________________________________________________ 2048 2049 6.2.14. Glib Doubly-Linked Lists 2050 __________________________________________________________ 2051 2052 6.2.14.1. Interfaces for Glib Doubly-Linked Lists 2053 2054 No external functions are defined for libglib-2.0 - Glib 2055 Doubly-Linked Lists in this part of the specification. See also 2056 the generic specification. 2057 __________________________________________________________ 2058 2059 6.2.15. Glib Error Reporting 2060 __________________________________________________________ 2061 2062 6.2.15.1. Interfaces for Glib Error Reporting 2063 2064 No external functions are defined for libglib-2.0 - Glib Error 2065 Reporting in this part of the specification. See also the 2066 generic specification. 2067 __________________________________________________________ 2068 2069 6.2.16. Glib File Utilities 2070 __________________________________________________________ 2071 2072 6.2.16.1. Interfaces for Glib File Utilities 2073 2074 No external functions are defined for libglib-2.0 - Glib File 2075 Utilities in this part of the specification. See also the 2076 generic specification. 2077 __________________________________________________________ 2078 2079 6.2.17. Glib Glob-Style Pattern Matching 2080 __________________________________________________________ 2081 2082 6.2.17.1. Interfaces for Glib Glob-Style Pattern Matching 2083 2084 No external functions are defined for libglib-2.0 - Glib 2085 Glob-Style Pattern Matching in this part of the specification. 2086 See also the generic specification. 2087 __________________________________________________________ 2088 2089 6.2.18. Glib Hash Tables 2090 __________________________________________________________ 2091 2092 6.2.18.1. Interfaces for Glib Hash Tables 2093 2094 No external functions are defined for libglib-2.0 - Glib Hash 2095 Tables in this part of the specification. See also the generic 2096 specification. 2097 __________________________________________________________ 2098 2099 6.2.19. Glib Hook Functions 2100 __________________________________________________________ 2101 2102 6.2.19.1. Interfaces for Glib Hook Functions 2103 2104 No external functions are defined for libglib-2.0 - Glib Hook 2105 Functions in this part of the specification. See also the 2106 generic specification. 2107 __________________________________________________________ 2108 2109 6.2.20. Glib IO Channels 2110 __________________________________________________________ 2111 2112 6.2.20.1. Interfaces for Glib IO Channels 2113 2114 No external functions are defined for libglib-2.0 - Glib IO 2115 Channels in this part of the specification. See also the 2116 generic specification. 2117 __________________________________________________________ 2118 2119 6.2.21. Glib Internationalization 2120 __________________________________________________________ 2121 2122 6.2.21.1. Interfaces for Glib Internationalization 2123 2124 No external functions are defined for libglib-2.0 - Glib 2125 Internationalization in this part of the specification. See 2126 also the generic specification. 2127 __________________________________________________________ 2128 2129 6.2.22. Glib Key-Value File Parser 2130 __________________________________________________________ 2131 2132 6.2.22.1. Interfaces for Glib Key-Value File Parser 2133 2134 No external functions are defined for libglib-2.0 - Glib 2135 Key-Value File Parser in this part of the specification. See 2136 also the generic specification. 2137 __________________________________________________________ 2138 2139 6.2.23. Glib Keyed Data Lists 2140 __________________________________________________________ 2141 2142 6.2.23.1. Interfaces for Glib Keyed Data Lists 2143 2144 No external functions are defined for libglib-2.0 - Glib Keyed 2145 Data Lists in this part of the specification. See also the 2146 generic specification. 2147 __________________________________________________________ 2148 2149 6.2.24. Glib Lexical Scanner 2150 __________________________________________________________ 2151 2152 6.2.24.1. Interfaces for Glib Lexical Scanner 2153 2154 No external functions are defined for libglib-2.0 - Glib 2155 Lexical Scanner in this part of the specification. See also the 2156 generic specification. 2157 __________________________________________________________ 2158 2159 6.2.25. Glib Memory Allocation 2160 __________________________________________________________ 2161 2162 6.2.25.1. Interfaces for Glib Memory Allocation 2163 2164 No external functions are defined for libglib-2.0 - Glib Memory 2165 Allocation in this part of the specification. See also the 2166 generic specification. 2167 __________________________________________________________ 2168 2169 6.2.26. Glib Memory Allocators 2170 __________________________________________________________ 2171 2172 6.2.26.1. Interfaces for Glib Memory Allocators 2173 2174 No external functions are defined for libglib-2.0 - Glib Memory 2175 Allocators in this part of the specification. See also the 2176 generic specification. 2177 __________________________________________________________ 2178 2179 6.2.27. Glib Memory Chunks 2180 __________________________________________________________ 2181 2182 6.2.27.1. Interfaces for Glib Memory Chunks 2183 2184 No external functions are defined for libglib-2.0 - Glib Memory 2185 Chunks in this part of the specification. See also the generic 2186 specification. 2187 __________________________________________________________ 2188 2189 6.2.28. Glib Message Logging 2190 __________________________________________________________ 2191 2192 6.2.28.1. Interfaces for Glib Message Logging 2193 2194 No external functions are defined for libglib-2.0 - Glib 2195 Message Logging in this part of the specification. See also the 2196 generic specification. 2197 __________________________________________________________ 2198 2199 6.2.29. Glib Message Output and Debugging Functions 2200 __________________________________________________________ 2201 2202 6.2.29.1. Interfaces for Glib Message Output and Debugging Functions 2203 2204 No external functions are defined for libglib-2.0 - Glib 2205 Message Output and Debugging Functions in this part of the 2206 specification. See also the generic specification. 2207 __________________________________________________________ 2208 2209 6.2.30. Glib Miscellaneous Utility Functions 2210 __________________________________________________________ 2211 2212 6.2.30.1. Interfaces for Glib Miscellaneous Utility Functions 2213 2214 No external functions are defined for libglib-2.0 - Glib 2215 Miscellaneous Utility Functions in this part of the 2216 specification. See also the generic specification. 2217 __________________________________________________________ 2218 2219 6.2.31. Glib N-ary Trees 2220 __________________________________________________________ 2221 2222 6.2.31.1. Interfaces for Glib N-ary Trees 2223 2224 No external functions are defined for libglib-2.0 - Glib N-ary 2225 Trees in this part of the specification. See also the generic 2226 specification. 2227 __________________________________________________________ 2228 2229 6.2.32. Glib Pointer Arrays 2230 __________________________________________________________ 2231 2232 6.2.32.1. Interfaces for Glib Pointer Arrays 2233 2234 No external functions are defined for libglib-2.0 - Glib 2235 Pointer Arrays in this part of the specification. See also the 2236 generic specification. 2237 __________________________________________________________ 2238 2239 6.2.33. Glib Quarks 2240 __________________________________________________________ 2241 2242 6.2.33.1. Interfaces for Glib Quarks 2243 2244 No external functions are defined for libglib-2.0 - Glib Quarks 2245 in this part of the specification. See also the generic 2246 specification. 2247 __________________________________________________________ 2248 2249 6.2.34. Glib Random Numbers 2250 __________________________________________________________ 2251 2252 6.2.34.1. Interfaces for Glib Random Numbers 2253 2254 No external functions are defined for libglib-2.0 - Glib Random 2255 Numbers in this part of the specification. See also the generic 2256 specification. 2257 __________________________________________________________ 2258 2259 6.2.35. Glib Relations and Tuples 2260 __________________________________________________________ 2261 2262 6.2.35.1. Interfaces for Glib Relations and Tuples 2263 2264 No external functions are defined for libglib-2.0 - Glib 2265 Relations and Tuples in this part of the specification. See 2266 also the generic specification. 2267 __________________________________________________________ 2268 2269 6.2.36. Glib Shell-related Utilities 2270 __________________________________________________________ 2271 2272 6.2.36.1. Interfaces for Glib Shell-related Utilities 2273 2274 No external functions are defined for libglib-2.0 - Glib 2275 Shell-related Utilities in this part of the specification. See 2276 also the generic specification. 2277 __________________________________________________________ 2278 2279 6.2.37. Glib Simple XML Subset Parser 2280 __________________________________________________________ 2281 2282 6.2.37.1. Interfaces for Glib Simple XML Subset Parser 2283 2284 No external functions are defined for libglib-2.0 - Glib Simple 2285 XML Subset Parser in this part of the specification. See also 2286 the generic specification. 2287 __________________________________________________________ 2288 2289 6.2.38. Glib Singly-Linked Lists 2290 __________________________________________________________ 2291 2292 6.2.38.1. Interfaces for Glib Singly-Linked Lists 2293 2294 No external functions are defined for libglib-2.0 - Glib 2295 Singly-Linked Lists in this part of the specification. See also 2296 the generic specification. 2297 __________________________________________________________ 2298 2299 6.2.39. Glib Spawning Processes 2300 __________________________________________________________ 2301 2302 6.2.39.1. Interfaces for Glib Spawning Processes 2303 2304 No external functions are defined for libglib-2.0 - Glib 2305 Spawning Processes in this part of the specification. See also 2306 the generic specification. 2307 __________________________________________________________ 2308 2309 6.2.40. Glib String Chunks 2310 __________________________________________________________ 2311 2312 6.2.40.1. Interfaces for Glib String Chunks 2313 2314 No external functions are defined for libglib-2.0 - Glib String 2315 Chunks in this part of the specification. See also the generic 2316 specification. 2317 __________________________________________________________ 2318 2319 6.2.41. Glib String Utility Functions 2320 __________________________________________________________ 2321 2322 6.2.41.1. Interfaces for Glib String Utility Functions 2323 2324 No external functions are defined for libglib-2.0 - Glib String 2325 Utility Functions in this part of the specification. See also 2326 the generic specification. 2327 __________________________________________________________ 2328 2329 6.2.42. Glib Strings 2330 __________________________________________________________ 2331 2332 6.2.42.1. Interfaces for Glib Strings 2333 2334 No external functions are defined for libglib-2.0 - Glib 2335 Strings in this part of the specification. See also the generic 2336 specification. 2337 __________________________________________________________ 2338 2339 6.2.43. Glib - The Main Event Loop 2340 __________________________________________________________ 2341 2342 6.2.43.1. Interfaces for Glib - The Main Event Loop 2343 2344 No external functions are defined for libglib-2.0 - Glib - The 2345 Main Event Loop in this part of the specification. See also the 2346 generic specification. 2347 __________________________________________________________ 2348 2349 6.2.44. Glib Thread Pools 2350 __________________________________________________________ 2351 2352 6.2.44.1. Interfaces for Glib Thread Pools 2353 2354 No external functions are defined for libglib-2.0 - Glib Thread 2355 Pools in this part of the specification. See also the generic 2356 specification. 2357 __________________________________________________________ 2358 2359 6.2.45. Glib Threads 2360 __________________________________________________________ 2361 2362 6.2.45.1. Interfaces for Glib Threads 2363 2364 No external functions are defined for libglib-2.0 - Glib 2365 Threads in this part of the specification. See also the generic 2366 specification. 2367 __________________________________________________________ 2368 2369 6.2.46. Glib Timers 2370 __________________________________________________________ 2371 2372 6.2.46.1. Interfaces for Glib Timers 2373 2374 No external functions are defined for libglib-2.0 - Glib Timers 2375 in this part of the specification. See also the generic 2376 specification. 2377 __________________________________________________________ 2378 2379 6.2.47. Glib Trash Stacks 2380 __________________________________________________________ 2381 2382 6.2.47.1. Interfaces for Glib Trash Stacks 2383 2384 No external functions are defined for libglib-2.0 - Glib Trash 2385 Stacks in this part of the specification. See also the generic 2386 specification. 2387 __________________________________________________________ 2388 2389 6.2.48. Glib Unicode Manipulation 2390 __________________________________________________________ 2391 2392 6.2.48.1. Interfaces for Glib Unicode Manipulation 2393 2394 No external functions are defined for libglib-2.0 - Glib 2395 Unicode Manipulation in this part of the specification. See 2396 also the generic specification. 2397 __________________________________________________________ 2398 2399 6.2.49. Glib Version Information 2400 __________________________________________________________ 2401 2402 6.2.49.1. Interfaces for Glib Version Information 2403 2404 No external functions are defined for libglib-2.0 - Glib 2405 Version Information in this part of the specification. See also 2406 the generic specification. 2407 __________________________________________________________ 2408 2409 6.2.50. Glib Bookmark File Parser 2410 __________________________________________________________ 2411 2412 6.2.50.1. Interfaces for Glib Bookmark File Parser 2413 2414 No external functions are defined for libglib-2.0 - Glib 2415 Bookmark File Parser in this part of the specification. See 2416 also the generic specification. 2417 __________________________________________________________ 2418 2419 6.2.51. Glib Memory Slices 2420 __________________________________________________________ 2421 2422 6.2.51.1. Interfaces for Glib Memory Slices 2423 2424 No external functions are defined for libglib-2.0 - Glib Memory 2425 Slices in this part of the specification. See also the generic 2426 specification. 2427 __________________________________________________________ 2428 2429 6.2.52. Glib Base64 Encoding 2430 __________________________________________________________ 2431 2432 6.2.52.1. Interfaces for Glib Base64 Encoding 2433 2434 No external functions are defined for libglib-2.0 - Glib Base64 2435 Encoding in this part of the specification. See also the 2436 generic specification. 2437 __________________________________________________________ 2438 2439 6.3. Data Definitions for libglib-2.0 2440 2441 This section defines global identifiers and their values that 2442 are associated with interfaces contained in libglib-2.0. These 2443 definitions are organized into groups that correspond to system 2444 headers. This convention is used as a convenience for the 2445 reader, and does not imply the existence of these headers, or 2446 their content. Where an interface is defined as requiring a 2447 particular system header file all of the data definitions for 2448 that system header file presented here shall be in effect. 2449 2450 This section gives data definitions to promote binary 2451 application portability, not to repeat source interface 2452 definitions available elsewhere. System providers and 2453 application developers should use this ABI to supplement - not 2454 to replace - source interface definition specifications. 2455 2456 This specification uses the ISO C (1999) C Language as the 2457 reference programming language, and data definitions are 2458 specified in ISO C format. The C language is used here as a 2459 convenient notation. Using a C language description of these 2460 data objects does not preclude their use by other programming 2461 languages. 2462 __________________________________________________________ 2463 2464 6.3.1. glib-2.0/glib.h 2465 2466 #define G_STATIC_MUTEX_INIT \ 2467 { NULL, { { 0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0} } } 2468 #define GPOINTER_TO_INT(p) ((gint) (glong) (p)) 2469 #define GLONG_TO_BE(val) ((glong) GINT64_TO_BE (val)) 2470 #define GLONG_TO_LE(val) ((glong) GINT64_TO_LE (val)) 2471 #define GINT_TO_POINTER(i) ((gpointer) (glong) (i)) 2472 #define GUINT_TO_POINTER(u) ((gpointer) (gulong) (u)) 2473 #define GPOINTER_TO_UINT(p) ((guint) (gulong) (p)) 2474 #define GULONG_TO_BE(val) ((gulong) GUINT64_TO_BE (val)) 2475 #define GULONG_TO_LE(val) ((gulong) GUINT64_TO_LE (val)) 2476 #define G_GINT64_CONSTANT(val) (G_GNUC_EXTENSION (val ##L)) 2477 #define G_VA_COPY_AS_ARRAY 1 2478 #define GLIB_LSB_PADDING_SIZE 40 2479 #define GLIB_LSB_DATA_SIZE 8 2480 #define GLIB_SIZEOF_LONG 8 2481 #define GLIB_SIZEOF_SIZE_T 8 2482 #define GLIB_SIZEOF_VOID_P 8 2483 #define G_BYTE_ORDER G_LITTLE_ENDIAN 2484 #define G_MAXSIZE G_MAXULONG 2485 #define G_BREAKPOINT() G_STMT_START{ __asm__ __volatile__ ("int $03");}G_STMT_END 2486 #define G_GINT64_MODIFIER "l" 2487 #define G_GSIZE_MODIFIER "l" 2488 #define G_GINT64_FORMAT "li" 2489 #define G_GSSIZE_FORMAT "li" 2490 #define G_GSIZE_FORMAT "lu" 2491 #define G_GUINT64_FORMAT "lu" 2492 2493 typedef long int gssize; 2494 typedef long int gint64; 2495 typedef unsigned long int guint64; 2496 2497 typedef unsigned long int gsize; 2498 __________________________________________________________ 2499 2500 6.3.2. glib-2.0/glib/gi18n.h 2501 2502 /* 2503 * This header is architecture neutral 2504 * Please refer to the generic specification for details 2505 */ 2506 __________________________________________________________ 2507 2508 6.3.3. glib-2.0/glib/gstdio.h 2509 2510 /* 2511 * This header is architecture neutral 2512 * Please refer to the generic specification for details 2513 */ 2514 __________________________________________________________ 2515 2516 6.4. Interfaces for libgobject-2.0 2517 2518 Table 6-2 defines the library name and shared object name for 2519 the libgobject-2.0 library 2520 2521 Table 6-2. libgobject-2.0 Definition 2522 Library: libgobject-2.0 2523 SONAME: libgobject-2.0.so.0 2524 __________________________________________________________ 2525 2526 6.4.1. Gobject GTypeModule 2527 __________________________________________________________ 2528 2529 6.4.1.1. Interfaces for Gobject GTypeModule 2530 2531 No external functions are defined for libgobject-2.0 - Gobject 2532 GTypeModule in this part of the specification. See also the 2533 generic specification. 2534 __________________________________________________________ 2535 2536 6.4.2. Gobject Enums and Flags 2537 __________________________________________________________ 2538 2539 6.4.2.1. Interfaces for Gobject Enums and Flags 2540 2541 No external functions are defined for libgobject-2.0 - Gobject 2542 Enums and Flags in this part of the specification. See also the 2543 generic specification. 2544 __________________________________________________________ 2545 2546 6.4.3. Gobject Signals 2547 __________________________________________________________ 2548 2549 6.4.3.1. Interfaces for Gobject Signals 2550 2551 No external functions are defined for libgobject-2.0 - Gobject 2552 Signals in this part of the specification. See also the generic 2553 specification. 2554 __________________________________________________________ 2555 2556 6.4.4. Gobject Value arrays 2557 __________________________________________________________ 2558 2559 6.4.4.1. Interfaces for Gobject Value arrays 2560 2561 No external functions are defined for libgobject-2.0 - Gobject 2562 Value arrays in this part of the specification. See also the 2563 generic specification. 2564 __________________________________________________________ 2565 2566 6.4.5. Gobject Generic Values 2567 __________________________________________________________ 2568 2569 6.4.5.1. Interfaces for Gobject Generic Values 2570 2571 No external functions are defined for libgobject-2.0 - Gobject 2572 Generic Values in this part of the specification. See also the 2573 generic specification. 2574 __________________________________________________________ 2575 2576 6.4.6. Gobject Parameters and Values 2577 __________________________________________________________ 2578 2579 6.4.6.1. Interfaces for Gobject Parameters and Values 2580 2581 No external functions are defined for libgobject-2.0 - Gobject 2582 Parameters and Values in this part of the specification. See 2583 also the generic specification. 2584 __________________________________________________________ 2585 2586 6.4.7. Gobject GParamSpec 2587 __________________________________________________________ 2588 2589 6.4.7.1. Interfaces for Gobject GParamSpec 2590 2591 No external functions are defined for libgobject-2.0 - Gobject 2592 GParamSpec in this part of the specification. See also the 2593 generic specification. 2594 __________________________________________________________ 2595 2596 6.4.8. Gobject GBoxed 2597 __________________________________________________________ 2598 2599 6.4.8.1. Interfaces for Gobject GBoxed 2600 2601 No external functions are defined for libgobject-2.0 - Gobject 2602 GBoxed in this part of the specification. See also the generic 2603 specification. 2604 __________________________________________________________ 2605 2606 6.4.9. Gobject Closures 2607 __________________________________________________________ 2608 2609 6.4.9.1. Interfaces for Gobject Closures 2610 2611 No external functions are defined for libgobject-2.0 - Gobject 2612 Closures in this part of the specification. See also the 2613 generic specification. 2614 __________________________________________________________ 2615 2616 6.4.10. Gobject Gobject 2617 __________________________________________________________ 2618 2619 6.4.10.1. Interfaces for Gobject Gobject 2620 2621 No external functions are defined for libgobject-2.0 - Gobject 2622 Gobject in this part of the specification. See also the generic 2623 specification. 2624 __________________________________________________________ 2625 2626 6.4.11. Gobject GType 2627 __________________________________________________________ 2628 2629 6.4.11.1. Interfaces for Gobject GType 2630 2631 No external functions are defined for libgobject-2.0 - Gobject 2632 GType in this part of the specification. See also the generic 2633 specification. 2634 __________________________________________________________ 2635 2636 6.4.12. Gobject GTypePlugin 2637 __________________________________________________________ 2638 2639 6.4.12.1. Interfaces for Gobject GTypePlugin 2640 2641 No external functions are defined for libgobject-2.0 - Gobject 2642 GTypePlugin in this part of the specification. See also the 2643 generic specification. 2644 __________________________________________________________ 2645 2646 6.5. Data Definitions for libgobject-2.0 2647 2648 This section defines global identifiers and their values that 2649 are associated with interfaces contained in libgobject-2.0. 2650 These definitions are organized into groups that correspond to 2651 system headers. This convention is used as a convenience for 2652 the reader, and does not imply the existence of these headers, 2653 or their content. Where an interface is defined as requiring a 2654 particular system header file all of the data definitions for 2655 that system header file presented here shall be in effect. 2656 2657 This section gives data definitions to promote binary 2658 application portability, not to repeat source interface 2659 definitions available elsewhere. System providers and 2660 application developers should use this ABI to supplement - not 2661 to replace - source interface definition specifications. 2662 2663 This specification uses the ISO C (1999) C Language as the 2664 reference programming language, and data definitions are 2665 specified in ISO C format. The C language is used here as a 2666 convenient notation. Using a C language description of these 2667 data objects does not preclude their use by other programming 2668 languages. 2669 __________________________________________________________ 2670 2671 6.5.1. glib-2.0/glib-object.h 2672 2673 /* 2674 * This header is architecture neutral 2675 * Please refer to the generic specification for details 2676 */ 2677 __________________________________________________________ 2678 2679 6.5.2. glib-2.0/gobject/gvaluecollector.h 2680 2681 /* 2682 * This header is architecture neutral 2683 * Please refer to the generic specification for details 2684 */ 2685 __________________________________________________________ 2686 2687 6.6. Interfaces for libgmodule-2.0 2688 2689 Table 6-3 defines the library name and shared object name for 2690 the libgmodule-2.0 library 2691 2692 Table 6-3. libgmodule-2.0 Definition 2693 Library: libgmodule-2.0 2694 SONAME: libgmodule-2.0.so.0 2695 __________________________________________________________ 2696 2697 6.6.1. Glib-Dynamic loading of Modules 2698 __________________________________________________________ 2699 2700 6.6.1.1. Interfaces for Glib-Dynamic loading of Modules 2701 2702 No external functions are defined for libgmodule-2.0 - 2703 Glib-Dynamic loading of Modules in this part of the 2704 specification. See also the generic specification. 2705 __________________________________________________________ 2706 2707 6.7. Data Definitions for libgmodule-2.0 2708 2709 This section defines global identifiers and their values that 2710 are associated with interfaces contained in libgmodule-2.0. 2711 These definitions are organized into groups that correspond to 2712 system headers. This convention is used as a convenience for 2713 the reader, and does not imply the existence of these headers, 2714 or their content. Where an interface is defined as requiring a 2715 particular system header file all of the data definitions for 2716 that system header file presented here shall be in effect. 2717 2718 This section gives data definitions to promote binary 2719 application portability, not to repeat source interface 2720 definitions available elsewhere. System providers and 2721 application developers should use this ABI to supplement - not 2722 to replace - source interface definition specifications. 2723 2724 This specification uses the ISO C (1999) C Language as the 2725 reference programming language, and data definitions are 2726 specified in ISO C format. The C language is used here as a 2727 convenient notation. Using a C language description of these 2728 data objects does not preclude their use by other programming 2729 languages. 2730 __________________________________________________________ 2731 2732 6.7.1. glib-2.0/gmodule.h 2733 2734 /* 2735 * This header is architecture neutral 2736 * Please refer to the generic specification for details 2737 */ 2738 __________________________________________________________ 2739 2740 6.8. Interfaces for libgthread-2.0 2741 2742 Table 6-4 defines the library name and shared object name for 2743 the libgthread-2.0 library 2744 2745 Table 6-4. libgthread-2.0 Definition 2746 Library: libgthread-2.0 2747 SONAME: libgthread-2.0.so.0 2748 __________________________________________________________ 2749 2750 6.8.1. Glib thread abstraction 2751 __________________________________________________________ 2752 2753 6.8.1.1. Interfaces for Glib thread abstraction 2754 2755 No external functions are defined for libgthread-2.0 - Glib 2756 thread abstraction in this part of the specification. See also 2757 the generic specification. 2758 __________________________________________________________ 2759 2760 6.9. Interfaces for libatk-1.0 2761 2762 Table 6-5 defines the library name and shared object name for 2763 the libatk-1.0 library 2764 2765 Table 6-5. libatk-1.0 Definition 2766 Library: libatk-1.0 2767 SONAME: libatk-1.0.so.0 2768 __________________________________________________________ 2769 2770 6.9.1. GTK Accessibility Toolkit 2771 __________________________________________________________ 2772 2773 6.9.1.1. Interfaces for GTK Accessibility Toolkit 2774 2775 No external functions are defined for libatk-1.0 - GTK 2776 Accessibility Toolkit in this part of the specification. See 2777 also the generic specification. 2778 __________________________________________________________ 2779 2780 6.10. Data Definitions for libatk-1.0 2781 2782 This section defines global identifiers and their values that 2783 are associated with interfaces contained in libatk-1.0. These 2784 definitions are organized into groups that correspond to system 2785 headers. This convention is used as a convenience for the 2786 reader, and does not imply the existence of these headers, or 2787 their content. Where an interface is defined as requiring a 2788 particular system header file all of the data definitions for 2789 that system header file presented here shall be in effect. 2790 2791 This section gives data definitions to promote binary 2792 application portability, not to repeat source interface 2793 definitions available elsewhere. System providers and 2794 application developers should use this ABI to supplement - not 2795 to replace - source interface definition specifications. 2796 2797 This specification uses the ISO C (1999) C Language as the 2798 reference programming language, and data definitions are 2799 specified in ISO C format. The C language is used here as a 2800 convenient notation. Using a C language description of these 2801 data objects does not preclude their use by other programming 2802 languages. 2803 __________________________________________________________ 2804 2805 6.10.1. atk-1.0/atk/atk-enum-types.h 2806 2807 /* 2808 * This header is architecture neutral 2809 * Please refer to the generic specification for details 2810 */ 2811 __________________________________________________________ 2812 2813 6.10.2. atk-1.0/atk/atk.h 2814 2815 /* 2816 * This header is architecture neutral 2817 * Please refer to the generic specification for details 2818 */ 2819 __________________________________________________________ 2820 2821 6.11. Interfaces for libpango-1.0 2822 2823 Table 6-6 defines the library name and shared object name for 2824 the libpango-1.0 library 2825 2826 Table 6-6. libpango-1.0 Definition 2827 Library: libpango-1.0 2828 SONAME: libpango-1.0.so.0 2829 __________________________________________________________ 2830 2831 6.11.1. GTK Internationalized Text Layout and Rendering library 2832 __________________________________________________________ 2833 2834 6.11.1.1. Interfaces for GTK Internationalized Text Layout and Rendering library 2835 2836 No external functions are defined for libpango-1.0 - GTK 2837 Internationalized Text Layout and Rendering library in this 2838 part of the specification. See also the generic specification. 2839 __________________________________________________________ 2840 2841 6.12. Data Definitions for libpango-1.0 2842 2843 This section defines global identifiers and their values that 2844 are associated with interfaces contained in libpango-1.0. These 2845 definitions are organized into groups that correspond to system 2846 headers. This convention is used as a convenience for the 2847 reader, and does not imply the existence of these headers, or 2848 their content. Where an interface is defined as requiring a 2849 particular system header file all of the data definitions for 2850 that system header file presented here shall be in effect. 2851 2852 This section gives data definitions to promote binary 2853 application portability, not to repeat source interface 2854 definitions available elsewhere. System providers and 2855 application developers should use this ABI to supplement - not 2856 to replace - source interface definition specifications. 2857 2858 This specification uses the ISO C (1999) C Language as the 2859 reference programming language, and data definitions are 2860 specified in ISO C format. The C language is used here as a 2861 convenient notation. Using a C language description of these 2862 data objects does not preclude their use by other programming 2863 languages. 2864 __________________________________________________________ 2865 2866 6.12.1. pango-1.0/pango/pango.h 2867 2868 /* 2869 * This header is architecture neutral 2870 * Please refer to the generic specification for details 2871 */ 2872 __________________________________________________________ 2873 2874 6.13. Interfaces for libpangocairo-1.0 2875 2876 Table 6-7 defines the library name and shared object name for 2877 the libpangocairo-1.0 library 2878 2879 Table 6-7. libpangocairo-1.0 Definition 2880 Library: libpangocairo-1.0 2881 SONAME: libpangocairo-1.0.so.0 2882 __________________________________________________________ 2883 2884 6.13.1. Pango Cairo Rendering 2885 __________________________________________________________ 2886 2887 6.13.1.1. Interfaces for Pango Cairo Rendering 2888 2889 No external functions are defined for libpangocairo-1.0 - Pango 2890 Cairo Rendering in this part of the specification. See also the 2891 generic specification. 2892 __________________________________________________________ 2893 2894 6.14. Data Definitions for libpangocairo-1.0 2895 2896 This section defines global identifiers and their values that 2897 are associated with interfaces contained in libpangocairo-1.0. 2898 These definitions are organized into groups that correspond to 2899 system headers. This convention is used as a convenience for 2900 the reader, and does not imply the existence of these headers, 2901 or their content. Where an interface is defined as requiring a 2902 particular system header file all of the data definitions for 2903 that system header file presented here shall be in effect. 2904 2905 This section gives data definitions to promote binary 2906 application portability, not to repeat source interface 2907 definitions available elsewhere. System providers and 2908 application developers should use this ABI to supplement - not 2909 to replace - source interface definition specifications. 2910 2911 This specification uses the ISO C (1999) C Language as the 2912 reference programming language, and data definitions are 2913 specified in ISO C format. The C language is used here as a 2914 convenient notation. Using a C language description of these 2915 data objects does not preclude their use by other programming 2916 languages. 2917 __________________________________________________________ 2918 2919 6.14.1. pango-1.0/pango/pangocairo.h 2920 2921 /* 2922 * This header is architecture neutral 2923 * Please refer to the generic specification for details 2924 */ 2925 __________________________________________________________ 2926 2927 6.15. Interfaces for libpangoxft-1.0 2928 2929 Table 6-8 defines the library name and shared object name for 2930 the libpangoxft-1.0 library 2931 2932 Table 6-8. libpangoxft-1.0 Definition 2933 Library: libpangoxft-1.0 2934 SONAME: libpangoxft-1.0.so.0 2935 __________________________________________________________ 2936 2937 6.15.1. Pango Xft Fonts and Rendering library 2938 __________________________________________________________ 2939 2940 6.15.1.1. Interfaces for Pango Xft Fonts and Rendering library 2941 2942 No external functions are defined for libpangoxft-1.0 - Pango 2943 Xft Fonts and Rendering library in this part of the 2944 specification. See also the generic specification. 2945 __________________________________________________________ 2946 2947 6.16. Data Definitions for libpangoxft-1.0 2948 2949 This section defines global identifiers and their values that 2950 are associated with interfaces contained in libpangoxft-1.0. 2951 These definitions are organized into groups that correspond to 2952 system headers. This convention is used as a convenience for 2953 the reader, and does not imply the existence of these headers, 2954 or their content. Where an interface is defined as requiring a 2955 particular system header file all of the data definitions for 2956 that system header file presented here shall be in effect. 2957 2958 This section gives data definitions to promote binary 2959 application portability, not to repeat source interface 2960 definitions available elsewhere. System providers and 2961 application developers should use this ABI to supplement - not 2962 to replace - source interface definition specifications. 2963 2964 This specification uses the ISO C (1999) C Language as the 2965 reference programming language, and data definitions are 2966 specified in ISO C format. The C language is used here as a 2967 convenient notation. Using a C language description of these 2968 data objects does not preclude their use by other programming 2969 languages. 2970 __________________________________________________________ 2971 2972 6.16.1. pango-1.0/pango/pangoxft.h 2973 2974 /* 2975 * This header is architecture neutral 2976 * Please refer to the generic specification for details 2977 */ 2978 __________________________________________________________ 2979 2980 6.17. Interfaces for libpangoft2-1.0 2981 2982 Table 6-9 defines the library name and shared object name for 2983 the libpangoft2-1.0 library 2984 2985 Table 6-9. libpangoft2-1.0 Definition 2986 Library: libpangoft2-1.0 2987 SONAME: libpangoft2-1.0.so.0 2988 __________________________________________________________ 2989 2990 6.17.1. Pango Freetype Fonts and Rendering library 2991 __________________________________________________________ 2992 2993 6.17.1.1. Interfaces for Pango Freetype Fonts and Rendering library 2994 2995 No external functions are defined for libpangoft2-1.0 - Pango 2996 Freetype Fonts and Rendering library in this part of the 2997 specification. See also the generic specification. 2998 __________________________________________________________ 2999 3000 6.18. Data Definitions for libpangoft2-1.0 3001 3002 This section defines global identifiers and their values that 3003 are associated with interfaces contained in libpangoft2-1.0. 3004 These definitions are organized into groups that correspond to 3005 system headers. This convention is used as a convenience for 3006 the reader, and does not imply the existence of these headers, 3007 or their content. Where an interface is defined as requiring a 3008 particular system header file all of the data definitions for 3009 that system header file presented here shall be in effect. 3010 3011 This section gives data definitions to promote binary 3012 application portability, not to repeat source interface 3013 definitions available elsewhere. System providers and 3014 application developers should use this ABI to supplement - not 3015 to replace - source interface definition specifications. 3016 3017 This specification uses the ISO C (1999) C Language as the 3018 reference programming language, and data definitions are 3019 specified in ISO C format. The C language is used here as a 3020 convenient notation. Using a C language description of these 3021 data objects does not preclude their use by other programming 3022 languages. 3023 __________________________________________________________ 3024 3025 6.18.1. pango-1.0/pango/pangofc-decoder.h 3026 3027 /* 3028 * This header is architecture neutral 3029 * Please refer to the generic specification for details 3030 */ 3031 __________________________________________________________ 3032 3033 6.18.2. pango-1.0/pango/pangofc-fontmap.h 3034 3035 /* 3036 * This header is architecture neutral 3037 * Please refer to the generic specification for details 3038 */ 3039 __________________________________________________________ 3040 3041 6.18.3. pango-1.0/pango/pangoft2.h 3042 3043 /* 3044 * This header is architecture neutral 3045 * Please refer to the generic specification for details 3046 */ 3047 __________________________________________________________ 3048 3049 6.19. Interfaces for libgdk_pixbuf-2.0 3050 3051 Table 6-10 defines the library name and shared object name for 3052 the libgdk_pixbuf-2.0 library 3053 3054 Table 6-10. libgdk_pixbuf-2.0 Definition 3055 Library: libgdk_pixbuf-2.0 3056 SONAME: libgdk_pixbuf-2.0.so.0 3057 __________________________________________________________ 3058 3059 6.19.1. GDK pixbuf rendering on drawables library 3060 __________________________________________________________ 3061 3062 6.19.1.1. Interfaces for GDK pixbuf rendering on drawables library 3063 3064 No external functions are defined for libgdk_pixbuf-2.0 - GDK 3065 pixbuf rendering on drawables library in this part of the 3066 specification. See also the generic specification. 3067 __________________________________________________________ 3068 3069 6.20. Data Definitions for libgdk_pixbuf-2.0 3070 3071 This section defines global identifiers and their values that 3072 are associated with interfaces contained in libgdk_pixbuf-2.0. 3073 These definitions are organized into groups that correspond to 3074 system headers. This convention is used as a convenience for 3075 the reader, and does not imply the existence of these headers, 3076 or their content. Where an interface is defined as requiring a 3077 particular system header file all of the data definitions for 3078 that system header file presented here shall be in effect. 3079 3080 This section gives data definitions to promote binary 3081 application portability, not to repeat source interface 3082 definitions available elsewhere. System providers and 3083 application developers should use this ABI to supplement - not 3084 to replace - source interface definition specifications. 3085 3086 This specification uses the ISO C (1999) C Language as the 3087 reference programming language, and data definitions are 3088 specified in ISO C format. The C language is used here as a 3089 convenient notation. Using a C language description of these 3090 data objects does not preclude their use by other programming 3091 languages. 3092 __________________________________________________________ 3093 3094 6.20.1. gtk-2.0/gdk-pixbuf/gdk-pixbuf.h 3095 3096 /* 3097 * This header is architecture neutral 3098 * Please refer to the generic specification for details 3099 */ 3100 __________________________________________________________ 3101 3102 6.20.2. gtk-2.0/gdk-pixbuf/gdk-pixdata.h 3103 3104 /* 3105 * This header is architecture neutral 3106 * Please refer to the generic specification for details 3107 */ 3108 __________________________________________________________ 3109 3110 6.21. Interfaces for libgdk_pixbuf_xlib-2.0 3111 3112 Table 6-11 defines the library name and shared object name for 3113 the libgdk_pixbuf_xlib-2.0 library 3114 3115 Table 6-11. libgdk_pixbuf_xlib-2.0 Definition 3116 Library: libgdk_pixbuf_xlib-2.0 3117 SONAME: libgdk_pixbuf_xlib-2.0.so.0 3118 __________________________________________________________ 3119 3120 6.21.1. GDK pixbuf rendering to an X drawable library 3121 __________________________________________________________ 3122 3123 6.21.1.1. Interfaces for GDK pixbuf rendering to an X drawable library 3124 3125 No external functions are defined for libgdk_pixbuf_xlib-2.0 - 3126 GDK pixbuf rendering to an X drawable library in this part of 3127 the specification. See also the generic specification. 3128 __________________________________________________________ 3129 3130 6.22. Data Definitions for libgdk_pixbuf_xlib-2.0 3131 3132 This section defines global identifiers and their values that 3133 are associated with interfaces contained in 3134 libgdk_pixbuf_xlib-2.0. These definitions are organized into 3135 groups that correspond to system headers. This convention is 3136 used as a convenience for the reader, and does not imply the 3137 existence of these headers, or their content. Where an 3138 interface is defined as requiring a particular system header 3139 file all of the data definitions for that system header file 3140 presented here shall be in effect. 3141 3142 This section gives data definitions to promote binary 3143 application portability, not to repeat source interface 3144 definitions available elsewhere. System providers and 3145 application developers should use this ABI to supplement - not 3146 to replace - source interface definition specifications. 3147 3148 This specification uses the ISO C (1999) C Language as the 3149 reference programming language, and data definitions are 3150 specified in ISO C format. The C language is used here as a 3151 convenient notation. Using a C language description of these 3152 data objects does not preclude their use by other programming 3153 languages. 3154 __________________________________________________________ 3155 3156 6.22.1. gtk-2.0/gdk-pixbuf-xlib/gdk-pixbuf-xlib.h 3157 3158 /* 3159 * This header is architecture neutral 3160 * Please refer to the generic specification for details 3161 */ 3162 __________________________________________________________ 3163 3164 6.23. Interfaces for libgdk-x11-2.0 3165 3166 Table 6-12 defines the library name and shared object name for 3167 the libgdk-x11-2.0 library 3168 3169 Table 6-12. libgdk-x11-2.0 Definition 3170 Library: libgdk-x11-2.0 3171 SONAME: libgdk-x11-2.0.so.0 3172 __________________________________________________________ 3173 3174 6.23.1. GTK Drawing toolkit 3175 __________________________________________________________ 3176 3177 6.23.1.1. Interfaces for GTK Drawing toolkit 3178 3179 No external functions are defined for libgdk-x11-2.0 - GTK 3180 Drawing toolkit in this part of the specification. See also the 3181 generic specification. 3182 __________________________________________________________ 3183 3184 6.24. Data Definitions for libgdk-x11-2.0 3185 3186 This section defines global identifiers and their values that 3187 are associated with interfaces contained in libgdk-x11-2.0. 3188 These definitions are organized into groups that correspond to 3189 system headers. This convention is used as a convenience for 3190 the reader, and does not imply the existence of these headers, 3191 or their content. Where an interface is defined as requiring a 3192 particular system header file all of the data definitions for 3193 that system header file presented here shall be in effect. 3194 3195 This section gives data definitions to promote binary 3196 application portability, not to repeat source interface 3197 definitions available elsewhere. System providers and 3198 application developers should use this ABI to supplement - not 3199 to replace - source interface definition specifications. 3200 3201 This specification uses the ISO C (1999) C Language as the 3202 reference programming language, and data definitions are 3203 specified in ISO C format. The C language is used here as a 3204 convenient notation. Using a C language description of these 3205 data objects does not preclude their use by other programming 3206 languages. 3207 __________________________________________________________ 3208 3209 6.24.1. gtk-2.0/gdk/gdk.h 3210 3211 /* 3212 * This header is architecture neutral 3213 * Please refer to the generic specification for details 3214 */ 3215 __________________________________________________________ 3216 3217 6.24.2. gtk-2.0/gdk/gdkkeysyms.h 3218 3219 /* 3220 * This header is architecture neutral 3221 * Please refer to the generic specification for details 3222 */ 3223 __________________________________________________________ 3224 3225 6.24.3. gtk-2.0/gdk/gdkx.h 3226 3227 /* 3228 * This header is architecture neutral 3229 * Please refer to the generic specification for details 3230 */ 3231 __________________________________________________________ 3232 3233 6.25. Interfaces for libgtk-x11-2.0 3234 3235 Table 6-13 defines the library name and shared object name for 3236 the libgtk-x11-2.0 library 3237 3238 Table 6-13. libgtk-x11-2.0 Definition 3239 Library: libgtk-x11-2.0 3240 SONAME: libgtk-x11-2.0.so.0 3241 __________________________________________________________ 3242 3243 6.25.1. GTK main Widgets library 3244 __________________________________________________________ 3245 3246 6.25.1.1. Interfaces for GTK main Widgets library 3247 3248 No external functions are defined for libgtk-x11-2.0 - GTK main 3249 Widgets library in this part of the specification. See also the 3250 generic specification. 3251 __________________________________________________________ 3252 3253 6.26. Data Definitions for libgtk-x11-2.0 3254 3255 This section defines global identifiers and their values that 3256 are associated with interfaces contained in libgtk-x11-2.0. 3257 These definitions are organized into groups that correspond to 3258 system headers. This convention is used as a convenience for 3259 the reader, and does not imply the existence of these headers, 3260 or their content. Where an interface is defined as requiring a 3261 particular system header file all of the data definitions for 3262 that system header file presented here shall be in effect. 3263 3264 This section gives data definitions to promote binary 3265 application portability, not to repeat source interface 3266 definitions available elsewhere. System providers and 3267 application developers should use this ABI to supplement - not 3268 to replace - source interface definition specifications. 3269 3270 This specification uses the ISO C (1999) C Language as the 3271 reference programming language, and data definitions are 3272 specified in ISO C format. The C language is used here as a 3273 convenient notation. Using a C language description of these 3274 data objects does not preclude their use by other programming 3275 languages. 3276 __________________________________________________________ 3277 3278 6.26.1. gtk-2.0/gtk/gtk.h 3279 3280 /* 3281 * This header is architecture neutral 3282 * Please refer to the generic specification for details 3283 */ 3284 __________________________________________________________ 3285 3286 6.26.2. gtk-2.0/gtk/gtkenums.h 3287 3288 /* 3289 * This header is architecture neutral 3290 * Please refer to the generic specification for details 3291 */ 3292 __________________________________________________________ 3293 3294 6.26.3. gtk-2.0/gtk/gtkprintoperationpreview.h 3295 3296 /* 3297 * This header is architecture neutral 3298 * Please refer to the generic specification for details 3299 */ 3300 __________________________________________________________ 3301 3302 6.26.4. gtk-2.0/gtk/gtkrecentfilter.h 3303 3304 /* 3305 * This header is architecture neutral 3306 * Please refer to the generic specification for details 3307 */ 3308 __________________________________________________________ 3309 3310 6.26.5. gtk-2.0/gtk/gtkrecentmanager.h 3311 3312 /* 3313 * This header is architecture neutral 3314 * Please refer to the generic specification for details 3315 */ 3316 __________________________________________________________ 3317 3318 6.26.6. gtk-2.0/gtk/gtkstatusicon.h 3319 3320 /* 3321 * This header is architecture neutral 3322 * Please refer to the generic specification for details 3323 */ 3324 __________________________________________________________ 3325 3326 6.26.7. gtk-2.0/gtk/gtktextbufferrichtext.h 3327 3328 /* 3329 * This header is architecture neutral 3330 * Please refer to the generic specification for details 3331 */ 3332 __________________________________________________________ 3333 3334 6.26.8. gtk-unix-print-2.0/gtk/gtkpagesetupunixdialog.h 3335 3336 /* 3337 * This header is architecture neutral 3338 * Please refer to the generic specification for details 3339 */ 3340 __________________________________________________________ 3341 3342 6.26.9. gtk-unix-print-2.0/gtk/gtkprinter.h 3343 3344 /* 3345 * This header is architecture neutral 3346 * Please refer to the generic specification for details 3347 */ 3348 __________________________________________________________ 3349 3350 6.26.10. gtk-unix-print-2.0/gtk/gtkprintjob.h 3351 3352 /* 3353 * This header is architecture neutral 3354 * Please refer to the generic specification for details 3355 */ 3356 __________________________________________________________ 3357 3358 6.26.11. gtk-unix-print-2.0/gtk/gtkprintunixdialog.h 3359 3360 /* 3361 * This header is architecture neutral 3362 * Please refer to the generic specification for details 3363 */ 3364 __________________________________________________________ 3365 3366 6.26.12. gtk-unix-print-2.0/gtk/gtkunixprint.h 3367 3368 /* 3369 * This header is architecture neutral 3370 * Please refer to the generic specification for details 3371 */ 3372 3373 III. Qt Libraries 3374 3375 Table of Contents 3376 7. Libraries 3377 3378 7.1. Introduction 3379 7.2. Interfaces for libQtCore 3380 3381 7.2.1. Qt4 Core Functions 3382 7.2.2. Qt4 Models 3383 7.2.3. Qt4 Internationalization 3384 7.2.4. Qt4 Containers 3385 7.2.5. Qt4 Events 3386 7.2.6. Qt4 Arrays 3387 7.2.7. Qt4 Plugins 3388 7.2.8. Qt4 Date and Time 3389 7.2.9. Qt4 Miscellaneous 3390 7.2.10. Qt4 Text 3391 7.2.11. Qt4 Input/Output 3392 7.2.12. Qt4 Core Application 3393 7.2.13. Qt4 Object Model 3394 7.2.14. Qt4 Threading 3395 7.2.15. Qt4 2D Graphics 3396 7.2.16. Qt4 Internals 3397 3398 7.3. Data Definitions for libQtCore 3399 3400 7.3.1. QtCore/qabstracteventdispatcher.h 3401 7.3.2. QtCore/qabstractfileengine.h 3402 7.3.3. QtCore/qabstractitemmodel.h 3403 7.3.4. QtCore/qatomic.h 3404 7.3.5. QtCore/qbasictimer.h 3405 7.3.6. QtCore/qbitarray.h 3406 7.3.7. QtCore/qbuffer.h 3407 7.3.8. QtCore/qbytearray.h 3408 7.3.9. QtCore/qbytearraymatcher.h 3409 7.3.10. QtCore/qchar.h 3410 7.3.11. QtCore/qcoreapplication.h 3411 7.3.12. QtCore/qcoreevent.h 3412 7.3.13. QtCore/qdatastream.h 3413 7.3.14. QtCore/qdatetime.h 3414 7.3.15. QtCore/qdebug.h 3415 7.3.16. QtCore/qdir.h 3416 7.3.17. QtCore/qeventloop.h 3417 7.3.18. QtCore/qfactoryinterface.h 3418 7.3.19. QtCore/qfile.h 3419 7.3.20. QtCore/qfileinfo.h 3420 7.3.21. QtCore/qfsfileengine.h 3421 7.3.22. QtCore/qglobal.h 3422 7.3.23. QtCore/qhash.h 3423 7.3.24. QtCore/qiodevice.h 3424 7.3.25. QtCore/qlibrary.h 3425 7.3.26. QtCore/qlibraryinfo.h 3426 7.3.27. QtCore/qline.h 3427 7.3.28. QtCore/qlinkedlist.h 3428 7.3.29. QtCore/qlist.h 3429 7.3.30. QtCore/qlocale.h 3430 7.3.31. QtCore/qmap.h 3431 7.3.32. QtCore/qmetaobject.h 3432 7.3.33. QtCore/qmetatype.h 3433 7.3.34. QtCore/qmimedata.h 3434 7.3.35. QtCore/qmutex.h 3435 7.3.36. QtCore/qnamespace.h 3436 7.3.37. QtCore/qobject.h 3437 7.3.38. QtCore/qobjectcleanuphandler.h 3438 7.3.39. QtCore/qobjectdefs.h 3439 7.3.40. QtCore/qpair.h 3440 7.3.41. QtCore/qplugin.h 3441 7.3.42. QtCore/qpluginloader.h 3442 7.3.43. QtCore/qpoint.h 3443 7.3.44. QtCore/qprocess.h 3444 7.3.45. QtCore/qreadwritelock.h 3445 7.3.46. QtCore/qrect.h 3446 7.3.47. QtCore/qregexp.h 3447 7.3.48. QtCore/qsemaphore.h 3448 7.3.49. QtCore/qsettings.h 3449 7.3.50. QtCore/qshareddata.h 3450 7.3.51. QtCore/qsignalmapper.h 3451 7.3.52. QtCore/qsize.h 3452 7.3.53. QtCore/qsocketnotifier.h 3453 7.3.54. QtCore/qstring.h 3454 7.3.55. QtCore/qstringlist.h 3455 7.3.56. QtCore/qstringmatcher.h 3456 7.3.57. QtCore/qtemporaryfile.h 3457 7.3.58. QtCore/qtextcodec.h 3458 7.3.59. QtCore/qtextcodecplugin.h 3459 7.3.60. QtCore/qtextstream.h 3460 7.3.61. QtCore/qthread.h 3461 7.3.62. QtCore/qthreadstorage.h 3462 7.3.63. QtCore/qtimer.h 3463 7.3.64. QtCore/qtranslator.h 3464 7.3.65. QtCore/qurl.h 3465 7.3.66. QtCore/quuid.h 3466 7.3.67. QtCore/qvariant.h 3467 7.3.68. QtCore/qvector.h 3468 7.3.69. QtCore/qwaitcondition.h 3469 3470 7.4. Interface Definitions for libQtCore 3471 3472 _Z7qMallocm -- allocate memory block 3473 _Z7qMemSetPvim -- fill memory with a constant byte 3474 _Z8qMemCopyPvPKvm -- copy memory area 3475 _Z8qReallocPvm -- change the size of memory block 3476 3477 7.5. Interfaces for libQtGui 3478 3479 7.5.1. Qt4 GUI Functions 3480 7.5.2. Qt4 Organizers 3481 7.5.3. Qt4 Events 3482 7.5.4. Qt4 Fonts 3483 7.5.5. Qt4 Colors 3484 7.5.6. Qt4 Accessibility 3485 7.5.7. Qt4 Validators 3486 7.5.8. Qt4 Plugins 3487 7.5.9. Qt4 Models and Views 3488 7.5.10. Qt4 Dialogs 3489 7.5.11. Qt4 Date and Time 3490 7.5.12. Qt4 Miscellaneous 3491 7.5.13. Qt4 Paint Device 3492 7.5.14. Qt4 Multimedia 3493 7.5.15. Qt4 Layouts 3494 7.5.16. Qt4 Style 3495 7.5.17. Qt4 Text 3496 7.5.18. Qt4 Main Window and Application 3497 7.5.19. Qt4 Menus 3498 7.5.20. Qt4 Widgets 3499 7.5.21. Qt4 Drag and Drop 3500 7.5.22. Qt4 2D Graphics 3501 3502 7.6. Data Definitions for libQtGui 3503 3504 7.6.1. QtGui/qabstractbutton.h 3505 7.6.2. QtGui/qabstractitemdelegate.h 3506 7.6.3. QtGui/qabstractitemview.h 3507 7.6.4. QtGui/qabstractpagesetupdialog.h 3508 7.6.5. QtGui/qabstractprintdialog.h 3509 7.6.6. QtGui/qabstractproxymodel.h 3510 7.6.7. QtGui/qabstractscrollarea.h 3511 7.6.8. QtGui/qabstractslider.h 3512 7.6.9. QtGui/qabstractspinbox.h 3513 7.6.10. QtGui/qabstracttextdocumentlayout.h 3514 7.6.11. QtGui/qaccessible.h 3515 7.6.12. QtGui/qaccessiblebridge.h 3516 7.6.13. QtGui/qaccessibleobject.h 3517 7.6.14. QtGui/qaccessibleplugin.h 3518 7.6.15. QtGui/qaccessiblewidget.h 3519 7.6.16. QtGui/qaction.h 3520 7.6.17. QtGui/qactiongroup.h 3521 7.6.18. QtGui/qapplication.h 3522 7.6.19. QtGui/qbitmap.h 3523 7.6.20. QtGui/qboxlayout.h 3524 7.6.21. QtGui/qbrush.h 3525 7.6.22. QtGui/qbuttongroup.h 3526 7.6.23. QtGui/qcdestyle.h 3527 7.6.24. QtGui/qcheckbox.h 3528 7.6.25. QtGui/qclipboard.h 3529 7.6.26. QtGui/qcolor.h 3530 7.6.27. QtGui/qcolordialog.h 3531 7.6.28. QtGui/qcolormap.h 3532 7.6.29. QtGui/qcombobox.h 3533 7.6.30. QtGui/qcommonstyle.h 3534 7.6.31. QtGui/qcursor.h 3535 7.6.32. QtGui/qdatetimeedit.h 3536 7.6.33. QtGui/qdesktopwidget.h 3537 7.6.34. QtGui/qdial.h 3538 7.6.35. QtGui/qdialog.h 3539 7.6.36. QtGui/qdirmodel.h 3540 7.6.37. QtGui/qdockwidget.h 3541 7.6.38. QtGui/qdrag.h 3542 7.6.39. QtGui/qerrormessage.h 3543 7.6.40. QtGui/qevent.h 3544 7.6.41. QtGui/qfiledialog.h 3545 7.6.42. QtGui/qfocusframe.h 3546 7.6.43. QtGui/qfont.h 3547 7.6.44. QtGui/qfontdatabase.h 3548 7.6.45. QtGui/qfontdialog.h 3549 7.6.46. QtGui/qfontinfo.h 3550 7.6.47. QtGui/qfontmetrics.h 3551 7.6.48. QtGui/qframe.h 3552 7.6.49. QtGui/qgridlayout.h 3553 7.6.50. QtGui/qgroupbox.h 3554 7.6.51. QtGui/qheaderview.h 3555 7.6.52. QtGui/qicon.h 3556 7.6.53. QtGui/qiconengine.h 3557 7.6.54. QtGui/qiconengineplugin.h 3558 7.6.55. QtGui/qimage.h 3559 7.6.56. QtGui/qimageiohandler.h 3560 7.6.57. QtGui/qimagereader.h 3561 7.6.58. QtGui/qimagewriter.h 3562 7.6.59. QtGui/qinputcontext.h 3563 7.6.60. QtGui/qinputcontextfactory.h 3564 7.6.61. QtGui/qinputcontextplugin.h 3565 7.6.62. QtGui/qinputdialog.h 3566 7.6.63. QtGui/qitemdelegate.h 3567 7.6.64. QtGui/qitemeditorfactory.h 3568 7.6.65. QtGui/qitemselectionmodel.h 3569 7.6.66. QtGui/qkeysequence.h 3570 7.6.67. QtGui/qlabel.h 3571 7.6.68. QtGui/qlayout.h 3572 7.6.69. QtGui/qlayoutitem.h 3573 7.6.70. QtGui/qlcdnumber.h 3574 7.6.71. QtGui/qlineedit.h 3575 7.6.72. QtGui/qlistview.h 3576 7.6.73. QtGui/qlistwidget.h 3577 7.6.74. QtGui/qmainwindow.h 3578 7.6.75. QtGui/qmatrix.h 3579 7.6.76. QtGui/qmenu.h 3580 7.6.77. QtGui/qmenubar.h 3581 7.6.78. QtGui/qmenudata.h 3582 7.6.79. QtGui/qmessagebox.h 3583 7.6.80. QtGui/qmime.h 3584 7.6.81. QtGui/qmotifstyle.h 3585 7.6.82. QtGui/qmovie.h 3586 7.6.83. QtGui/qpagesetupdialog.h 3587 7.6.84. QtGui/qpaintdevice.h 3588 7.6.85. QtGui/qpaintengine.h 3589 7.6.86. QtGui/qpainter.h 3590 7.6.87. QtGui/qpainterpath.h 3591 7.6.88. QtGui/qpalette.h 3592 7.6.89. QtGui/qpen.h 3593 7.6.90. QtGui/qpicture.h 3594 7.6.91. QtGui/qpictureformatplugin.h 3595 7.6.92. QtGui/qpixmap.h 3596 7.6.93. QtGui/qpixmapcache.h 3597 7.6.94. QtGui/qplastiquestyle.h 3598 7.6.95. QtGui/qpolygon.h 3599 7.6.96. QtGui/qprintdialog.h 3600 7.6.97. QtGui/qprintengine.h 3601 7.6.98. QtGui/qprinter.h 3602 7.6.99. QtGui/qprogressbar.h 3603 7.6.100. QtGui/qprogressdialog.h 3604 7.6.101. QtGui/qproxymodel.h 3605 7.6.102. QtGui/qpushbutton.h 3606 7.6.103. QtGui/qradiobutton.h 3607 7.6.104. QtGui/qregion.h 3608 7.6.105. QtGui/qrgb.h 3609 7.6.106. QtGui/qrubberband.h 3610 7.6.107. QtGui/qscrollarea.h 3611 7.6.108. QtGui/qscrollbar.h 3612 7.6.109. QtGui/qsessionmanager.h 3613 7.6.110. QtGui/qshortcut.h 3614 7.6.111. QtGui/qsizegrip.h 3615 7.6.112. QtGui/qsizepolicy.h 3616 7.6.113. QtGui/qslider.h 3617 7.6.114. QtGui/qsortfilterproxymodel.h 3618 7.6.115. QtGui/qsound.h 3619 7.6.116. QtGui/qspinbox.h 3620 7.6.117. QtGui/qsplashscreen.h 3621 7.6.118. QtGui/qsplitter.h 3622 7.6.119. QtGui/qstackedlayout.h 3623 7.6.120. QtGui/qstackedwidget.h 3624 7.6.121. QtGui/qstandarditemmodel.h 3625 7.6.122. QtGui/qstatusbar.h 3626 7.6.123. QtGui/qstringlistmodel.h 3627 7.6.124. QtGui/qstyle.h 3628 7.6.125. QtGui/qstylefactory.h 3629 7.6.126. QtGui/qstyleoption.h 3630 7.6.127. QtGui/qstylepainter.h 3631 7.6.128. QtGui/qstyleplugin.h 3632 7.6.129. QtGui/qsyntaxhighlighter.h 3633 7.6.130. QtGui/qtabbar.h 3634 7.6.131. QtGui/qtableview.h 3635 7.6.132. QtGui/qtablewidget.h 3636 7.6.133. QtGui/qtabwidget.h 3637 7.6.134. QtGui/qtextbrowser.h 3638 7.6.135. QtGui/qtextcursor.h 3639 7.6.136. QtGui/qtextdocument.h 3640 7.6.137. QtGui/qtextdocumentfragment.h 3641 7.6.138. QtGui/qtextedit.h 3642 7.6.139. QtGui/qtextformat.h 3643 7.6.140. QtGui/qtextlayout.h 3644 7.6.141. QtGui/qtextlist.h 3645 7.6.142. QtGui/qtextobject.h 3646 7.6.143. QtGui/qtextoption.h 3647 7.6.144. QtGui/qtexttable.h 3648 7.6.145. QtGui/qtoolbar.h 3649 7.6.146. QtGui/qtoolbox.h 3650 7.6.147. QtGui/qtoolbutton.h 3651 7.6.148. QtGui/qtooltip.h 3652 7.6.149. QtGui/qtreeview.h 3653 7.6.150. QtGui/qtreewidget.h 3654 7.6.151. QtGui/qtreewidgetitemiterator.h 3655 7.6.152. QtGui/qvalidator.h 3656 7.6.153. QtGui/qvfbhdr.h 3657 7.6.154. QtGui/qwhatsthis.h 3658 7.6.155. QtGui/qwidget.h 3659 7.6.156. QtGui/qwindowdefs.h 3660 7.6.157. QtGui/qwindowsstyle.h 3661 7.6.158. QtGui/qwmatrix.h 3662 7.6.159. QtGui/qworkspace.h 3663 3664 7.7. Interfaces for libQtXml 3665 3666 7.7.1. Qt4 XML 3667 3668 7.8. Data Definitions for libQtXml 3669 3670 7.8.1. QtXml/qdom.h 3671 7.8.2. QtXml/qxml.h 3672 3673 7.9. Interfaces for libQtOpenGL 3674 3675 7.9.1. Qt4 OpenGL 3676 3677 7.10. Data Definitions for libQtOpenGL 3678 3679 7.10.1. QtOpenGL/qgl.h 3680 7.10.2. QtOpenGL/qglcolormap.h 3681 7.10.3. QtOpenGL/qglpixelbuffer.h 3682 3683 7.11. Interfaces for libQtSql 3684 3685 7.11.1. Qt4 SQL 3686 3687 7.12. Data Definitions for libQtSql 3688 3689 7.12.1. QtSql/qsql.h 3690 7.12.2. QtSql/qsqldatabase.h 3691 7.12.3. QtSql/qsqldriver.h 3692 7.12.4. QtSql/qsqldriverplugin.h 3693 7.12.5. QtSql/qsqlerror.h 3694 7.12.6. QtSql/qsqlfield.h 3695 7.12.7. QtSql/qsqlindex.h 3696 7.12.8. QtSql/qsqlquery.h 3697 7.12.9. QtSql/qsqlquerymodel.h 3698 7.12.10. QtSql/qsqlrecord.h 3699 7.12.11. QtSql/qsqlrelationaltablemodel.h 3700 7.12.12. QtSql/qsqlresult.h 3701 7.12.13. QtSql/qsqltablemodel.h 3702 3703 7.13. Interfaces for libQtSvg 3704 3705 7.13.1. Qt4 Svg 3706 3707 7.14. Data Definitions for libQtSvg 3708 3709 7.14.1. QtSvg/qsvgrenderer.h 3710 7.14.2. QtSvg/qsvgwidget.h 3711 3712 7.15. Interfaces for libQtNetwork 3713 3714 7.15.1. Qt4 Network 3715 3716 7.16. Data Definitions for libQtNetwork 3717 3718 7.16.1. QtNetwork/qabstractsocket.h 3719 7.16.2. QtNetwork/qftp.h 3720 7.16.3. QtNetwork/qhostaddress.h 3721 7.16.4. QtNetwork/qhostinfo.h 3722 7.16.5. QtNetwork/qhttp.h 3723 7.16.6. QtNetwork/qnetworkproxy.h 3724 7.16.7. QtNetwork/qtcpserver.h 3725 7.16.8. QtNetwork/qtcpsocket.h 3726 7.16.9. QtNetwork/qudpsocket.h 3727 7.16.10. QtNetwork/qurlinfo.h 3728 __________________________________________________________ 3729 3730 Chapter 7. Libraries 3731 3732 7.1. Introduction 3733 3734 An conforming implementation shall support the following Qt 3735 libraries which provide interfaces for creating rich user 3736 applications, either graphical or console. 3737 3738 QtCore 3739 3740 A general-purpose application development library, not specific 3741 to graphical user interfaces. QtCore provides a main loop, 3742 threading classes, tool classes, template container classes, IO 3743 classes, and so on. 3744 QtGui 3745 3746 The GUI part of Qt, provides a paint engine, text rendering 3747 engine, widgets, printing, PDF generation, accessibility 3748 classes, and so on. 3749 QtXml 3750 3751 The XML support for Qt, provides fast XML parsing and DOM 3752 classes to traverse the XML tree. 3753 QtOpenGL 3754 3755 The OpenGL integration for Qt, provides OpenGL rendering and 3756 embedding. 3757 QtSql 3758 3759 The database part of Qt, provides access to databases and 3760 models that connect databases into the model/view framework of 3761 QtGui. 3762 QtSvg 3763 3764 Renders Svg files into any context, for displaying on the 3765 screen, printing or embedding in PDF. 3766 QtNetwork 3767 3768 Provides network server and client classes, TCP/IP, UDP, Http, 3769 Ftp, Url parsing support, and so on. 3770 3771 There are three main parts to the definition of each of these 3772 libraries. 3773 3774 The "Interfaces" section defines the required library name and 3775 version, and the required public symbols (interfaces and global 3776 data), as well as symbol versions, if any. 3777 3778 The "Interface Definitions" section provides complete or 3779 partial definitions of certain interfaces where either this 3780 specification is the source specification, or where there are 3781 variations from the source specification. If an interface 3782 definition requires one or more header files, one of those 3783 headers shall include the function prototype for the interface. 3784 3785 For source definitions of interfaces which include a reference 3786 to a header file, the contents of such header files form a part 3787 of the specification. The "Data Definitions" section provides 3788 the binary-level details for the header files from the source 3789 specifications, such as values for macros and enumerated types, 3790 as well as structure layouts, sizes and padding, etc. These 3791 data definitions, although presented in the form of header 3792 files for convenience, should not be taken a representing 3793 complete header files, as they are a supplement to the source 3794 specifications. Application developers should follow the 3795 guidelines of the source specifications when determining which 3796 header files need to be included to completely resolve all 3797 references. 3798 3799 Note: While the Data Definitions supplement the source 3800 specifications, this specification itself does not require 3801 conforming implementations to supply any header files. 3802 __________________________________________________________ 3803 3804 7.2. Interfaces for libQtCore 3805 3806 Table 7-1 defines the library name and shared object name for 3807 the libQtCore library 3808 3809 Table 7-1. libQtCore Definition 3810 Library: libQtCore 3811 SONAME: libQtCore.so.4 3812 3813 The behavior of the interfaces in this library is specified by 3814 the following specifications: 3815 3816 [CXXABI-1.86] Itanium™ C++ ABI 3817 [LSB] This Specification 3818 [QtCore] QtCore 4.2.0 3819 __________________________________________________________ 3820 3821 7.2.1. Qt4 Core Functions 3822 __________________________________________________________ 3823 3824 7.2.1.1. Class data for QDynamicPropertyChangeEvent 3825 3826 The virtual table for the QDynamicPropertyChangeEvent class is 3827 described in the generic part of this specification. 3828 __________________________________________________________ 3829 3830 7.2.1.2. Class data for QTimeLine 3831 3832 The virtual table for the QTimeLine class is described in the 3833 generic part of this specification. 3834 __________________________________________________________ 3835 3836 7.2.1.3. Interfaces for Qt4 Core Functions 3837 3838 An LSB conforming implementation shall provide the architecture 3839 specific functions for Qt4 Core Functions specified in Table 3840 7-2, with the full mandatory functionality as described in the 3841 referenced underlying specification. 3842 3843 Table 7-2. libQtCore - Qt4 Core Functions Function Interfaces 3844 _Z10qvsnprintfPcmPKcP13__va_list_tag [QtCore] _Z7qMallocm [LSB] 3845 _Z7qMemSetPvim [LSB] _Z8qMemCopyPvPKvm [LSB] 3846 _Z8qReallocPvm [LSB] _Z9qsnprintfPcmPKcz [QtCore] 3847 _ZThn16_N16QTextCodecPlugin6createERK7QString [CXXABI-1.86] 3848 _ZThn16_NK16QTextCodecPlugin4keysEv [CXXABI-1.86] 3849 __________________________________________________________ 3850 3851 7.2.2. Qt4 Models 3852 __________________________________________________________ 3853 3854 7.2.2.1. Class data for QAbstractItemModel 3855 3856 The virtual table for the QAbstractItemModel class is described 3857 in the generic part of this specification. 3858 3859 The Run Time Type Information for the QAbstractItemModel class 3860 is described by Table 7-3 3861 3862 Table 7-3. typeinfo for QAbstractItemModel 3863 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3864 Name typeinfo name for QAbstractItemModel 3865 basetype: typeinfo for QObject 3866 __________________________________________________________ 3867 3868 7.2.2.2. Class data for QAbstractTableModel 3869 3870 The virtual table for the QAbstractTableModel class is 3871 described in the generic part of this specification. 3872 3873 The Run Time Type Information for the QAbstractTableModel class 3874 is described by Table 7-4 3875 3876 Table 7-4. typeinfo for QAbstractTableModel 3877 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3878 Name typeinfo name for QAbstractTableModel 3879 basetype: typeinfo for QAbstractItemModel 3880 __________________________________________________________ 3881 3882 7.2.2.3. Class data for QAbstractListModel 3883 3884 The virtual table for the QAbstractListModel class is described 3885 in the generic part of this specification. 3886 3887 The Run Time Type Information for the QAbstractListModel class 3888 is described by Table 7-5 3889 3890 Table 7-5. typeinfo for QAbstractListModel 3891 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3892 Name typeinfo name for QAbstractListModel 3893 basetype: typeinfo for QAbstractItemModel 3894 __________________________________________________________ 3895 3896 7.2.2.4. Interfaces for Qt4 Models 3897 3898 No external functions are defined for libQtCore - Qt4 Models in 3899 this part of the specification. See also the generic 3900 specification. 3901 __________________________________________________________ 3902 3903 7.2.3. Qt4 Internationalization 3904 __________________________________________________________ 3905 3906 7.2.3.1. Class data for QTextCodec 3907 3908 The virtual table for the QTextCodec class is described in the 3909 generic part of this specification. 3910 3911 The Run Time Type Information for the QTextCodec class is 3912 described by Table 7-6 3913 3914 Table 7-6. typeinfo for QTextCodec 3915 Base Vtable vtable for __cxxabiv1::__class_type_info 3916 Name typeinfo name for QTextCodec 3917 __________________________________________________________ 3918 3919 7.2.3.2. Class data for QTextCodecFactoryInterface 3920 3921 The virtual table for the QTextCodecFactoryInterface class is 3922 described in the generic part of this specification. 3923 3924 The Run Time Type Information for the 3925 QTextCodecFactoryInterface class is described by Table 7-7 3926 3927 Table 7-7. typeinfo for QTextCodecFactoryInterface 3928 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3929 Name typeinfo name for QTextCodecFactoryInterface 3930 basetype: typeinfo for QFactoryInterface 3931 __________________________________________________________ 3932 3933 7.2.3.3. Class data for QTranslator 3934 3935 The virtual table for the QTranslator class is described in the 3936 generic part of this specification. 3937 3938 The Run Time Type Information for the QTranslator class is 3939 described by Table 7-8 3940 3941 Table 7-8. typeinfo for QTranslator 3942 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3943 Name typeinfo name for QTranslator 3944 basetype: typeinfo for QObject 3945 __________________________________________________________ 3946 3947 7.2.3.4. Class data for QSystemLocale 3948 3949 The virtual table for the QSystemLocale class is described in 3950 the generic part of this specification. 3951 __________________________________________________________ 3952 3953 7.2.3.5. Interfaces for Qt4 Internationalization 3954 3955 No external functions are defined for libQtCore - Qt4 3956 Internationalization in this part of the specification. See 3957 also the generic specification. 3958 __________________________________________________________ 3959 3960 7.2.4. Qt4 Containers 3961 __________________________________________________________ 3962 3963 7.2.4.1. Class data for QMimeData 3964 3965 The virtual table for the QMimeData class is described in the 3966 generic part of this specification. 3967 3968 The Run Time Type Information for the QMimeData class is 3969 described by Table 7-9 3970 3971 Table 7-9. typeinfo for QMimeData 3972 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3973 Name typeinfo name for QMimeData 3974 basetype: typeinfo for QObject 3975 __________________________________________________________ 3976 3977 7.2.4.2. Interfaces for Qt4 Containers 3978 3979 No external functions are defined for libQtCore - Qt4 3980 Containers in this part of the specification. See also the 3981 generic specification. 3982 __________________________________________________________ 3983 3984 7.2.5. Qt4 Events 3985 __________________________________________________________ 3986 3987 7.2.5.1. Class data for QEventLoop 3988 3989 The virtual table for the QEventLoop class is described in the 3990 generic part of this specification. 3991 3992 The Run Time Type Information for the QEventLoop class is 3993 described by Table 7-10 3994 3995 Table 7-10. typeinfo for QEventLoop 3996 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3997 Name typeinfo name for QEventLoop 3998 basetype: typeinfo for QObject 3999 __________________________________________________________ 4000 4001 7.2.5.2. Class data for QEvent 4002 4003 The virtual table for the QEvent class is described in the 4004 generic part of this specification. 4005 4006 The Run Time Type Information for the QEvent class is described 4007 by Table 7-11 4008 4009 Table 7-11. typeinfo for QEvent 4010 Base Vtable vtable for __cxxabiv1::__class_type_info 4011 Name typeinfo name for QEvent 4012 __________________________________________________________ 4013 4014 7.2.5.3. Class data for QTimerEvent 4015 4016 The virtual table for the QTimerEvent class is described in the 4017 generic part of this specification. 4018 4019 The Run Time Type Information for the QTimerEvent class is 4020 described by Table 7-12 4021 4022 Table 7-12. typeinfo for QTimerEvent 4023 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4024 Name typeinfo name for QTimerEvent 4025 basetype: typeinfo for QEvent 4026 __________________________________________________________ 4027 4028 7.2.5.4. Class data for QChildEvent 4029 4030 The virtual table for the QChildEvent class is described in the 4031 generic part of this specification. 4032 4033 The Run Time Type Information for the QChildEvent class is 4034 described by Table 7-13 4035 4036 Table 7-13. typeinfo for QChildEvent 4037 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4038 Name typeinfo name for QChildEvent 4039 basetype: typeinfo for QEvent 4040 __________________________________________________________ 4041 4042 7.2.5.5. Class data for QCustomEvent 4043 4044 The virtual table for the QCustomEvent class is described in 4045 the generic part of this specification. 4046 4047 The Run Time Type Information for the QCustomEvent class is 4048 described by Table 7-14 4049 4050 Table 7-14. typeinfo for QCustomEvent 4051 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4052 Name typeinfo name for QCustomEvent 4053 basetype: typeinfo for QEvent 4054 __________________________________________________________ 4055 4056 7.2.5.6. Class data for QAbstractEventDispatcher 4057 4058 The virtual table for the QAbstractEventDispatcher class is 4059 described in the generic part of this specification. 4060 4061 The Run Time Type Information for the QAbstractEventDispatcher 4062 class is described by Table 7-15 4063 4064 Table 7-15. typeinfo for QAbstractEventDispatcher 4065 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4066 Name typeinfo name for QAbstractEventDispatcher 4067 basetype: typeinfo for QObject 4068 __________________________________________________________ 4069 4070 7.2.5.7. Interfaces for Qt4 Events 4071 4072 No external functions are defined for libQtCore - Qt4 Events in 4073 this part of the specification. See also the generic 4074 specification. 4075 __________________________________________________________ 4076 4077 7.2.6. Qt4 Arrays 4078 __________________________________________________________ 4079 4080 7.2.6.1. Interfaces for Qt4 Arrays 4081 4082 No external functions are defined for libQtCore - Qt4 Arrays in 4083 this part of the specification. See also the generic 4084 specification. 4085 __________________________________________________________ 4086 4087 7.2.7. Qt4 Plugins 4088 __________________________________________________________ 4089 4090 7.2.7.1. Class data for QTextCodecPlugin 4091 4092 The virtual table for the QTextCodecPlugin class is described 4093 by Table 7-16 4094 4095 Table 7-16. Primary vtable for QTextCodecPlugin 4096 Base Offset 0 4097 Virtual Base Offset 0 4098 RTTI typeinfo for QTextCodecPlugin 4099 vfunc[0]: QTextCodecPlugin::metaObject() const 4100 vfunc[1]: QTextCodecPlugin::qt_metacast(char const*) 4101 vfunc[2]: QTextCodecPlugin::qt_metacall(QMetaObject::Call, int, 4102 void**) 4103 vfunc[3]: QTextCodecPlugin::~QTextCodecPlugin() 4104 vfunc[4]: QTextCodecPlugin::~QTextCodecPlugin() 4105 vfunc[5]: QObject::event(QEvent*) 4106 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 4107 vfunc[7]: QObject::timerEvent(QTimerEvent*) 4108 vfunc[8]: QObject::childEvent(QChildEvent*) 4109 vfunc[9]: QObject::customEvent(QEvent*) 4110 vfunc[10]: QObject::connectNotify(char const*) 4111 vfunc[11]: QObject::disconnectNotify(char const*) 4112 vfunc[12]: __cxa_pure_virtual 4113 vfunc[13]: __cxa_pure_virtual 4114 vfunc[14]: __cxa_pure_virtual 4115 vfunc[15]: __cxa_pure_virtual 4116 vfunc[16]: __cxa_pure_virtual 4117 vfunc[17]: QTextCodecPlugin::keys() const 4118 vfunc[18]: QTextCodecPlugin::create(QString const&) 4119 4120 Table 7-17. Secondary vtable for QTextCodecPlugin 4121 Base Offset -16 4122 Virtual Base Offset 0 4123 RTTI typeinfo for QTextCodecPlugin 4124 vfunc[0]: non-virtual thunk to 4125 QTextCodecPlugin::~QTextCodecPlugin() 4126 vfunc[1]: non-virtual thunk to 4127 QTextCodecPlugin::~QTextCodecPlugin() 4128 vfunc[2]: non-virtual thunk to QTextCodecPlugin::keys() const 4129 vfunc[3]: non-virtual thunk to QTextCodecPlugin::create(QString 4130 const&) 4131 4132 The Run Time Type Information for the QTextCodecPlugin class is 4133 described by Table 7-18 4134 4135 Table 7-18. typeinfo for QTextCodecPlugin 4136 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 4137 Name typeinfo name for QTextCodecPlugin 4138 flags: 0 4139 basetype: typeinfo for QObject 2 4140 basetype: typeinfo for QTextCodecFactoryInterface 2050 4141 __________________________________________________________ 4142 4143 7.2.7.2. Class data for QPluginLoader 4144 4145 The virtual table for the QPluginLoader class is described in 4146 the generic part of this specification. 4147 4148 The Run Time Type Information for the QPluginLoader class is 4149 described by Table 7-19 4150 4151 Table 7-19. typeinfo for QPluginLoader 4152 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4153 Name typeinfo name for QPluginLoader 4154 basetype: typeinfo for QObject 4155 __________________________________________________________ 4156 4157 7.2.7.3. Class data for QLibrary 4158 4159 The virtual table for the QLibrary class is described in the 4160 generic part of this specification. 4161 4162 The Run Time Type Information for the QLibrary class is 4163 described by Table 7-20 4164 4165 Table 7-20. typeinfo for QLibrary 4166 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4167 Name typeinfo name for QLibrary 4168 basetype: typeinfo for QObject 4169 __________________________________________________________ 4170 4171 7.2.7.4. Interfaces for Qt4 Plugins 4172 4173 An LSB conforming implementation shall provide the architecture 4174 specific functions for Qt4 Plugins specified in Table 7-21, 4175 with the full mandatory functionality as described in the 4176 referenced underlying specification. 4177 4178 Table 7-21. libQtCore - Qt4 Plugins Function Interfaces 4179 _ZThn16_N16QTextCodecPluginD0Ev [CXXABI-1.86] 4180 _ZThn16_N16QTextCodecPluginD1Ev [CXXABI-1.86] 4181 __________________________________________________________ 4182 4183 7.2.8. Qt4 Date and Time 4184 __________________________________________________________ 4185 4186 7.2.8.1. Class data for QTimer 4187 4188 The virtual table for the QTimer class is described in the 4189 generic part of this specification. 4190 4191 The Run Time Type Information for the QTimer class is described 4192 by Table 7-22 4193 4194 Table 7-22. typeinfo for QTimer 4195 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4196 Name typeinfo name for QTimer 4197 basetype: typeinfo for QObject 4198 __________________________________________________________ 4199 4200 7.2.8.2. Interfaces for Qt4 Date and Time 4201 4202 No external functions are defined for libQtCore - Qt4 Date and 4203 Time in this part of the specification. See also the generic 4204 specification. 4205 __________________________________________________________ 4206 4207 7.2.9. Qt4 Miscellaneous 4208 __________________________________________________________ 4209 4210 7.2.9.1. Class data for QFactoryInterface 4211 4212 The virtual table for the QFactoryInterface class is described 4213 in the generic part of this specification. 4214 4215 The Run Time Type Information for the QFactoryInterface class 4216 is described by Table 7-23 4217 4218 Table 7-23. typeinfo for QFactoryInterface 4219 Base Vtable vtable for __cxxabiv1::__class_type_info 4220 Name typeinfo name for QFactoryInterface 4221 __________________________________________________________ 4222 4223 7.2.9.2. Interfaces for Qt4 Miscellaneous 4224 4225 No external functions are defined for libQtCore - Qt4 4226 Miscellaneous in this part of the specification. See also the 4227 generic specification. 4228 __________________________________________________________ 4229 4230 7.2.10. Qt4 Text 4231 __________________________________________________________ 4232 4233 7.2.10.1. Interfaces for Qt4 Text 4234 4235 No external functions are defined for libQtCore - Qt4 Text in 4236 this part of the specification. See also the generic 4237 specification. 4238 __________________________________________________________ 4239 4240 7.2.11. Qt4 Input/Output 4241 __________________________________________________________ 4242 4243 7.2.11.1. Class data for QIODevice 4244 4245 The virtual table for the QIODevice class is described in the 4246 generic part of this specification. 4247 4248 The Run Time Type Information for the QIODevice class is 4249 described by Table 7-24 4250 4251 Table 7-24. typeinfo for QIODevice 4252 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4253 Name typeinfo name for QIODevice 4254 basetype: typeinfo for QObject 4255 __________________________________________________________ 4256 4257 7.2.11.2. Class data for QDataStream 4258 4259 The virtual table for the QDataStream class is described in the 4260 generic part of this specification. 4261 4262 The Run Time Type Information for the QDataStream class is 4263 described by Table 7-25 4264 4265 Table 7-25. typeinfo for QDataStream 4266 Base Vtable vtable for __cxxabiv1::__class_type_info 4267 Name typeinfo name for QDataStream 4268 __________________________________________________________ 4269 4270 7.2.11.3. Class data for QTextStream 4271 4272 The virtual table for the QTextStream class is described in the 4273 generic part of this specification. 4274 4275 The Run Time Type Information for the QTextStream class is 4276 described by Table 7-26 4277 4278 Table 7-26. typeinfo for QTextStream 4279 Base Vtable vtable for __cxxabiv1::__class_type_info 4280 Name typeinfo name for QTextStream 4281 __________________________________________________________ 4282 4283 7.2.11.4. Class data for QFile 4284 4285 The virtual table for the QFile class is described in the 4286 generic part of this specification. 4287 4288 The Run Time Type Information for the QFile class is described 4289 by Table 7-27 4290 4291 Table 7-27. typeinfo for QFile 4292 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4293 Name typeinfo name for QFile 4294 basetype: typeinfo for QIODevice 4295 __________________________________________________________ 4296 4297 7.2.11.5. Class data for QTemporaryFile 4298 4299 The virtual table for the QTemporaryFile class is described in 4300 the generic part of this specification. 4301 4302 The Run Time Type Information for the QTemporaryFile class is 4303 described by Table 7-28 4304 4305 Table 7-28. typeinfo for QTemporaryFile 4306 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4307 Name typeinfo name for QTemporaryFile 4308 basetype: typeinfo for QFile 4309 __________________________________________________________ 4310 4311 7.2.11.6. Class data for QAbstractFileEngine 4312 4313 The virtual table for the QAbstractFileEngine class is 4314 described in the generic part of this specification. 4315 4316 The Run Time Type Information for the QAbstractFileEngine class 4317 is described by Table 7-29 4318 4319 Table 7-29. typeinfo for QAbstractFileEngine 4320 Base Vtable vtable for __cxxabiv1::__class_type_info 4321 Name typeinfo name for QAbstractFileEngine 4322 __________________________________________________________ 4323 4324 7.2.11.7. Class data for QAbstractFileEngineHandler 4325 4326 The virtual table for the QAbstractFileEngineHandler class is 4327 described in the generic part of this specification. 4328 4329 The Run Time Type Information for the 4330 QAbstractFileEngineHandler class is described by Table 7-30 4331 4332 Table 7-30. typeinfo for QAbstractFileEngineHandler 4333 Base Vtable vtable for __cxxabiv1::__class_type_info 4334 Name typeinfo name for QAbstractFileEngineHandler 4335 __________________________________________________________ 4336 4337 7.2.11.8. Class data for QFSFileEngine 4338 4339 The virtual table for the QFSFileEngine class is described in 4340 the generic part of this specification. 4341 4342 The Run Time Type Information for the QFSFileEngine class is 4343 described by Table 7-31 4344 4345 Table 7-31. typeinfo for QFSFileEngine 4346 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4347 Name typeinfo name for QFSFileEngine 4348 basetype: typeinfo for QAbstractFileEngine 4349 __________________________________________________________ 4350 4351 7.2.11.9. Class data for QProcess 4352 4353 The virtual table for the QProcess class is described in the 4354 generic part of this specification. 4355 4356 The Run Time Type Information for the QProcess class is 4357 described by Table 7-32 4358 4359 Table 7-32. typeinfo for QProcess 4360 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4361 Name typeinfo name for QProcess 4362 basetype: typeinfo for QIODevice 4363 __________________________________________________________ 4364 4365 7.2.11.10. Class data for QBuffer 4366 4367 The virtual table for the QBuffer class is described in the 4368 generic part of this specification. 4369 4370 The Run Time Type Information for the QBuffer class is 4371 described by Table 7-33 4372 4373 Table 7-33. typeinfo for QBuffer 4374 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4375 Name typeinfo name for QBuffer 4376 basetype: typeinfo for QIODevice 4377 __________________________________________________________ 4378 4379 7.2.11.11. Class data for QSettings 4380 4381 The virtual table for the QSettings class is described in the 4382 generic part of this specification. 4383 4384 The Run Time Type Information for the QSettings class is 4385 described by Table 7-34 4386 4387 Table 7-34. typeinfo for QSettings 4388 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4389 Name typeinfo name for QSettings 4390 basetype: typeinfo for QObject 4391 __________________________________________________________ 4392 4393 7.2.11.12. Class data for QSignalMapper 4394 4395 The virtual table for the QSignalMapper class is described in 4396 the generic part of this specification. 4397 4398 The Run Time Type Information for the QSignalMapper class is 4399 described by Table 7-35 4400 4401 Table 7-35. typeinfo for QSignalMapper 4402 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4403 Name typeinfo name for QSignalMapper 4404 basetype: typeinfo for QObject 4405 __________________________________________________________ 4406 4407 7.2.11.13. Class data for QSocketNotifier 4408 4409 The virtual table for the QSocketNotifier class is described in 4410 the generic part of this specification. 4411 4412 The Run Time Type Information for the QSocketNotifier class is 4413 described by Table 7-36 4414 4415 Table 7-36. typeinfo for QSocketNotifier 4416 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4417 Name typeinfo name for QSocketNotifier 4418 basetype: typeinfo for QObject 4419 __________________________________________________________ 4420 4421 7.2.11.14. Class data for QFileSystemWatcher 4422 4423 The virtual table for the QFileSystemWatcher class is described 4424 in the generic part of this specification. 4425 __________________________________________________________ 4426 4427 7.2.11.15. Interfaces for Qt4 Input/Output 4428 4429 No external functions are defined for libQtCore - Qt4 4430 Input/Output in this part of the specification. See also the 4431 generic specification. 4432 __________________________________________________________ 4433 4434 7.2.12. Qt4 Core Application 4435 __________________________________________________________ 4436 4437 7.2.12.1. Class data for QCoreApplication 4438 4439 The virtual table for the QCoreApplication class is described 4440 in the generic part of this specification. 4441 4442 The Run Time Type Information for the QCoreApplication class is 4443 described by Table 7-37 4444 4445 Table 7-37. typeinfo for QCoreApplication 4446 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4447 Name typeinfo name for QCoreApplication 4448 basetype: typeinfo for QObject 4449 __________________________________________________________ 4450 4451 7.2.12.2. Interfaces for Qt4 Core Application 4452 4453 No external functions are defined for libQtCore - Qt4 Core 4454 Application in this part of the specification. See also the 4455 generic specification. 4456 __________________________________________________________ 4457 4458 7.2.13. Qt4 Object Model 4459 __________________________________________________________ 4460 4461 7.2.13.1. Class data for QObject 4462 4463 The virtual table for the QObject class is described in the 4464 generic part of this specification. 4465 4466 The Run Time Type Information for the QObject class is 4467 described by Table 7-38 4468 4469 Table 7-38. typeinfo for QObject 4470 Base Vtable vtable for __cxxabiv1::__class_type_info 4471 Name typeinfo name for QObject 4472 __________________________________________________________ 4473 4474 7.2.13.2. Class data for QObjectUserData 4475 4476 The virtual table for the QObjectUserData class is described in 4477 the generic part of this specification. 4478 4479 The Run Time Type Information for the QObjectUserData class is 4480 described by Table 7-39 4481 4482 Table 7-39. typeinfo for QObjectUserData 4483 Base Vtable vtable for __cxxabiv1::__class_type_info 4484 Name typeinfo name for QObjectUserData 4485 __________________________________________________________ 4486 4487 7.2.13.3. Class data for QObjectCleanupHandler 4488 4489 The virtual table for the QObjectCleanupHandler class is 4490 described in the generic part of this specification. 4491 4492 The Run Time Type Information for the QObjectCleanupHandler 4493 class is described by Table 7-40 4494 4495 Table 7-40. typeinfo for QObjectCleanupHandler 4496 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4497 Name typeinfo name for QObjectCleanupHandler 4498 basetype: typeinfo for QObject 4499 __________________________________________________________ 4500 4501 7.2.13.4. Interfaces for Qt4 Object Model 4502 4503 No external functions are defined for libQtCore - Qt4 Object 4504 Model in this part of the specification. See also the generic 4505 specification. 4506 __________________________________________________________ 4507 4508 7.2.14. Qt4 Threading 4509 __________________________________________________________ 4510 4511 7.2.14.1. Class data for QThread 4512 4513 The virtual table for the QThread class is described in the 4514 generic part of this specification. 4515 4516 The Run Time Type Information for the QThread class is 4517 described by Table 7-41 4518 4519 Table 7-41. typeinfo for QThread 4520 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4521 Name typeinfo name for QThread 4522 basetype: typeinfo for QObject 4523 __________________________________________________________ 4524 4525 7.2.14.2. Interfaces for Qt4 Threading 4526 4527 No external functions are defined for libQtCore - Qt4 Threading 4528 in this part of the specification. See also the generic 4529 specification. 4530 __________________________________________________________ 4531 4532 7.2.15. Qt4 2D Graphics 4533 __________________________________________________________ 4534 4535 7.2.15.1. Interfaces for Qt4 2D Graphics 4536 4537 No external functions are defined for libQtCore - Qt4 2D 4538 Graphics in this part of the specification. See also the 4539 generic specification. 4540 __________________________________________________________ 4541 4542 7.2.16. Qt4 Internals 4543 __________________________________________________________ 4544 4545 7.2.16.1. Interfaces for Qt4 Internals 4546 4547 No external functions are defined for libQtCore - Qt4 Internals 4548 in this part of the specification. See also the generic 4549 specification. 4550 __________________________________________________________ 4551 4552 7.3. Data Definitions for libQtCore 4553 4554 This section defines global identifiers and their values that 4555 are associated with interfaces contained in libQtCore. These 4556 definitions are organized into groups that correspond to system 4557 headers. This convention is used as a convenience for the 4558 reader, and does not imply the existence of these headers, or 4559 their content. Where an interface is defined as requiring a 4560 particular system header file all of the data definitions for 4561 that system header file presented here shall be in effect. 4562 4563 This section gives data definitions to promote binary 4564 application portability, not to repeat source interface 4565 definitions available elsewhere. System providers and 4566 application developers should use this ABI to supplement - not 4567 to replace - source interface definition specifications. 4568 4569 This specification uses the ISO C (1999) C Language as the 4570 reference programming language, and data definitions are 4571 specified in ISO C format. The C language is used here as a 4572 convenient notation. Using a C language description of these 4573 data objects does not preclude their use by other programming 4574 languages. 4575 __________________________________________________________ 4576 4577 7.3.1. QtCore/qabstracteventdispatcher.h 4578 4579 /* 4580 * This header is architecture neutral 4581 * Please refer to the generic specification for details 4582 */ 4583 __________________________________________________________ 4584 4585 7.3.2. QtCore/qabstractfileengine.h 4586 4587 /* 4588 * This header is architecture neutral 4589 * Please refer to the generic specification for details 4590 */ 4591 __________________________________________________________ 4592 4593 7.3.3. QtCore/qabstractitemmodel.h 4594 4595 /* 4596 * This header is architecture neutral 4597 * Please refer to the generic specification for details 4598 */ 4599 __________________________________________________________ 4600 4601 7.3.4. QtCore/qatomic.h 4602 4603 /* 4604 * This header is architecture neutral 4605 * Please refer to the generic specification for details 4606 */ 4607 __________________________________________________________ 4608 4609 7.3.5. QtCore/qbasictimer.h 4610 4611 /* 4612 * This header is architecture neutral 4613 * Please refer to the generic specification for details 4614 */ 4615 __________________________________________________________ 4616 4617 7.3.6. QtCore/qbitarray.h 4618 4619 /* 4620 * This header is architecture neutral 4621 * Please refer to the generic specification for details 4622 */ 4623 __________________________________________________________ 4624 4625 7.3.7. QtCore/qbuffer.h 4626 4627 /* 4628 * This header is architecture neutral 4629 * Please refer to the generic specification for details 4630 */ 4631 __________________________________________________________ 4632 4633 7.3.8. QtCore/qbytearray.h 4634 4635 /* 4636 * This header is architecture neutral 4637 * Please refer to the generic specification for details 4638 */ 4639 __________________________________________________________ 4640 4641 7.3.9. QtCore/qbytearraymatcher.h 4642 4643 /* 4644 * This header is architecture neutral 4645 * Please refer to the generic specification for details 4646 */ 4647 __________________________________________________________ 4648 4649 7.3.10. QtCore/qchar.h 4650 4651 /* 4652 * This header is architecture neutral 4653 * Please refer to the generic specification for details 4654 */ 4655 __________________________________________________________ 4656 4657 7.3.11. QtCore/qcoreapplication.h 4658 4659 /* 4660 * This header is architecture neutral 4661 * Please refer to the generic specification for details 4662 */ 4663 __________________________________________________________ 4664 4665 7.3.12. QtCore/qcoreevent.h 4666 4667 /* 4668 * This header is architecture neutral 4669 * Please refer to the generic specification for details 4670 */ 4671 __________________________________________________________ 4672 4673 7.3.13. QtCore/qdatastream.h 4674 4675 /* 4676 * This header is architecture neutral 4677 * Please refer to the generic specification for details 4678 */ 4679 __________________________________________________________ 4680 4681 7.3.14. QtCore/qdatetime.h 4682 4683 /* 4684 * This header is architecture neutral 4685 * Please refer to the generic specification for details 4686 */ 4687 __________________________________________________________ 4688 4689 7.3.15. QtCore/qdebug.h 4690 4691 /* 4692 * This header is architecture neutral 4693 * Please refer to the generic specification for details 4694 */ 4695 __________________________________________________________ 4696 4697 7.3.16. QtCore/qdir.h 4698 4699 /* 4700 * This header is architecture neutral 4701 * Please refer to the generic specification for details 4702 */ 4703 __________________________________________________________ 4704 4705 7.3.17. QtCore/qeventloop.h 4706 4707 /* 4708 * This header is architecture neutral 4709 * Please refer to the generic specification for details 4710 */ 4711 __________________________________________________________ 4712 4713 7.3.18. QtCore/qfactoryinterface.h 4714 4715 /* 4716 * This header is architecture neutral 4717 * Please refer to the generic specification for details 4718 */ 4719 __________________________________________________________ 4720 4721 7.3.19. QtCore/qfile.h 4722 4723 /* 4724 * This header is architecture neutral 4725 * Please refer to the generic specification for details 4726 */ 4727 __________________________________________________________ 4728 4729 7.3.20. QtCore/qfileinfo.h 4730 4731 /* 4732 * This header is architecture neutral 4733 * Please refer to the generic specification for details 4734 */ 4735 __________________________________________________________ 4736 4737 7.3.21. QtCore/qfsfileengine.h 4738 4739 /* 4740 * This header is architecture neutral 4741 * Please refer to the generic specification for details 4742 */ 4743 __________________________________________________________ 4744 4745 7.3.22. QtCore/qglobal.h 4746 4747 /* 4748 * This header is architecture neutral 4749 * Please refer to the generic specification for details 4750 */ 4751 __________________________________________________________ 4752 4753 7.3.23. QtCore/qhash.h 4754 4755 /* 4756 * This header is architecture neutral 4757 * Please refer to the generic specification for details 4758 */ 4759 __________________________________________________________ 4760 4761 7.3.24. QtCore/qiodevice.h 4762 4763 /* 4764 * This header is architecture neutral 4765 * Please refer to the generic specification for details 4766 */ 4767 __________________________________________________________ 4768 4769 7.3.25. QtCore/qlibrary.h 4770 4771 /* 4772 * This header is architecture neutral 4773 * Please refer to the generic specification for details 4774 */ 4775 __________________________________________________________ 4776 4777 7.3.26. QtCore/qlibraryinfo.h 4778 4779 /* 4780 * This header is architecture neutral 4781 * Please refer to the generic specification for details 4782 */ 4783 __________________________________________________________ 4784 4785 7.3.27. QtCore/qline.h 4786 4787 /* 4788 * This header is architecture neutral 4789 * Please refer to the generic specification for details 4790 */ 4791 __________________________________________________________ 4792 4793 7.3.28. QtCore/qlinkedlist.h 4794 4795 /* 4796 * This header is architecture neutral 4797 * Please refer to the generic specification for details 4798 */ 4799 __________________________________________________________ 4800 4801 7.3.29. QtCore/qlist.h 4802 4803 /* 4804 * This header is architecture neutral 4805 * Please refer to the generic specification for details 4806 */ 4807 __________________________________________________________ 4808 4809 7.3.30. QtCore/qlocale.h 4810 4811 /* 4812 * This header is architecture neutral 4813 * Please refer to the generic specification for details 4814 */ 4815 __________________________________________________________ 4816 4817 7.3.31. QtCore/qmap.h 4818 4819 /* 4820 * This header is architecture neutral 4821 * Please refer to the generic specification for details 4822 */ 4823 __________________________________________________________ 4824 4825 7.3.32. QtCore/qmetaobject.h 4826 4827 /* 4828 * This header is architecture neutral 4829 * Please refer to the generic specification for details 4830 */ 4831 __________________________________________________________ 4832 4833 7.3.33. QtCore/qmetatype.h 4834 4835 /* 4836 * This header is architecture neutral 4837 * Please refer to the generic specification for details 4838 */ 4839 __________________________________________________________ 4840 4841 7.3.34. QtCore/qmimedata.h 4842 4843 /* 4844 * This header is architecture neutral 4845 * Please refer to the generic specification for details 4846 */ 4847 __________________________________________________________ 4848 4849 7.3.35. QtCore/qmutex.h 4850 4851 /* 4852 * This header is architecture neutral 4853 * Please refer to the generic specification for details 4854 */ 4855 __________________________________________________________ 4856 4857 7.3.36. QtCore/qnamespace.h 4858 4859 /* 4860 * This header is architecture neutral 4861 * Please refer to the generic specification for details 4862 */ 4863 __________________________________________________________ 4864 4865 7.3.37. QtCore/qobject.h 4866 4867 /* 4868 * This header is architecture neutral 4869 * Please refer to the generic specification for details 4870 */ 4871 __________________________________________________________ 4872 4873 7.3.38. QtCore/qobjectcleanuphandler.h 4874 4875 /* 4876 * This header is architecture neutral 4877 * Please refer to the generic specification for details 4878 */ 4879 __________________________________________________________ 4880 4881 7.3.39. QtCore/qobjectdefs.h 4882 4883 /* 4884 * This header is architecture neutral 4885 * Please refer to the generic specification for details 4886 */ 4887 __________________________________________________________ 4888 4889 7.3.40. QtCore/qpair.h 4890 4891 /* 4892 * This header is architecture neutral 4893 * Please refer to the generic specification for details 4894 */ 4895 __________________________________________________________ 4896 4897 7.3.41. QtCore/qplugin.h 4898 4899 /* 4900 * This header is architecture neutral 4901 * Please refer to the generic specification for details 4902 */ 4903 __________________________________________________________ 4904 4905 7.3.42. QtCore/qpluginloader.h 4906 4907 /* 4908 * This header is architecture neutral 4909 * Please refer to the generic specification for details 4910 */ 4911 __________________________________________________________ 4912 4913 7.3.43. QtCore/qpoint.h 4914 4915 /* 4916 * This header is architecture neutral 4917 * Please refer to the generic specification for details 4918 */ 4919 __________________________________________________________ 4920 4921 7.3.44. QtCore/qprocess.h 4922 4923 /* 4924 * This header is architecture neutral 4925 * Please refer to the generic specification for details 4926 */ 4927 __________________________________________________________ 4928 4929 7.3.45. QtCore/qreadwritelock.h 4930 4931 /* 4932 * This header is architecture neutral 4933 * Please refer to the generic specification for details 4934 */ 4935 __________________________________________________________ 4936 4937 7.3.46. QtCore/qrect.h 4938 4939 /* 4940 * This header is architecture neutral 4941 * Please refer to the generic specification for details 4942 */ 4943 __________________________________________________________ 4944 4945 7.3.47. QtCore/qregexp.h 4946 4947 /* 4948 * This header is architecture neutral 4949 * Please refer to the generic specification for details 4950 */ 4951 __________________________________________________________ 4952 4953 7.3.48. QtCore/qsemaphore.h 4954 4955 /* 4956 * This header is architecture neutral 4957 * Please refer to the generic specification for details 4958 */ 4959 __________________________________________________________ 4960 4961 7.3.49. QtCore/qsettings.h 4962 4963 /* 4964 * This header is architecture neutral 4965 * Please refer to the generic specification for details 4966 */ 4967 __________________________________________________________ 4968 4969 7.3.50. QtCore/qshareddata.h 4970 4971 /* 4972 * This header is architecture neutral 4973 * Please refer to the generic specification for details 4974 */ 4975 __________________________________________________________ 4976 4977 7.3.51. QtCore/qsignalmapper.h 4978 4979 /* 4980 * This header is architecture neutral 4981 * Please refer to the generic specification for details 4982 */ 4983 __________________________________________________________ 4984 4985 7.3.52. QtCore/qsize.h 4986 4987 /* 4988 * This header is architecture neutral 4989 * Please refer to the generic specification for details 4990 */ 4991 __________________________________________________________ 4992 4993 7.3.53. QtCore/qsocketnotifier.h 4994 4995 /* 4996 * This header is architecture neutral 4997 * Please refer to the generic specification for details 4998 */ 4999 __________________________________________________________ 5000 5001 7.3.54. QtCore/qstring.h 5002 5003 /* 5004 * This header is architecture neutral 5005 * Please refer to the generic specification for details 5006 */ 5007 __________________________________________________________ 5008 5009 7.3.55. QtCore/qstringlist.h 5010 5011 /* 5012 * This header is architecture neutral 5013 * Please refer to the generic specification for details 5014 */ 5015 __________________________________________________________ 5016 5017 7.3.56. QtCore/qstringmatcher.h 5018 5019 /* 5020 * This header is architecture neutral 5021 * Please refer to the generic specification for details 5022 */ 5023 __________________________________________________________ 5024 5025 7.3.57. QtCore/qtemporaryfile.h 5026 5027 /* 5028 * This header is architecture neutral 5029 * Please refer to the generic specification for details 5030 */ 5031 __________________________________________________________ 5032 5033 7.3.58. QtCore/qtextcodec.h 5034 5035 /* 5036 * This header is architecture neutral 5037 * Please refer to the generic specification for details 5038 */ 5039 __________________________________________________________ 5040 5041 7.3.59. QtCore/qtextcodecplugin.h 5042 5043 /* 5044 * This header is architecture neutral 5045 * Please refer to the generic specification for details 5046 */ 5047 __________________________________________________________ 5048 5049 7.3.60. QtCore/qtextstream.h 5050 5051 /* 5052 * This header is architecture neutral 5053 * Please refer to the generic specification for details 5054 */ 5055 __________________________________________________________ 5056 5057 7.3.61. QtCore/qthread.h 5058 5059 /* 5060 * This header is architecture neutral 5061 * Please refer to the generic specification for details 5062 */ 5063 __________________________________________________________ 5064 5065 7.3.62. QtCore/qthreadstorage.h 5066 5067 /* 5068 * This header is architecture neutral 5069 * Please refer to the generic specification for details 5070 */ 5071 __________________________________________________________ 5072 5073 7.3.63. QtCore/qtimer.h 5074 5075 /* 5076 * This header is architecture neutral 5077 * Please refer to the generic specification for details 5078 */ 5079 __________________________________________________________ 5080 5081 7.3.64. QtCore/qtranslator.h 5082 5083 /* 5084 * This header is architecture neutral 5085 * Please refer to the generic specification for details 5086 */ 5087 __________________________________________________________ 5088 5089 7.3.65. QtCore/qurl.h 5090 5091 /* 5092 * This header is architecture neutral 5093 * Please refer to the generic specification for details 5094 */ 5095 __________________________________________________________ 5096 5097 7.3.66. QtCore/quuid.h 5098 5099 /* 5100 * This header is architecture neutral 5101 * Please refer to the generic specification for details 5102 */ 5103 __________________________________________________________ 5104 5105 7.3.67. QtCore/qvariant.h 5106 5107 /* 5108 * This header is architecture neutral 5109 * Please refer to the generic specification for details 5110 */ 5111 __________________________________________________________ 5112 5113 7.3.68. QtCore/qvector.h 5114 5115 /* 5116 * This header is architecture neutral 5117 * Please refer to the generic specification for details 5118 */ 5119 __________________________________________________________ 5120 5121 7.3.69. QtCore/qwaitcondition.h 5122 5123 /* 5124 * This header is architecture neutral 5125 * Please refer to the generic specification for details 5126 */ 5127 __________________________________________________________ 5128 5129 7.4. Interface Definitions for libQtCore 5130 5131 Table of Contents 5132 _Z7qMallocm -- allocate memory block 5133 _Z7qMemSetPvim -- fill memory with a constant byte 5134 _Z8qMemCopyPvPKvm -- copy memory area 5135 _Z8qReallocPvm -- change the size of memory block 5136 5137 The interfaces defined on the following pages are included in 5138 libQtCore and are defined by this specification. Unless 5139 otherwise noted, these interfaces shall be included in the 5140 source standard. 5141 5142 Other interfaces listed in Section 7.2 shall behave as 5143 described in the referenced base document. For interfaces 5144 referencing LSB and not listed below, please see the generic 5145 part of the specification. 5146 5147 _Z7qMallocm 5148 5149 Name 5150 5151 qMalloc -- allocate memory block 5152 5153 Synopsis 5154 5155 #include 5156 5157 void * qMalloc (size_t size); 5158 5159 Description 5160 5161 The qMalloc() function has the same behavior as the malloc() 5162 function described in POSIX 1003.1-2001 (ISO/IEC 9945-2003). 5163 5164 _Z7qMemSetPvim 5165 5166 Name 5167 5168 qMemSet -- fill memory with a constant byte 5169 5170 Synopsis 5171 5172 #include 5173 5174 void * qMemSet (void *dest, int c, size_t n); 5175 5176 Description 5177 5178 The qMemSet() function has the same behavior as the memset() 5179 function described in POSIX 1003.1-2001 (ISO/IEC 9945-2003). 5180 5181 _Z8qMemCopyPvPKvm 5182 5183 Name 5184 5185 qMemCopy -- copy memory area 5186 5187 Synopsis 5188 5189 #include 5190 5191 void * qMemCopy (void *dest, const void *src, size_t n); 5192 5193 Description 5194 5195 The qMemCopy() function has the same behavior as the memcpy() 5196 function described in POSIX 1003.1-2001 (ISO/IEC 9945-2003). 5197 5198 _Z8qReallocPvm 5199 5200 Name 5201 5202 qRealloc -- change the size of memory block 5203 5204 Synopsis 5205 5206 #include 5207 5208 void * qRealloc (void *ptr, size_t size); 5209 5210 Description 5211 5212 The qRealloc() function has the same behavior as the realloc() 5213 function described in POSIX 1003.1-2001 (ISO/IEC 9945-2003). 5214 __________________________________________________________ 5215 5216 7.5. Interfaces for libQtGui 5217 5218 Table 7-42 defines the library name and shared object name for 5219 the libQtGui library 5220 5221 Table 7-42. libQtGui Definition 5222 Library: libQtGui 5223 SONAME: libQtGui.so.4 5224 5225 The behavior of the interfaces in this library is specified by 5226 the following specifications: 5227 5228 [CXXABI-1.86] Itanium™ C++ ABI 5229 __________________________________________________________ 5230 5231 7.5.1. Qt4 GUI Functions 5232 __________________________________________________________ 5233 5234 7.5.1.1. Interfaces for Qt4 GUI Functions 5235 5236 An LSB conforming implementation shall provide the architecture 5237 specific functions for Qt4 GUI Functions specified in Table 5238 7-43, with the full mandatory functionality as described in the 5239 referenced underlying specification. 5240 5241 Table 7-43. libQtGui - Qt4 GUI Functions Function Interfaces 5242 _ZThn16_N10QBoxLayout10invalidateEv [CXXABI-1.86] 5243 _ZThn16_N10QBoxLayout11setGeometryERK5QRect [CXXABI-1.86] 5244 _ZThn16_N11QGridLayout10invalidateEv [CXXABI-1.86] 5245 _ZThn16_N11QGridLayout11setGeometryERK5QRect [CXXABI-1.86] 5246 _ZThn16_N14QStackedLayout11setGeometryERK5QRect [CXXABI-1.86] 5247 _ZThn16_N20QPictureFormatPlugin11loadPictureERK7QStringS2_P8QPi 5248 cture [CXXABI-1.86] 5249 _ZThn16_N20QPictureFormatPlugin11savePictureERK7QStringS2_RK8QP 5250 icture [CXXABI-1.86] _ZThn16_N7QLayout10invalidateEv 5251 [CXXABI-1.86] 5252 _ZThn16_N7QLayout6layoutEv [CXXABI-1.86] 5253 _ZThn16_NK10QBoxLayout11maximumSizeEv [CXXABI-1.86] 5254 _ZThn16_NK10QBoxLayout11minimumSizeEv [CXXABI-1.86] 5255 _ZThn16_NK10QBoxLayout14heightForWidthEi [CXXABI-1.86] 5256 _ZThn16_NK10QBoxLayout17hasHeightForWidthEv [CXXABI-1.86] 5257 _ZThn16_NK10QBoxLayout19expandingDirectionsEv [CXXABI-1.86] 5258 _ZThn16_NK10QBoxLayout21minimumHeightForWidthEi [CXXABI-1.86] 5259 _ZThn16_NK10QBoxLayout8sizeHintEv [CXXABI-1.86] 5260 _ZThn16_NK11QGridLayout11maximumSizeEv [CXXABI-1.86] 5261 _ZThn16_NK11QGridLayout11minimumSizeEv [CXXABI-1.86] 5262 _ZThn16_NK11QGridLayout14heightForWidthEi [CXXABI-1.86] 5263 _ZThn16_NK11QGridLayout17hasHeightForWidthEv [CXXABI-1.86] 5264 _ZThn16_NK11QGridLayout19expandingDirectionsEv [CXXABI-1.86] 5265 _ZThn16_NK11QGridLayout21minimumHeightForWidthEi [CXXABI-1.86] 5266 _ZThn16_NK11QGridLayout8sizeHintEv [CXXABI-1.86] 5267 _ZThn16_NK14QStackedLayout11minimumSizeEv [CXXABI-1.86] 5268 _ZThn16_NK14QStackedLayout8sizeHintEv [CXXABI-1.86] 5269 _ZThn16_NK7QLayout11maximumSizeEv [CXXABI-1.86] 5270 _ZThn16_NK7QLayout11minimumSizeEv [CXXABI-1.86] 5271 _ZThn16_NK7QLayout19expandingDirectionsEv [CXXABI-1.86] 5272 _ZThn16_NK7QLayout7isEmptyEv [CXXABI-1.86] 5273 _ZThn16_NK7QLayout8geometryEv [CXXABI-1.86] 5274 _ZThn16_NK7QWidget11paintEngineEv [CXXABI-1.86] 5275 _ZThn16_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE 5276 [CXXABI-1.86] 5277 _ZThn16_NK7QWidget7devTypeEv [CXXABI-1.86] 5278 _ZThn24_NK10QDropEvent11encodedDataEPKc [CXXABI-1.86] 5279 _ZThn24_NK10QDropEvent6formatEi [CXXABI-1.86] 5280 _ZThn24_NK10QDropEvent8providesEPKc [CXXABI-1.86] 5281 __________________________________________________________ 5282 5283 7.5.2. Qt4 Organizers 5284 __________________________________________________________ 5285 5286 7.5.2.1. Class data for QButtonGroup 5287 5288 The virtual table for the QButtonGroup class is described in 5289 the generic part of this specification. 5290 5291 The Run Time Type Information for the QButtonGroup class is 5292 described by Table 7-44 5293 5294 Table 7-44. typeinfo for QButtonGroup 5295 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5296 Name typeinfo name for QButtonGroup 5297 basetype: typeinfo for QObject 5298 __________________________________________________________ 5299 5300 7.5.2.2. Class data for QGroupBox 5301 5302 The virtual table for the QGroupBox class is described by Table 5303 7-45 5304 5305 Table 7-45. Primary vtable for QGroupBox 5306 Base Offset 0 5307 Virtual Base Offset 0 5308 RTTI typeinfo for QGroupBox 5309 vfunc[0]: QGroupBox::metaObject() const 5310 vfunc[1]: QGroupBox::qt_metacast(char const*) 5311 vfunc[2]: QGroupBox::qt_metacall(QMetaObject::Call, int, 5312 void**) 5313 vfunc[3]: QGroupBox::~QGroupBox() 5314 vfunc[4]: QGroupBox::~QGroupBox() 5315 vfunc[5]: QGroupBox::event(QEvent*) 5316 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 5317 vfunc[7]: QObject::timerEvent(QTimerEvent*) 5318 vfunc[8]: QGroupBox::childEvent(QChildEvent*) 5319 vfunc[9]: QObject::customEvent(QEvent*) 5320 vfunc[10]: QObject::connectNotify(char const*) 5321 vfunc[11]: QObject::disconnectNotify(char const*) 5322 vfunc[12]: QWidget::devType() const 5323 vfunc[13]: QWidget::setVisible(bool) 5324 vfunc[14]: QWidget::sizeHint() const 5325 vfunc[15]: QGroupBox::minimumSizeHint() const 5326 vfunc[16]: QWidget::heightForWidth(int) const 5327 vfunc[17]: QWidget::paintEngine() const 5328 vfunc[18]: QGroupBox::mousePressEvent(QMouseEvent*) 5329 vfunc[19]: QGroupBox::mouseReleaseEvent(QMouseEvent*) 5330 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 5331 vfunc[21]: QGroupBox::mouseMoveEvent(QMouseEvent*) 5332 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 5333 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 5334 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 5335 vfunc[25]: QGroupBox::focusInEvent(QFocusEvent*) 5336 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 5337 vfunc[27]: QWidget::enterEvent(QEvent*) 5338 vfunc[28]: QWidget::leaveEvent(QEvent*) 5339 vfunc[29]: QGroupBox::paintEvent(QPaintEvent*) 5340 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 5341 vfunc[31]: QGroupBox::resizeEvent(QResizeEvent*) 5342 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 5343 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 5344 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 5345 vfunc[35]: QWidget::actionEvent(QActionEvent*) 5346 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 5347 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 5348 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 5349 vfunc[39]: QWidget::dropEvent(QDropEvent*) 5350 vfunc[40]: QWidget::showEvent(QShowEvent*) 5351 vfunc[41]: QWidget::hideEvent(QHideEvent*) 5352 vfunc[42]: QWidget::x11Event(_XEvent*) 5353 vfunc[43]: QGroupBox::changeEvent(QEvent*) 5354 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 5355 const 5356 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 5357 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 5358 const 5359 vfunc[47]: QWidget::focusNextPrevChild(bool) 5360 vfunc[48]: QWidget::styleChange(QStyle&) 5361 vfunc[49]: QWidget::enabledChange(bool) 5362 vfunc[50]: QWidget::paletteChange(QPalette const&) 5363 vfunc[51]: QWidget::fontChange(QFont const&) 5364 vfunc[52]: QWidget::windowActivationChange(bool) 5365 vfunc[53]: QWidget::languageChange() 5366 5367 Table 7-46. Secondary vtable for QGroupBox 5368 Base Offset -16 5369 Virtual Base Offset 0 5370 RTTI typeinfo for QGroupBox 5371 vfunc[0]: non-virtual thunk to QGroupBox::~QGroupBox() 5372 vfunc[1]: non-virtual thunk to QGroupBox::~QGroupBox() 5373 vfunc[2]: non-virtual thunk to QWidget::devType() const 5374 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 5375 vfunc[4]: non-virtual thunk to 5376 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 5377 5378 The Run Time Type Information for the QGroupBox class is 5379 described by Table 7-47 5380 5381 Table 7-47. typeinfo for QGroupBox 5382 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5383 Name typeinfo name for QGroupBox 5384 basetype: typeinfo for QWidget 5385 __________________________________________________________ 5386 5387 7.5.2.3. Class data for QSplitter 5388 5389 The virtual table for the QSplitter class is described by Table 5390 7-48 5391 5392 Table 7-48. Primary vtable for QSplitter 5393 Base Offset 0 5394 Virtual Base Offset 0 5395 RTTI typeinfo for QSplitter 5396 vfunc[0]: QSplitter::metaObject() const 5397 vfunc[1]: QSplitter::qt_metacast(char const*) 5398 vfunc[2]: QSplitter::qt_metacall(QMetaObject::Call, int, 5399 void**) 5400 vfunc[3]: QSplitter::~QSplitter() 5401 vfunc[4]: QSplitter::~QSplitter() 5402 vfunc[5]: QSplitter::event(QEvent*) 5403 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 5404 vfunc[7]: QObject::timerEvent(QTimerEvent*) 5405 vfunc[8]: QSplitter::childEvent(QChildEvent*) 5406 vfunc[9]: QObject::customEvent(QEvent*) 5407 vfunc[10]: QObject::connectNotify(char const*) 5408 vfunc[11]: QObject::disconnectNotify(char const*) 5409 vfunc[12]: QWidget::devType() const 5410 vfunc[13]: QWidget::setVisible(bool) 5411 vfunc[14]: QSplitter::sizeHint() const 5412 vfunc[15]: QSplitter::minimumSizeHint() const 5413 vfunc[16]: QWidget::heightForWidth(int) const 5414 vfunc[17]: QWidget::paintEngine() const 5415 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 5416 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 5417 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 5418 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 5419 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 5420 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 5421 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 5422 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 5423 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 5424 vfunc[27]: QWidget::enterEvent(QEvent*) 5425 vfunc[28]: QWidget::leaveEvent(QEvent*) 5426 vfunc[29]: QFrame::paintEvent(QPaintEvent*) 5427 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 5428 vfunc[31]: QSplitter::resizeEvent(QResizeEvent*) 5429 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 5430 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 5431 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 5432 vfunc[35]: QWidget::actionEvent(QActionEvent*) 5433 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 5434 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 5435 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 5436 vfunc[39]: QWidget::dropEvent(QDropEvent*) 5437 vfunc[40]: QWidget::showEvent(QShowEvent*) 5438 vfunc[41]: QWidget::hideEvent(QHideEvent*) 5439 vfunc[42]: QWidget::x11Event(_XEvent*) 5440 vfunc[43]: QSplitter::changeEvent(QEvent*) 5441 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 5442 const 5443 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 5444 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 5445 const 5446 vfunc[47]: QWidget::focusNextPrevChild(bool) 5447 vfunc[48]: QWidget::styleChange(QStyle&) 5448 vfunc[49]: QWidget::enabledChange(bool) 5449 vfunc[50]: QWidget::paletteChange(QPalette const&) 5450 vfunc[51]: QWidget::fontChange(QFont const&) 5451 vfunc[52]: QWidget::windowActivationChange(bool) 5452 vfunc[53]: QWidget::languageChange() 5453 vfunc[54]: QSplitter::createHandle() 5454 5455 Table 7-49. Secondary vtable for QSplitter 5456 Base Offset -16 5457 Virtual Base Offset 0 5458 RTTI typeinfo for QSplitter 5459 vfunc[0]: non-virtual thunk to QSplitter::~QSplitter() 5460 vfunc[1]: non-virtual thunk to QSplitter::~QSplitter() 5461 vfunc[2]: non-virtual thunk to QWidget::devType() const 5462 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 5463 vfunc[4]: non-virtual thunk to 5464 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 5465 5466 The Run Time Type Information for the QSplitter class is 5467 described by Table 7-50 5468 5469 Table 7-50. typeinfo for QSplitter 5470 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5471 Name typeinfo name for QSplitter 5472 basetype: typeinfo for QFrame 5473 __________________________________________________________ 5474 5475 7.5.2.4. Class data for QSplitterHandle 5476 5477 The virtual table for the QSplitterHandle class is described by 5478 Table 7-51 5479 5480 Table 7-51. Primary vtable for QSplitterHandle 5481 Base Offset 0 5482 Virtual Base Offset 0 5483 RTTI typeinfo for QSplitterHandle 5484 vfunc[0]: QSplitterHandle::metaObject() const 5485 vfunc[1]: QSplitterHandle::qt_metacast(char const*) 5486 vfunc[2]: QSplitterHandle::qt_metacall(QMetaObject::Call, int, 5487 void**) 5488 vfunc[3]: NULL or QSplitterHandle::~QSplitterHandle() 5489 vfunc[4]: NULL or QSplitterHandle::~QSplitterHandle() 5490 vfunc[5]: QSplitterHandle::event(QEvent*) 5491 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 5492 vfunc[7]: QObject::timerEvent(QTimerEvent*) 5493 vfunc[8]: QObject::childEvent(QChildEvent*) 5494 vfunc[9]: QObject::customEvent(QEvent*) 5495 vfunc[10]: QObject::connectNotify(char const*) 5496 vfunc[11]: QObject::disconnectNotify(char const*) 5497 vfunc[12]: QWidget::devType() const 5498 vfunc[13]: QWidget::setVisible(bool) 5499 vfunc[14]: QSplitterHandle::sizeHint() const 5500 vfunc[15]: QWidget::minimumSizeHint() const 5501 vfunc[16]: QWidget::heightForWidth(int) const 5502 vfunc[17]: QWidget::paintEngine() const 5503 vfunc[18]: QSplitterHandle::mousePressEvent(QMouseEvent*) 5504 vfunc[19]: QSplitterHandle::mouseReleaseEvent(QMouseEvent*) 5505 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 5506 vfunc[21]: QSplitterHandle::mouseMoveEvent(QMouseEvent*) 5507 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 5508 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 5509 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 5510 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 5511 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 5512 vfunc[27]: QWidget::enterEvent(QEvent*) 5513 vfunc[28]: QWidget::leaveEvent(QEvent*) 5514 vfunc[29]: QSplitterHandle::paintEvent(QPaintEvent*) 5515 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 5516 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 5517 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 5518 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 5519 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 5520 vfunc[35]: QWidget::actionEvent(QActionEvent*) 5521 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 5522 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 5523 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 5524 vfunc[39]: QWidget::dropEvent(QDropEvent*) 5525 vfunc[40]: QWidget::showEvent(QShowEvent*) 5526 vfunc[41]: QWidget::hideEvent(QHideEvent*) 5527 vfunc[42]: QWidget::x11Event(_XEvent*) 5528 vfunc[43]: QWidget::changeEvent(QEvent*) 5529 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 5530 const 5531 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 5532 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 5533 const 5534 vfunc[47]: QWidget::focusNextPrevChild(bool) 5535 vfunc[48]: QWidget::styleChange(QStyle&) 5536 vfunc[49]: QWidget::enabledChange(bool) 5537 vfunc[50]: QWidget::paletteChange(QPalette const&) 5538 vfunc[51]: QWidget::fontChange(QFont const&) 5539 vfunc[52]: QWidget::windowActivationChange(bool) 5540 vfunc[53]: QWidget::languageChange() 5541 5542 Table 7-52. Secondary vtable for QSplitterHandle 5543 Base Offset -16 5544 Virtual Base Offset 0 5545 RTTI typeinfo for QSplitterHandle 5546 vfunc[0]: NULL or non-virtual thunk to 5547 QSplitterHandle::~QSplitterHandle() 5548 vfunc[1]: NULL or non-virtual thunk to 5549 QSplitterHandle::~QSplitterHandle() 5550 vfunc[2]: non-virtual thunk to QWidget::devType() const 5551 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 5552 vfunc[4]: non-virtual thunk to 5553 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 5554 5555 The Run Time Type Information for the QSplitterHandle class is 5556 described by Table 7-53 5557 5558 Table 7-53. typeinfo for QSplitterHandle 5559 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5560 Name typeinfo name for QSplitterHandle 5561 basetype: typeinfo for QWidget 5562 __________________________________________________________ 5563 5564 7.5.2.5. Interfaces for Qt4 Organizers 5565 5566 An LSB conforming implementation shall provide the architecture 5567 specific functions for Qt4 Organizers specified in Table 7-54, 5568 with the full mandatory functionality as described in the 5569 referenced underlying specification. 5570 5571 Table 7-54. libQtGui - Qt4 Organizers Function Interfaces 5572 _ZThn16_N9QGroupBoxD0Ev [CXXABI-1.86] _ZThn16_N9QGroupBoxD1Ev 5573 [CXXABI-1.86] 5574 _ZThn16_N9QSplitterD0Ev [CXXABI-1.86] _ZThn16_N9QSplitterD1Ev 5575 [CXXABI-1.86] 5576 __________________________________________________________ 5577 5578 7.5.3. Qt4 Events 5579 __________________________________________________________ 5580 5581 7.5.3.1. Class data for QInputEvent 5582 5583 The virtual table for the QInputEvent class is described in the 5584 generic part of this specification. 5585 5586 The Run Time Type Information for the QInputEvent class is 5587 described by Table 7-55 5588 5589 Table 7-55. typeinfo for QInputEvent 5590 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5591 Name typeinfo name for QInputEvent 5592 basetype: typeinfo for QEvent 5593 __________________________________________________________ 5594 5595 7.5.3.2. Class data for QMouseEvent 5596 5597 The virtual table for the QMouseEvent class is described in the 5598 generic part of this specification. 5599 5600 The Run Time Type Information for the QMouseEvent class is 5601 described by Table 7-56 5602 5603 Table 7-56. typeinfo for QMouseEvent 5604 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5605 Name typeinfo name for QMouseEvent 5606 basetype: typeinfo for QInputEvent 5607 __________________________________________________________ 5608 5609 7.5.3.3. Class data for QHoverEvent 5610 5611 The virtual table for the QHoverEvent class is described in the 5612 generic part of this specification. 5613 5614 The Run Time Type Information for the QHoverEvent class is 5615 described by Table 7-57 5616 5617 Table 7-57. typeinfo for QHoverEvent 5618 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5619 Name typeinfo name for QHoverEvent 5620 basetype: typeinfo for QEvent 5621 __________________________________________________________ 5622 5623 7.5.3.4. Class data for QWheelEvent 5624 5625 The virtual table for the QWheelEvent class is described in the 5626 generic part of this specification. 5627 5628 The Run Time Type Information for the QWheelEvent class is 5629 described by Table 7-58 5630 5631 Table 7-58. typeinfo for QWheelEvent 5632 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5633 Name typeinfo name for QWheelEvent 5634 basetype: typeinfo for QInputEvent 5635 __________________________________________________________ 5636 5637 7.5.3.5. Class data for QTabletEvent 5638 5639 The virtual table for the QTabletEvent class is described in 5640 the generic part of this specification. 5641 5642 The Run Time Type Information for the QTabletEvent class is 5643 described by Table 7-59 5644 5645 Table 7-59. typeinfo for QTabletEvent 5646 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5647 Name typeinfo name for QTabletEvent 5648 basetype: typeinfo for QInputEvent 5649 __________________________________________________________ 5650 5651 7.5.3.6. Class data for QKeyEvent 5652 5653 The virtual table for the QKeyEvent class is described in the 5654 generic part of this specification. 5655 5656 The Run Time Type Information for the QKeyEvent class is 5657 described by Table 7-60 5658 5659 Table 7-60. typeinfo for QKeyEvent 5660 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5661 Name typeinfo name for QKeyEvent 5662 basetype: typeinfo for QInputEvent 5663 __________________________________________________________ 5664 5665 7.5.3.7. Class data for QFocusEvent 5666 5667 The virtual table for the QFocusEvent class is described in the 5668 generic part of this specification. 5669 5670 The Run Time Type Information for the QFocusEvent class is 5671 described by Table 7-61 5672 5673 Table 7-61. typeinfo for QFocusEvent 5674 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5675 Name typeinfo name for QFocusEvent 5676 basetype: typeinfo for QEvent 5677 __________________________________________________________ 5678 5679 7.5.3.8. Class data for QPaintEvent 5680 5681 The virtual table for the QPaintEvent class is described in the 5682 generic part of this specification. 5683 5684 The Run Time Type Information for the QPaintEvent class is 5685 described by Table 7-62 5686 5687 Table 7-62. typeinfo for QPaintEvent 5688 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5689 Name typeinfo name for QPaintEvent 5690 basetype: typeinfo for QEvent 5691 __________________________________________________________ 5692 5693 7.5.3.9. Class data for QMoveEvent 5694 5695 The virtual table for the QMoveEvent class is described in the 5696 generic part of this specification. 5697 5698 The Run Time Type Information for the QMoveEvent class is 5699 described by Table 7-63 5700 5701 Table 7-63. typeinfo for QMoveEvent 5702 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5703 Name typeinfo name for QMoveEvent 5704 basetype: typeinfo for QEvent 5705 __________________________________________________________ 5706 5707 7.5.3.10. Class data for QResizeEvent 5708 5709 The virtual table for the QResizeEvent class is described in 5710 the generic part of this specification. 5711 5712 The Run Time Type Information for the QResizeEvent class is 5713 described by Table 7-64 5714 5715 Table 7-64. typeinfo for QResizeEvent 5716 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5717 Name typeinfo name for QResizeEvent 5718 basetype: typeinfo for QEvent 5719 __________________________________________________________ 5720 5721 7.5.3.11. Class data for QCloseEvent 5722 5723 The virtual table for the QCloseEvent class is described in the 5724 generic part of this specification. 5725 5726 The Run Time Type Information for the QCloseEvent class is 5727 described by Table 7-65 5728 5729 Table 7-65. typeinfo for QCloseEvent 5730 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5731 Name typeinfo name for QCloseEvent 5732 basetype: typeinfo for QEvent 5733 __________________________________________________________ 5734 5735 7.5.3.12. Class data for QIconDragEvent 5736 5737 The virtual table for the QIconDragEvent class is described in 5738 the generic part of this specification. 5739 5740 The Run Time Type Information for the QIconDragEvent class is 5741 described by Table 7-66 5742 5743 Table 7-66. typeinfo for QIconDragEvent 5744 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5745 Name typeinfo name for QIconDragEvent 5746 basetype: typeinfo for QEvent 5747 __________________________________________________________ 5748 5749 7.5.3.13. Class data for QShowEvent 5750 5751 The virtual table for the QShowEvent class is described in the 5752 generic part of this specification. 5753 5754 The Run Time Type Information for the QShowEvent class is 5755 described by Table 7-67 5756 5757 Table 7-67. typeinfo for QShowEvent 5758 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5759 Name typeinfo name for QShowEvent 5760 basetype: typeinfo for QEvent 5761 __________________________________________________________ 5762 5763 7.5.3.14. Class data for QHideEvent 5764 5765 The virtual table for the QHideEvent class is described in the 5766 generic part of this specification. 5767 5768 The Run Time Type Information for the QHideEvent class is 5769 described by Table 7-68 5770 5771 Table 7-68. typeinfo for QHideEvent 5772 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5773 Name typeinfo name for QHideEvent 5774 basetype: typeinfo for QEvent 5775 __________________________________________________________ 5776 5777 7.5.3.15. Class data for QContextMenuEvent 5778 5779 The virtual table for the QContextMenuEvent class is described 5780 in the generic part of this specification. 5781 5782 The Run Time Type Information for the QContextMenuEvent class 5783 is described by Table 7-69 5784 5785 Table 7-69. typeinfo for QContextMenuEvent 5786 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5787 Name typeinfo name for QContextMenuEvent 5788 basetype: typeinfo for QInputEvent 5789 __________________________________________________________ 5790 5791 7.5.3.16. Class data for QInputMethodEvent 5792 5793 The virtual table for the QInputMethodEvent class is described 5794 in the generic part of this specification. 5795 5796 The Run Time Type Information for the QInputMethodEvent class 5797 is described by Table 7-70 5798 5799 Table 7-70. typeinfo for QInputMethodEvent 5800 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5801 Name typeinfo name for QInputMethodEvent 5802 basetype: typeinfo for QEvent 5803 __________________________________________________________ 5804 5805 7.5.3.17. Class data for QHelpEvent 5806 5807 The virtual table for the QHelpEvent class is described in the 5808 generic part of this specification. 5809 5810 The Run Time Type Information for the QHelpEvent class is 5811 described by Table 7-71 5812 5813 Table 7-71. typeinfo for QHelpEvent 5814 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5815 Name typeinfo name for QHelpEvent 5816 basetype: typeinfo for QEvent 5817 __________________________________________________________ 5818 5819 7.5.3.18. Class data for QStatusTipEvent 5820 5821 The virtual table for the QStatusTipEvent class is described in 5822 the generic part of this specification. 5823 5824 The Run Time Type Information for the QStatusTipEvent class is 5825 described by Table 7-72 5826 5827 Table 7-72. typeinfo for QStatusTipEvent 5828 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5829 Name typeinfo name for QStatusTipEvent 5830 basetype: typeinfo for QEvent 5831 __________________________________________________________ 5832 5833 7.5.3.19. Class data for QWhatsThisClickedEvent 5834 5835 The virtual table for the QWhatsThisClickedEvent class is 5836 described in the generic part of this specification. 5837 5838 The Run Time Type Information for the QWhatsThisClickedEvent 5839 class is described by Table 7-73 5840 5841 Table 7-73. typeinfo for QWhatsThisClickedEvent 5842 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5843 Name typeinfo name for QWhatsThisClickedEvent 5844 basetype: typeinfo for QEvent 5845 __________________________________________________________ 5846 5847 7.5.3.20. Class data for QActionEvent 5848 5849 The virtual table for the QActionEvent class is described in 5850 the generic part of this specification. 5851 5852 The Run Time Type Information for the QActionEvent class is 5853 described by Table 7-74 5854 5855 Table 7-74. typeinfo for QActionEvent 5856 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5857 Name typeinfo name for QActionEvent 5858 basetype: typeinfo for QEvent 5859 __________________________________________________________ 5860 5861 7.5.3.21. Class data for QFileOpenEvent 5862 5863 The virtual table for the QFileOpenEvent class is described in 5864 the generic part of this specification. 5865 5866 The Run Time Type Information for the QFileOpenEvent class is 5867 described by Table 7-75 5868 5869 Table 7-75. typeinfo for QFileOpenEvent 5870 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5871 Name typeinfo name for QFileOpenEvent 5872 basetype: typeinfo for QEvent 5873 __________________________________________________________ 5874 5875 7.5.3.22. Class data for QToolBarChangeEvent 5876 5877 The virtual table for the QToolBarChangeEvent class is 5878 described in the generic part of this specification. 5879 5880 The Run Time Type Information for the QToolBarChangeEvent class 5881 is described by Table 7-76 5882 5883 Table 7-76. typeinfo for QToolBarChangeEvent 5884 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5885 Name typeinfo name for QToolBarChangeEvent 5886 basetype: typeinfo for QEvent 5887 __________________________________________________________ 5888 5889 7.5.3.23. Class data for QShortcutEvent 5890 5891 The virtual table for the QShortcutEvent class is described in 5892 the generic part of this specification. 5893 5894 The Run Time Type Information for the QShortcutEvent class is 5895 described by Table 7-77 5896 5897 Table 7-77. typeinfo for QShortcutEvent 5898 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5899 Name typeinfo name for QShortcutEvent 5900 basetype: typeinfo for QEvent 5901 __________________________________________________________ 5902 5903 7.5.3.24. Class data for QClipboardEvent 5904 5905 The virtual table for the QClipboardEvent class is described in 5906 the generic part of this specification. 5907 5908 The Run Time Type Information for the QClipboardEvent class is 5909 described by Table 7-78 5910 5911 Table 7-78. typeinfo for QClipboardEvent 5912 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5913 Name typeinfo name for QClipboardEvent 5914 basetype: typeinfo for QEvent 5915 __________________________________________________________ 5916 5917 7.5.3.25. Class data for QWindowStateChangeEvent 5918 5919 The virtual table for the QWindowStateChangeEvent class is 5920 described in the generic part of this specification. 5921 5922 The Run Time Type Information for the QWindowStateChangeEvent 5923 class is described by Table 7-79 5924 5925 Table 7-79. typeinfo for QWindowStateChangeEvent 5926 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5927 Name typeinfo name for QWindowStateChangeEvent 5928 basetype: typeinfo for QEvent 5929 __________________________________________________________ 5930 5931 7.5.3.26. Class data for QMenubarUpdatedEvent 5932 5933 The virtual table for the QMenubarUpdatedEvent class is 5934 described in the generic part of this specification. 5935 5936 The Run Time Type Information for the QMenubarUpdatedEvent 5937 class is described by Table 7-80 5938 5939 Table 7-80. typeinfo for QMenubarUpdatedEvent 5940 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5941 Name typeinfo name for QMenubarUpdatedEvent 5942 basetype: typeinfo for QEvent 5943 __________________________________________________________ 5944 5945 7.5.3.27. Interfaces for Qt4 Events 5946 5947 No external functions are defined for libQtGui - Qt4 Events in 5948 this part of the specification. See also the generic 5949 specification. 5950 __________________________________________________________ 5951 5952 7.5.4. Qt4 Fonts 5953 __________________________________________________________ 5954 5955 7.5.4.1. Interfaces for Qt4 Fonts 5956 5957 No external functions are defined for libQtGui - Qt4 Fonts in 5958 this part of the specification. See also the generic 5959 specification. 5960 __________________________________________________________ 5961 5962 7.5.5. Qt4 Colors 5963 __________________________________________________________ 5964 5965 7.5.5.1. Interfaces for Qt4 Colors 5966 5967 No external functions are defined for libQtGui - Qt4 Colors in 5968 this part of the specification. See also the generic 5969 specification. 5970 __________________________________________________________ 5971 5972 7.5.6. Qt4 Accessibility 5973 __________________________________________________________ 5974 5975 7.5.6.1. Class data for QAccessibleBridgeFactoryInterface 5976 5977 The virtual table for the QAccessibleBridgeFactoryInterface 5978 class is described in the generic part of this specification. 5979 5980 The Run Time Type Information for the 5981 QAccessibleBridgeFactoryInterface class is described by Table 5982 7-81 5983 5984 Table 7-81. typeinfo for QAccessibleBridgeFactoryInterface 5985 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5986 Name typeinfo name for QAccessibleBridgeFactoryInterface 5987 basetype: typeinfo for QFactoryInterface 5988 __________________________________________________________ 5989 5990 7.5.6.2. Class data for QAccessibleBridgePlugin 5991 5992 The virtual table for the QAccessibleBridgePlugin class is 5993 described by Table 7-82 5994 5995 Table 7-82. Primary vtable for QAccessibleBridgePlugin 5996 Base Offset 0 5997 Virtual Base Offset 0 5998 RTTI typeinfo for QAccessibleBridgePlugin 5999 vfunc[0]: QAccessibleBridgePlugin::metaObject() const 6000 vfunc[1]: QAccessibleBridgePlugin::qt_metacast(char const*) 6001 vfunc[2]: 6002 QAccessibleBridgePlugin::qt_metacall(QMetaObject::Call, int, 6003 void**) 6004 vfunc[3]: QAccessibleBridgePlugin::~QAccessibleBridgePlugin() 6005 vfunc[4]: QAccessibleBridgePlugin::~QAccessibleBridgePlugin() 6006 vfunc[5]: QObject::event(QEvent*) 6007 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 6008 vfunc[7]: QObject::timerEvent(QTimerEvent*) 6009 vfunc[8]: QObject::childEvent(QChildEvent*) 6010 vfunc[9]: QObject::customEvent(QEvent*) 6011 vfunc[10]: QObject::connectNotify(char const*) 6012 vfunc[11]: QObject::disconnectNotify(char const*) 6013 vfunc[12]: __cxa_pure_virtual 6014 vfunc[13]: __cxa_pure_virtual 6015 6016 Table 7-83. Secondary vtable for QAccessibleBridgePlugin 6017 Base Offset -16 6018 Virtual Base Offset 0 6019 RTTI typeinfo for QAccessibleBridgePlugin 6020 vfunc[0]: non-virtual thunk to 6021 QAccessibleBridgePlugin::~QAccessibleBridgePlugin() 6022 vfunc[1]: non-virtual thunk to 6023 QAccessibleBridgePlugin::~QAccessibleBridgePlugin() 6024 vfunc[2]: __cxa_pure_virtual 6025 vfunc[3]: __cxa_pure_virtual 6026 6027 The Run Time Type Information for the QAccessibleBridgePlugin 6028 class is described by Table 7-84 6029 6030 Table 7-84. typeinfo for QAccessibleBridgePlugin 6031 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 6032 Name typeinfo name for QAccessibleBridgePlugin 6033 flags: 0 6034 basetype: typeinfo for QObject 2 6035 basetype: typeinfo for QAccessibleBridgeFactoryInterface 2050 6036 __________________________________________________________ 6037 6038 7.5.6.3. Class data for QAccessibleInterface 6039 6040 The virtual table for the QAccessibleInterface class is 6041 described in the generic part of this specification. 6042 6043 The Run Time Type Information for the QAccessibleInterface 6044 class is described by Table 7-85 6045 6046 Table 7-85. typeinfo for QAccessibleInterface 6047 Base Vtable vtable for __cxxabiv1::__si_class_type_info 6048 Name typeinfo name for QAccessibleInterface 6049 basetype: typeinfo for QAccessible 6050 __________________________________________________________ 6051 6052 7.5.6.4. Class data for QAccessibleObject 6053 6054 The virtual table for the QAccessibleObject class is described 6055 in the generic part of this specification. 6056 6057 The Run Time Type Information for the QAccessibleObject class 6058 is described by Table 7-86 6059 6060 Table 7-86. typeinfo for QAccessibleObject 6061 Base Vtable vtable for __cxxabiv1::__si_class_type_info 6062 Name typeinfo name for QAccessibleObject 6063 basetype: typeinfo for QAccessibleInterface 6064 __________________________________________________________ 6065 6066 7.5.6.5. Class data for QAccessibleApplication 6067 6068 The virtual table for the QAccessibleApplication class is 6069 described in the generic part of this specification. 6070 6071 The Run Time Type Information for the QAccessibleApplication 6072 class is described by Table 7-87 6073 6074 Table 7-87. typeinfo for QAccessibleApplication 6075 Base Vtable vtable for __cxxabiv1::__si_class_type_info 6076 Name typeinfo name for QAccessibleApplication 6077 basetype: typeinfo for QAccessibleObject 6078 __________________________________________________________ 6079 6080 7.5.6.6. Class data for QAccessibleWidget 6081 6082 The virtual table for the QAccessibleWidget class is described 6083 in the generic part of this specification. 6084 6085 The Run Time Type Information for the QAccessibleWidget class 6086 is described by Table 7-88 6087 6088 Table 7-88. typeinfo for QAccessibleWidget 6089 Base Vtable vtable for __cxxabiv1::__si_class_type_info 6090 Name typeinfo name for QAccessibleWidget 6091 basetype: typeinfo for QAccessibleObject 6092 __________________________________________________________ 6093 6094 7.5.6.7. Class data for QAccessibleFactoryInterface 6095 6096 The virtual table for the QAccessibleFactoryInterface class is 6097 described in the generic part of this specification. 6098 6099 The Run Time Type Information for the 6100 QAccessibleFactoryInterface class is described by Table 7-89 6101 6102 Table 7-89. typeinfo for QAccessibleFactoryInterface 6103 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 6104 Name typeinfo name for QAccessibleFactoryInterface 6105 flags: 0 6106 basetype: typeinfo for QAccessible 2 6107 basetype: typeinfo for QFactoryInterface 2 6108 __________________________________________________________ 6109 6110 7.5.6.8. Class data for QAccessiblePlugin 6111 6112 The virtual table for the QAccessiblePlugin class is described 6113 by Table 7-90 6114 6115 Table 7-90. Primary vtable for QAccessiblePlugin 6116 Base Offset 0 6117 Virtual Base Offset 0 6118 RTTI typeinfo for QAccessiblePlugin 6119 vfunc[0]: QAccessiblePlugin::metaObject() const 6120 vfunc[1]: QAccessiblePlugin::qt_metacast(char const*) 6121 vfunc[2]: QAccessiblePlugin::qt_metacall(QMetaObject::Call, 6122 int, void**) 6123 vfunc[3]: QAccessiblePlugin::~QAccessiblePlugin() 6124 vfunc[4]: QAccessiblePlugin::~QAccessiblePlugin() 6125 vfunc[5]: QObject::event(QEvent*) 6126 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 6127 vfunc[7]: QObject::timerEvent(QTimerEvent*) 6128 vfunc[8]: QObject::childEvent(QChildEvent*) 6129 vfunc[9]: QObject::customEvent(QEvent*) 6130 vfunc[10]: QObject::connectNotify(char const*) 6131 vfunc[11]: QObject::disconnectNotify(char const*) 6132 vfunc[12]: __cxa_pure_virtual 6133 vfunc[13]: __cxa_pure_virtual 6134 6135 Table 7-91. Secondary vtable for QAccessiblePlugin 6136 Base Offset -16 6137 Virtual Base Offset 0 6138 RTTI typeinfo for QAccessiblePlugin 6139 vfunc[0]: non-virtual thunk to 6140 QAccessiblePlugin::~QAccessiblePlugin() 6141 vfunc[1]: non-virtual thunk to 6142 QAccessiblePlugin::~QAccessiblePlugin() 6143 vfunc[2]: __cxa_pure_virtual 6144 vfunc[3]: __cxa_pure_virtual 6145 6146 The Run Time Type Information for the QAccessiblePlugin class 6147 is described by Table 7-92 6148 6149 Table 7-92. typeinfo for QAccessiblePlugin 6150 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 6151 Name typeinfo name for QAccessiblePlugin 6152 flags: 0 6153 basetype: typeinfo for QObject 2 6154 basetype: typeinfo for QAccessibleFactoryInterface 2050 6155 __________________________________________________________ 6156 6157 7.5.6.9. Interfaces for Qt4 Accessibility 6158 6159 An LSB conforming implementation shall provide the architecture 6160 specific functions for Qt4 Accessibility specified in Table 6161 7-93, with the full mandatory functionality as described in the 6162 referenced underlying specification. 6163 6164 Table 7-93. libQtGui - Qt4 Accessibility Function Interfaces 6165 _ZThn16_N17QAccessiblePluginD0Ev [CXXABI-1.86] 6166 _ZThn16_N17QAccessiblePluginD1Ev [CXXABI-1.86] 6167 _ZThn16_N23QAccessibleBridgePluginD0Ev [CXXABI-1.86] 6168 _ZThn16_N23QAccessibleBridgePluginD1Ev [CXXABI-1.86] 6169 __________________________________________________________ 6170 6171 7.5.7. Qt4 Validators 6172 __________________________________________________________ 6173 6174 7.5.7.1. Class data for QValidator 6175 6176 The virtual table for the QValidator class is described in the 6177 generic part of this specification. 6178 6179 The Run Time Type Information for the QValidator class is 6180 described by Table 7-94 6181 6182 Table 7-94. typeinfo for QValidator 6183 Base Vtable vtable for __cxxabiv1::__si_class_type_info 6184 Name typeinfo name for QValidator 6185 basetype: typeinfo for QObject 6186 __________________________________________________________ 6187 6188 7.5.7.2. Class data for QIntValidator 6189 6190 The virtual table for the QIntValidator class is described in 6191 the generic part of this specification. 6192 6193 The Run Time Type Information for the QIntValidator class is 6194 described by Table 7-95 6195 6196 Table 7-95. typeinfo for QIntValidator 6197 Base Vtable vtable for __cxxabiv1::__si_class_type_info 6198 Name typeinfo name for QIntValidator 6199 basetype: typeinfo for QValidator 6200 __________________________________________________________ 6201 6202 7.5.7.3. Class data for QDoubleValidator 6203 6204 The virtual table for the QDoubleValidator class is described 6205 in the generic part of this specification. 6206 6207 The Run Time Type Information for the QDoubleValidator class is 6208 described by Table 7-96 6209 6210 Table 7-96. typeinfo for QDoubleValidator 6211 Base Vtable vtable for __cxxabiv1::__si_class_type_info 6212 Name typeinfo name for QDoubleValidator 6213 basetype: typeinfo for QValidator 6214 __________________________________________________________ 6215 6216 7.5.7.4. Class data for QRegExpValidator 6217 6218 The virtual table for the QRegExpValidator class is described 6219 in the generic part of this specification. 6220 6221 The Run Time Type Information for the QRegExpValidator class is 6222 described by Table 7-97 6223 6224 Table 7-97. typeinfo for QRegExpValidator 6225 Base Vtable vtable for __cxxabiv1::__si_class_type_info 6226 Name typeinfo name for QRegExpValidator 6227 basetype: typeinfo for QValidator 6228 __________________________________________________________ 6229 6230 7.5.7.5. Interfaces for Qt4 Validators 6231 6232 No external functions are defined for libQtGui - Qt4 Validators 6233 in this part of the specification. See also the generic 6234 specification. 6235 __________________________________________________________ 6236 6237 7.5.8. Qt4 Plugins 6238 __________________________________________________________ 6239 6240 7.5.8.1. Class data for QImageIOPlugin 6241 6242 The virtual table for the QImageIOPlugin class is described by 6243 Table 7-98 6244 6245 Table 7-98. Primary vtable for QImageIOPlugin 6246 Base Offset 0 6247 Virtual Base Offset 0 6248 RTTI typeinfo for QImageIOPlugin 6249 vfunc[0]: QImageIOPlugin::metaObject() const 6250 vfunc[1]: QImageIOPlugin::qt_metacast(char const*) 6251 vfunc[2]: QImageIOPlugin::qt_metacall(QMetaObject::Call, int, 6252 void**) 6253 vfunc[3]: QImageIOPlugin::~QImageIOPlugin() 6254 vfunc[4]: QImageIOPlugin::~QImageIOPlugin() 6255 vfunc[5]: QObject::event(QEvent*) 6256 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 6257 vfunc[7]: QObject::timerEvent(QTimerEvent*) 6258 vfunc[8]: QObject::childEvent(QChildEvent*) 6259 vfunc[9]: QObject::customEvent(QEvent*) 6260 vfunc[10]: QObject::connectNotify(char const*) 6261 vfunc[11]: QObject::disconnectNotify(char const*) 6262 vfunc[12]: __cxa_pure_virtual 6263 vfunc[13]: __cxa_pure_virtual 6264 vfunc[14]: __cxa_pure_virtual 6265 6266 Table 7-99. Secondary vtable for QImageIOPlugin 6267 Base Offset -16 6268 Virtual Base Offset 0 6269 RTTI typeinfo for QImageIOPlugin 6270 vfunc[0]: non-virtual thunk to 6271 QImageIOPlugin::~QImageIOPlugin() 6272 vfunc[1]: non-virtual thunk to 6273 QImageIOPlugin::~QImageIOPlugin() 6274 vfunc[2]: __cxa_pure_virtual 6275 vfunc[3]: __cxa_pure_virtual 6276 6277 The Run Time Type Information for the QImageIOPlugin class is 6278 described by Table 7-100 6279 6280 Table 7-100. typeinfo for QImageIOPlugin 6281 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 6282 Name typeinfo name for QImageIOPlugin 6283 flags: 0 6284 basetype: typeinfo for QObject 2 6285 basetype: typeinfo for QImageIOHandlerFactoryInterface 2050 6286 __________________________________________________________ 6287 6288 7.5.8.2. Class data for QIconEnginePlugin 6289 6290 The virtual table for the QIconEnginePlugin class is described 6291 by Table 7-101 6292 6293 Table 7-101. Primary vtable for QIconEnginePlugin 6294 Base Offset 0 6295 Virtual Base Offset 0 6296 RTTI typeinfo for QIconEnginePlugin 6297 vfunc[0]: QIconEnginePlugin::metaObject() const 6298 vfunc[1]: QIconEnginePlugin::qt_metacast(char const*) 6299 vfunc[2]: QIconEnginePlugin::qt_metacall(QMetaObject::Call, 6300 int, void**) 6301 vfunc[3]: QIconEnginePlugin::~QIconEnginePlugin() 6302 vfunc[4]: QIconEnginePlugin::~QIconEnginePlugin() 6303 vfunc[5]: QObject::event(QEvent*) 6304 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 6305 vfunc[7]: QObject::timerEvent(QTimerEvent*) 6306 vfunc[8]: QObject::childEvent(QChildEvent*) 6307 vfunc[9]: QObject::customEvent(QEvent*) 6308 vfunc[10]: QObject::connectNotify(char const*) 6309 vfunc[11]: QObject::disconnectNotify(char const*) 6310 vfunc[12]: __cxa_pure_virtual 6311 vfunc[13]: __cxa_pure_virtual 6312 6313 Table 7-102. Secondary vtable for QIconEnginePlugin 6314 Base Offset -16 6315 Virtual Base Offset 0 6316 RTTI typeinfo for QIconEnginePlugin 6317 vfunc[0]: non-virtual thunk to 6318 QIconEnginePlugin::~QIconEnginePlugin() 6319 vfunc[1]: non-virtual thunk to 6320 QIconEnginePlugin::~QIconEnginePlugin() 6321 vfunc[2]: __cxa_pure_virtual 6322 vfunc[3]: __cxa_pure_virtual 6323 6324 The Run Time Type Information for the QIconEnginePlugin class 6325 is described by Table 7-103 6326 6327 Table 7-103. typeinfo for QIconEnginePlugin 6328 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 6329 Name typeinfo name for QIconEnginePlugin 6330 flags: 0 6331 basetype: typeinfo for QObject 2 6332 basetype: typeinfo for QIconEngineFactoryInterface 2050 6333 __________________________________________________________ 6334 6335 7.5.8.3. Class data for QPictureFormatPlugin 6336 6337 The virtual table for the QPictureFormatPlugin class is 6338 described by Table 7-104 6339 6340 Table 7-104. Primary vtable for QPictureFormatPlugin 6341 Base Offset 0 6342 Virtual Base Offset 0 6343 RTTI typeinfo for QPictureFormatPlugin 6344 vfunc[0]: QPictureFormatPlugin::metaObject() const 6345 vfunc[1]: QPictureFormatPlugin::qt_metacast(char const*) 6346 vfunc[2]: QPictureFormatPlugin::qt_metacall(QMetaObject::Call, 6347 int, void**) 6348 vfunc[3]: QPictureFormatPlugin::~QPictureFormatPlugin() 6349 vfunc[4]: QPictureFormatPlugin::~QPictureFormatPlugin() 6350 vfunc[5]: QObject::event(QEvent*) 6351 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 6352 vfunc[7]: QObject::timerEvent(QTimerEvent*) 6353 vfunc[8]: QObject::childEvent(QChildEvent*) 6354 vfunc[9]: QObject::customEvent(QEvent*) 6355 vfunc[10]: QObject::connectNotify(char const*) 6356 vfunc[11]: QObject::disconnectNotify(char const*) 6357 vfunc[12]: __cxa_pure_virtual 6358 vfunc[13]: QPictureFormatPlugin::loadPicture(QString const&, 6359 QString const&, QPicture*) 6360 vfunc[14]: QPictureFormatPlugin::savePicture(QString const&, 6361 QString const&, QPicture const&) 6362 vfunc[15]: __cxa_pure_virtual 6363 6364 Table 7-105. Secondary vtable for QPictureFormatPlugin 6365 Base Offset -16 6366 Virtual Base Offset 0 6367 RTTI typeinfo for QPictureFormatPlugin 6368 vfunc[0]: non-virtual thunk to 6369 QPictureFormatPlugin::~QPictureFormatPlugin() 6370 vfunc[1]: non-virtual thunk to 6371 QPictureFormatPlugin::~QPictureFormatPlugin() 6372 vfunc[2]: __cxa_pure_virtual 6373 vfunc[3]: non-virtual thunk to 6374 QPictureFormatPlugin::loadPicture(QString const&, QString 6375 const&, QPicture*) 6376 vfunc[4]: non-virtual thunk to 6377 QPictureFormatPlugin::savePicture(QString const&, QString 6378 const&, QPicture const&) 6379 vfunc[5]: __cxa_pure_virtual 6380 6381 The Run Time Type Information for the QPictureFormatPlugin 6382 class is described by Table 7-106 6383 6384 Table 7-106. typeinfo for QPictureFormatPlugin 6385 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 6386 Name typeinfo name for QPictureFormatPlugin 6387 flags: 0 6388 basetype: typeinfo for QObject 2 6389 basetype: typeinfo for QPictureFormatInterface 2050 6390 __________________________________________________________ 6391 6392 7.5.8.4. Class data for QStylePlugin 6393 6394 The virtual table for the QStylePlugin class is described by 6395 Table 7-107 6396 6397 Table 7-107. Primary vtable for QStylePlugin 6398 Base Offset 0 6399 Virtual Base Offset 0 6400 RTTI typeinfo for QStylePlugin 6401 vfunc[0]: QStylePlugin::metaObject() const 6402 vfunc[1]: QStylePlugin::qt_metacast(char const*) 6403 vfunc[2]: QStylePlugin::qt_metacall(QMetaObject::Call, int, 6404 void**) 6405 vfunc[3]: QStylePlugin::~QStylePlugin() 6406 vfunc[4]: QStylePlugin::~QStylePlugin() 6407 vfunc[5]: QObject::event(QEvent*) 6408 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 6409 vfunc[7]: QObject::timerEvent(QTimerEvent*) 6410 vfunc[8]: QObject::childEvent(QChildEvent*) 6411 vfunc[9]: QObject::customEvent(QEvent*) 6412 vfunc[10]: QObject::connectNotify(char const*) 6413 vfunc[11]: QObject::disconnectNotify(char const*) 6414 vfunc[12]: __cxa_pure_virtual 6415 vfunc[13]: __cxa_pure_virtual 6416 6417 Table 7-108. Secondary vtable for QStylePlugin 6418 Base Offset -16 6419 Virtual Base Offset 0 6420 RTTI typeinfo for QStylePlugin 6421 vfunc[0]: non-virtual thunk to QStylePlugin::~QStylePlugin() 6422 vfunc[1]: non-virtual thunk to QStylePlugin::~QStylePlugin() 6423 vfunc[2]: __cxa_pure_virtual 6424 vfunc[3]: __cxa_pure_virtual 6425 6426 The Run Time Type Information for the QStylePlugin class is 6427 described by Table 7-109 6428 6429 Table 7-109. typeinfo for QStylePlugin 6430 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 6431 Name typeinfo name for QStylePlugin 6432 flags: 0 6433 basetype: typeinfo for QObject 2 6434 basetype: typeinfo for QStyleFactoryInterface 2050 6435 __________________________________________________________ 6436 6437 7.5.8.5. Class data for QInputContextPlugin 6438 6439 The virtual table for the QInputContextPlugin class is 6440 described by Table 7-110 6441 6442 Table 7-110. Primary vtable for QInputContextPlugin 6443 Base Offset 0 6444 Virtual Base Offset 0 6445 RTTI typeinfo for QInputContextPlugin 6446 vfunc[0]: QInputContextPlugin::metaObject() const 6447 vfunc[1]: QInputContextPlugin::qt_metacast(char const*) 6448 vfunc[2]: QInputContextPlugin::qt_metacall(QMetaObject::Call, 6449 int, void**) 6450 vfunc[3]: QInputContextPlugin::~QInputContextPlugin() 6451 vfunc[4]: QInputContextPlugin::~QInputContextPlugin() 6452 vfunc[5]: QObject::event(QEvent*) 6453 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 6454 vfunc[7]: QObject::timerEvent(QTimerEvent*) 6455 vfunc[8]: QObject::childEvent(QChildEvent*) 6456 vfunc[9]: QObject::customEvent(QEvent*) 6457 vfunc[10]: QObject::connectNotify(char const*) 6458 vfunc[11]: QObject::disconnectNotify(char const*) 6459 vfunc[12]: __cxa_pure_virtual 6460 vfunc[13]: __cxa_pure_virtual 6461 vfunc[14]: __cxa_pure_virtual 6462 vfunc[15]: __cxa_pure_virtual 6463 vfunc[16]: __cxa_pure_virtual 6464 6465 Table 7-111. Secondary vtable for QInputContextPlugin 6466 Base Offset -16 6467 Virtual Base Offset 0 6468 RTTI typeinfo for QInputContextPlugin 6469 vfunc[0]: non-virtual thunk to 6470 QInputContextPlugin::~QInputContextPlugin() 6471 vfunc[1]: non-virtual thunk to 6472 QInputContextPlugin::~QInputContextPlugin() 6473 vfunc[2]: __cxa_pure_virtual 6474 vfunc[3]: __cxa_pure_virtual 6475 vfunc[4]: __cxa_pure_virtual 6476 vfunc[5]: __cxa_pure_virtual 6477 vfunc[6]: __cxa_pure_virtual 6478 6479 The Run Time Type Information for the QInputContextPlugin class 6480 is described by Table 7-112 6481 6482 Table 7-112. typeinfo for QInputContextPlugin 6483 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 6484 Name typeinfo name for QInputContextPlugin 6485 flags: 0 6486 basetype: typeinfo for QObject 2 6487 basetype: typeinfo for QInputContextFactoryInterface 2050 6488 __________________________________________________________ 6489 6490 7.5.8.6. Interfaces for Qt4 Plugins 6491 6492 An LSB conforming implementation shall provide the architecture 6493 specific functions for Qt4 Plugins specified in Table 7-113, 6494 with the full mandatory functionality as described in the 6495 referenced underlying specification. 6496 6497 Table 7-113. libQtGui - Qt4 Plugins Function Interfaces 6498 _ZThn16_N12QStylePluginD0Ev [CXXABI-1.86] 6499 _ZThn16_N12QStylePluginD1Ev [CXXABI-1.86] 6500 _ZThn16_N14QImageIOPluginD0Ev [CXXABI-1.86] 6501 _ZThn16_N14QImageIOPluginD1Ev [CXXABI-1.86] 6502 _ZThn16_N17QIconEnginePluginD0Ev [CXXABI-1.86] 6503 _ZThn16_N17QIconEnginePluginD1Ev [CXXABI-1.86] 6504 _ZThn16_N19QInputContextPluginD0Ev [CXXABI-1.86] 6505 _ZThn16_N19QInputContextPluginD1Ev [CXXABI-1.86] 6506 _ZThn16_N20QPictureFormatPluginD0Ev [CXXABI-1.86] 6507 _ZThn16_N20QPictureFormatPluginD1Ev [CXXABI-1.86] 6508 __________________________________________________________ 6509 6510 7.5.9. Qt4 Models and Views 6511 __________________________________________________________ 6512 6513 7.5.9.1. Class data for QAbstractTextDocumentLayout 6514 6515 The virtual table for the QAbstractTextDocumentLayout class is 6516 described in the generic part of this specification. 6517 6518 The Run Time Type Information for the 6519 QAbstractTextDocumentLayout class is described by Table 7-114 6520 6521 Table 7-114. typeinfo for QAbstractTextDocumentLayout 6522 Base Vtable vtable for __cxxabiv1::__si_class_type_info 6523 Name typeinfo name for QAbstractTextDocumentLayout 6524 basetype: typeinfo for QObject 6525 __________________________________________________________ 6526 6527 7.5.9.2. Class data for QAbstractPageSetupDialog 6528 6529 The virtual table for the QAbstractPageSetupDialog class is 6530 described by Table 7-115 6531 6532 Table 7-115. Primary vtable for QAbstractPageSetupDialog 6533 Base Offset 0 6534 Virtual Base Offset 0 6535 RTTI typeinfo for QAbstractPageSetupDialog 6536 vfunc[0]: QDialog::metaObject() const 6537 vfunc[1]: QDialog::qt_metacast(char const*) 6538 vfunc[2]: QDialog::qt_metacall(QMetaObject::Call, int, void**) 6539 vfunc[3]: NULL or 6540 QAbstractPageSetupDialog::~QAbstractPageSetupDialog() 6541 vfunc[4]: NULL or 6542 QAbstractPageSetupDialog::~QAbstractPageSetupDialog() 6543 vfunc[5]: QWidget::event(QEvent*) 6544 vfunc[6]: QDialog::eventFilter(QObject*, QEvent*) 6545 vfunc[7]: QObject::timerEvent(QTimerEvent*) 6546 vfunc[8]: QObject::childEvent(QChildEvent*) 6547 vfunc[9]: QObject::customEvent(QEvent*) 6548 vfunc[10]: QObject::connectNotify(char const*) 6549 vfunc[11]: QObject::disconnectNotify(char const*) 6550 vfunc[12]: QWidget::devType() const 6551 vfunc[13]: QDialog::setVisible(bool) 6552 vfunc[14]: QDialog::sizeHint() const 6553 vfunc[15]: QDialog::minimumSizeHint() const 6554 vfunc[16]: QWidget::heightForWidth(int) const 6555 vfunc[17]: QWidget::paintEngine() const 6556 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 6557 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 6558 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 6559 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 6560 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 6561 vfunc[23]: QDialog::keyPressEvent(QKeyEvent*) 6562 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 6563 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 6564 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 6565 vfunc[27]: QWidget::enterEvent(QEvent*) 6566 vfunc[28]: QWidget::leaveEvent(QEvent*) 6567 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 6568 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 6569 vfunc[31]: QDialog::resizeEvent(QResizeEvent*) 6570 vfunc[32]: QDialog::closeEvent(QCloseEvent*) 6571 vfunc[33]: QDialog::contextMenuEvent(QContextMenuEvent*) 6572 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 6573 vfunc[35]: QWidget::actionEvent(QActionEvent*) 6574 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 6575 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 6576 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 6577 vfunc[39]: QWidget::dropEvent(QDropEvent*) 6578 vfunc[40]: QDialog::showEvent(QShowEvent*) 6579 vfunc[41]: QWidget::hideEvent(QHideEvent*) 6580 vfunc[42]: QWidget::x11Event(_XEvent*) 6581 vfunc[43]: QWidget::changeEvent(QEvent*) 6582 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 6583 const 6584 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 6585 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 6586 const 6587 vfunc[47]: QWidget::focusNextPrevChild(bool) 6588 vfunc[48]: QWidget::styleChange(QStyle&) 6589 vfunc[49]: QWidget::enabledChange(bool) 6590 vfunc[50]: QWidget::paletteChange(QPalette const&) 6591 vfunc[51]: QWidget::fontChange(QFont const&) 6592 vfunc[52]: QWidget::windowActivationChange(bool) 6593 vfunc[53]: QWidget::languageChange() 6594 vfunc[54]: QDialog::done(int) 6595 vfunc[55]: QDialog::accept() 6596 vfunc[56]: QDialog::reject() 6597 vfunc[57]: __cxa_pure_virtual 6598 6599 Table 7-116. Secondary vtable for QAbstractPageSetupDialog 6600 Base Offset -16 6601 Virtual Base Offset 0 6602 RTTI typeinfo for QAbstractPageSetupDialog 6603 vfunc[0]: NULL or non-virtual thunk to 6604 QAbstractPageSetupDialog::~QAbstractPageSetupDialog() 6605 vfunc[1]: NULL or non-virtual thunk to 6606 QAbstractPageSetupDialog::~QAbstractPageSetupDialog() 6607 vfunc[2]: non-virtual thunk to QWidget::devType() const 6608 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 6609 vfunc[4]: non-virtual thunk to 6610 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 6611 6612 The Run Time Type Information for the QAbstractPageSetupDialog 6613 class is described by Table 7-117 6614 6615 Table 7-117. typeinfo for QAbstractPageSetupDialog 6616 Base Vtable vtable for __cxxabiv1::__si_class_type_info 6617 Name typeinfo name for QAbstractPageSetupDialog 6618 basetype: typeinfo for QDialog 6619 __________________________________________________________ 6620 6621 7.5.9.3. Class data for QAbstractPrintDialog 6622 6623 The virtual table for the QAbstractPrintDialog class is 6624 described by Table 7-118 6625 6626 Table 7-118. Primary vtable for QAbstractPrintDialog 6627 Base Offset 0 6628 Virtual Base Offset 0 6629 RTTI typeinfo for QAbstractPrintDialog 6630 vfunc[0]: QDialog::metaObject() const 6631 vfunc[1]: QDialog::qt_metacast(char const*) 6632 vfunc[2]: QDialog::qt_metacall(QMetaObject::Call, int, void**) 6633 vfunc[3]: NULL or QAbstractPrintDialog::~QAbstractPrintDialog() 6634 vfunc[4]: NULL or QAbstractPrintDialog::~QAbstractPrintDialog() 6635 vfunc[5]: QWidget::event(QEvent*) 6636 vfunc[6]: QDialog::eventFilter(QObject*, QEvent*) 6637 vfunc[7]: QObject::timerEvent(QTimerEvent*) 6638 vfunc[8]: QObject::childEvent(QChildEvent*) 6639 vfunc[9]: QObject::customEvent(QEvent*) 6640 vfunc[10]: QObject::connectNotify(char const*) 6641 vfunc[11]: QObject::disconnectNotify(char const*) 6642 vfunc[12]: QWidget::devType() const 6643 vfunc[13]: QDialog::setVisible(bool) 6644 vfunc[14]: QDialog::sizeHint() const 6645 vfunc[15]: QDialog::minimumSizeHint() const 6646 vfunc[16]: QWidget::heightForWidth(int) const 6647 vfunc[17]: QWidget::paintEngine() const 6648 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 6649 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 6650 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 6651 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 6652 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 6653 vfunc[23]: QDialog::keyPressEvent(QKeyEvent*) 6654 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 6655 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 6656 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 6657 vfunc[27]: QWidget::enterEvent(QEvent*) 6658 vfunc[28]: QWidget::leaveEvent(QEvent*) 6659 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 6660 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 6661 vfunc[31]: QDialog::resizeEvent(QResizeEvent*) 6662 vfunc[32]: QDialog::closeEvent(QCloseEvent*) 6663 vfunc[33]: QDialog::contextMenuEvent(QContextMenuEvent*) 6664 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 6665 vfunc[35]: QWidget::actionEvent(QActionEvent*) 6666 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 6667 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 6668 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 6669 vfunc[39]: QWidget::dropEvent(QDropEvent*) 6670 vfunc[40]: QDialog::showEvent(QShowEvent*) 6671 vfunc[41]: QWidget::hideEvent(QHideEvent*) 6672 vfunc[42]: QWidget::x11Event(_XEvent*) 6673 vfunc[43]: QWidget::changeEvent(QEvent*) 6674 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 6675 const 6676 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 6677 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 6678 const 6679 vfunc[47]: QWidget::focusNextPrevChild(bool) 6680 vfunc[48]: QWidget::styleChange(QStyle&) 6681 vfunc[49]: QWidget::enabledChange(bool) 6682 vfunc[50]: QWidget::paletteChange(QPalette const&) 6683 vfunc[51]: QWidget::fontChange(QFont const&) 6684 vfunc[52]: QWidget::windowActivationChange(bool) 6685 vfunc[53]: QWidget::languageChange() 6686 vfunc[54]: QDialog::done(int) 6687 vfunc[55]: QDialog::accept() 6688 vfunc[56]: QDialog::reject() 6689 vfunc[57]: __cxa_pure_virtual 6690 6691 Table 7-119. Secondary vtable for QAbstractPrintDialog 6692 Base Offset -16 6693 Virtual Base Offset 0 6694 RTTI typeinfo for QAbstractPrintDialog 6695 vfunc[0]: NULL or non-virtual thunk to 6696 QAbstractPrintDialog::~QAbstractPrintDialog() 6697 vfunc[1]: NULL or non-virtual thunk to 6698 QAbstractPrintDialog::~QAbstractPrintDialog() 6699 vfunc[2]: non-virtual thunk to QWidget::devType() const 6700 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 6701 vfunc[4]: non-virtual thunk to 6702 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 6703 6704 The Run Time Type Information for the QAbstractPrintDialog 6705 class is described by Table 7-120 6706 6707 Table 7-120. typeinfo for QAbstractPrintDialog 6708 Base Vtable vtable for __cxxabiv1::__si_class_type_info 6709 Name typeinfo name for QAbstractPrintDialog 6710 basetype: typeinfo for QDialog 6711 __________________________________________________________ 6712 6713 7.5.9.4. Class data for QItemSelectionModel 6714 6715 The virtual table for the QItemSelectionModel class is 6716 described in the generic part of this specification. 6717 6718 The Run Time Type Information for the QItemSelectionModel class 6719 is described by Table 7-121 6720 6721 Table 7-121. typeinfo for QItemSelectionModel 6722 Base Vtable vtable for __cxxabiv1::__si_class_type_info 6723 Name typeinfo name for QItemSelectionModel 6724 basetype: typeinfo for QObject 6725 __________________________________________________________ 6726 6727 7.5.9.5. Class data for QAbstractScrollArea 6728 6729 The virtual table for the QAbstractScrollArea class is 6730 described by Table 7-122 6731 6732 Table 7-122. Primary vtable for QAbstractScrollArea 6733 Base Offset 0 6734 Virtual Base Offset 0 6735 RTTI typeinfo for QAbstractScrollArea 6736 vfunc[0]: QAbstractScrollArea::metaObject() const 6737 vfunc[1]: QAbstractScrollArea::qt_metacast(char const*) 6738 vfunc[2]: QAbstractScrollArea::qt_metacall(QMetaObject::Call, 6739 int, void**) 6740 vfunc[3]: QAbstractScrollArea::~QAbstractScrollArea() 6741 vfunc[4]: QAbstractScrollArea::~QAbstractScrollArea() 6742 vfunc[5]: QAbstractScrollArea::event(QEvent*) 6743 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 6744 vfunc[7]: QObject::timerEvent(QTimerEvent*) 6745 vfunc[8]: QObject::childEvent(QChildEvent*) 6746 vfunc[9]: QObject::customEvent(QEvent*) 6747 vfunc[10]: QObject::connectNotify(char const*) 6748 vfunc[11]: QObject::disconnectNotify(char const*) 6749 vfunc[12]: QWidget::devType() const 6750 vfunc[13]: QWidget::setVisible(bool) 6751 vfunc[14]: QAbstractScrollArea::sizeHint() const 6752 vfunc[15]: QAbstractScrollArea::minimumSizeHint() const 6753 vfunc[16]: QWidget::heightForWidth(int) const 6754 vfunc[17]: QWidget::paintEngine() const 6755 vfunc[18]: QAbstractScrollArea::mousePressEvent(QMouseEvent*) 6756 vfunc[19]: QAbstractScrollArea::mouseReleaseEvent(QMouseEvent*) 6757 vfunc[20]: 6758 QAbstractScrollArea::mouseDoubleClickEvent(QMouseEvent*) 6759 vfunc[21]: QAbstractScrollArea::mouseMoveEvent(QMouseEvent*) 6760 vfunc[22]: QAbstractScrollArea::wheelEvent(QWheelEvent*) 6761 vfunc[23]: QAbstractScrollArea::keyPressEvent(QKeyEvent*) 6762 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 6763 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 6764 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 6765 vfunc[27]: QWidget::enterEvent(QEvent*) 6766 vfunc[28]: QWidget::leaveEvent(QEvent*) 6767 vfunc[29]: QAbstractScrollArea::paintEvent(QPaintEvent*) 6768 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 6769 vfunc[31]: QAbstractScrollArea::resizeEvent(QResizeEvent*) 6770 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 6771 vfunc[33]: 6772 QAbstractScrollArea::contextMenuEvent(QContextMenuEvent*) 6773 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 6774 vfunc[35]: QWidget::actionEvent(QActionEvent*) 6775 vfunc[36]: 6776 QAbstractScrollArea::dragEnterEvent(QDragEnterEvent*) 6777 vfunc[37]: QAbstractScrollArea::dragMoveEvent(QDragMoveEvent*) 6778 vfunc[38]: 6779 QAbstractScrollArea::dragLeaveEvent(QDragLeaveEvent*) 6780 vfunc[39]: QAbstractScrollArea::dropEvent(QDropEvent*) 6781 vfunc[40]: QWidget::showEvent(QShowEvent*) 6782 vfunc[41]: QWidget::hideEvent(QHideEvent*) 6783 vfunc[42]: QWidget::x11Event(_XEvent*) 6784 vfunc[43]: QFrame::changeEvent(QEvent*) 6785 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 6786 const 6787 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 6788 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 6789 const 6790 vfunc[47]: QWidget::focusNextPrevChild(bool) 6791 vfunc[48]: QWidget::styleChange(QStyle&) 6792 vfunc[49]: QWidget::enabledChange(bool) 6793 vfunc[50]: QWidget::paletteChange(QPalette const&) 6794 vfunc[51]: QWidget::fontChange(QFont const&) 6795 vfunc[52]: QWidget::windowActivationChange(bool) 6796 vfunc[53]: QWidget::languageChange() 6797 vfunc[54]: QAbstractScrollArea::viewportEvent(QEvent*) 6798 vfunc[55]: QAbstractScrollArea::scrollContentsBy(int, int) 6799 6800 Table 7-123. Secondary vtable for QAbstractScrollArea 6801 Base Offset -16 6802 Virtual Base Offset 0 6803 RTTI typeinfo for QAbstractScrollArea 6804 vfunc[0]: non-virtual thunk to 6805 QAbstractScrollArea::~QAbstractScrollArea() 6806 vfunc[1]: non-virtual thunk to 6807 QAbstractScrollArea::~QAbstractScrollArea() 6808 vfunc[2]: non-virtual thunk to QWidget::devType() const 6809 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 6810 vfunc[4]: non-virtual thunk to 6811 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 6812 6813 The Run Time Type Information for the QAbstractScrollArea class 6814 is described by Table 7-124 6815 6816 Table 7-124. typeinfo for QAbstractScrollArea 6817 Base Vtable vtable for __cxxabiv1::__si_class_type_info 6818 Name typeinfo name for QAbstractScrollArea 6819 basetype: typeinfo for QFrame 6820 __________________________________________________________ 6821 6822 7.5.9.6. Class data for QAbstractSpinBox 6823 6824 The virtual table for the QAbstractSpinBox class is described 6825 by Table 7-125 6826 6827 Table 7-125. Primary vtable for QAbstractSpinBox 6828 Base Offset 0 6829 Virtual Base Offset 0 6830 RTTI typeinfo for QAbstractSpinBox 6831 vfunc[0]: QAbstractSpinBox::metaObject() const 6832 vfunc[1]: QAbstractSpinBox::qt_metacast(char const*) 6833 vfunc[2]: QAbstractSpinBox::qt_metacall(QMetaObject::Call, int, 6834 void**) 6835 vfunc[3]: QAbstractSpinBox::~QAbstractSpinBox() 6836 vfunc[4]: QAbstractSpinBox::~QAbstractSpinBox() 6837 vfunc[5]: QAbstractSpinBox::event(QEvent*) 6838 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 6839 vfunc[7]: QAbstractSpinBox::timerEvent(QTimerEvent*) 6840 vfunc[8]: QObject::childEvent(QChildEvent*) 6841 vfunc[9]: QObject::customEvent(QEvent*) 6842 vfunc[10]: QObject::connectNotify(char const*) 6843 vfunc[11]: QObject::disconnectNotify(char const*) 6844 vfunc[12]: QWidget::devType() const 6845 vfunc[13]: QWidget::setVisible(bool) 6846 vfunc[14]: QAbstractSpinBox::sizeHint() const 6847 vfunc[15]: QAbstractSpinBox::minimumSizeHint() const 6848 vfunc[16]: QWidget::heightForWidth(int) const 6849 vfunc[17]: QWidget::paintEngine() const 6850 vfunc[18]: QAbstractSpinBox::mousePressEvent(QMouseEvent*) 6851 vfunc[19]: QAbstractSpinBox::mouseReleaseEvent(QMouseEvent*) 6852 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 6853 vfunc[21]: QAbstractSpinBox::mouseMoveEvent(QMouseEvent*) 6854 vfunc[22]: QAbstractSpinBox::wheelEvent(QWheelEvent*) 6855 vfunc[23]: QAbstractSpinBox::keyPressEvent(QKeyEvent*) 6856 vfunc[24]: QAbstractSpinBox::keyReleaseEvent(QKeyEvent*) 6857 vfunc[25]: QAbstractSpinBox::focusInEvent(QFocusEvent*) 6858 vfunc[26]: QAbstractSpinBox::focusOutEvent(QFocusEvent*) 6859 vfunc[27]: QWidget::enterEvent(QEvent*) 6860 vfunc[28]: QWidget::leaveEvent(QEvent*) 6861 vfunc[29]: QAbstractSpinBox::paintEvent(QPaintEvent*) 6862 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 6863 vfunc[31]: QAbstractSpinBox::resizeEvent(QResizeEvent*) 6864 vfunc[32]: QAbstractSpinBox::closeEvent(QCloseEvent*) 6865 vfunc[33]: 6866 QAbstractSpinBox::contextMenuEvent(QContextMenuEvent*) 6867 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 6868 vfunc[35]: QWidget::actionEvent(QActionEvent*) 6869 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 6870 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 6871 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 6872 vfunc[39]: QWidget::dropEvent(QDropEvent*) 6873 vfunc[40]: QAbstractSpinBox::showEvent(QShowEvent*) 6874 vfunc[41]: QAbstractSpinBox::hideEvent(QHideEvent*) 6875 vfunc[42]: QWidget::x11Event(_XEvent*) 6876 vfunc[43]: QAbstractSpinBox::changeEvent(QEvent*) 6877 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 6878 const 6879 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 6880 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 6881 const 6882 vfunc[47]: QWidget::focusNextPrevChild(bool) 6883 vfunc[48]: QWidget::styleChange(QStyle&) 6884 vfunc[49]: QWidget::enabledChange(bool) 6885 vfunc[50]: QWidget::paletteChange(QPalette const&) 6886 vfunc[51]: QWidget::fontChange(QFont const&) 6887 vfunc[52]: QWidget::windowActivationChange(bool) 6888 vfunc[53]: QWidget::languageChange() 6889 vfunc[54]: QAbstractSpinBox::validate(QString&, int&) const 6890 vfunc[55]: QAbstractSpinBox::fixup(QString&) const 6891 vfunc[56]: QAbstractSpinBox::stepBy(int) 6892 vfunc[57]: QAbstractSpinBox::clear() 6893 vfunc[58]: QAbstractSpinBox::stepEnabled() const 6894 6895 Table 7-126. Secondary vtable for QAbstractSpinBox 6896 Base Offset -16 6897 Virtual Base Offset 0 6898 RTTI typeinfo for QAbstractSpinBox 6899 vfunc[0]: non-virtual thunk to 6900 QAbstractSpinBox::~QAbstractSpinBox() 6901 vfunc[1]: non-virtual thunk to 6902 QAbstractSpinBox::~QAbstractSpinBox() 6903 vfunc[2]: non-virtual thunk to QWidget::devType() const 6904 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 6905 vfunc[4]: non-virtual thunk to 6906 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 6907 6908 The Run Time Type Information for the QAbstractSpinBox class is 6909 described by Table 7-127 6910 6911 Table 7-127. typeinfo for QAbstractSpinBox 6912 Base Vtable vtable for __cxxabiv1::__si_class_type_info 6913 Name typeinfo name for QAbstractSpinBox 6914 basetype: typeinfo for QWidget 6915 __________________________________________________________ 6916 6917 7.5.9.7. Class data for QAbstractSlider 6918 6919 The virtual table for the QAbstractSlider class is described by 6920 Table 7-128 6921 6922 Table 7-128. Primary vtable for QAbstractSlider 6923 Base Offset 0 6924 Virtual Base Offset 0 6925 RTTI typeinfo for QAbstractSlider 6926 vfunc[0]: QAbstractSlider::metaObject() const 6927 vfunc[1]: QAbstractSlider::qt_metacast(char const*) 6928 vfunc[2]: QAbstractSlider::qt_metacall(QMetaObject::Call, int, 6929 void**) 6930 vfunc[3]: QAbstractSlider::~QAbstractSlider() 6931 vfunc[4]: QAbstractSlider::~QAbstractSlider() 6932 vfunc[5]: QAbstractSlider::event(QEvent*) 6933 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 6934 vfunc[7]: QAbstractSlider::timerEvent(QTimerEvent*) 6935 vfunc[8]: QObject::childEvent(QChildEvent*) 6936 vfunc[9]: QObject::customEvent(QEvent*) 6937 vfunc[10]: QObject::connectNotify(char const*) 6938 vfunc[11]: QObject::disconnectNotify(char const*) 6939 vfunc[12]: QWidget::devType() const 6940 vfunc[13]: QWidget::setVisible(bool) 6941 vfunc[14]: QWidget::sizeHint() const 6942 vfunc[15]: QWidget::minimumSizeHint() const 6943 vfunc[16]: QWidget::heightForWidth(int) const 6944 vfunc[17]: QWidget::paintEngine() const 6945 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 6946 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 6947 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 6948 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 6949 vfunc[22]: QAbstractSlider::wheelEvent(QWheelEvent*) 6950 vfunc[23]: QAbstractSlider::keyPressEvent(QKeyEvent*) 6951 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 6952 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 6953 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 6954 vfunc[27]: QWidget::enterEvent(QEvent*) 6955 vfunc[28]: QWidget::leaveEvent(QEvent*) 6956 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 6957 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 6958 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 6959 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 6960 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 6961 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 6962 vfunc[35]: QWidget::actionEvent(QActionEvent*) 6963 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 6964 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 6965 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 6966 vfunc[39]: QWidget::dropEvent(QDropEvent*) 6967 vfunc[40]: QWidget::showEvent(QShowEvent*) 6968 vfunc[41]: QWidget::hideEvent(QHideEvent*) 6969 vfunc[42]: QWidget::x11Event(_XEvent*) 6970 vfunc[43]: QAbstractSlider::changeEvent(QEvent*) 6971 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 6972 const 6973 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 6974 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 6975 const 6976 vfunc[47]: QWidget::focusNextPrevChild(bool) 6977 vfunc[48]: QWidget::styleChange(QStyle&) 6978 vfunc[49]: QWidget::enabledChange(bool) 6979 vfunc[50]: QWidget::paletteChange(QPalette const&) 6980 vfunc[51]: QWidget::fontChange(QFont const&) 6981 vfunc[52]: QWidget::windowActivationChange(bool) 6982 vfunc[53]: QWidget::languageChange() 6983 vfunc[54]: 6984 QAbstractSlider::sliderChange(QAbstractSlider::SliderChange) 6985 6986 Table 7-129. Secondary vtable for QAbstractSlider 6987 Base Offset -16 6988 Virtual Base Offset 0 6989 RTTI typeinfo for QAbstractSlider 6990 vfunc[0]: non-virtual thunk to 6991 QAbstractSlider::~QAbstractSlider() 6992 vfunc[1]: non-virtual thunk to 6993 QAbstractSlider::~QAbstractSlider() 6994 vfunc[2]: non-virtual thunk to QWidget::devType() const 6995 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 6996 vfunc[4]: non-virtual thunk to 6997 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 6998 6999 The Run Time Type Information for the QAbstractSlider class is 7000 described by Table 7-130 7001 7002 Table 7-130. typeinfo for QAbstractSlider 7003 Base Vtable vtable for __cxxabiv1::__si_class_type_info 7004 Name typeinfo name for QAbstractSlider 7005 basetype: typeinfo for QWidget 7006 __________________________________________________________ 7007 7008 7.5.9.8. Class data for QAbstractItemDelegate 7009 7010 The virtual table for the QAbstractItemDelegate class is 7011 described in the generic part of this specification. 7012 7013 The Run Time Type Information for the QAbstractItemDelegate 7014 class is described by Table 7-131 7015 7016 Table 7-131. typeinfo for QAbstractItemDelegate 7017 Base Vtable vtable for __cxxabiv1::__si_class_type_info 7018 Name typeinfo name for QAbstractItemDelegate 7019 basetype: typeinfo for QObject 7020 __________________________________________________________ 7021 7022 7.5.9.9. Class data for QAbstractItemView 7023 7024 The virtual table for the QAbstractItemView class is described 7025 by Table 7-132 7026 7027 Table 7-132. Primary vtable for QAbstractItemView 7028 Base Offset 0 7029 Virtual Base Offset 0 7030 RTTI typeinfo for QAbstractItemView 7031 vfunc[0]: QAbstractItemView::metaObject() const 7032 vfunc[1]: QAbstractItemView::qt_metacast(char const*) 7033 vfunc[2]: QAbstractItemView::qt_metacall(QMetaObject::Call, 7034 int, void**) 7035 vfunc[3]: QAbstractItemView::~QAbstractItemView() 7036 vfunc[4]: QAbstractItemView::~QAbstractItemView() 7037 vfunc[5]: QAbstractItemView::event(QEvent*) 7038 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 7039 vfunc[7]: QAbstractItemView::timerEvent(QTimerEvent*) 7040 vfunc[8]: QObject::childEvent(QChildEvent*) 7041 vfunc[9]: QObject::customEvent(QEvent*) 7042 vfunc[10]: QObject::connectNotify(char const*) 7043 vfunc[11]: QObject::disconnectNotify(char const*) 7044 vfunc[12]: QWidget::devType() const 7045 vfunc[13]: QWidget::setVisible(bool) 7046 vfunc[14]: QAbstractScrollArea::sizeHint() const 7047 vfunc[15]: QAbstractScrollArea::minimumSizeHint() const 7048 vfunc[16]: QWidget::heightForWidth(int) const 7049 vfunc[17]: QWidget::paintEngine() const 7050 vfunc[18]: QAbstractItemView::mousePressEvent(QMouseEvent*) 7051 vfunc[19]: QAbstractItemView::mouseReleaseEvent(QMouseEvent*) 7052 vfunc[20]: 7053 QAbstractItemView::mouseDoubleClickEvent(QMouseEvent*) 7054 vfunc[21]: QAbstractItemView::mouseMoveEvent(QMouseEvent*) 7055 vfunc[22]: QAbstractScrollArea::wheelEvent(QWheelEvent*) 7056 vfunc[23]: QAbstractItemView::keyPressEvent(QKeyEvent*) 7057 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 7058 vfunc[25]: QAbstractItemView::focusInEvent(QFocusEvent*) 7059 vfunc[26]: QAbstractItemView::focusOutEvent(QFocusEvent*) 7060 vfunc[27]: QWidget::enterEvent(QEvent*) 7061 vfunc[28]: QWidget::leaveEvent(QEvent*) 7062 vfunc[29]: QAbstractScrollArea::paintEvent(QPaintEvent*) 7063 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 7064 vfunc[31]: QAbstractItemView::resizeEvent(QResizeEvent*) 7065 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 7066 vfunc[33]: 7067 QAbstractScrollArea::contextMenuEvent(QContextMenuEvent*) 7068 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 7069 vfunc[35]: QWidget::actionEvent(QActionEvent*) 7070 vfunc[36]: QAbstractItemView::dragEnterEvent(QDragEnterEvent*) 7071 vfunc[37]: QAbstractItemView::dragMoveEvent(QDragMoveEvent*) 7072 vfunc[38]: QAbstractItemView::dragLeaveEvent(QDragLeaveEvent*) 7073 vfunc[39]: QAbstractItemView::dropEvent(QDropEvent*) 7074 vfunc[40]: QWidget::showEvent(QShowEvent*) 7075 vfunc[41]: QWidget::hideEvent(QHideEvent*) 7076 vfunc[42]: QWidget::x11Event(_XEvent*) 7077 vfunc[43]: QFrame::changeEvent(QEvent*) 7078 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 7079 const 7080 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 7081 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 7082 const 7083 vfunc[47]: QWidget::focusNextPrevChild(bool) 7084 vfunc[48]: QWidget::styleChange(QStyle&) 7085 vfunc[49]: QWidget::enabledChange(bool) 7086 vfunc[50]: QWidget::paletteChange(QPalette const&) 7087 vfunc[51]: QWidget::fontChange(QFont const&) 7088 vfunc[52]: QWidget::windowActivationChange(bool) 7089 vfunc[53]: QWidget::languageChange() 7090 vfunc[54]: QAbstractItemView::viewportEvent(QEvent*) 7091 vfunc[55]: QAbstractScrollArea::scrollContentsBy(int, int) 7092 vfunc[56]: QAbstractItemView::setModel(QAbstractItemModel*) 7093 vfunc[57]: 7094 QAbstractItemView::setSelectionModel(QItemSelectionModel*) 7095 vfunc[58]: QAbstractItemView::keyboardSearch(QString const&) 7096 vfunc[59]: __cxa_pure_virtual 7097 vfunc[60]: __cxa_pure_virtual 7098 vfunc[61]: __cxa_pure_virtual 7099 vfunc[62]: QAbstractItemView::sizeHintForRow(int) const 7100 vfunc[63]: QAbstractItemView::sizeHintForColumn(int) const 7101 vfunc[64]: QAbstractItemView::reset() 7102 vfunc[65]: QAbstractItemView::setRootIndex(QModelIndex const&) 7103 vfunc[66]: QAbstractItemView::doItemsLayout() 7104 vfunc[67]: QAbstractItemView::selectAll() 7105 vfunc[68]: QAbstractItemView::dataChanged(QModelIndex const&, 7106 QModelIndex const&) 7107 vfunc[69]: QAbstractItemView::rowsInserted(QModelIndex const&, 7108 int, int) 7109 vfunc[70]: QAbstractItemView::rowsAboutToBeRemoved(QModelIndex 7110 const&, int, int) 7111 vfunc[71]: QAbstractItemView::selectionChanged(QItemSelection 7112 const&, QItemSelection const&) 7113 vfunc[72]: QAbstractItemView::currentChanged(QModelIndex 7114 const&, QModelIndex const&) 7115 vfunc[73]: QAbstractItemView::updateEditorData() 7116 vfunc[74]: QAbstractItemView::updateEditorGeometries() 7117 vfunc[75]: QAbstractItemView::updateGeometries() 7118 vfunc[76]: QAbstractItemView::verticalScrollbarAction(int) 7119 vfunc[77]: QAbstractItemView::horizontalScrollbarAction(int) 7120 vfunc[78]: 7121 QAbstractItemView::verticalScrollbarValueChanged(int) 7122 vfunc[79]: 7123 QAbstractItemView::horizontalScrollbarValueChanged(int) 7124 vfunc[80]: QAbstractItemView::closeEditor(QWidget*, 7125 QAbstractItemDelegate::EndEditHint) 7126 vfunc[81]: QAbstractItemView::commitData(QWidget*) 7127 vfunc[82]: QAbstractItemView::editorDestroyed(QObject*) 7128 vfunc[83]: __cxa_pure_virtual 7129 vfunc[84]: __cxa_pure_virtual 7130 vfunc[85]: __cxa_pure_virtual 7131 vfunc[86]: __cxa_pure_virtual 7132 vfunc[87]: __cxa_pure_virtual 7133 vfunc[88]: __cxa_pure_virtual 7134 vfunc[89]: QAbstractItemView::selectedIndexes() const 7135 vfunc[90]: QAbstractItemView::edit(QModelIndex const&, 7136 QAbstractItemView::EditTrigger, QEvent*) 7137 vfunc[91]: QAbstractItemView::selectionCommand(QModelIndex 7138 const&, QEvent const*) const 7139 vfunc[92]: QAbstractItemView::startDrag(QFlags) 7140 vfunc[93]: QAbstractItemView::viewOptions() const 7141 7142 Table 7-133. Secondary vtable for QAbstractItemView 7143 Base Offset -16 7144 Virtual Base Offset 0 7145 RTTI typeinfo for QAbstractItemView 7146 vfunc[0]: non-virtual thunk to 7147 QAbstractItemView::~QAbstractItemView() 7148 vfunc[1]: non-virtual thunk to 7149 QAbstractItemView::~QAbstractItemView() 7150 vfunc[2]: non-virtual thunk to QWidget::devType() const 7151 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 7152 vfunc[4]: non-virtual thunk to 7153 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 7154 7155 The Run Time Type Information for the QAbstractItemView class 7156 is described by Table 7-134 7157 7158 Table 7-134. typeinfo for QAbstractItemView 7159 Base Vtable vtable for __cxxabiv1::__si_class_type_info 7160 Name typeinfo name for QAbstractItemView 7161 basetype: typeinfo for QAbstractScrollArea 7162 __________________________________________________________ 7163 7164 7.5.9.10. Class data for QStringListModel 7165 7166 The virtual table for the QStringListModel class is described 7167 in the generic part of this specification. 7168 7169 The Run Time Type Information for the QStringListModel class is 7170 described by Table 7-135 7171 7172 Table 7-135. typeinfo for QStringListModel 7173 Base Vtable vtable for __cxxabiv1::__si_class_type_info 7174 Name typeinfo name for QStringListModel 7175 basetype: typeinfo for QAbstractListModel 7176 __________________________________________________________ 7177 7178 7.5.9.11. Class data for QDirModel 7179 7180 The virtual table for the QDirModel class is described in the 7181 generic part of this specification. 7182 7183 The Run Time Type Information for the QDirModel class is 7184 described by Table 7-136 7185 7186 Table 7-136. typeinfo for QDirModel 7187 Base Vtable vtable for __cxxabiv1::__si_class_type_info 7188 Name typeinfo name for QDirModel 7189 basetype: typeinfo for QAbstractItemModel 7190 __________________________________________________________ 7191 7192 7.5.9.12. Class data for QStandardItemModel 7193 7194 The virtual table for the QStandardItemModel class is described 7195 in the generic part of this specification. 7196 7197 The Run Time Type Information for the QStandardItemModel class 7198 is described by Table 7-137 7199 7200 Table 7-137. typeinfo for QStandardItemModel 7201 Base Vtable vtable for __cxxabiv1::__si_class_type_info 7202 Name typeinfo name for QStandardItemModel 7203 basetype: typeinfo for QAbstractItemModel 7204 __________________________________________________________ 7205 7206 7.5.9.13. Class data for QAbstractProxyModel 7207 7208 The virtual table for the QAbstractProxyModel class is 7209 described in the generic part of this specification. 7210 7211 The Run Time Type Information for the QAbstractProxyModel class 7212 is described by Table 7-138 7213 7214 Table 7-138. typeinfo for QAbstractProxyModel 7215 Base Vtable vtable for __cxxabiv1::__si_class_type_info 7216 Name typeinfo name for QAbstractProxyModel 7217 basetype: typeinfo for QAbstractItemModel 7218 __________________________________________________________ 7219 7220 7.5.9.14. Class data for QSortFilterProxyModel 7221 7222 The virtual table for the QSortFilterProxyModel class is 7223 described in the generic part of this specification. 7224 7225 The Run Time Type Information for the QSortFilterProxyModel 7226 class is described by Table 7-139 7227 7228 Table 7-139. typeinfo for QSortFilterProxyModel 7229 Base Vtable vtable for __cxxabiv1::__si_class_type_info 7230 Name typeinfo name for QSortFilterProxyModel 7231 basetype: typeinfo for QAbstractProxyModel 7232 __________________________________________________________ 7233 7234 7.5.9.15. Class data for QItemDelegate 7235 7236 The virtual table for the QItemDelegate class is described in 7237 the generic part of this specification. 7238 7239 The Run Time Type Information for the QItemDelegate class is 7240 described by Table 7-140 7241 7242 Table 7-140. typeinfo for QItemDelegate 7243 Base Vtable vtable for __cxxabiv1::__si_class_type_info 7244 Name typeinfo name for QItemDelegate 7245 basetype: typeinfo for QAbstractItemDelegate 7246 __________________________________________________________ 7247 7248 7.5.9.16. Class data for QTableView 7249 7250 The virtual table for the QTableView class is described by 7251 Table 7-141 7252 7253 Table 7-141. Primary vtable for QTableView 7254 Base Offset 0 7255 Virtual Base Offset 0 7256 RTTI typeinfo for QTableView 7257 vfunc[0]: QTableView::metaObject() const 7258 vfunc[1]: QTableView::qt_metacast(char const*) 7259 vfunc[2]: QTableView::qt_metacall(QMetaObject::Call, int, 7260 void**) 7261 vfunc[3]: QTableView::~QTableView() 7262 vfunc[4]: QTableView::~QTableView() 7263 vfunc[5]: QAbstractItemView::event(QEvent*) 7264 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 7265 vfunc[7]: QTableView::timerEvent(QTimerEvent*) 7266 vfunc[8]: QObject::childEvent(QChildEvent*) 7267 vfunc[9]: QObject::customEvent(QEvent*) 7268 vfunc[10]: QObject::connectNotify(char const*) 7269 vfunc[11]: QObject::disconnectNotify(char const*) 7270 vfunc[12]: QWidget::devType() const 7271 vfunc[13]: QWidget::setVisible(bool) 7272 vfunc[14]: QAbstractScrollArea::sizeHint() const 7273 vfunc[15]: QAbstractScrollArea::minimumSizeHint() const 7274 vfunc[16]: QWidget::heightForWidth(int) const 7275 vfunc[17]: QWidget::paintEngine() const 7276 vfunc[18]: QAbstractItemView::mousePressEvent(QMouseEvent*) 7277 vfunc[19]: QAbstractItemView::mouseReleaseEvent(QMouseEvent*) 7278 vfunc[20]: 7279 QAbstractItemView::mouseDoubleClickEvent(QMouseEvent*) 7280 vfunc[21]: QAbstractItemView::mouseMoveEvent(QMouseEvent*) 7281 vfunc[22]: QAbstractScrollArea::wheelEvent(QWheelEvent*) 7282 vfunc[23]: QAbstractItemView::keyPressEvent(QKeyEvent*) 7283 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 7284 vfunc[25]: QAbstractItemView::focusInEvent(QFocusEvent*) 7285 vfunc[26]: QAbstractItemView::focusOutEvent(QFocusEvent*) 7286 vfunc[27]: QWidget::enterEvent(QEvent*) 7287 vfunc[28]: QWidget::leaveEvent(QEvent*) 7288 vfunc[29]: QTableView::paintEvent(QPaintEvent*) 7289 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 7290 vfunc[31]: QAbstractItemView::resizeEvent(QResizeEvent*) 7291 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 7292 vfunc[33]: 7293 QAbstractScrollArea::contextMenuEvent(QContextMenuEvent*) 7294 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 7295 vfunc[35]: QWidget::actionEvent(QActionEvent*) 7296 vfunc[36]: QAbstractItemView::dragEnterEvent(QDragEnterEvent*) 7297 vfunc[37]: QAbstractItemView::dragMoveEvent(QDragMoveEvent*) 7298 vfunc[38]: QAbstractItemView::dragLeaveEvent(QDragLeaveEvent*) 7299 vfunc[39]: QAbstractItemView::dropEvent(QDropEvent*) 7300 vfunc[40]: QWidget::showEvent(QShowEvent*) 7301 vfunc[41]: QWidget::hideEvent(QHideEvent*) 7302 vfunc[42]: QWidget::x11Event(_XEvent*) 7303 vfunc[43]: QFrame::changeEvent(QEvent*) 7304 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 7305 const 7306 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 7307 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 7308 const 7309 vfunc[47]: QWidget::focusNextPrevChild(bool) 7310 vfunc[48]: QWidget::styleChange(QStyle&) 7311 vfunc[49]: QWidget::enabledChange(bool) 7312 vfunc[50]: QWidget::paletteChange(QPalette const&) 7313 vfunc[51]: QWidget::fontChange(QFont const&) 7314 vfunc[52]: QWidget::windowActivationChange(bool) 7315 vfunc[53]: QWidget::languageChange() 7316 vfunc[54]: QAbstractItemView::viewportEvent(QEvent*) 7317 vfunc[55]: QTableView::scrollContentsBy(int, int) 7318 vfunc[56]: QTableView::setModel(QAbstractItemModel*) 7319 vfunc[57]: QTableView::setSelectionModel(QItemSelectionModel*) 7320 vfunc[58]: QAbstractItemView::keyboardSearch(QString const&) 7321 vfunc[59]: QTableView::visualRect(QModelIndex const&) const 7322 vfunc[60]: QTableView::scrollTo(QModelIndex const&, 7323 QAbstractItemView::ScrollHint) 7324 vfunc[61]: QTableView::indexAt(QPoint const&) const 7325 vfunc[62]: QTableView::sizeHintForRow(int) const 7326 vfunc[63]: QTableView::sizeHintForColumn(int) const 7327 vfunc[64]: QAbstractItemView::reset() 7328 vfunc[65]: QTableView::setRootIndex(QModelIndex const&) 7329 vfunc[66]: QAbstractItemView::doItemsLayout() 7330 vfunc[67]: QAbstractItemView::selectAll() 7331 vfunc[68]: QAbstractItemView::dataChanged(QModelIndex const&, 7332 QModelIndex const&) 7333 vfunc[69]: QAbstractItemView::rowsInserted(QModelIndex const&, 7334 int, int) 7335 vfunc[70]: QAbstractItemView::rowsAboutToBeRemoved(QModelIndex 7336 const&, int, int) 7337 vfunc[71]: QAbstractItemView::selectionChanged(QItemSelection 7338 const&, QItemSelection const&) 7339 vfunc[72]: QAbstractItemView::currentChanged(QModelIndex 7340 const&, QModelIndex const&) 7341 vfunc[73]: QAbstractItemView::updateEditorData() 7342 vfunc[74]: QAbstractItemView::updateEditorGeometries() 7343 vfunc[75]: QTableView::updateGeometries() 7344 vfunc[76]: QTableView::verticalScrollbarAction(int) 7345 vfunc[77]: QTableView::horizontalScrollbarAction(int) 7346 vfunc[78]: 7347 QAbstractItemView::verticalScrollbarValueChanged(int) 7348 vfunc[79]: 7349 QAbstractItemView::horizontalScrollbarValueChanged(int) 7350 vfunc[80]: QAbstractItemView::closeEditor(QWidget*, 7351 QAbstractItemDelegate::EndEditHint) 7352 vfunc[81]: QAbstractItemView::commitData(QWidget*) 7353 vfunc[82]: QAbstractItemView::editorDestroyed(QObject*) 7354 vfunc[83]: 7355 QTableView::moveCursor(QAbstractItemView::CursorAction, 7356 QFlags) 7357 vfunc[84]: QTableView::horizontalOffset() const 7358 vfunc[85]: QTableView::verticalOffset() const 7359 vfunc[86]: QTableView::isIndexHidden(QModelIndex const&) const 7360 vfunc[87]: QTableView::setSelection(QRect const&, 7361 QFlags) 7362 vfunc[88]: QTableView::visualRegionForSelection(QItemSelection 7363 const&) const 7364 vfunc[89]: QTableView::selectedIndexes() const 7365 vfunc[90]: QAbstractItemView::edit(QModelIndex const&, 7366 QAbstractItemView::EditTrigger, QEvent*) 7367 vfunc[91]: QAbstractItemView::selectionCommand(QModelIndex 7368 const&, QEvent const*) const 7369 vfunc[92]: QAbstractItemView::startDrag(QFlags) 7370 vfunc[93]: QTableView::viewOptions() const 7371 7372 Table 7-142. Secondary vtable for QTableView 7373 Base Offset -16 7374 Virtual Base Offset 0 7375 RTTI typeinfo for QTableView 7376 vfunc[0]: non-virtual thunk to QTableView::~QTableView() 7377 vfunc[1]: non-virtual thunk to QTableView::~QTableView() 7378 vfunc[2]: non-virtual thunk to QWidget::devType() const 7379 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 7380 vfunc[4]: non-virtual thunk to 7381 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 7382 7383 The Run Time Type Information for the QTableView class is 7384 described by Table 7-143 7385 7386 Table 7-143. typeinfo for QTableView 7387 Base Vtable vtable for __cxxabiv1::__si_class_type_info 7388 Name typeinfo name for QTableView 7389 basetype: typeinfo for QAbstractItemView 7390 __________________________________________________________ 7391 7392 7.5.9.17. Class data for QTableWidgetItem 7393 7394 The virtual table for the QTableWidgetItem class is described 7395 in the generic part of this specification. 7396 7397 The Run Time Type Information for the QTableWidgetItem class is 7398 described by Table 7-144 7399 7400 Table 7-144. typeinfo for QTableWidgetItem 7401 Base Vtable vtable for __cxxabiv1::__class_type_info 7402 Name typeinfo name for QTableWidgetItem 7403 __________________________________________________________ 7404 7405 7.5.9.18. Class data for QTableWidget 7406 7407 The virtual table for the QTableWidget class is described by 7408 Table 7-145 7409 7410 Table 7-145. Primary vtable for QTableWidget 7411 Base Offset 0 7412 Virtual Base Offset 0 7413 RTTI typeinfo for QTableWidget 7414 vfunc[0]: QTableWidget::metaObject() const 7415 vfunc[1]: QTableWidget::qt_metacast(char const*) 7416 vfunc[2]: QTableWidget::qt_metacall(QMetaObject::Call, int, 7417 void**) 7418 vfunc[3]: QTableWidget::~QTableWidget() 7419 vfunc[4]: QTableWidget::~QTableWidget() 7420 vfunc[5]: QTableWidget::event(QEvent*) 7421 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 7422 vfunc[7]: QTableView::timerEvent(QTimerEvent*) 7423 vfunc[8]: QObject::childEvent(QChildEvent*) 7424 vfunc[9]: QObject::customEvent(QEvent*) 7425 vfunc[10]: QObject::connectNotify(char const*) 7426 vfunc[11]: QObject::disconnectNotify(char const*) 7427 vfunc[12]: QWidget::devType() const 7428 vfunc[13]: QWidget::setVisible(bool) 7429 vfunc[14]: QAbstractScrollArea::sizeHint() const 7430 vfunc[15]: QAbstractScrollArea::minimumSizeHint() const 7431 vfunc[16]: QWidget::heightForWidth(int) const 7432 vfunc[17]: QWidget::paintEngine() const 7433 vfunc[18]: QAbstractItemView::mousePressEvent(QMouseEvent*) 7434 vfunc[19]: QAbstractItemView::mouseReleaseEvent(QMouseEvent*) 7435 vfunc[20]: 7436 QAbstractItemView::mouseDoubleClickEvent(QMouseEvent*) 7437 vfunc[21]: QAbstractItemView::mouseMoveEvent(QMouseEvent*) 7438 vfunc[22]: QAbstractScrollArea::wheelEvent(QWheelEvent*) 7439 vfunc[23]: QAbstractItemView::keyPressEvent(QKeyEvent*) 7440 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 7441 vfunc[25]: QAbstractItemView::focusInEvent(QFocusEvent*) 7442 vfunc[26]: QAbstractItemView::focusOutEvent(QFocusEvent*) 7443 vfunc[27]: QWidget::enterEvent(QEvent*) 7444 vfunc[28]: QWidget::leaveEvent(QEvent*) 7445 vfunc[29]: QTableView::paintEvent(QPaintEvent*) 7446 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 7447 vfunc[31]: QAbstractItemView::resizeEvent(QResizeEvent*) 7448 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 7449 vfunc[33]: 7450 QAbstractScrollArea::contextMenuEvent(QContextMenuEvent*) 7451 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 7452 vfunc[35]: QWidget::actionEvent(QActionEvent*) 7453 vfunc[36]: QAbstractItemView::dragEnterEvent(QDragEnterEvent*) 7454 vfunc[37]: QAbstractItemView::dragMoveEvent(QDragMoveEvent*) 7455 vfunc[38]: QAbstractItemView::dragLeaveEvent(QDragLeaveEvent*) 7456 vfunc[39]: QAbstractItemView::dropEvent(QDropEvent*) 7457 vfunc[40]: QWidget::showEvent(QShowEvent*) 7458 vfunc[41]: QWidget::hideEvent(QHideEvent*) 7459 vfunc[42]: QWidget::x11Event(_XEvent*) 7460 vfunc[43]: QFrame::changeEvent(QEvent*) 7461 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 7462 const 7463 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 7464 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 7465 const 7466 vfunc[47]: QWidget::focusNextPrevChild(bool) 7467 vfunc[48]: QWidget::styleChange(QStyle&) 7468 vfunc[49]: QWidget::enabledChange(bool) 7469 vfunc[50]: QWidget::paletteChange(QPalette const&) 7470 vfunc[51]: QWidget::fontChange(QFont const&) 7471 vfunc[52]: QWidget::windowActivationChange(bool) 7472 vfunc[53]: QWidget::languageChange() 7473 vfunc[54]: QAbstractItemView::viewportEvent(QEvent*) 7474 vfunc[55]: QTableView::scrollContentsBy(int, int) 7475 vfunc[56]: QTableWidget::setModel(QAbstractItemModel*) 7476 vfunc[57]: QTableView::setSelectionModel(QItemSelectionModel*) 7477 vfunc[58]: QAbstractItemView::keyboardSearch(QString const&) 7478 vfunc[59]: QTableView::visualRect(QModelIndex const&) const 7479 vfunc[60]: QTableView::scrollTo(QModelIndex const&, 7480 QAbstractItemView::ScrollHint) 7481 vfunc[61]: QTableView::indexAt(QPoint const&) const 7482 vfunc[62]: QTableView::sizeHintForRow(int) const 7483 vfunc[63]: QTableView::sizeHintForColumn(int) const 7484 vfunc[64]: QAbstractItemView::reset() 7485 vfunc[65]: QTableView::setRootIndex(QModelIndex const&) 7486 vfunc[66]: QAbstractItemView::doItemsLayout() 7487 vfunc[67]: QAbstractItemView::selectAll() 7488 vfunc[68]: QAbstractItemView::dataChanged(QModelIndex const&, 7489 QModelIndex const&) 7490 vfunc[69]: QAbstractItemView::rowsInserted(QModelIndex const&, 7491 int, int) 7492 vfunc[70]: QAbstractItemView::rowsAboutToBeRemoved(QModelIndex 7493 const&, int, int) 7494 vfunc[71]: QAbstractItemView::selectionChanged(QItemSelection 7495 const&, QItemSelection const&) 7496 vfunc[72]: QAbstractItemView::currentChanged(QModelIndex 7497 const&, QModelIndex const&) 7498 vfunc[73]: QAbstractItemView::updateEditorData() 7499 vfunc[74]: QAbstractItemView::updateEditorGeometries() 7500 vfunc[75]: QTableView::updateGeometries() 7501 vfunc[76]: QTableView::verticalScrollbarAction(int) 7502 vfunc[77]: QTableView::horizontalScrollbarAction(int) 7503 vfunc[78]: 7504 QAbstractItemView::verticalScrollbarValueChanged(int) 7505 vfunc[79]: 7506 QAbstractItemView::horizontalScrollbarValueChanged(int) 7507 vfunc[80]: QAbstractItemView::closeEditor(QWidget*, 7508 QAbstractItemDelegate::EndEditHint) 7509 vfunc[81]: QAbstractItemView::commitData(QWidget*) 7510 vfunc[82]: QAbstractItemView::editorDestroyed(QObject*) 7511 vfunc[83]: 7512 QTableView::moveCursor(QAbstractItemView::CursorAction, 7513 QFlags) 7514 vfunc[84]: QTableView::horizontalOffset() const 7515 vfunc[85]: QTableView::verticalOffset() const 7516 vfunc[86]: QTableView::isIndexHidden(QModelIndex const&) const 7517 vfunc[87]: QTableView::setSelection(QRect const&, 7518 QFlags) 7519 vfunc[88]: QTableView::visualRegionForSelection(QItemSelection 7520 const&) const 7521 vfunc[89]: QTableView::selectedIndexes() const 7522 vfunc[90]: QAbstractItemView::edit(QModelIndex const&, 7523 QAbstractItemView::EditTrigger, QEvent*) 7524 vfunc[91]: QAbstractItemView::selectionCommand(QModelIndex 7525 const&, QEvent const*) const 7526 vfunc[92]: QAbstractItemView::startDrag(QFlags) 7527 vfunc[93]: QTableView::viewOptions() const 7528 vfunc[94]: QTableWidget::mimeTypes() const 7529 vfunc[95]: QTableWidget::mimeData(QList) 7530 const 7531 vfunc[96]: QTableWidget::dropMimeData(int, int, QMimeData 7532 const*, Qt::DropAction) 7533 vfunc[97]: QTableWidget::supportedDropActions() const 7534 7535 Table 7-146. Secondary vtable for QTableWidget 7536 Base Offset -16 7537 Virtual Base Offset 0 7538 RTTI typeinfo for QTableWidget 7539 vfunc[0]: non-virtual thunk to QTableWidget::~QTableWidget() 7540 vfunc[1]: non-virtual thunk to QTableWidget::~QTableWidget() 7541 vfunc[2]: non-virtual thunk to QWidget::devType() const 7542 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 7543 vfunc[4]: non-virtual thunk to 7544 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 7545 7546 The Run Time Type Information for the QTableWidget class is 7547 described by Table 7-147 7548 7549 Table 7-147. typeinfo for QTableWidget 7550 Base Vtable vtable for __cxxabiv1::__si_class_type_info 7551 Name typeinfo name for QTableWidget 7552 basetype: typeinfo for QTableView 7553 __________________________________________________________ 7554 7555 7.5.9.19. Class data for QTreeView 7556 7557 The virtual table for the QTreeView class is described by Table 7558 7-148 7559 7560 Table 7-148. Primary vtable for QTreeView 7561 Base Offset 0 7562 Virtual Base Offset 0 7563 RTTI typeinfo for QTreeView 7564 vfunc[0]: QTreeView::metaObject() const 7565 vfunc[1]: QTreeView::qt_metacast(char const*) 7566 vfunc[2]: QTreeView::qt_metacall(QMetaObject::Call, int, 7567 void**) 7568 vfunc[3]: QTreeView::~QTreeView() 7569 vfunc[4]: QTreeView::~QTreeView() 7570 vfunc[5]: QAbstractItemView::event(QEvent*) 7571 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 7572 vfunc[7]: QTreeView::timerEvent(QTimerEvent*) 7573 vfunc[8]: QObject::childEvent(QChildEvent*) 7574 vfunc[9]: QObject::customEvent(QEvent*) 7575 vfunc[10]: QObject::connectNotify(char const*) 7576 vfunc[11]: QObject::disconnectNotify(char const*) 7577 vfunc[12]: QWidget::devType() const 7578 vfunc[13]: QWidget::setVisible(bool) 7579 vfunc[14]: QAbstractScrollArea::sizeHint() const 7580 vfunc[15]: QAbstractScrollArea::minimumSizeHint() const 7581 vfunc[16]: QWidget::heightForWidth(int) const 7582 vfunc[17]: QWidget::paintEngine() const 7583 vfunc[18]: QTreeView::mousePressEvent(QMouseEvent*) 7584 vfunc[19]: QTreeView::mouseReleaseEvent(QMouseEvent*) 7585 vfunc[20]: QTreeView::mouseDoubleClickEvent(QMouseEvent*) 7586 vfunc[21]: QAbstractItemView::mouseMoveEvent(QMouseEvent*) 7587 vfunc[22]: QAbstractScrollArea::wheelEvent(QWheelEvent*) 7588 vfunc[23]: QAbstractItemView::keyPressEvent(QKeyEvent*) 7589 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 7590 vfunc[25]: QAbstractItemView::focusInEvent(QFocusEvent*) 7591 vfunc[26]: QAbstractItemView::focusOutEvent(QFocusEvent*) 7592 vfunc[27]: QWidget::enterEvent(QEvent*) 7593 vfunc[28]: QWidget::leaveEvent(QEvent*) 7594 vfunc[29]: QTreeView::paintEvent(QPaintEvent*) 7595 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 7596 vfunc[31]: QAbstractItemView::resizeEvent(QResizeEvent*) 7597 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 7598 vfunc[33]: 7599 QAbstractScrollArea::contextMenuEvent(QContextMenuEvent*) 7600 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 7601 vfunc[35]: QWidget::actionEvent(QActionEvent*) 7602 vfunc[36]: QAbstractItemView::dragEnterEvent(QDragEnterEvent*) 7603 vfunc[37]: QAbstractItemView::dragMoveEvent(QDragMoveEvent*) 7604 vfunc[38]: QAbstractItemView::dragLeaveEvent(QDragLeaveEvent*) 7605 vfunc[39]: QAbstractItemView::dropEvent(QDropEvent*) 7606 vfunc[40]: QWidget::showEvent(QShowEvent*) 7607 vfunc[41]: QWidget::hideEvent(QHideEvent*) 7608 vfunc[42]: QWidget::x11Event(_XEvent*) 7609 vfunc[43]: QFrame::changeEvent(QEvent*) 7610 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 7611 const 7612 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 7613 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 7614 const 7615 vfunc[47]: QWidget::focusNextPrevChild(bool) 7616 vfunc[48]: QWidget::styleChange(QStyle&) 7617 vfunc[49]: QWidget::enabledChange(bool) 7618 vfunc[50]: QWidget::paletteChange(QPalette const&) 7619 vfunc[51]: QWidget::fontChange(QFont const&) 7620 vfunc[52]: QWidget::windowActivationChange(bool) 7621 vfunc[53]: QWidget::languageChange() 7622 vfunc[54]: QAbstractItemView::viewportEvent(QEvent*) 7623 vfunc[55]: QTreeView::scrollContentsBy(int, int) 7624 vfunc[56]: QTreeView::setModel(QAbstractItemModel*) 7625 vfunc[57]: QTreeView::setSelectionModel(QItemSelectionModel*) 7626 vfunc[58]: QTreeView::keyboardSearch(QString const&) 7627 vfunc[59]: QTreeView::visualRect(QModelIndex const&) const 7628 vfunc[60]: QTreeView::scrollTo(QModelIndex const&, 7629 QAbstractItemView::ScrollHint) 7630 vfunc[61]: QTreeView::indexAt(QPoint const&) const 7631 vfunc[62]: QAbstractItemView::sizeHintForRow(int) const 7632 vfunc[63]: QTreeView::sizeHintForColumn(int) const 7633 vfunc[64]: QTreeView::reset() 7634 vfunc[65]: QTreeView::setRootIndex(QModelIndex const&) 7635 vfunc[66]: QTreeView::doItemsLayout() 7636 vfunc[67]: QTreeView::selectAll() 7637 vfunc[68]: QTreeView::dataChanged(QModelIndex const&, 7638 QModelIndex const&) 7639 vfunc[69]: QTreeView::rowsInserted(QModelIndex const&, int, 7640 int) 7641 vfunc[70]: QTreeView::rowsAboutToBeRemoved(QModelIndex const&, 7642 int, int) 7643 vfunc[71]: QAbstractItemView::selectionChanged(QItemSelection 7644 const&, QItemSelection const&) 7645 vfunc[72]: QAbstractItemView::currentChanged(QModelIndex 7646 const&, QModelIndex const&) 7647 vfunc[73]: QAbstractItemView::updateEditorData() 7648 vfunc[74]: QAbstractItemView::updateEditorGeometries() 7649 vfunc[75]: QTreeView::updateGeometries() 7650 vfunc[76]: QAbstractItemView::verticalScrollbarAction(int) 7651 vfunc[77]: QTreeView::horizontalScrollbarAction(int) 7652 vfunc[78]: 7653 QAbstractItemView::verticalScrollbarValueChanged(int) 7654 vfunc[79]: 7655 QAbstractItemView::horizontalScrollbarValueChanged(int) 7656 vfunc[80]: QAbstractItemView::closeEditor(QWidget*, 7657 QAbstractItemDelegate::EndEditHint) 7658 vfunc[81]: QAbstractItemView::commitData(QWidget*) 7659 vfunc[82]: QAbstractItemView::editorDestroyed(QObject*) 7660 vfunc[83]: 7661 QTreeView::moveCursor(QAbstractItemView::CursorAction, 7662 QFlags) 7663 vfunc[84]: QTreeView::horizontalOffset() const 7664 vfunc[85]: QTreeView::verticalOffset() const 7665 vfunc[86]: QTreeView::isIndexHidden(QModelIndex const&) const 7666 vfunc[87]: QTreeView::setSelection(QRect const&, 7667 QFlags) 7668 vfunc[88]: QTreeView::visualRegionForSelection(QItemSelection 7669 const&) const 7670 vfunc[89]: QTreeView::selectedIndexes() const 7671 vfunc[90]: QAbstractItemView::edit(QModelIndex const&, 7672 QAbstractItemView::EditTrigger, QEvent*) 7673 vfunc[91]: QAbstractItemView::selectionCommand(QModelIndex 7674 const&, QEvent const*) const 7675 vfunc[92]: QAbstractItemView::startDrag(QFlags) 7676 vfunc[93]: QAbstractItemView::viewOptions() const 7677 vfunc[94]: QTreeView::drawRow(QPainter*, QStyleOptionViewItem 7678 const&, QModelIndex const&) const 7679 vfunc[95]: QTreeView::drawBranches(QPainter*, QRect const&, 7680 QModelIndex const&) const 7681 7682 Table 7-149. Secondary vtable for QTreeView 7683 Base Offset -16 7684 Virtual Base Offset 0 7685 RTTI typeinfo for QTreeView 7686 vfunc[0]: non-virtual thunk to QTreeView::~QTreeView() 7687 vfunc[1]: non-virtual thunk to QTreeView::~QTreeView() 7688 vfunc[2]: non-virtual thunk to QWidget::devType() const 7689 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 7690 vfunc[4]: non-virtual thunk to 7691 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 7692 7693 The Run Time Type Information for the QTreeView class is 7694 described by Table 7-150 7695 7696 Table 7-150. typeinfo for QTreeView 7697 Base Vtable vtable for __cxxabiv1::__si_class_type_info 7698 Name typeinfo name for QTreeView 7699 basetype: typeinfo for QAbstractItemView 7700 __________________________________________________________ 7701 7702 7.5.9.20. Class data for QProxyModel 7703 7704 The virtual table for the QProxyModel class is described in the 7705 generic part of this specification. 7706 7707 The Run Time Type Information for the QProxyModel class is 7708 described by Table 7-151 7709 7710 Table 7-151. typeinfo for QProxyModel 7711 Base Vtable vtable for __cxxabiv1::__si_class_type_info 7712 Name typeinfo name for QProxyModel 7713 basetype: typeinfo for QAbstractItemModel 7714 __________________________________________________________ 7715 7716 7.5.9.21. Class data for QHeaderView 7717 7718 The virtual table for the QHeaderView class is described by 7719 Table 7-152 7720 7721 Table 7-152. Primary vtable for QHeaderView 7722 Base Offset 0 7723 Virtual Base Offset 0 7724 RTTI typeinfo for QHeaderView 7725 vfunc[0]: QHeaderView::metaObject() const 7726 vfunc[1]: QHeaderView::qt_metacast(char const*) 7727 vfunc[2]: QHeaderView::qt_metacall(QMetaObject::Call, int, 7728 void**) 7729 vfunc[3]: QHeaderView::~QHeaderView() 7730 vfunc[4]: QHeaderView::~QHeaderView() 7731 vfunc[5]: QHeaderView::event(QEvent*) 7732 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 7733 vfunc[7]: QAbstractItemView::timerEvent(QTimerEvent*) 7734 vfunc[8]: QObject::childEvent(QChildEvent*) 7735 vfunc[9]: QObject::customEvent(QEvent*) 7736 vfunc[10]: QObject::connectNotify(char const*) 7737 vfunc[11]: QObject::disconnectNotify(char const*) 7738 vfunc[12]: QWidget::devType() const 7739 vfunc[13]: QWidget::setVisible(bool) 7740 vfunc[14]: QHeaderView::sizeHint() const 7741 vfunc[15]: QAbstractScrollArea::minimumSizeHint() const 7742 vfunc[16]: QWidget::heightForWidth(int) const 7743 vfunc[17]: QWidget::paintEngine() const 7744 vfunc[18]: QHeaderView::mousePressEvent(QMouseEvent*) 7745 vfunc[19]: QHeaderView::mouseReleaseEvent(QMouseEvent*) 7746 vfunc[20]: QHeaderView::mouseDoubleClickEvent(QMouseEvent*) 7747 vfunc[21]: QHeaderView::mouseMoveEvent(QMouseEvent*) 7748 vfunc[22]: QAbstractScrollArea::wheelEvent(QWheelEvent*) 7749 vfunc[23]: QAbstractItemView::keyPressEvent(QKeyEvent*) 7750 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 7751 vfunc[25]: QAbstractItemView::focusInEvent(QFocusEvent*) 7752 vfunc[26]: QAbstractItemView::focusOutEvent(QFocusEvent*) 7753 vfunc[27]: QWidget::enterEvent(QEvent*) 7754 vfunc[28]: QWidget::leaveEvent(QEvent*) 7755 vfunc[29]: QHeaderView::paintEvent(QPaintEvent*) 7756 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 7757 vfunc[31]: QAbstractItemView::resizeEvent(QResizeEvent*) 7758 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 7759 vfunc[33]: 7760 QAbstractScrollArea::contextMenuEvent(QContextMenuEvent*) 7761 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 7762 vfunc[35]: QWidget::actionEvent(QActionEvent*) 7763 vfunc[36]: QAbstractItemView::dragEnterEvent(QDragEnterEvent*) 7764 vfunc[37]: QAbstractItemView::dragMoveEvent(QDragMoveEvent*) 7765 vfunc[38]: QAbstractItemView::dragLeaveEvent(QDragLeaveEvent*) 7766 vfunc[39]: QAbstractItemView::dropEvent(QDropEvent*) 7767 vfunc[40]: QWidget::showEvent(QShowEvent*) 7768 vfunc[41]: QWidget::hideEvent(QHideEvent*) 7769 vfunc[42]: QWidget::x11Event(_XEvent*) 7770 vfunc[43]: QFrame::changeEvent(QEvent*) 7771 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 7772 const 7773 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 7774 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 7775 const 7776 vfunc[47]: QWidget::focusNextPrevChild(bool) 7777 vfunc[48]: QWidget::styleChange(QStyle&) 7778 vfunc[49]: QWidget::enabledChange(bool) 7779 vfunc[50]: QWidget::paletteChange(QPalette const&) 7780 vfunc[51]: QWidget::fontChange(QFont const&) 7781 vfunc[52]: QWidget::windowActivationChange(bool) 7782 vfunc[53]: QWidget::languageChange() 7783 vfunc[54]: QHeaderView::viewportEvent(QEvent*) 7784 vfunc[55]: QHeaderView::scrollContentsBy(int, int) 7785 vfunc[56]: QHeaderView::setModel(QAbstractItemModel*) 7786 vfunc[57]: 7787 QAbstractItemView::setSelectionModel(QItemSelectionModel*) 7788 vfunc[58]: QAbstractItemView::keyboardSearch(QString const&) 7789 vfunc[59]: QHeaderView::visualRect(QModelIndex const&) const 7790 vfunc[60]: QHeaderView::scrollTo(QModelIndex const&, 7791 QAbstractItemView::ScrollHint) 7792 vfunc[61]: QHeaderView::indexAt(QPoint const&) const 7793 vfunc[62]: QAbstractItemView::sizeHintForRow(int) const 7794 vfunc[63]: QAbstractItemView::sizeHintForColumn(int) const 7795 vfunc[64]: QAbstractItemView::reset() 7796 vfunc[65]: QAbstractItemView::setRootIndex(QModelIndex const&) 7797 vfunc[66]: QHeaderView::doItemsLayout() 7798 vfunc[67]: QAbstractItemView::selectAll() 7799 vfunc[68]: QHeaderView::dataChanged(QModelIndex const&, 7800 QModelIndex const&) 7801 vfunc[69]: QHeaderView::rowsInserted(QModelIndex const&, int, 7802 int) 7803 vfunc[70]: QAbstractItemView::rowsAboutToBeRemoved(QModelIndex 7804 const&, int, int) 7805 vfunc[71]: QAbstractItemView::selectionChanged(QItemSelection 7806 const&, QItemSelection const&) 7807 vfunc[72]: QHeaderView::currentChanged(QModelIndex const&, 7808 QModelIndex const&) 7809 vfunc[73]: QAbstractItemView::updateEditorData() 7810 vfunc[74]: QAbstractItemView::updateEditorGeometries() 7811 vfunc[75]: QHeaderView::updateGeometries() 7812 vfunc[76]: QAbstractItemView::verticalScrollbarAction(int) 7813 vfunc[77]: QAbstractItemView::horizontalScrollbarAction(int) 7814 vfunc[78]: 7815 QAbstractItemView::verticalScrollbarValueChanged(int) 7816 vfunc[79]: 7817 QAbstractItemView::horizontalScrollbarValueChanged(int) 7818 vfunc[80]: QAbstractItemView::closeEditor(QWidget*, 7819 QAbstractItemDelegate::EndEditHint) 7820 vfunc[81]: QAbstractItemView::commitData(QWidget*) 7821 vfunc[82]: QAbstractItemView::editorDestroyed(QObject*) 7822 vfunc[83]: 7823 QHeaderView::moveCursor(QAbstractItemView::CursorAction, 7824 QFlags) 7825 vfunc[84]: QHeaderView::horizontalOffset() const 7826 vfunc[85]: QHeaderView::verticalOffset() const 7827 vfunc[86]: QHeaderView::isIndexHidden(QModelIndex const&) const 7828 vfunc[87]: QHeaderView::setSelection(QRect const&, 7829 QFlags) 7830 vfunc[88]: QHeaderView::visualRegionForSelection(QItemSelection 7831 const&) const 7832 vfunc[89]: QAbstractItemView::selectedIndexes() const 7833 vfunc[90]: QAbstractItemView::edit(QModelIndex const&, 7834 QAbstractItemView::EditTrigger, QEvent*) 7835 vfunc[91]: QAbstractItemView::selectionCommand(QModelIndex 7836 const&, QEvent const*) const 7837 vfunc[92]: QAbstractItemView::startDrag(QFlags) 7838 vfunc[93]: QAbstractItemView::viewOptions() const 7839 vfunc[94]: QHeaderView::paintSection(QPainter*, QRect const&, 7840 int) const 7841 vfunc[95]: QHeaderView::sectionSizeFromContents(int) const 7842 7843 Table 7-153. Secondary vtable for QHeaderView 7844 Base Offset -16 7845 Virtual Base Offset 0 7846 RTTI typeinfo for QHeaderView 7847 vfunc[0]: non-virtual thunk to QHeaderView::~QHeaderView() 7848 vfunc[1]: non-virtual thunk to QHeaderView::~QHeaderView() 7849 vfunc[2]: non-virtual thunk to QWidget::devType() const 7850 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 7851 vfunc[4]: non-virtual thunk to 7852 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 7853 7854 The Run Time Type Information for the QHeaderView class is 7855 described by Table 7-154 7856 7857 Table 7-154. typeinfo for QHeaderView 7858 Base Vtable vtable for __cxxabiv1::__si_class_type_info 7859 Name typeinfo name for QHeaderView 7860 basetype: typeinfo for QAbstractItemView 7861 __________________________________________________________ 7862 7863 7.5.9.22. Class data for QItemEditorFactory 7864 7865 The virtual table for the QItemEditorFactory class is described 7866 in the generic part of this specification. 7867 7868 The Run Time Type Information for the QItemEditorFactory class 7869 is described by Table 7-155 7870 7871 Table 7-155. typeinfo for QItemEditorFactory 7872 Base Vtable vtable for __cxxabiv1::__class_type_info 7873 Name typeinfo name for QItemEditorFactory 7874 __________________________________________________________ 7875 7876 7.5.9.23. Class data for QTreeWidgetItem 7877 7878 The virtual table for the QTreeWidgetItem class is described in 7879 the generic part of this specification. 7880 7881 The Run Time Type Information for the QTreeWidgetItem class is 7882 described by Table 7-156 7883 7884 Table 7-156. typeinfo for QTreeWidgetItem 7885 Base Vtable vtable for __cxxabiv1::__class_type_info 7886 Name typeinfo name for QTreeWidgetItem 7887 __________________________________________________________ 7888 7889 7.5.9.24. Class data for QTreeWidget 7890 7891 The virtual table for the QTreeWidget class is described by 7892 Table 7-157 7893 7894 Table 7-157. Primary vtable for QTreeWidget 7895 Base Offset 0 7896 Virtual Base Offset 0 7897 RTTI typeinfo for QTreeWidget 7898 vfunc[0]: QTreeWidget::metaObject() const 7899 vfunc[1]: QTreeWidget::qt_metacast(char const*) 7900 vfunc[2]: QTreeWidget::qt_metacall(QMetaObject::Call, int, 7901 void**) 7902 vfunc[3]: QTreeWidget::~QTreeWidget() 7903 vfunc[4]: QTreeWidget::~QTreeWidget() 7904 vfunc[5]: QTreeWidget::event(QEvent*) 7905 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 7906 vfunc[7]: QTreeView::timerEvent(QTimerEvent*) 7907 vfunc[8]: QObject::childEvent(QChildEvent*) 7908 vfunc[9]: QObject::customEvent(QEvent*) 7909 vfunc[10]: QObject::connectNotify(char const*) 7910 vfunc[11]: QObject::disconnectNotify(char const*) 7911 vfunc[12]: QWidget::devType() const 7912 vfunc[13]: QWidget::setVisible(bool) 7913 vfunc[14]: QAbstractScrollArea::sizeHint() const 7914 vfunc[15]: QAbstractScrollArea::minimumSizeHint() const 7915 vfunc[16]: QWidget::heightForWidth(int) const 7916 vfunc[17]: QWidget::paintEngine() const 7917 vfunc[18]: QTreeView::mousePressEvent(QMouseEvent*) 7918 vfunc[19]: QTreeView::mouseReleaseEvent(QMouseEvent*) 7919 vfunc[20]: QTreeView::mouseDoubleClickEvent(QMouseEvent*) 7920 vfunc[21]: QAbstractItemView::mouseMoveEvent(QMouseEvent*) 7921 vfunc[22]: QAbstractScrollArea::wheelEvent(QWheelEvent*) 7922 vfunc[23]: QAbstractItemView::keyPressEvent(QKeyEvent*) 7923 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 7924 vfunc[25]: QAbstractItemView::focusInEvent(QFocusEvent*) 7925 vfunc[26]: QAbstractItemView::focusOutEvent(QFocusEvent*) 7926 vfunc[27]: QWidget::enterEvent(QEvent*) 7927 vfunc[28]: QWidget::leaveEvent(QEvent*) 7928 vfunc[29]: QTreeView::paintEvent(QPaintEvent*) 7929 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 7930 vfunc[31]: QAbstractItemView::resizeEvent(QResizeEvent*) 7931 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 7932 vfunc[33]: 7933 QAbstractScrollArea::contextMenuEvent(QContextMenuEvent*) 7934 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 7935 vfunc[35]: QWidget::actionEvent(QActionEvent*) 7936 vfunc[36]: QAbstractItemView::dragEnterEvent(QDragEnterEvent*) 7937 vfunc[37]: QAbstractItemView::dragMoveEvent(QDragMoveEvent*) 7938 vfunc[38]: QAbstractItemView::dragLeaveEvent(QDragLeaveEvent*) 7939 vfunc[39]: QAbstractItemView::dropEvent(QDropEvent*) 7940 vfunc[40]: QWidget::showEvent(QShowEvent*) 7941 vfunc[41]: QWidget::hideEvent(QHideEvent*) 7942 vfunc[42]: QWidget::x11Event(_XEvent*) 7943 vfunc[43]: QFrame::changeEvent(QEvent*) 7944 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 7945 const 7946 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 7947 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 7948 const 7949 vfunc[47]: QWidget::focusNextPrevChild(bool) 7950 vfunc[48]: QWidget::styleChange(QStyle&) 7951 vfunc[49]: QWidget::enabledChange(bool) 7952 vfunc[50]: QWidget::paletteChange(QPalette const&) 7953 vfunc[51]: QWidget::fontChange(QFont const&) 7954 vfunc[52]: QWidget::windowActivationChange(bool) 7955 vfunc[53]: QWidget::languageChange() 7956 vfunc[54]: QAbstractItemView::viewportEvent(QEvent*) 7957 vfunc[55]: QTreeView::scrollContentsBy(int, int) 7958 vfunc[56]: QTreeWidget::setModel(QAbstractItemModel*) 7959 vfunc[57]: QTreeView::setSelectionModel(QItemSelectionModel*) 7960 vfunc[58]: QTreeView::keyboardSearch(QString const&) 7961 vfunc[59]: QTreeView::visualRect(QModelIndex const&) const 7962 vfunc[60]: QTreeView::scrollTo(QModelIndex const&, 7963 QAbstractItemView::ScrollHint) 7964 vfunc[61]: QTreeView::indexAt(QPoint const&) const 7965 vfunc[62]: QAbstractItemView::sizeHintForRow(int) const 7966 vfunc[63]: QTreeView::sizeHintForColumn(int) const 7967 vfunc[64]: QTreeView::reset() 7968 vfunc[65]: QTreeView::setRootIndex(QModelIndex const&) 7969 vfunc[66]: QTreeView::doItemsLayout() 7970 vfunc[67]: QTreeView::selectAll() 7971 vfunc[68]: QTreeView::dataChanged(QModelIndex const&, 7972 QModelIndex const&) 7973 vfunc[69]: QTreeView::rowsInserted(QModelIndex const&, int, 7974 int) 7975 vfunc[70]: QTreeView::rowsAboutToBeRemoved(QModelIndex const&, 7976 int, int) 7977 vfunc[71]: QAbstractItemView::selectionChanged(QItemSelection 7978 const&, QItemSelection const&) 7979 vfunc[72]: QAbstractItemView::currentChanged(QModelIndex 7980 const&, QModelIndex const&) 7981 vfunc[73]: QAbstractItemView::updateEditorData() 7982 vfunc[74]: QAbstractItemView::updateEditorGeometries() 7983 vfunc[75]: QTreeView::updateGeometries() 7984 vfunc[76]: QAbstractItemView::verticalScrollbarAction(int) 7985 vfunc[77]: QTreeView::horizontalScrollbarAction(int) 7986 vfunc[78]: 7987 QAbstractItemView::verticalScrollbarValueChanged(int) 7988 vfunc[79]: 7989 QAbstractItemView::horizontalScrollbarValueChanged(int) 7990 vfunc[80]: QAbstractItemView::closeEditor(QWidget*, 7991 QAbstractItemDelegate::EndEditHint) 7992 vfunc[81]: QAbstractItemView::commitData(QWidget*) 7993 vfunc[82]: QAbstractItemView::editorDestroyed(QObject*) 7994 vfunc[83]: 7995 QTreeView::moveCursor(QAbstractItemView::CursorAction, 7996 QFlags) 7997 vfunc[84]: QTreeView::horizontalOffset() const 7998 vfunc[85]: QTreeView::verticalOffset() const 7999 vfunc[86]: QTreeView::isIndexHidden(QModelIndex const&) const 8000 vfunc[87]: QTreeView::setSelection(QRect const&, 8001 QFlags) 8002 vfunc[88]: QTreeView::visualRegionForSelection(QItemSelection 8003 const&) const 8004 vfunc[89]: QTreeView::selectedIndexes() const 8005 vfunc[90]: QAbstractItemView::edit(QModelIndex const&, 8006 QAbstractItemView::EditTrigger, QEvent*) 8007 vfunc[91]: QAbstractItemView::selectionCommand(QModelIndex 8008 const&, QEvent const*) const 8009 vfunc[92]: QAbstractItemView::startDrag(QFlags) 8010 vfunc[93]: QAbstractItemView::viewOptions() const 8011 vfunc[94]: QTreeView::drawRow(QPainter*, QStyleOptionViewItem 8012 const&, QModelIndex const&) const 8013 vfunc[95]: QTreeView::drawBranches(QPainter*, QRect const&, 8014 QModelIndex const&) const 8015 vfunc[96]: QTreeWidget::mimeTypes() const 8016 vfunc[97]: QTreeWidget::mimeData(QList) const 8017 vfunc[98]: QTreeWidget::dropMimeData(QTreeWidgetItem*, int, 8018 QMimeData const*, Qt::DropAction) 8019 vfunc[99]: QTreeWidget::supportedDropActions() const 8020 8021 Table 7-158. Secondary vtable for QTreeWidget 8022 Base Offset -16 8023 Virtual Base Offset 0 8024 RTTI typeinfo for QTreeWidget 8025 vfunc[0]: non-virtual thunk to QTreeWidget::~QTreeWidget() 8026 vfunc[1]: non-virtual thunk to QTreeWidget::~QTreeWidget() 8027 vfunc[2]: non-virtual thunk to QWidget::devType() const 8028 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 8029 vfunc[4]: non-virtual thunk to 8030 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 8031 8032 The Run Time Type Information for the QTreeWidget class is 8033 described by Table 7-159 8034 8035 Table 7-159. typeinfo for QTreeWidget 8036 Base Vtable vtable for __cxxabiv1::__si_class_type_info 8037 Name typeinfo name for QTreeWidget 8038 basetype: typeinfo for QTreeView 8039 __________________________________________________________ 8040 8041 7.5.9.25. Class data for QAbstractButton 8042 8043 The virtual table for the QAbstractButton class is described by 8044 Table 7-160 8045 8046 Table 7-160. Primary vtable for QAbstractButton 8047 Base Offset 0 8048 Virtual Base Offset 0 8049 RTTI typeinfo for QAbstractButton 8050 vfunc[0]: QAbstractButton::metaObject() const 8051 vfunc[1]: QAbstractButton::qt_metacast(char const*) 8052 vfunc[2]: QAbstractButton::qt_metacall(QMetaObject::Call, int, 8053 void**) 8054 vfunc[3]: QAbstractButton::~QAbstractButton() 8055 vfunc[4]: QAbstractButton::~QAbstractButton() 8056 vfunc[5]: QAbstractButton::event(QEvent*) 8057 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 8058 vfunc[7]: QAbstractButton::timerEvent(QTimerEvent*) 8059 vfunc[8]: QObject::childEvent(QChildEvent*) 8060 vfunc[9]: QObject::customEvent(QEvent*) 8061 vfunc[10]: QObject::connectNotify(char const*) 8062 vfunc[11]: QObject::disconnectNotify(char const*) 8063 vfunc[12]: QWidget::devType() const 8064 vfunc[13]: QWidget::setVisible(bool) 8065 vfunc[14]: QWidget::sizeHint() const 8066 vfunc[15]: QWidget::minimumSizeHint() const 8067 vfunc[16]: QWidget::heightForWidth(int) const 8068 vfunc[17]: QWidget::paintEngine() const 8069 vfunc[18]: QAbstractButton::mousePressEvent(QMouseEvent*) 8070 vfunc[19]: QAbstractButton::mouseReleaseEvent(QMouseEvent*) 8071 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 8072 vfunc[21]: QAbstractButton::mouseMoveEvent(QMouseEvent*) 8073 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 8074 vfunc[23]: QAbstractButton::keyPressEvent(QKeyEvent*) 8075 vfunc[24]: QAbstractButton::keyReleaseEvent(QKeyEvent*) 8076 vfunc[25]: QAbstractButton::focusInEvent(QFocusEvent*) 8077 vfunc[26]: QAbstractButton::focusOutEvent(QFocusEvent*) 8078 vfunc[27]: QWidget::enterEvent(QEvent*) 8079 vfunc[28]: QWidget::leaveEvent(QEvent*) 8080 vfunc[29]: __cxa_pure_virtual 8081 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 8082 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 8083 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 8084 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 8085 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 8086 vfunc[35]: QWidget::actionEvent(QActionEvent*) 8087 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 8088 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 8089 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 8090 vfunc[39]: QWidget::dropEvent(QDropEvent*) 8091 vfunc[40]: QWidget::showEvent(QShowEvent*) 8092 vfunc[41]: QWidget::hideEvent(QHideEvent*) 8093 vfunc[42]: QWidget::x11Event(_XEvent*) 8094 vfunc[43]: QAbstractButton::changeEvent(QEvent*) 8095 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 8096 const 8097 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 8098 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 8099 const 8100 vfunc[47]: QWidget::focusNextPrevChild(bool) 8101 vfunc[48]: QWidget::styleChange(QStyle&) 8102 vfunc[49]: QWidget::enabledChange(bool) 8103 vfunc[50]: QWidget::paletteChange(QPalette const&) 8104 vfunc[51]: QWidget::fontChange(QFont const&) 8105 vfunc[52]: QWidget::windowActivationChange(bool) 8106 vfunc[53]: QWidget::languageChange() 8107 vfunc[54]: QAbstractButton::hitButton(QPoint const&) const 8108 vfunc[55]: QAbstractButton::checkStateSet() 8109 vfunc[56]: QAbstractButton::nextCheckState() 8110 8111 Table 7-161. Secondary vtable for QAbstractButton 8112 Base Offset -16 8113 Virtual Base Offset 0 8114 RTTI typeinfo for QAbstractButton 8115 vfunc[0]: non-virtual thunk to 8116 QAbstractButton::~QAbstractButton() 8117 vfunc[1]: non-virtual thunk to 8118 QAbstractButton::~QAbstractButton() 8119 vfunc[2]: non-virtual thunk to QWidget::devType() const 8120 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 8121 vfunc[4]: non-virtual thunk to 8122 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 8123 8124 The Run Time Type Information for the QAbstractButton class is 8125 described by Table 7-162 8126 8127 Table 7-162. typeinfo for QAbstractButton 8128 Base Vtable vtable for __cxxabiv1::__si_class_type_info 8129 Name typeinfo name for QAbstractButton 8130 basetype: typeinfo for QWidget 8131 __________________________________________________________ 8132 8133 7.5.9.26. Class data for QAbstractGraphicsShapeItem 8134 8135 The virtual table for the QAbstractGraphicsShapeItem class is 8136 described in the generic part of this specification. 8137 __________________________________________________________ 8138 8139 7.5.9.27. Class data for QCompleter 8140 8141 The virtual table for the QCompleter class is described in the 8142 generic part of this specification. 8143 __________________________________________________________ 8144 8145 7.5.9.28. Class data for QDataWidgetMapper 8146 8147 The virtual table for the QDataWidgetMapper class is described 8148 in the generic part of this specification. 8149 __________________________________________________________ 8150 8151 7.5.9.29. Class data for QStandardItem 8152 8153 The virtual table for the QStandardItem class is described in 8154 the generic part of this specification. 8155 __________________________________________________________ 8156 8157 7.5.9.30. Interfaces for Qt4 Models and Views 8158 8159 An LSB conforming implementation shall provide the architecture 8160 specific functions for Qt4 Models and Views specified in Table 8161 7-163, with the full mandatory functionality as described in 8162 the referenced underlying specification. 8163 8164 Table 7-163. libQtGui - Qt4 Models and Views Function 8165 Interfaces 8166 _ZThn16_N10QTableViewD0Ev [CXXABI-1.86] 8167 _ZThn16_N10QTableViewD1Ev [CXXABI-1.86] 8168 _ZThn16_N11QHeaderViewD0Ev [CXXABI-1.86] 8169 _ZThn16_N11QHeaderViewD1Ev [CXXABI-1.86] 8170 _ZThn16_N11QTreeWidgetD0Ev [CXXABI-1.86] 8171 _ZThn16_N11QTreeWidgetD1Ev [CXXABI-1.86] 8172 _ZThn16_N12QTableWidgetD0Ev [CXXABI-1.86] 8173 _ZThn16_N12QTableWidgetD1Ev [CXXABI-1.86] 8174 _ZThn16_N15QAbstractButtonD0Ev [CXXABI-1.86] 8175 _ZThn16_N15QAbstractButtonD1Ev [CXXABI-1.86] 8176 _ZThn16_N15QAbstractSliderD0Ev [CXXABI-1.86] 8177 _ZThn16_N15QAbstractSliderD1Ev [CXXABI-1.86] 8178 _ZThn16_N16QAbstractSpinBoxD0Ev [CXXABI-1.86] 8179 _ZThn16_N16QAbstractSpinBoxD1Ev [CXXABI-1.86] 8180 _ZThn16_N17QAbstractItemViewD0Ev [CXXABI-1.86] 8181 _ZThn16_N17QAbstractItemViewD1Ev [CXXABI-1.86] 8182 _ZThn16_N19QAbstractScrollAreaD0Ev [CXXABI-1.86] 8183 _ZThn16_N19QAbstractScrollAreaD1Ev [CXXABI-1.86] 8184 _ZThn16_N9QTreeViewD0Ev [CXXABI-1.86] _ZThn16_N9QTreeViewD1Ev 8185 [CXXABI-1.86] 8186 __________________________________________________________ 8187 8188 7.5.10. Qt4 Dialogs 8189 __________________________________________________________ 8190 8191 7.5.10.1. Class data for QDialog 8192 8193 The virtual table for the QDialog class is described by Table 8194 7-164 8195 8196 Table 7-164. Primary vtable for QDialog 8197 Base Offset 0 8198 Virtual Base Offset 0 8199 RTTI typeinfo for QDialog 8200 vfunc[0]: QDialog::metaObject() const 8201 vfunc[1]: QDialog::qt_metacast(char const*) 8202 vfunc[2]: QDialog::qt_metacall(QMetaObject::Call, int, void**) 8203 vfunc[3]: QDialog::~QDialog() 8204 vfunc[4]: QDialog::~QDialog() 8205 vfunc[5]: QWidget::event(QEvent*) 8206 vfunc[6]: QDialog::eventFilter(QObject*, QEvent*) 8207 vfunc[7]: QObject::timerEvent(QTimerEvent*) 8208 vfunc[8]: QObject::childEvent(QChildEvent*) 8209 vfunc[9]: QObject::customEvent(QEvent*) 8210 vfunc[10]: QObject::connectNotify(char const*) 8211 vfunc[11]: QObject::disconnectNotify(char const*) 8212 vfunc[12]: QWidget::devType() const 8213 vfunc[13]: QDialog::setVisible(bool) 8214 vfunc[14]: QDialog::sizeHint() const 8215 vfunc[15]: QDialog::minimumSizeHint() const 8216 vfunc[16]: QWidget::heightForWidth(int) const 8217 vfunc[17]: QWidget::paintEngine() const 8218 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 8219 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 8220 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 8221 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 8222 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 8223 vfunc[23]: QDialog::keyPressEvent(QKeyEvent*) 8224 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 8225 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 8226 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 8227 vfunc[27]: QWidget::enterEvent(QEvent*) 8228 vfunc[28]: QWidget::leaveEvent(QEvent*) 8229 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 8230 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 8231 vfunc[31]: QDialog::resizeEvent(QResizeEvent*) 8232 vfunc[32]: QDialog::closeEvent(QCloseEvent*) 8233 vfunc[33]: QDialog::contextMenuEvent(QContextMenuEvent*) 8234 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 8235 vfunc[35]: QWidget::actionEvent(QActionEvent*) 8236 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 8237 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 8238 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 8239 vfunc[39]: QWidget::dropEvent(QDropEvent*) 8240 vfunc[40]: QDialog::showEvent(QShowEvent*) 8241 vfunc[41]: QWidget::hideEvent(QHideEvent*) 8242 vfunc[42]: QWidget::x11Event(_XEvent*) 8243 vfunc[43]: QWidget::changeEvent(QEvent*) 8244 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 8245 const 8246 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 8247 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 8248 const 8249 vfunc[47]: QWidget::focusNextPrevChild(bool) 8250 vfunc[48]: QWidget::styleChange(QStyle&) 8251 vfunc[49]: QWidget::enabledChange(bool) 8252 vfunc[50]: QWidget::paletteChange(QPalette const&) 8253 vfunc[51]: QWidget::fontChange(QFont const&) 8254 vfunc[52]: QWidget::windowActivationChange(bool) 8255 vfunc[53]: QWidget::languageChange() 8256 vfunc[54]: QDialog::done(int) 8257 vfunc[55]: QDialog::accept() 8258 vfunc[56]: QDialog::reject() 8259 8260 Table 7-165. Secondary vtable for QDialog 8261 Base Offset -16 8262 Virtual Base Offset 0 8263 RTTI typeinfo for QDialog 8264 vfunc[0]: non-virtual thunk to QDialog::~QDialog() 8265 vfunc[1]: non-virtual thunk to QDialog::~QDialog() 8266 vfunc[2]: non-virtual thunk to QWidget::devType() const 8267 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 8268 vfunc[4]: non-virtual thunk to 8269 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 8270 8271 The Run Time Type Information for the QDialog class is 8272 described by Table 7-166 8273 8274 Table 7-166. typeinfo for QDialog 8275 Base Vtable vtable for __cxxabiv1::__si_class_type_info 8276 Name typeinfo name for QDialog 8277 basetype: typeinfo for QWidget 8278 __________________________________________________________ 8279 8280 7.5.10.2. Class data for QColorDialog 8281 8282 The virtual table for the QColorDialog class is described by 8283 Table 7-167 8284 8285 Table 7-167. Primary vtable for QColorDialog 8286 Base Offset 0 8287 Virtual Base Offset 0 8288 RTTI typeinfo for QColorDialog 8289 vfunc[0]: QColorDialog::metaObject() const 8290 vfunc[1]: QColorDialog::qt_metacast(char const*) 8291 vfunc[2]: QColorDialog::qt_metacall(QMetaObject::Call, int, 8292 void**) 8293 vfunc[3]: QColorDialog::~QColorDialog() 8294 vfunc[4]: QColorDialog::~QColorDialog() 8295 vfunc[5]: QWidget::event(QEvent*) 8296 vfunc[6]: QDialog::eventFilter(QObject*, QEvent*) 8297 vfunc[7]: QObject::timerEvent(QTimerEvent*) 8298 vfunc[8]: QObject::childEvent(QChildEvent*) 8299 vfunc[9]: QObject::customEvent(QEvent*) 8300 vfunc[10]: QObject::connectNotify(char const*) 8301 vfunc[11]: QObject::disconnectNotify(char const*) 8302 vfunc[12]: QWidget::devType() const 8303 vfunc[13]: QDialog::setVisible(bool) 8304 vfunc[14]: QDialog::sizeHint() const 8305 vfunc[15]: QDialog::minimumSizeHint() const 8306 vfunc[16]: QWidget::heightForWidth(int) const 8307 vfunc[17]: QWidget::paintEngine() const 8308 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 8309 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 8310 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 8311 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 8312 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 8313 vfunc[23]: QDialog::keyPressEvent(QKeyEvent*) 8314 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 8315 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 8316 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 8317 vfunc[27]: QWidget::enterEvent(QEvent*) 8318 vfunc[28]: QWidget::leaveEvent(QEvent*) 8319 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 8320 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 8321 vfunc[31]: QDialog::resizeEvent(QResizeEvent*) 8322 vfunc[32]: QDialog::closeEvent(QCloseEvent*) 8323 vfunc[33]: QDialog::contextMenuEvent(QContextMenuEvent*) 8324 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 8325 vfunc[35]: QWidget::actionEvent(QActionEvent*) 8326 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 8327 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 8328 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 8329 vfunc[39]: QWidget::dropEvent(QDropEvent*) 8330 vfunc[40]: QDialog::showEvent(QShowEvent*) 8331 vfunc[41]: QWidget::hideEvent(QHideEvent*) 8332 vfunc[42]: QWidget::x11Event(_XEvent*) 8333 vfunc[43]: QWidget::changeEvent(QEvent*) 8334 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 8335 const 8336 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 8337 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 8338 const 8339 vfunc[47]: QWidget::focusNextPrevChild(bool) 8340 vfunc[48]: QWidget::styleChange(QStyle&) 8341 vfunc[49]: QWidget::enabledChange(bool) 8342 vfunc[50]: QWidget::paletteChange(QPalette const&) 8343 vfunc[51]: QWidget::fontChange(QFont const&) 8344 vfunc[52]: QWidget::windowActivationChange(bool) 8345 vfunc[53]: QWidget::languageChange() 8346 vfunc[54]: QDialog::done(int) 8347 vfunc[55]: QDialog::accept() 8348 vfunc[56]: QDialog::reject() 8349 8350 Table 7-168. Secondary vtable for QColorDialog 8351 Base Offset -16 8352 Virtual Base Offset 0 8353 RTTI typeinfo for QColorDialog 8354 vfunc[0]: non-virtual thunk to QColorDialog::~QColorDialog() 8355 vfunc[1]: non-virtual thunk to QColorDialog::~QColorDialog() 8356 vfunc[2]: non-virtual thunk to QWidget::devType() const 8357 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 8358 vfunc[4]: non-virtual thunk to 8359 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 8360 8361 The Run Time Type Information for the QColorDialog class is 8362 described by Table 7-169 8363 8364 Table 7-169. typeinfo for QColorDialog 8365 Base Vtable vtable for __cxxabiv1::__si_class_type_info 8366 Name typeinfo name for QColorDialog 8367 basetype: typeinfo for QDialog 8368 __________________________________________________________ 8369 8370 7.5.10.3. Class data for QFontDialog 8371 8372 The virtual table for the QFontDialog class is described by 8373 Table 7-170 8374 8375 Table 7-170. Primary vtable for QFontDialog 8376 Base Offset 0 8377 Virtual Base Offset 0 8378 RTTI typeinfo for QFontDialog 8379 vfunc[0]: QFontDialog::metaObject() const 8380 vfunc[1]: QFontDialog::qt_metacast(char const*) 8381 vfunc[2]: QFontDialog::qt_metacall(QMetaObject::Call, int, 8382 void**) 8383 vfunc[3]: QFontDialog::~QFontDialog() 8384 vfunc[4]: QFontDialog::~QFontDialog() 8385 vfunc[5]: QWidget::event(QEvent*) 8386 vfunc[6]: QFontDialog::eventFilter(QObject*, QEvent*) 8387 vfunc[7]: QObject::timerEvent(QTimerEvent*) 8388 vfunc[8]: QObject::childEvent(QChildEvent*) 8389 vfunc[9]: QObject::customEvent(QEvent*) 8390 vfunc[10]: QObject::connectNotify(char const*) 8391 vfunc[11]: QObject::disconnectNotify(char const*) 8392 vfunc[12]: QWidget::devType() const 8393 vfunc[13]: QDialog::setVisible(bool) 8394 vfunc[14]: QDialog::sizeHint() const 8395 vfunc[15]: QDialog::minimumSizeHint() const 8396 vfunc[16]: QWidget::heightForWidth(int) const 8397 vfunc[17]: QWidget::paintEngine() const 8398 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 8399 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 8400 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 8401 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 8402 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 8403 vfunc[23]: QDialog::keyPressEvent(QKeyEvent*) 8404 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 8405 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 8406 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 8407 vfunc[27]: QWidget::enterEvent(QEvent*) 8408 vfunc[28]: QWidget::leaveEvent(QEvent*) 8409 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 8410 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 8411 vfunc[31]: QDialog::resizeEvent(QResizeEvent*) 8412 vfunc[32]: QDialog::closeEvent(QCloseEvent*) 8413 vfunc[33]: QDialog::contextMenuEvent(QContextMenuEvent*) 8414 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 8415 vfunc[35]: QWidget::actionEvent(QActionEvent*) 8416 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 8417 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 8418 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 8419 vfunc[39]: QWidget::dropEvent(QDropEvent*) 8420 vfunc[40]: QDialog::showEvent(QShowEvent*) 8421 vfunc[41]: QWidget::hideEvent(QHideEvent*) 8422 vfunc[42]: QWidget::x11Event(_XEvent*) 8423 vfunc[43]: QWidget::changeEvent(QEvent*) 8424 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 8425 const 8426 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 8427 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 8428 const 8429 vfunc[47]: QWidget::focusNextPrevChild(bool) 8430 vfunc[48]: QWidget::styleChange(QStyle&) 8431 vfunc[49]: QWidget::enabledChange(bool) 8432 vfunc[50]: QWidget::paletteChange(QPalette const&) 8433 vfunc[51]: QWidget::fontChange(QFont const&) 8434 vfunc[52]: QWidget::windowActivationChange(bool) 8435 vfunc[53]: QWidget::languageChange() 8436 vfunc[54]: QDialog::done(int) 8437 vfunc[55]: QDialog::accept() 8438 vfunc[56]: QDialog::reject() 8439 8440 Table 7-171. Secondary vtable for QFontDialog 8441 Base Offset -16 8442 Virtual Base Offset 0 8443 RTTI typeinfo for QFontDialog 8444 vfunc[0]: non-virtual thunk to QFontDialog::~QFontDialog() 8445 vfunc[1]: non-virtual thunk to QFontDialog::~QFontDialog() 8446 vfunc[2]: non-virtual thunk to QWidget::devType() const 8447 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 8448 vfunc[4]: non-virtual thunk to 8449 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 8450 8451 The Run Time Type Information for the QFontDialog class is 8452 described by Table 7-172 8453 8454 Table 7-172. typeinfo for QFontDialog 8455 Base Vtable vtable for __cxxabiv1::__si_class_type_info 8456 Name typeinfo name for QFontDialog 8457 basetype: typeinfo for QDialog 8458 __________________________________________________________ 8459 8460 7.5.10.4. Class data for QMessageBox 8461 8462 The virtual table for the QMessageBox class is described by 8463 Table 7-173 8464 8465 Table 7-173. Primary vtable for QMessageBox 8466 Base Offset 0 8467 Virtual Base Offset 0 8468 RTTI typeinfo for QMessageBox 8469 vfunc[0]: QMessageBox::metaObject() const 8470 vfunc[1]: QMessageBox::qt_metacast(char const*) 8471 vfunc[2]: QMessageBox::qt_metacall(QMetaObject::Call, int, 8472 void**) 8473 vfunc[3]: QMessageBox::~QMessageBox() 8474 vfunc[4]: QMessageBox::~QMessageBox() 8475 vfunc[5]: QWidget::event(QEvent*) 8476 vfunc[6]: QDialog::eventFilter(QObject*, QEvent*) 8477 vfunc[7]: QObject::timerEvent(QTimerEvent*) 8478 vfunc[8]: QObject::childEvent(QChildEvent*) 8479 vfunc[9]: QObject::customEvent(QEvent*) 8480 vfunc[10]: QObject::connectNotify(char const*) 8481 vfunc[11]: QObject::disconnectNotify(char const*) 8482 vfunc[12]: QWidget::devType() const 8483 vfunc[13]: QDialog::setVisible(bool) 8484 vfunc[14]: QMessageBox::sizeHint() const 8485 vfunc[15]: QDialog::minimumSizeHint() const 8486 vfunc[16]: QWidget::heightForWidth(int) const 8487 vfunc[17]: QWidget::paintEngine() const 8488 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 8489 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 8490 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 8491 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 8492 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 8493 vfunc[23]: QMessageBox::keyPressEvent(QKeyEvent*) 8494 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 8495 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 8496 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 8497 vfunc[27]: QWidget::enterEvent(QEvent*) 8498 vfunc[28]: QWidget::leaveEvent(QEvent*) 8499 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 8500 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 8501 vfunc[31]: QMessageBox::resizeEvent(QResizeEvent*) 8502 vfunc[32]: QMessageBox::closeEvent(QCloseEvent*) 8503 vfunc[33]: QDialog::contextMenuEvent(QContextMenuEvent*) 8504 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 8505 vfunc[35]: QWidget::actionEvent(QActionEvent*) 8506 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 8507 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 8508 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 8509 vfunc[39]: QWidget::dropEvent(QDropEvent*) 8510 vfunc[40]: QMessageBox::showEvent(QShowEvent*) 8511 vfunc[41]: QWidget::hideEvent(QHideEvent*) 8512 vfunc[42]: QWidget::x11Event(_XEvent*) 8513 vfunc[43]: QMessageBox::changeEvent(QEvent*) 8514 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 8515 const 8516 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 8517 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 8518 const 8519 vfunc[47]: QWidget::focusNextPrevChild(bool) 8520 vfunc[48]: QWidget::styleChange(QStyle&) 8521 vfunc[49]: QWidget::enabledChange(bool) 8522 vfunc[50]: QWidget::paletteChange(QPalette const&) 8523 vfunc[51]: QWidget::fontChange(QFont const&) 8524 vfunc[52]: QWidget::windowActivationChange(bool) 8525 vfunc[53]: QWidget::languageChange() 8526 vfunc[54]: QDialog::done(int) 8527 vfunc[55]: QDialog::accept() 8528 vfunc[56]: QDialog::reject() 8529 8530 Table 7-174. Secondary vtable for QMessageBox 8531 Base Offset -16 8532 Virtual Base Offset 0 8533 RTTI typeinfo for QMessageBox 8534 vfunc[0]: non-virtual thunk to QMessageBox::~QMessageBox() 8535 vfunc[1]: non-virtual thunk to QMessageBox::~QMessageBox() 8536 vfunc[2]: non-virtual thunk to QWidget::devType() const 8537 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 8538 vfunc[4]: non-virtual thunk to 8539 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 8540 8541 The Run Time Type Information for the QMessageBox class is 8542 described by Table 7-175 8543 8544 Table 7-175. typeinfo for QMessageBox 8545 Base Vtable vtable for __cxxabiv1::__si_class_type_info 8546 Name typeinfo name for QMessageBox 8547 basetype: typeinfo for QDialog 8548 __________________________________________________________ 8549 8550 7.5.10.5. Class data for QProgressDialog 8551 8552 The virtual table for the QProgressDialog class is described by 8553 Table 7-176 8554 8555 Table 7-176. Primary vtable for QProgressDialog 8556 Base Offset 0 8557 Virtual Base Offset 0 8558 RTTI typeinfo for QProgressDialog 8559 vfunc[0]: QProgressDialog::metaObject() const 8560 vfunc[1]: QProgressDialog::qt_metacast(char const*) 8561 vfunc[2]: QProgressDialog::qt_metacall(QMetaObject::Call, int, 8562 void**) 8563 vfunc[3]: QProgressDialog::~QProgressDialog() 8564 vfunc[4]: QProgressDialog::~QProgressDialog() 8565 vfunc[5]: QWidget::event(QEvent*) 8566 vfunc[6]: QDialog::eventFilter(QObject*, QEvent*) 8567 vfunc[7]: QObject::timerEvent(QTimerEvent*) 8568 vfunc[8]: QObject::childEvent(QChildEvent*) 8569 vfunc[9]: QObject::customEvent(QEvent*) 8570 vfunc[10]: QObject::connectNotify(char const*) 8571 vfunc[11]: QObject::disconnectNotify(char const*) 8572 vfunc[12]: QWidget::devType() const 8573 vfunc[13]: QDialog::setVisible(bool) 8574 vfunc[14]: QProgressDialog::sizeHint() const 8575 vfunc[15]: QDialog::minimumSizeHint() const 8576 vfunc[16]: QWidget::heightForWidth(int) const 8577 vfunc[17]: QWidget::paintEngine() const 8578 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 8579 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 8580 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 8581 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 8582 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 8583 vfunc[23]: QDialog::keyPressEvent(QKeyEvent*) 8584 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 8585 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 8586 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 8587 vfunc[27]: QWidget::enterEvent(QEvent*) 8588 vfunc[28]: QWidget::leaveEvent(QEvent*) 8589 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 8590 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 8591 vfunc[31]: QProgressDialog::resizeEvent(QResizeEvent*) 8592 vfunc[32]: QProgressDialog::closeEvent(QCloseEvent*) 8593 vfunc[33]: QDialog::contextMenuEvent(QContextMenuEvent*) 8594 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 8595 vfunc[35]: QWidget::actionEvent(QActionEvent*) 8596 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 8597 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 8598 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 8599 vfunc[39]: QWidget::dropEvent(QDropEvent*) 8600 vfunc[40]: QProgressDialog::showEvent(QShowEvent*) 8601 vfunc[41]: QWidget::hideEvent(QHideEvent*) 8602 vfunc[42]: QWidget::x11Event(_XEvent*) 8603 vfunc[43]: QProgressDialog::changeEvent(QEvent*) 8604 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 8605 const 8606 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 8607 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 8608 const 8609 vfunc[47]: QWidget::focusNextPrevChild(bool) 8610 vfunc[48]: QWidget::styleChange(QStyle&) 8611 vfunc[49]: QWidget::enabledChange(bool) 8612 vfunc[50]: QWidget::paletteChange(QPalette const&) 8613 vfunc[51]: QWidget::fontChange(QFont const&) 8614 vfunc[52]: QWidget::windowActivationChange(bool) 8615 vfunc[53]: QWidget::languageChange() 8616 vfunc[54]: QDialog::done(int) 8617 vfunc[55]: QDialog::accept() 8618 vfunc[56]: QDialog::reject() 8619 8620 Table 7-177. Secondary vtable for QProgressDialog 8621 Base Offset -16 8622 Virtual Base Offset 0 8623 RTTI typeinfo for QProgressDialog 8624 vfunc[0]: non-virtual thunk to 8625 QProgressDialog::~QProgressDialog() 8626 vfunc[1]: non-virtual thunk to 8627 QProgressDialog::~QProgressDialog() 8628 vfunc[2]: non-virtual thunk to QWidget::devType() const 8629 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 8630 vfunc[4]: non-virtual thunk to 8631 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 8632 8633 The Run Time Type Information for the QProgressDialog class is 8634 described by Table 7-178 8635 8636 Table 7-178. typeinfo for QProgressDialog 8637 Base Vtable vtable for __cxxabiv1::__si_class_type_info 8638 Name typeinfo name for QProgressDialog 8639 basetype: typeinfo for QDialog 8640 __________________________________________________________ 8641 8642 7.5.10.6. Class data for QErrorMessage 8643 8644 The virtual table for the QErrorMessage class is described by 8645 Table 7-179 8646 8647 Table 7-179. Primary vtable for QErrorMessage 8648 Base Offset 0 8649 Virtual Base Offset 0 8650 RTTI typeinfo for QErrorMessage 8651 vfunc[0]: QErrorMessage::metaObject() const 8652 vfunc[1]: QErrorMessage::qt_metacast(char const*) 8653 vfunc[2]: QErrorMessage::qt_metacall(QMetaObject::Call, int, 8654 void**) 8655 vfunc[3]: QErrorMessage::~QErrorMessage() 8656 vfunc[4]: QErrorMessage::~QErrorMessage() 8657 vfunc[5]: QWidget::event(QEvent*) 8658 vfunc[6]: QDialog::eventFilter(QObject*, QEvent*) 8659 vfunc[7]: QObject::timerEvent(QTimerEvent*) 8660 vfunc[8]: QObject::childEvent(QChildEvent*) 8661 vfunc[9]: QObject::customEvent(QEvent*) 8662 vfunc[10]: QObject::connectNotify(char const*) 8663 vfunc[11]: QObject::disconnectNotify(char const*) 8664 vfunc[12]: QWidget::devType() const 8665 vfunc[13]: QDialog::setVisible(bool) 8666 vfunc[14]: QDialog::sizeHint() const 8667 vfunc[15]: QDialog::minimumSizeHint() const 8668 vfunc[16]: QWidget::heightForWidth(int) const 8669 vfunc[17]: QWidget::paintEngine() const 8670 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 8671 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 8672 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 8673 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 8674 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 8675 vfunc[23]: QDialog::keyPressEvent(QKeyEvent*) 8676 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 8677 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 8678 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 8679 vfunc[27]: QWidget::enterEvent(QEvent*) 8680 vfunc[28]: QWidget::leaveEvent(QEvent*) 8681 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 8682 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 8683 vfunc[31]: QDialog::resizeEvent(QResizeEvent*) 8684 vfunc[32]: QDialog::closeEvent(QCloseEvent*) 8685 vfunc[33]: QDialog::contextMenuEvent(QContextMenuEvent*) 8686 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 8687 vfunc[35]: QWidget::actionEvent(QActionEvent*) 8688 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 8689 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 8690 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 8691 vfunc[39]: QWidget::dropEvent(QDropEvent*) 8692 vfunc[40]: QDialog::showEvent(QShowEvent*) 8693 vfunc[41]: QWidget::hideEvent(QHideEvent*) 8694 vfunc[42]: QWidget::x11Event(_XEvent*) 8695 vfunc[43]: QWidget::changeEvent(QEvent*) 8696 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 8697 const 8698 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 8699 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 8700 const 8701 vfunc[47]: QWidget::focusNextPrevChild(bool) 8702 vfunc[48]: QWidget::styleChange(QStyle&) 8703 vfunc[49]: QWidget::enabledChange(bool) 8704 vfunc[50]: QWidget::paletteChange(QPalette const&) 8705 vfunc[51]: QWidget::fontChange(QFont const&) 8706 vfunc[52]: QWidget::windowActivationChange(bool) 8707 vfunc[53]: QWidget::languageChange() 8708 vfunc[54]: QErrorMessage::done(int) 8709 vfunc[55]: QDialog::accept() 8710 vfunc[56]: QDialog::reject() 8711 8712 Table 7-180. Secondary vtable for QErrorMessage 8713 Base Offset -16 8714 Virtual Base Offset 0 8715 RTTI typeinfo for QErrorMessage 8716 vfunc[0]: non-virtual thunk to QErrorMessage::~QErrorMessage() 8717 vfunc[1]: non-virtual thunk to QErrorMessage::~QErrorMessage() 8718 vfunc[2]: non-virtual thunk to QWidget::devType() const 8719 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 8720 vfunc[4]: non-virtual thunk to 8721 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 8722 8723 The Run Time Type Information for the QErrorMessage class is 8724 described by Table 7-181 8725 8726 Table 7-181. typeinfo for QErrorMessage 8727 Base Vtable vtable for __cxxabiv1::__si_class_type_info 8728 Name typeinfo name for QErrorMessage 8729 basetype: typeinfo for QDialog 8730 __________________________________________________________ 8731 8732 7.5.10.7. Class data for QFileDialog 8733 8734 The virtual table for the QFileDialog class is described by 8735 Table 7-182 8736 8737 Table 7-182. Primary vtable for QFileDialog 8738 Base Offset 0 8739 Virtual Base Offset 0 8740 RTTI typeinfo for QFileDialog 8741 vfunc[0]: QFileDialog::metaObject() const 8742 vfunc[1]: QFileDialog::qt_metacast(char const*) 8743 vfunc[2]: QFileDialog::qt_metacall(QMetaObject::Call, int, 8744 void**) 8745 vfunc[3]: QFileDialog::~QFileDialog() 8746 vfunc[4]: QFileDialog::~QFileDialog() 8747 vfunc[5]: QWidget::event(QEvent*) 8748 vfunc[6]: QDialog::eventFilter(QObject*, QEvent*) 8749 vfunc[7]: QObject::timerEvent(QTimerEvent*) 8750 vfunc[8]: QObject::childEvent(QChildEvent*) 8751 vfunc[9]: QObject::customEvent(QEvent*) 8752 vfunc[10]: QObject::connectNotify(char const*) 8753 vfunc[11]: QObject::disconnectNotify(char const*) 8754 vfunc[12]: QWidget::devType() const 8755 vfunc[13]: QDialog::setVisible(bool) 8756 vfunc[14]: QDialog::sizeHint() const 8757 vfunc[15]: QDialog::minimumSizeHint() const 8758 vfunc[16]: QWidget::heightForWidth(int) const 8759 vfunc[17]: QWidget::paintEngine() const 8760 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 8761 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 8762 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 8763 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 8764 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 8765 vfunc[23]: QDialog::keyPressEvent(QKeyEvent*) 8766 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 8767 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 8768 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 8769 vfunc[27]: QWidget::enterEvent(QEvent*) 8770 vfunc[28]: QWidget::leaveEvent(QEvent*) 8771 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 8772 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 8773 vfunc[31]: QDialog::resizeEvent(QResizeEvent*) 8774 vfunc[32]: QDialog::closeEvent(QCloseEvent*) 8775 vfunc[33]: QDialog::contextMenuEvent(QContextMenuEvent*) 8776 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 8777 vfunc[35]: QWidget::actionEvent(QActionEvent*) 8778 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 8779 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 8780 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 8781 vfunc[39]: QWidget::dropEvent(QDropEvent*) 8782 vfunc[40]: QDialog::showEvent(QShowEvent*) 8783 vfunc[41]: QWidget::hideEvent(QHideEvent*) 8784 vfunc[42]: QWidget::x11Event(_XEvent*) 8785 vfunc[43]: QWidget::changeEvent(QEvent*) 8786 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 8787 const 8788 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 8789 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 8790 const 8791 vfunc[47]: QWidget::focusNextPrevChild(bool) 8792 vfunc[48]: QWidget::styleChange(QStyle&) 8793 vfunc[49]: QWidget::enabledChange(bool) 8794 vfunc[50]: QWidget::paletteChange(QPalette const&) 8795 vfunc[51]: QWidget::fontChange(QFont const&) 8796 vfunc[52]: QWidget::windowActivationChange(bool) 8797 vfunc[53]: QWidget::languageChange() 8798 vfunc[54]: QFileDialog::done(int) 8799 vfunc[55]: QFileDialog::accept() 8800 vfunc[56]: QDialog::reject() 8801 8802 Table 7-183. Secondary vtable for QFileDialog 8803 Base Offset -16 8804 Virtual Base Offset 0 8805 RTTI typeinfo for QFileDialog 8806 vfunc[0]: non-virtual thunk to QFileDialog::~QFileDialog() 8807 vfunc[1]: non-virtual thunk to QFileDialog::~QFileDialog() 8808 vfunc[2]: non-virtual thunk to QWidget::devType() const 8809 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 8810 vfunc[4]: non-virtual thunk to 8811 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 8812 8813 The Run Time Type Information for the QFileDialog class is 8814 described by Table 7-184 8815 8816 Table 7-184. typeinfo for QFileDialog 8817 Base Vtable vtable for __cxxabiv1::__si_class_type_info 8818 Name typeinfo name for QFileDialog 8819 basetype: typeinfo for QDialog 8820 __________________________________________________________ 8821 8822 7.5.10.8. Class data for QPrintDialog 8823 8824 The virtual table for the QPrintDialog class is described by 8825 Table 7-185 8826 8827 Table 7-185. Primary vtable for QPrintDialog 8828 Base Offset 0 8829 Virtual Base Offset 0 8830 RTTI typeinfo for QPrintDialog 8831 vfunc[0]: QPrintDialog::metaObject() const 8832 vfunc[1]: QPrintDialog::qt_metacast(char const*) 8833 vfunc[2]: QPrintDialog::qt_metacall(QMetaObject::Call, int, 8834 void**) 8835 vfunc[3]: QPrintDialog::~QPrintDialog() 8836 vfunc[4]: QPrintDialog::~QPrintDialog() 8837 vfunc[5]: QWidget::event(QEvent*) 8838 vfunc[6]: QDialog::eventFilter(QObject*, QEvent*) 8839 vfunc[7]: QObject::timerEvent(QTimerEvent*) 8840 vfunc[8]: QObject::childEvent(QChildEvent*) 8841 vfunc[9]: QObject::customEvent(QEvent*) 8842 vfunc[10]: QObject::connectNotify(char const*) 8843 vfunc[11]: QObject::disconnectNotify(char const*) 8844 vfunc[12]: QWidget::devType() const 8845 vfunc[13]: QDialog::setVisible(bool) 8846 vfunc[14]: QDialog::sizeHint() const 8847 vfunc[15]: QDialog::minimumSizeHint() const 8848 vfunc[16]: QWidget::heightForWidth(int) const 8849 vfunc[17]: QWidget::paintEngine() const 8850 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 8851 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 8852 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 8853 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 8854 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 8855 vfunc[23]: QDialog::keyPressEvent(QKeyEvent*) 8856 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 8857 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 8858 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 8859 vfunc[27]: QWidget::enterEvent(QEvent*) 8860 vfunc[28]: QWidget::leaveEvent(QEvent*) 8861 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 8862 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 8863 vfunc[31]: QDialog::resizeEvent(QResizeEvent*) 8864 vfunc[32]: QDialog::closeEvent(QCloseEvent*) 8865 vfunc[33]: QDialog::contextMenuEvent(QContextMenuEvent*) 8866 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 8867 vfunc[35]: QWidget::actionEvent(QActionEvent*) 8868 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 8869 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 8870 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 8871 vfunc[39]: QWidget::dropEvent(QDropEvent*) 8872 vfunc[40]: QDialog::showEvent(QShowEvent*) 8873 vfunc[41]: QWidget::hideEvent(QHideEvent*) 8874 vfunc[42]: QWidget::x11Event(_XEvent*) 8875 vfunc[43]: QWidget::changeEvent(QEvent*) 8876 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 8877 const 8878 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 8879 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 8880 const 8881 vfunc[47]: QWidget::focusNextPrevChild(bool) 8882 vfunc[48]: QWidget::styleChange(QStyle&) 8883 vfunc[49]: QWidget::enabledChange(bool) 8884 vfunc[50]: QWidget::paletteChange(QPalette const&) 8885 vfunc[51]: QWidget::fontChange(QFont const&) 8886 vfunc[52]: QWidget::windowActivationChange(bool) 8887 vfunc[53]: QWidget::languageChange() 8888 vfunc[54]: QDialog::done(int) 8889 vfunc[55]: QDialog::accept() 8890 vfunc[56]: QDialog::reject() 8891 vfunc[57]: QPrintDialog::exec() 8892 8893 Table 7-186. Secondary vtable for QPrintDialog 8894 Base Offset -16 8895 Virtual Base Offset 0 8896 RTTI typeinfo for QPrintDialog 8897 vfunc[0]: non-virtual thunk to QPrintDialog::~QPrintDialog() 8898 vfunc[1]: non-virtual thunk to QPrintDialog::~QPrintDialog() 8899 vfunc[2]: non-virtual thunk to QWidget::devType() const 8900 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 8901 vfunc[4]: non-virtual thunk to 8902 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 8903 8904 The Run Time Type Information for the QPrintDialog class is 8905 described by Table 7-187 8906 8907 Table 7-187. typeinfo for QPrintDialog 8908 Base Vtable vtable for __cxxabiv1::__si_class_type_info 8909 Name typeinfo name for QPrintDialog 8910 basetype: typeinfo for QAbstractPrintDialog 8911 __________________________________________________________ 8912 8913 7.5.10.9. Class data for QPageSetupDialog 8914 8915 The virtual table for the QPageSetupDialog class is described 8916 by Table 7-188 8917 8918 Table 7-188. Primary vtable for QPageSetupDialog 8919 Base Offset 0 8920 Virtual Base Offset 0 8921 RTTI typeinfo for QPageSetupDialog 8922 vfunc[0]: QDialog::metaObject() const 8923 vfunc[1]: QDialog::qt_metacast(char const*) 8924 vfunc[2]: QDialog::qt_metacall(QMetaObject::Call, int, void**) 8925 vfunc[3]: NULL or QPageSetupDialog::~QPageSetupDialog() 8926 vfunc[4]: NULL or QPageSetupDialog::~QPageSetupDialog() 8927 vfunc[5]: QWidget::event(QEvent*) 8928 vfunc[6]: QDialog::eventFilter(QObject*, QEvent*) 8929 vfunc[7]: QObject::timerEvent(QTimerEvent*) 8930 vfunc[8]: QObject::childEvent(QChildEvent*) 8931 vfunc[9]: QObject::customEvent(QEvent*) 8932 vfunc[10]: QObject::connectNotify(char const*) 8933 vfunc[11]: QObject::disconnectNotify(char const*) 8934 vfunc[12]: QWidget::devType() const 8935 vfunc[13]: QDialog::setVisible(bool) 8936 vfunc[14]: QDialog::sizeHint() const 8937 vfunc[15]: QDialog::minimumSizeHint() const 8938 vfunc[16]: QWidget::heightForWidth(int) const 8939 vfunc[17]: QWidget::paintEngine() const 8940 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 8941 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 8942 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 8943 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 8944 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 8945 vfunc[23]: QDialog::keyPressEvent(QKeyEvent*) 8946 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 8947 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 8948 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 8949 vfunc[27]: QWidget::enterEvent(QEvent*) 8950 vfunc[28]: QWidget::leaveEvent(QEvent*) 8951 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 8952 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 8953 vfunc[31]: QDialog::resizeEvent(QResizeEvent*) 8954 vfunc[32]: QDialog::closeEvent(QCloseEvent*) 8955 vfunc[33]: QDialog::contextMenuEvent(QContextMenuEvent*) 8956 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 8957 vfunc[35]: QWidget::actionEvent(QActionEvent*) 8958 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 8959 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 8960 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 8961 vfunc[39]: QWidget::dropEvent(QDropEvent*) 8962 vfunc[40]: QDialog::showEvent(QShowEvent*) 8963 vfunc[41]: QWidget::hideEvent(QHideEvent*) 8964 vfunc[42]: QWidget::x11Event(_XEvent*) 8965 vfunc[43]: QWidget::changeEvent(QEvent*) 8966 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 8967 const 8968 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 8969 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 8970 const 8971 vfunc[47]: QWidget::focusNextPrevChild(bool) 8972 vfunc[48]: QWidget::styleChange(QStyle&) 8973 vfunc[49]: QWidget::enabledChange(bool) 8974 vfunc[50]: QWidget::paletteChange(QPalette const&) 8975 vfunc[51]: QWidget::fontChange(QFont const&) 8976 vfunc[52]: QWidget::windowActivationChange(bool) 8977 vfunc[53]: QWidget::languageChange() 8978 vfunc[54]: QDialog::done(int) 8979 vfunc[55]: QDialog::accept() 8980 vfunc[56]: QDialog::reject() 8981 vfunc[57]: QPageSetupDialog::exec() 8982 8983 Table 7-189. Secondary vtable for QPageSetupDialog 8984 Base Offset -16 8985 Virtual Base Offset 0 8986 RTTI typeinfo for QPageSetupDialog 8987 vfunc[0]: NULL or non-virtual thunk to 8988 QPageSetupDialog::~QPageSetupDialog() 8989 vfunc[1]: NULL or non-virtual thunk to 8990 QPageSetupDialog::~QPageSetupDialog() 8991 vfunc[2]: non-virtual thunk to QWidget::devType() const 8992 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 8993 vfunc[4]: non-virtual thunk to 8994 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 8995 8996 The Run Time Type Information for the QPageSetupDialog class is 8997 described by Table 7-190 8998 8999 Table 7-190. typeinfo for QPageSetupDialog 9000 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9001 Name typeinfo name for QPageSetupDialog 9002 basetype: typeinfo for QAbstractPageSetupDialog 9003 __________________________________________________________ 9004 9005 7.5.10.10. Class data for QInputDialog 9006 9007 The virtual table for the QInputDialog class is described by 9008 Table 7-191 9009 9010 Table 7-191. Primary vtable for QInputDialog 9011 Base Offset 0 9012 Virtual Base Offset 0 9013 RTTI typeinfo for QInputDialog 9014 vfunc[0]: QInputDialog::metaObject() const 9015 vfunc[1]: QInputDialog::qt_metacast(char const*) 9016 vfunc[2]: QInputDialog::qt_metacall(QMetaObject::Call, int, 9017 void**) 9018 vfunc[3]: QInputDialog::~QInputDialog() 9019 vfunc[4]: QInputDialog::~QInputDialog() 9020 vfunc[5]: QWidget::event(QEvent*) 9021 vfunc[6]: QDialog::eventFilter(QObject*, QEvent*) 9022 vfunc[7]: QObject::timerEvent(QTimerEvent*) 9023 vfunc[8]: QObject::childEvent(QChildEvent*) 9024 vfunc[9]: QObject::customEvent(QEvent*) 9025 vfunc[10]: QObject::connectNotify(char const*) 9026 vfunc[11]: QObject::disconnectNotify(char const*) 9027 vfunc[12]: QWidget::devType() const 9028 vfunc[13]: QDialog::setVisible(bool) 9029 vfunc[14]: QDialog::sizeHint() const 9030 vfunc[15]: QDialog::minimumSizeHint() const 9031 vfunc[16]: QWidget::heightForWidth(int) const 9032 vfunc[17]: QWidget::paintEngine() const 9033 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 9034 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 9035 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 9036 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 9037 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 9038 vfunc[23]: QDialog::keyPressEvent(QKeyEvent*) 9039 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 9040 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 9041 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 9042 vfunc[27]: QWidget::enterEvent(QEvent*) 9043 vfunc[28]: QWidget::leaveEvent(QEvent*) 9044 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 9045 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 9046 vfunc[31]: QDialog::resizeEvent(QResizeEvent*) 9047 vfunc[32]: QDialog::closeEvent(QCloseEvent*) 9048 vfunc[33]: QDialog::contextMenuEvent(QContextMenuEvent*) 9049 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 9050 vfunc[35]: QWidget::actionEvent(QActionEvent*) 9051 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 9052 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 9053 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 9054 vfunc[39]: QWidget::dropEvent(QDropEvent*) 9055 vfunc[40]: QDialog::showEvent(QShowEvent*) 9056 vfunc[41]: QWidget::hideEvent(QHideEvent*) 9057 vfunc[42]: QWidget::x11Event(_XEvent*) 9058 vfunc[43]: QWidget::changeEvent(QEvent*) 9059 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 9060 const 9061 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 9062 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 9063 const 9064 vfunc[47]: QWidget::focusNextPrevChild(bool) 9065 vfunc[48]: QWidget::styleChange(QStyle&) 9066 vfunc[49]: QWidget::enabledChange(bool) 9067 vfunc[50]: QWidget::paletteChange(QPalette const&) 9068 vfunc[51]: QWidget::fontChange(QFont const&) 9069 vfunc[52]: QWidget::windowActivationChange(bool) 9070 vfunc[53]: QWidget::languageChange() 9071 vfunc[54]: QDialog::done(int) 9072 vfunc[55]: QDialog::accept() 9073 vfunc[56]: QDialog::reject() 9074 9075 Table 7-192. Secondary vtable for QInputDialog 9076 Base Offset -16 9077 Virtual Base Offset 0 9078 RTTI typeinfo for QInputDialog 9079 vfunc[0]: non-virtual thunk to QInputDialog::~QInputDialog() 9080 vfunc[1]: non-virtual thunk to QInputDialog::~QInputDialog() 9081 vfunc[2]: non-virtual thunk to QWidget::devType() const 9082 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 9083 vfunc[4]: non-virtual thunk to 9084 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 9085 9086 The Run Time Type Information for the QInputDialog class is 9087 described by Table 7-193 9088 9089 Table 7-193. typeinfo for QInputDialog 9090 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9091 Name typeinfo name for QInputDialog 9092 basetype: typeinfo for QDialog 9093 __________________________________________________________ 9094 9095 7.5.10.11. Class data for QFileIconProvider 9096 9097 The virtual table for the QFileIconProvider class is described 9098 in the generic part of this specification. 9099 9100 The Run Time Type Information for the QFileIconProvider class 9101 is described by Table 7-194 9102 9103 Table 7-194. typeinfo for QFileIconProvider 9104 Base Vtable vtable for __cxxabiv1::__class_type_info 9105 Name typeinfo name for QFileIconProvider 9106 __________________________________________________________ 9107 9108 7.5.10.12. Interfaces for Qt4 Dialogs 9109 9110 An LSB conforming implementation shall provide the architecture 9111 specific functions for Qt4 Dialogs specified in Table 7-195, 9112 with the full mandatory functionality as described in the 9113 referenced underlying specification. 9114 9115 Table 7-195. libQtGui - Qt4 Dialogs Function Interfaces 9116 _ZThn16_N11QFileDialogD0Ev [CXXABI-1.86] 9117 _ZThn16_N11QFileDialogD1Ev [CXXABI-1.86] 9118 _ZThn16_N11QFontDialogD0Ev [CXXABI-1.86] 9119 _ZThn16_N11QFontDialogD1Ev [CXXABI-1.86] 9120 _ZThn16_N11QMessageBoxD0Ev [CXXABI-1.86] 9121 _ZThn16_N11QMessageBoxD1Ev [CXXABI-1.86] 9122 _ZThn16_N12QColorDialogD0Ev [CXXABI-1.86] 9123 _ZThn16_N12QColorDialogD1Ev [CXXABI-1.86] 9124 _ZThn16_N12QInputDialogD0Ev [CXXABI-1.86] 9125 _ZThn16_N12QInputDialogD1Ev [CXXABI-1.86] 9126 _ZThn16_N12QPrintDialogD0Ev [CXXABI-1.86] 9127 _ZThn16_N12QPrintDialogD1Ev [CXXABI-1.86] 9128 _ZThn16_N13QErrorMessageD0Ev [CXXABI-1.86] 9129 _ZThn16_N13QErrorMessageD1Ev [CXXABI-1.86] 9130 _ZThn16_N15QProgressDialogD0Ev [CXXABI-1.86] 9131 _ZThn16_N15QProgressDialogD1Ev [CXXABI-1.86] 9132 _ZThn16_N7QDialogD0Ev [CXXABI-1.86] _ZThn16_N7QDialogD1Ev 9133 [CXXABI-1.86] 9134 __________________________________________________________ 9135 9136 7.5.11. Qt4 Date and Time 9137 __________________________________________________________ 9138 9139 7.5.11.1. Class data for QDateTimeEdit 9140 9141 The virtual table for the QDateTimeEdit class is described by 9142 Table 7-196 9143 9144 Table 7-196. Primary vtable for QDateTimeEdit 9145 Base Offset 0 9146 Virtual Base Offset 0 9147 RTTI typeinfo for QDateTimeEdit 9148 vfunc[0]: QDateTimeEdit::metaObject() const 9149 vfunc[1]: QDateTimeEdit::qt_metacast(char const*) 9150 vfunc[2]: QDateTimeEdit::qt_metacall(QMetaObject::Call, int, 9151 void**) 9152 vfunc[3]: NULL or QDateTimeEdit::~QDateTimeEdit() 9153 vfunc[4]: NULL or QDateTimeEdit::~QDateTimeEdit() 9154 vfunc[5]: QDateTimeEdit::event(QEvent*) 9155 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 9156 vfunc[7]: QAbstractSpinBox::timerEvent(QTimerEvent*) 9157 vfunc[8]: QObject::childEvent(QChildEvent*) 9158 vfunc[9]: QObject::customEvent(QEvent*) 9159 vfunc[10]: QObject::connectNotify(char const*) 9160 vfunc[11]: QObject::disconnectNotify(char const*) 9161 vfunc[12]: QWidget::devType() const 9162 vfunc[13]: QWidget::setVisible(bool) 9163 vfunc[14]: QDateTimeEdit::sizeHint() const 9164 vfunc[15]: QAbstractSpinBox::minimumSizeHint() const 9165 vfunc[16]: QWidget::heightForWidth(int) const 9166 vfunc[17]: QWidget::paintEngine() const 9167 vfunc[18]: QAbstractSpinBox::mousePressEvent(QMouseEvent*) 9168 vfunc[19]: QAbstractSpinBox::mouseReleaseEvent(QMouseEvent*) 9169 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 9170 vfunc[21]: QAbstractSpinBox::mouseMoveEvent(QMouseEvent*) 9171 vfunc[22]: QDateTimeEdit::wheelEvent(QWheelEvent*) 9172 vfunc[23]: QDateTimeEdit::keyPressEvent(QKeyEvent*) 9173 vfunc[24]: QAbstractSpinBox::keyReleaseEvent(QKeyEvent*) 9174 vfunc[25]: QDateTimeEdit::focusInEvent(QFocusEvent*) 9175 vfunc[26]: QAbstractSpinBox::focusOutEvent(QFocusEvent*) 9176 vfunc[27]: QWidget::enterEvent(QEvent*) 9177 vfunc[28]: QWidget::leaveEvent(QEvent*) 9178 vfunc[29]: QAbstractSpinBox::paintEvent(QPaintEvent*) 9179 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 9180 vfunc[31]: QAbstractSpinBox::resizeEvent(QResizeEvent*) 9181 vfunc[32]: QAbstractSpinBox::closeEvent(QCloseEvent*) 9182 vfunc[33]: 9183 QAbstractSpinBox::contextMenuEvent(QContextMenuEvent*) 9184 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 9185 vfunc[35]: QWidget::actionEvent(QActionEvent*) 9186 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 9187 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 9188 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 9189 vfunc[39]: QWidget::dropEvent(QDropEvent*) 9190 vfunc[40]: QAbstractSpinBox::showEvent(QShowEvent*) 9191 vfunc[41]: QAbstractSpinBox::hideEvent(QHideEvent*) 9192 vfunc[42]: QWidget::x11Event(_XEvent*) 9193 vfunc[43]: QAbstractSpinBox::changeEvent(QEvent*) 9194 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 9195 const 9196 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 9197 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 9198 const 9199 vfunc[47]: QDateTimeEdit::focusNextPrevChild(bool) 9200 vfunc[48]: QWidget::styleChange(QStyle&) 9201 vfunc[49]: QWidget::enabledChange(bool) 9202 vfunc[50]: QWidget::paletteChange(QPalette const&) 9203 vfunc[51]: QWidget::fontChange(QFont const&) 9204 vfunc[52]: QWidget::windowActivationChange(bool) 9205 vfunc[53]: QWidget::languageChange() 9206 vfunc[54]: QDateTimeEdit::validate(QString&, int&) const 9207 vfunc[55]: QDateTimeEdit::fixup(QString&) const 9208 vfunc[56]: QDateTimeEdit::stepBy(int) 9209 vfunc[57]: QDateTimeEdit::clear() 9210 vfunc[58]: QDateTimeEdit::stepEnabled() const 9211 vfunc[59]: QDateTimeEdit::dateTimeFromText(QString const&) 9212 const 9213 vfunc[60]: QDateTimeEdit::textFromDateTime(QDateTime const&) 9214 const 9215 9216 Table 7-197. Secondary vtable for QDateTimeEdit 9217 Base Offset -16 9218 Virtual Base Offset 0 9219 RTTI typeinfo for QDateTimeEdit 9220 vfunc[0]: NULL or non-virtual thunk to 9221 QDateTimeEdit::~QDateTimeEdit() 9222 vfunc[1]: NULL or non-virtual thunk to 9223 QDateTimeEdit::~QDateTimeEdit() 9224 vfunc[2]: non-virtual thunk to QWidget::devType() const 9225 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 9226 vfunc[4]: non-virtual thunk to 9227 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 9228 9229 The Run Time Type Information for the QDateTimeEdit class is 9230 described by Table 7-198 9231 9232 Table 7-198. typeinfo for QDateTimeEdit 9233 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9234 Name typeinfo name for QDateTimeEdit 9235 basetype: typeinfo for QAbstractSpinBox 9236 __________________________________________________________ 9237 9238 7.5.11.2. Class data for QTimeEdit 9239 9240 The virtual table for the QTimeEdit class is described by Table 9241 7-199 9242 9243 Table 7-199. Primary vtable for QTimeEdit 9244 Base Offset 0 9245 Virtual Base Offset 0 9246 RTTI typeinfo for QTimeEdit 9247 vfunc[0]: QTimeEdit::metaObject() const 9248 vfunc[1]: QTimeEdit::qt_metacast(char const*) 9249 vfunc[2]: QTimeEdit::qt_metacall(QMetaObject::Call, int, 9250 void**) 9251 vfunc[3]: NULL or QTimeEdit::~QTimeEdit() 9252 vfunc[4]: NULL or QTimeEdit::~QTimeEdit() 9253 vfunc[5]: QDateTimeEdit::event(QEvent*) 9254 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 9255 vfunc[7]: QAbstractSpinBox::timerEvent(QTimerEvent*) 9256 vfunc[8]: QObject::childEvent(QChildEvent*) 9257 vfunc[9]: QObject::customEvent(QEvent*) 9258 vfunc[10]: QObject::connectNotify(char const*) 9259 vfunc[11]: QObject::disconnectNotify(char const*) 9260 vfunc[12]: QWidget::devType() const 9261 vfunc[13]: QWidget::setVisible(bool) 9262 vfunc[14]: QDateTimeEdit::sizeHint() const 9263 vfunc[15]: QAbstractSpinBox::minimumSizeHint() const 9264 vfunc[16]: QWidget::heightForWidth(int) const 9265 vfunc[17]: QWidget::paintEngine() const 9266 vfunc[18]: QAbstractSpinBox::mousePressEvent(QMouseEvent*) 9267 vfunc[19]: QAbstractSpinBox::mouseReleaseEvent(QMouseEvent*) 9268 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 9269 vfunc[21]: QAbstractSpinBox::mouseMoveEvent(QMouseEvent*) 9270 vfunc[22]: QDateTimeEdit::wheelEvent(QWheelEvent*) 9271 vfunc[23]: QDateTimeEdit::keyPressEvent(QKeyEvent*) 9272 vfunc[24]: QAbstractSpinBox::keyReleaseEvent(QKeyEvent*) 9273 vfunc[25]: QDateTimeEdit::focusInEvent(QFocusEvent*) 9274 vfunc[26]: QAbstractSpinBox::focusOutEvent(QFocusEvent*) 9275 vfunc[27]: QWidget::enterEvent(QEvent*) 9276 vfunc[28]: QWidget::leaveEvent(QEvent*) 9277 vfunc[29]: QAbstractSpinBox::paintEvent(QPaintEvent*) 9278 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 9279 vfunc[31]: QAbstractSpinBox::resizeEvent(QResizeEvent*) 9280 vfunc[32]: QAbstractSpinBox::closeEvent(QCloseEvent*) 9281 vfunc[33]: 9282 QAbstractSpinBox::contextMenuEvent(QContextMenuEvent*) 9283 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 9284 vfunc[35]: QWidget::actionEvent(QActionEvent*) 9285 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 9286 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 9287 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 9288 vfunc[39]: QWidget::dropEvent(QDropEvent*) 9289 vfunc[40]: QAbstractSpinBox::showEvent(QShowEvent*) 9290 vfunc[41]: QAbstractSpinBox::hideEvent(QHideEvent*) 9291 vfunc[42]: QWidget::x11Event(_XEvent*) 9292 vfunc[43]: QAbstractSpinBox::changeEvent(QEvent*) 9293 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 9294 const 9295 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 9296 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 9297 const 9298 vfunc[47]: QDateTimeEdit::focusNextPrevChild(bool) 9299 vfunc[48]: QWidget::styleChange(QStyle&) 9300 vfunc[49]: QWidget::enabledChange(bool) 9301 vfunc[50]: QWidget::paletteChange(QPalette const&) 9302 vfunc[51]: QWidget::fontChange(QFont const&) 9303 vfunc[52]: QWidget::windowActivationChange(bool) 9304 vfunc[53]: QWidget::languageChange() 9305 vfunc[54]: QDateTimeEdit::validate(QString&, int&) const 9306 vfunc[55]: QDateTimeEdit::fixup(QString&) const 9307 vfunc[56]: QDateTimeEdit::stepBy(int) 9308 vfunc[57]: QDateTimeEdit::clear() 9309 vfunc[58]: QDateTimeEdit::stepEnabled() const 9310 vfunc[59]: QDateTimeEdit::dateTimeFromText(QString const&) 9311 const 9312 vfunc[60]: QDateTimeEdit::textFromDateTime(QDateTime const&) 9313 const 9314 9315 Table 7-200. Secondary vtable for QTimeEdit 9316 Base Offset -16 9317 Virtual Base Offset 0 9318 RTTI typeinfo for QTimeEdit 9319 vfunc[0]: NULL or non-virtual thunk to QTimeEdit::~QTimeEdit() 9320 vfunc[1]: NULL or non-virtual thunk to QTimeEdit::~QTimeEdit() 9321 vfunc[2]: non-virtual thunk to QWidget::devType() const 9322 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 9323 vfunc[4]: non-virtual thunk to 9324 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 9325 9326 The Run Time Type Information for the QTimeEdit class is 9327 described by Table 7-201 9328 9329 Table 7-201. typeinfo for QTimeEdit 9330 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9331 Name typeinfo name for QTimeEdit 9332 basetype: typeinfo for QDateTimeEdit 9333 __________________________________________________________ 9334 9335 7.5.11.3. Class data for QDateEdit 9336 9337 The virtual table for the QDateEdit class is described by Table 9338 7-202 9339 9340 Table 7-202. Primary vtable for QDateEdit 9341 Base Offset 0 9342 Virtual Base Offset 0 9343 RTTI typeinfo for QDateEdit 9344 vfunc[0]: QDateEdit::metaObject() const 9345 vfunc[1]: QDateEdit::qt_metacast(char const*) 9346 vfunc[2]: QDateEdit::qt_metacall(QMetaObject::Call, int, 9347 void**) 9348 vfunc[3]: NULL or QDateEdit::~QDateEdit() 9349 vfunc[4]: NULL or QDateEdit::~QDateEdit() 9350 vfunc[5]: QDateTimeEdit::event(QEvent*) 9351 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 9352 vfunc[7]: QAbstractSpinBox::timerEvent(QTimerEvent*) 9353 vfunc[8]: QObject::childEvent(QChildEvent*) 9354 vfunc[9]: QObject::customEvent(QEvent*) 9355 vfunc[10]: QObject::connectNotify(char const*) 9356 vfunc[11]: QObject::disconnectNotify(char const*) 9357 vfunc[12]: QWidget::devType() const 9358 vfunc[13]: QWidget::setVisible(bool) 9359 vfunc[14]: QDateTimeEdit::sizeHint() const 9360 vfunc[15]: QAbstractSpinBox::minimumSizeHint() const 9361 vfunc[16]: QWidget::heightForWidth(int) const 9362 vfunc[17]: QWidget::paintEngine() const 9363 vfunc[18]: QAbstractSpinBox::mousePressEvent(QMouseEvent*) 9364 vfunc[19]: QAbstractSpinBox::mouseReleaseEvent(QMouseEvent*) 9365 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 9366 vfunc[21]: QAbstractSpinBox::mouseMoveEvent(QMouseEvent*) 9367 vfunc[22]: QDateTimeEdit::wheelEvent(QWheelEvent*) 9368 vfunc[23]: QDateTimeEdit::keyPressEvent(QKeyEvent*) 9369 vfunc[24]: QAbstractSpinBox::keyReleaseEvent(QKeyEvent*) 9370 vfunc[25]: QDateTimeEdit::focusInEvent(QFocusEvent*) 9371 vfunc[26]: QAbstractSpinBox::focusOutEvent(QFocusEvent*) 9372 vfunc[27]: QWidget::enterEvent(QEvent*) 9373 vfunc[28]: QWidget::leaveEvent(QEvent*) 9374 vfunc[29]: QAbstractSpinBox::paintEvent(QPaintEvent*) 9375 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 9376 vfunc[31]: QAbstractSpinBox::resizeEvent(QResizeEvent*) 9377 vfunc[32]: QAbstractSpinBox::closeEvent(QCloseEvent*) 9378 vfunc[33]: 9379 QAbstractSpinBox::contextMenuEvent(QContextMenuEvent*) 9380 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 9381 vfunc[35]: QWidget::actionEvent(QActionEvent*) 9382 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 9383 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 9384 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 9385 vfunc[39]: QWidget::dropEvent(QDropEvent*) 9386 vfunc[40]: QAbstractSpinBox::showEvent(QShowEvent*) 9387 vfunc[41]: QAbstractSpinBox::hideEvent(QHideEvent*) 9388 vfunc[42]: QWidget::x11Event(_XEvent*) 9389 vfunc[43]: QAbstractSpinBox::changeEvent(QEvent*) 9390 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 9391 const 9392 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 9393 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 9394 const 9395 vfunc[47]: QDateTimeEdit::focusNextPrevChild(bool) 9396 vfunc[48]: QWidget::styleChange(QStyle&) 9397 vfunc[49]: QWidget::enabledChange(bool) 9398 vfunc[50]: QWidget::paletteChange(QPalette const&) 9399 vfunc[51]: QWidget::fontChange(QFont const&) 9400 vfunc[52]: QWidget::windowActivationChange(bool) 9401 vfunc[53]: QWidget::languageChange() 9402 vfunc[54]: QDateTimeEdit::validate(QString&, int&) const 9403 vfunc[55]: QDateTimeEdit::fixup(QString&) const 9404 vfunc[56]: QDateTimeEdit::stepBy(int) 9405 vfunc[57]: QDateTimeEdit::clear() 9406 vfunc[58]: QDateTimeEdit::stepEnabled() const 9407 vfunc[59]: QDateTimeEdit::dateTimeFromText(QString const&) 9408 const 9409 vfunc[60]: QDateTimeEdit::textFromDateTime(QDateTime const&) 9410 const 9411 9412 Table 7-203. Secondary vtable for QDateEdit 9413 Base Offset -16 9414 Virtual Base Offset 0 9415 RTTI typeinfo for QDateEdit 9416 vfunc[0]: NULL or non-virtual thunk to QDateEdit::~QDateEdit() 9417 vfunc[1]: NULL or non-virtual thunk to QDateEdit::~QDateEdit() 9418 vfunc[2]: non-virtual thunk to QWidget::devType() const 9419 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 9420 vfunc[4]: non-virtual thunk to 9421 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 9422 9423 The Run Time Type Information for the QDateEdit class is 9424 described by Table 7-204 9425 9426 Table 7-204. typeinfo for QDateEdit 9427 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9428 Name typeinfo name for QDateEdit 9429 basetype: typeinfo for QDateTimeEdit 9430 __________________________________________________________ 9431 9432 7.5.11.4. Interfaces for Qt4 Date and Time 9433 9434 No external functions are defined for libQtGui - Qt4 Date and 9435 Time in this part of the specification. See also the generic 9436 specification. 9437 __________________________________________________________ 9438 9439 7.5.12. Qt4 Miscellaneous 9440 __________________________________________________________ 9441 9442 7.5.12.1. Class data for QRubberBand 9443 9444 The virtual table for the QRubberBand class is described by 9445 Table 7-205 9446 9447 Table 7-205. Primary vtable for QRubberBand 9448 Base Offset 0 9449 Virtual Base Offset 0 9450 RTTI typeinfo for QRubberBand 9451 vfunc[0]: QRubberBand::metaObject() const 9452 vfunc[1]: QRubberBand::qt_metacast(char const*) 9453 vfunc[2]: QRubberBand::qt_metacall(QMetaObject::Call, int, 9454 void**) 9455 vfunc[3]: QRubberBand::~QRubberBand() 9456 vfunc[4]: QRubberBand::~QRubberBand() 9457 vfunc[5]: QRubberBand::event(QEvent*) 9458 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 9459 vfunc[7]: QObject::timerEvent(QTimerEvent*) 9460 vfunc[8]: QObject::childEvent(QChildEvent*) 9461 vfunc[9]: QObject::customEvent(QEvent*) 9462 vfunc[10]: QObject::connectNotify(char const*) 9463 vfunc[11]: QObject::disconnectNotify(char const*) 9464 vfunc[12]: QWidget::devType() const 9465 vfunc[13]: QWidget::setVisible(bool) 9466 vfunc[14]: QWidget::sizeHint() const 9467 vfunc[15]: QWidget::minimumSizeHint() const 9468 vfunc[16]: QWidget::heightForWidth(int) const 9469 vfunc[17]: QWidget::paintEngine() const 9470 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 9471 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 9472 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 9473 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 9474 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 9475 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 9476 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 9477 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 9478 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 9479 vfunc[27]: QWidget::enterEvent(QEvent*) 9480 vfunc[28]: QWidget::leaveEvent(QEvent*) 9481 vfunc[29]: QRubberBand::paintEvent(QPaintEvent*) 9482 vfunc[30]: QRubberBand::moveEvent(QMoveEvent*) 9483 vfunc[31]: QRubberBand::resizeEvent(QResizeEvent*) 9484 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 9485 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 9486 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 9487 vfunc[35]: QWidget::actionEvent(QActionEvent*) 9488 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 9489 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 9490 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 9491 vfunc[39]: QWidget::dropEvent(QDropEvent*) 9492 vfunc[40]: QRubberBand::showEvent(QShowEvent*) 9493 vfunc[41]: QWidget::hideEvent(QHideEvent*) 9494 vfunc[42]: QWidget::x11Event(_XEvent*) 9495 vfunc[43]: QRubberBand::changeEvent(QEvent*) 9496 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 9497 const 9498 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 9499 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 9500 const 9501 vfunc[47]: QWidget::focusNextPrevChild(bool) 9502 vfunc[48]: QWidget::styleChange(QStyle&) 9503 vfunc[49]: QWidget::enabledChange(bool) 9504 vfunc[50]: QWidget::paletteChange(QPalette const&) 9505 vfunc[51]: QWidget::fontChange(QFont const&) 9506 vfunc[52]: QWidget::windowActivationChange(bool) 9507 vfunc[53]: QWidget::languageChange() 9508 9509 Table 7-206. Secondary vtable for QRubberBand 9510 Base Offset -16 9511 Virtual Base Offset 0 9512 RTTI typeinfo for QRubberBand 9513 vfunc[0]: non-virtual thunk to QRubberBand::~QRubberBand() 9514 vfunc[1]: non-virtual thunk to QRubberBand::~QRubberBand() 9515 vfunc[2]: non-virtual thunk to QWidget::devType() const 9516 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 9517 vfunc[4]: non-virtual thunk to 9518 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 9519 9520 The Run Time Type Information for the QRubberBand class is 9521 described by Table 7-207 9522 9523 Table 7-207. typeinfo for QRubberBand 9524 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9525 Name typeinfo name for QRubberBand 9526 basetype: typeinfo for QWidget 9527 __________________________________________________________ 9528 9529 7.5.12.2. Class data for QShortcut 9530 9531 The virtual table for the QShortcut class is described in the 9532 generic part of this specification. 9533 9534 The Run Time Type Information for the QShortcut class is 9535 described by Table 7-208 9536 9537 Table 7-208. typeinfo for QShortcut 9538 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9539 Name typeinfo name for QShortcut 9540 basetype: typeinfo for QObject 9541 __________________________________________________________ 9542 9543 7.5.12.3. Class data for QSplashScreen 9544 9545 The virtual table for the QSplashScreen class is described by 9546 Table 7-209 9547 9548 Table 7-209. Primary vtable for QSplashScreen 9549 Base Offset 0 9550 Virtual Base Offset 0 9551 RTTI typeinfo for QSplashScreen 9552 vfunc[0]: QSplashScreen::metaObject() const 9553 vfunc[1]: QSplashScreen::qt_metacast(char const*) 9554 vfunc[2]: QSplashScreen::qt_metacall(QMetaObject::Call, int, 9555 void**) 9556 vfunc[3]: QSplashScreen::~QSplashScreen() 9557 vfunc[4]: QSplashScreen::~QSplashScreen() 9558 vfunc[5]: QSplashScreen::event(QEvent*) 9559 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 9560 vfunc[7]: QObject::timerEvent(QTimerEvent*) 9561 vfunc[8]: QObject::childEvent(QChildEvent*) 9562 vfunc[9]: QObject::customEvent(QEvent*) 9563 vfunc[10]: QObject::connectNotify(char const*) 9564 vfunc[11]: QObject::disconnectNotify(char const*) 9565 vfunc[12]: QWidget::devType() const 9566 vfunc[13]: QWidget::setVisible(bool) 9567 vfunc[14]: QWidget::sizeHint() const 9568 vfunc[15]: QWidget::minimumSizeHint() const 9569 vfunc[16]: QWidget::heightForWidth(int) const 9570 vfunc[17]: QWidget::paintEngine() const 9571 vfunc[18]: QSplashScreen::mousePressEvent(QMouseEvent*) 9572 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 9573 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 9574 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 9575 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 9576 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 9577 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 9578 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 9579 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 9580 vfunc[27]: QWidget::enterEvent(QEvent*) 9581 vfunc[28]: QWidget::leaveEvent(QEvent*) 9582 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 9583 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 9584 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 9585 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 9586 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 9587 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 9588 vfunc[35]: QWidget::actionEvent(QActionEvent*) 9589 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 9590 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 9591 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 9592 vfunc[39]: QWidget::dropEvent(QDropEvent*) 9593 vfunc[40]: QWidget::showEvent(QShowEvent*) 9594 vfunc[41]: QWidget::hideEvent(QHideEvent*) 9595 vfunc[42]: QWidget::x11Event(_XEvent*) 9596 vfunc[43]: QWidget::changeEvent(QEvent*) 9597 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 9598 const 9599 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 9600 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 9601 const 9602 vfunc[47]: QWidget::focusNextPrevChild(bool) 9603 vfunc[48]: QWidget::styleChange(QStyle&) 9604 vfunc[49]: QWidget::enabledChange(bool) 9605 vfunc[50]: QWidget::paletteChange(QPalette const&) 9606 vfunc[51]: QWidget::fontChange(QFont const&) 9607 vfunc[52]: QWidget::windowActivationChange(bool) 9608 vfunc[53]: QWidget::languageChange() 9609 vfunc[54]: QSplashScreen::drawContents(QPainter*) 9610 9611 Table 7-210. Secondary vtable for QSplashScreen 9612 Base Offset -16 9613 Virtual Base Offset 0 9614 RTTI typeinfo for QSplashScreen 9615 vfunc[0]: non-virtual thunk to QSplashScreen::~QSplashScreen() 9616 vfunc[1]: non-virtual thunk to QSplashScreen::~QSplashScreen() 9617 vfunc[2]: non-virtual thunk to QWidget::devType() const 9618 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 9619 vfunc[4]: non-virtual thunk to 9620 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 9621 9622 The Run Time Type Information for the QSplashScreen class is 9623 described by Table 7-211 9624 9625 Table 7-211. typeinfo for QSplashScreen 9626 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9627 Name typeinfo name for QSplashScreen 9628 basetype: typeinfo for QWidget 9629 __________________________________________________________ 9630 9631 7.5.12.4. Class data for QUndoCommand 9632 9633 The virtual table for the QUndoCommand class is described in 9634 the generic part of this specification. 9635 __________________________________________________________ 9636 9637 7.5.12.5. Class data for QUndoStack 9638 9639 The virtual table for the QUndoStack class is described in the 9640 generic part of this specification. 9641 __________________________________________________________ 9642 9643 7.5.12.6. Interfaces for Qt4 Miscellaneous 9644 9645 An LSB conforming implementation shall provide the architecture 9646 specific functions for Qt4 Miscellaneous specified in Table 9647 7-212, with the full mandatory functionality as described in 9648 the referenced underlying specification. 9649 9650 Table 7-212. libQtGui - Qt4 Miscellaneous Function Interfaces 9651 _ZThn16_N11QRubberBandD0Ev [CXXABI-1.86] 9652 _ZThn16_N11QRubberBandD1Ev [CXXABI-1.86] 9653 _ZThn16_N13QSplashScreenD0Ev [CXXABI-1.86] 9654 _ZThn16_N13QSplashScreenD1Ev [CXXABI-1.86] 9655 __________________________________________________________ 9656 9657 7.5.13. Qt4 Paint Device 9658 __________________________________________________________ 9659 9660 7.5.13.1. Class data for QPaintDevice 9661 9662 The virtual table for the QPaintDevice class is described in 9663 the generic part of this specification. 9664 9665 The Run Time Type Information for the QPaintDevice class is 9666 described by Table 7-213 9667 9668 Table 7-213. typeinfo for QPaintDevice 9669 Base Vtable vtable for __cxxabiv1::__class_type_info 9670 Name typeinfo name for QPaintDevice 9671 __________________________________________________________ 9672 9673 7.5.13.2. Class data for QPixmap 9674 9675 The virtual table for the QPixmap class is described in the 9676 generic part of this specification. 9677 9678 The Run Time Type Information for the QPixmap class is 9679 described by Table 7-214 9680 9681 Table 7-214. typeinfo for QPixmap 9682 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9683 Name typeinfo name for QPixmap 9684 basetype: typeinfo for QPaintDevice 9685 __________________________________________________________ 9686 9687 7.5.13.3. Class data for QPicture 9688 9689 The virtual table for the QPicture class is described in the 9690 generic part of this specification. 9691 9692 The Run Time Type Information for the QPicture class is 9693 described by Table 7-215 9694 9695 Table 7-215. typeinfo for QPicture 9696 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9697 Name typeinfo name for QPicture 9698 basetype: typeinfo for QPaintDevice 9699 __________________________________________________________ 9700 9701 7.5.13.4. Class data for QBitmap 9702 9703 The virtual table for the QBitmap class is described in the 9704 generic part of this specification. 9705 9706 The Run Time Type Information for the QBitmap class is 9707 described by Table 7-216 9708 9709 Table 7-216. typeinfo for QBitmap 9710 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9711 Name typeinfo name for QBitmap 9712 basetype: typeinfo for QPixmap 9713 __________________________________________________________ 9714 9715 7.5.13.5. Class data for QPictureFormatInterface 9716 9717 The virtual table for the QPictureFormatInterface class is 9718 described in the generic part of this specification. 9719 9720 The Run Time Type Information for the QPictureFormatInterface 9721 class is described by Table 7-217 9722 9723 Table 7-217. typeinfo for QPictureFormatInterface 9724 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9725 Name typeinfo name for QPictureFormatInterface 9726 basetype: typeinfo for QFactoryInterface 9727 __________________________________________________________ 9728 9729 7.5.13.6. Class data for QPrinter 9730 9731 The virtual table for the QPrinter class is described in the 9732 generic part of this specification. 9733 9734 The Run Time Type Information for the QPrinter class is 9735 described by Table 7-218 9736 9737 Table 7-218. typeinfo for QPrinter 9738 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9739 Name typeinfo name for QPrinter 9740 basetype: typeinfo for QPaintDevice 9741 __________________________________________________________ 9742 9743 7.5.13.7. Class data for QPrintEngine 9744 9745 The virtual table for the QPrintEngine class is described in 9746 the generic part of this specification. 9747 9748 The Run Time Type Information for the QPrintEngine class is 9749 described by Table 7-219 9750 9751 Table 7-219. typeinfo for QPrintEngine 9752 Base Vtable vtable for __cxxabiv1::__class_type_info 9753 Name typeinfo name for QPrintEngine 9754 __________________________________________________________ 9755 9756 7.5.13.8. Interfaces for Qt4 Paint Device 9757 9758 No external functions are defined for libQtGui - Qt4 Paint 9759 Device in this part of the specification. See also the generic 9760 specification. 9761 __________________________________________________________ 9762 9763 7.5.14. Qt4 Multimedia 9764 __________________________________________________________ 9765 9766 7.5.14.1. Class data for QImage 9767 9768 The virtual table for the QImage class is described in the 9769 generic part of this specification. 9770 9771 The Run Time Type Information for the QImage class is described 9772 by Table 7-220 9773 9774 Table 7-220. typeinfo for QImage 9775 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9776 Name typeinfo name for QImage 9777 basetype: typeinfo for QPaintDevice 9778 __________________________________________________________ 9779 9780 7.5.14.2. Class data for QImageIOHandler 9781 9782 The virtual table for the QImageIOHandler class is described in 9783 the generic part of this specification. 9784 9785 The Run Time Type Information for the QImageIOHandler class is 9786 described by Table 7-221 9787 9788 Table 7-221. typeinfo for QImageIOHandler 9789 Base Vtable vtable for __cxxabiv1::__class_type_info 9790 Name typeinfo name for QImageIOHandler 9791 __________________________________________________________ 9792 9793 7.5.14.3. Class data for QImageIOHandlerFactoryInterface 9794 9795 The virtual table for the QImageIOHandlerFactoryInterface class 9796 is described in the generic part of this specification. 9797 9798 The Run Time Type Information for the 9799 QImageIOHandlerFactoryInterface class is described by Table 9800 7-222 9801 9802 Table 7-222. typeinfo for QImageIOHandlerFactoryInterface 9803 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9804 Name typeinfo name for QImageIOHandlerFactoryInterface 9805 basetype: typeinfo for QFactoryInterface 9806 __________________________________________________________ 9807 9808 7.5.14.4. Class data for QMovie 9809 9810 The virtual table for the QMovie class is described in the 9811 generic part of this specification. 9812 9813 The Run Time Type Information for the QMovie class is described 9814 by Table 7-223 9815 9816 Table 7-223. typeinfo for QMovie 9817 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9818 Name typeinfo name for QMovie 9819 basetype: typeinfo for QObject 9820 __________________________________________________________ 9821 9822 7.5.14.5. Class data for QSound 9823 9824 The virtual table for the QSound class is described in the 9825 generic part of this specification. 9826 9827 The Run Time Type Information for the QSound class is described 9828 by Table 7-224 9829 9830 Table 7-224. typeinfo for QSound 9831 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9832 Name typeinfo name for QSound 9833 basetype: typeinfo for QObject 9834 __________________________________________________________ 9835 9836 7.5.14.6. Interfaces for Qt4 Multimedia 9837 9838 No external functions are defined for libQtGui - Qt4 Multimedia 9839 in this part of the specification. See also the generic 9840 specification. 9841 __________________________________________________________ 9842 9843 7.5.15. Qt4 Layouts 9844 __________________________________________________________ 9845 9846 7.5.15.1. Class data for QLayoutItem 9847 9848 The virtual table for the QLayoutItem class is described in the 9849 generic part of this specification. 9850 9851 The Run Time Type Information for the QLayoutItem class is 9852 described by Table 7-225 9853 9854 Table 7-225. typeinfo for QLayoutItem 9855 Base Vtable vtable for __cxxabiv1::__class_type_info 9856 Name typeinfo name for QLayoutItem 9857 __________________________________________________________ 9858 9859 7.5.15.2. Class data for QSpacerItem 9860 9861 The virtual table for the QSpacerItem class is described in the 9862 generic part of this specification. 9863 9864 The Run Time Type Information for the QSpacerItem class is 9865 described by Table 7-226 9866 9867 Table 7-226. typeinfo for QSpacerItem 9868 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9869 Name typeinfo name for QSpacerItem 9870 basetype: typeinfo for QLayoutItem 9871 __________________________________________________________ 9872 9873 7.5.15.3. Class data for QWidgetItem 9874 9875 The virtual table for the QWidgetItem class is described in the 9876 generic part of this specification. 9877 9878 The Run Time Type Information for the QWidgetItem class is 9879 described by Table 7-227 9880 9881 Table 7-227. typeinfo for QWidgetItem 9882 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9883 Name typeinfo name for QWidgetItem 9884 basetype: typeinfo for QLayoutItem 9885 __________________________________________________________ 9886 9887 7.5.15.4. Class data for QLayout 9888 9889 The virtual table for the QLayout class is described by Table 9890 7-228 9891 9892 Table 7-228. Primary vtable for QLayout 9893 Base Offset 0 9894 Virtual Base Offset 0 9895 RTTI typeinfo for QLayout 9896 vfunc[0]: QLayout::metaObject() const 9897 vfunc[1]: QLayout::qt_metacast(char const*) 9898 vfunc[2]: QLayout::qt_metacall(QMetaObject::Call, int, void**) 9899 vfunc[3]: QLayout::~QLayout() 9900 vfunc[4]: QLayout::~QLayout() 9901 vfunc[5]: QObject::event(QEvent*) 9902 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 9903 vfunc[7]: QObject::timerEvent(QTimerEvent*) 9904 vfunc[8]: QLayout::childEvent(QChildEvent*) 9905 vfunc[9]: QObject::customEvent(QEvent*) 9906 vfunc[10]: QObject::connectNotify(char const*) 9907 vfunc[11]: QObject::disconnectNotify(char const*) 9908 vfunc[12]: QLayout::invalidate() 9909 vfunc[13]: QLayout::geometry() const 9910 vfunc[14]: __cxa_pure_virtual 9911 vfunc[15]: QLayout::expandingDirections() const 9912 vfunc[16]: QLayout::minimumSize() const 9913 vfunc[17]: QLayout::maximumSize() const 9914 vfunc[18]: __cxa_pure_virtual 9915 vfunc[19]: __cxa_pure_virtual 9916 vfunc[20]: __cxa_pure_virtual 9917 vfunc[21]: QLayout::indexOf(QWidget*) const 9918 vfunc[22]: __cxa_pure_virtual 9919 vfunc[23]: QLayout::isEmpty() const 9920 vfunc[24]: QLayout::layout() 9921 9922 Table 7-229. Secondary vtable for QLayout 9923 Base Offset -16 9924 Virtual Base Offset 0 9925 RTTI typeinfo for QLayout 9926 vfunc[0]: non-virtual thunk to QLayout::~QLayout() 9927 vfunc[1]: non-virtual thunk to QLayout::~QLayout() 9928 vfunc[2]: __cxa_pure_virtual 9929 vfunc[3]: non-virtual thunk to QLayout::minimumSize() const 9930 vfunc[4]: non-virtual thunk to QLayout::maximumSize() const 9931 vfunc[5]: non-virtual thunk to QLayout::expandingDirections() 9932 const 9933 vfunc[6]: __cxa_pure_virtual 9934 vfunc[7]: non-virtual thunk to QLayout::geometry() const 9935 vfunc[8]: non-virtual thunk to QLayout::isEmpty() const 9936 vfunc[9]: QLayoutItem::hasHeightForWidth() const 9937 vfunc[10]: QLayoutItem::heightForWidth(int) const 9938 vfunc[11]: QLayoutItem::minimumHeightForWidth(int) const 9939 vfunc[12]: non-virtual thunk to QLayout::invalidate() 9940 vfunc[13]: QLayoutItem::widget() 9941 vfunc[14]: non-virtual thunk to QLayout::layout() 9942 vfunc[15]: QLayoutItem::spacerItem() 9943 9944 The Run Time Type Information for the QLayout class is 9945 described by Table 7-230 9946 9947 Table 7-230. typeinfo for QLayout 9948 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 9949 Name typeinfo name for QLayout 9950 flags: 0 9951 basetype: typeinfo for QObject 2 9952 basetype: typeinfo for QLayoutItem 2050 9953 __________________________________________________________ 9954 9955 7.5.15.5. Class data for QGridLayout 9956 9957 The virtual table for the QGridLayout class is described by 9958 Table 7-231 9959 9960 Table 7-231. Primary vtable for QGridLayout 9961 Base Offset 0 9962 Virtual Base Offset 0 9963 RTTI typeinfo for QGridLayout 9964 vfunc[0]: QGridLayout::metaObject() const 9965 vfunc[1]: QGridLayout::qt_metacast(char const*) 9966 vfunc[2]: QGridLayout::qt_metacall(QMetaObject::Call, int, 9967 void**) 9968 vfunc[3]: QGridLayout::~QGridLayout() 9969 vfunc[4]: QGridLayout::~QGridLayout() 9970 vfunc[5]: QObject::event(QEvent*) 9971 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 9972 vfunc[7]: QObject::timerEvent(QTimerEvent*) 9973 vfunc[8]: QLayout::childEvent(QChildEvent*) 9974 vfunc[9]: QObject::customEvent(QEvent*) 9975 vfunc[10]: QObject::connectNotify(char const*) 9976 vfunc[11]: QObject::disconnectNotify(char const*) 9977 vfunc[12]: QGridLayout::invalidate() 9978 vfunc[13]: QLayout::geometry() const 9979 vfunc[14]: QGridLayout::addItem(QLayoutItem*) 9980 vfunc[15]: QGridLayout::expandingDirections() const 9981 vfunc[16]: QGridLayout::minimumSize() const 9982 vfunc[17]: QGridLayout::maximumSize() const 9983 vfunc[18]: QGridLayout::setGeometry(QRect const&) 9984 vfunc[19]: QGridLayout::itemAt(int) const 9985 vfunc[20]: QGridLayout::takeAt(int) 9986 vfunc[21]: QLayout::indexOf(QWidget*) const 9987 vfunc[22]: QGridLayout::count() const 9988 vfunc[23]: QLayout::isEmpty() const 9989 vfunc[24]: QLayout::layout() 9990 vfunc[25]: QGridLayout::sizeHint() const 9991 vfunc[26]: QGridLayout::hasHeightForWidth() const 9992 vfunc[27]: QGridLayout::heightForWidth(int) const 9993 vfunc[28]: QGridLayout::minimumHeightForWidth(int) const 9994 9995 Table 7-232. Secondary vtable for QGridLayout 9996 Base Offset -16 9997 Virtual Base Offset 0 9998 RTTI typeinfo for QGridLayout 9999 vfunc[0]: non-virtual thunk to QGridLayout::~QGridLayout() 10000 vfunc[1]: non-virtual thunk to QGridLayout::~QGridLayout() 10001 vfunc[2]: non-virtual thunk to QGridLayout::sizeHint() const 10002 vfunc[3]: non-virtual thunk to QGridLayout::minimumSize() const 10003 vfunc[4]: non-virtual thunk to QGridLayout::maximumSize() const 10004 vfunc[5]: non-virtual thunk to 10005 QGridLayout::expandingDirections() const 10006 vfunc[6]: non-virtual thunk to QGridLayout::setGeometry(QRect 10007 const&) 10008 vfunc[7]: non-virtual thunk to QLayout::geometry() const 10009 vfunc[8]: non-virtual thunk to QLayout::isEmpty() const 10010 vfunc[9]: non-virtual thunk to QGridLayout::hasHeightForWidth() 10011 const 10012 vfunc[10]: non-virtual thunk to 10013 QGridLayout::heightForWidth(int) const 10014 vfunc[11]: non-virtual thunk to 10015 QGridLayout::minimumHeightForWidth(int) const 10016 vfunc[12]: non-virtual thunk to QGridLayout::invalidate() 10017 vfunc[13]: QLayoutItem::widget() 10018 vfunc[14]: non-virtual thunk to QLayout::layout() 10019 vfunc[15]: QLayoutItem::spacerItem() 10020 10021 The Run Time Type Information for the QGridLayout class is 10022 described by Table 7-233 10023 10024 Table 7-233. typeinfo for QGridLayout 10025 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10026 Name typeinfo name for QGridLayout 10027 basetype: typeinfo for QLayout 10028 __________________________________________________________ 10029 10030 7.5.15.6. Class data for QBoxLayout 10031 10032 The virtual table for the QBoxLayout class is described by 10033 Table 7-234 10034 10035 Table 7-234. Primary vtable for QBoxLayout 10036 Base Offset 0 10037 Virtual Base Offset 0 10038 RTTI typeinfo for QBoxLayout 10039 vfunc[0]: QBoxLayout::metaObject() const 10040 vfunc[1]: QBoxLayout::qt_metacast(char const*) 10041 vfunc[2]: QBoxLayout::qt_metacall(QMetaObject::Call, int, 10042 void**) 10043 vfunc[3]: QBoxLayout::~QBoxLayout() 10044 vfunc[4]: QBoxLayout::~QBoxLayout() 10045 vfunc[5]: QObject::event(QEvent*) 10046 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 10047 vfunc[7]: QObject::timerEvent(QTimerEvent*) 10048 vfunc[8]: QLayout::childEvent(QChildEvent*) 10049 vfunc[9]: QObject::customEvent(QEvent*) 10050 vfunc[10]: QObject::connectNotify(char const*) 10051 vfunc[11]: QObject::disconnectNotify(char const*) 10052 vfunc[12]: QBoxLayout::invalidate() 10053 vfunc[13]: QLayout::geometry() const 10054 vfunc[14]: QBoxLayout::addItem(QLayoutItem*) 10055 vfunc[15]: QBoxLayout::expandingDirections() const 10056 vfunc[16]: QBoxLayout::minimumSize() const 10057 vfunc[17]: QBoxLayout::maximumSize() const 10058 vfunc[18]: QBoxLayout::setGeometry(QRect const&) 10059 vfunc[19]: QBoxLayout::itemAt(int) const 10060 vfunc[20]: QBoxLayout::takeAt(int) 10061 vfunc[21]: QLayout::indexOf(QWidget*) const 10062 vfunc[22]: QBoxLayout::count() const 10063 vfunc[23]: QLayout::isEmpty() const 10064 vfunc[24]: QLayout::layout() 10065 vfunc[25]: QBoxLayout::sizeHint() const 10066 vfunc[26]: QBoxLayout::hasHeightForWidth() const 10067 vfunc[27]: QBoxLayout::heightForWidth(int) const 10068 vfunc[28]: QBoxLayout::minimumHeightForWidth(int) const 10069 10070 Table 7-235. Secondary vtable for QBoxLayout 10071 Base Offset -16 10072 Virtual Base Offset 0 10073 RTTI typeinfo for QBoxLayout 10074 vfunc[0]: non-virtual thunk to QBoxLayout::~QBoxLayout() 10075 vfunc[1]: non-virtual thunk to QBoxLayout::~QBoxLayout() 10076 vfunc[2]: non-virtual thunk to QBoxLayout::sizeHint() const 10077 vfunc[3]: non-virtual thunk to QBoxLayout::minimumSize() const 10078 vfunc[4]: non-virtual thunk to QBoxLayout::maximumSize() const 10079 vfunc[5]: non-virtual thunk to 10080 QBoxLayout::expandingDirections() const 10081 vfunc[6]: non-virtual thunk to QBoxLayout::setGeometry(QRect 10082 const&) 10083 vfunc[7]: non-virtual thunk to QLayout::geometry() const 10084 vfunc[8]: non-virtual thunk to QLayout::isEmpty() const 10085 vfunc[9]: non-virtual thunk to QBoxLayout::hasHeightForWidth() 10086 const 10087 vfunc[10]: non-virtual thunk to QBoxLayout::heightForWidth(int) 10088 const 10089 vfunc[11]: non-virtual thunk to 10090 QBoxLayout::minimumHeightForWidth(int) const 10091 vfunc[12]: non-virtual thunk to QBoxLayout::invalidate() 10092 vfunc[13]: QLayoutItem::widget() 10093 vfunc[14]: non-virtual thunk to QLayout::layout() 10094 vfunc[15]: QLayoutItem::spacerItem() 10095 10096 The Run Time Type Information for the QBoxLayout class is 10097 described by Table 7-236 10098 10099 Table 7-236. typeinfo for QBoxLayout 10100 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10101 Name typeinfo name for QBoxLayout 10102 basetype: typeinfo for QLayout 10103 __________________________________________________________ 10104 10105 7.5.15.7. Class data for QHBoxLayout 10106 10107 The virtual table for the QHBoxLayout class is described by 10108 Table 7-237 10109 10110 Table 7-237. Primary vtable for QHBoxLayout 10111 Base Offset 0 10112 Virtual Base Offset 0 10113 RTTI typeinfo for QHBoxLayout 10114 vfunc[0]: QHBoxLayout::metaObject() const 10115 vfunc[1]: QHBoxLayout::qt_metacast(char const*) 10116 vfunc[2]: QHBoxLayout::qt_metacall(QMetaObject::Call, int, 10117 void**) 10118 vfunc[3]: QHBoxLayout::~QHBoxLayout() 10119 vfunc[4]: QHBoxLayout::~QHBoxLayout() 10120 vfunc[5]: QObject::event(QEvent*) 10121 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 10122 vfunc[7]: QObject::timerEvent(QTimerEvent*) 10123 vfunc[8]: QLayout::childEvent(QChildEvent*) 10124 vfunc[9]: QObject::customEvent(QEvent*) 10125 vfunc[10]: QObject::connectNotify(char const*) 10126 vfunc[11]: QObject::disconnectNotify(char const*) 10127 vfunc[12]: QBoxLayout::invalidate() 10128 vfunc[13]: QLayout::geometry() const 10129 vfunc[14]: QBoxLayout::addItem(QLayoutItem*) 10130 vfunc[15]: QBoxLayout::expandingDirections() const 10131 vfunc[16]: QBoxLayout::minimumSize() const 10132 vfunc[17]: QBoxLayout::maximumSize() const 10133 vfunc[18]: QBoxLayout::setGeometry(QRect const&) 10134 vfunc[19]: QBoxLayout::itemAt(int) const 10135 vfunc[20]: QBoxLayout::takeAt(int) 10136 vfunc[21]: QLayout::indexOf(QWidget*) const 10137 vfunc[22]: QBoxLayout::count() const 10138 vfunc[23]: QLayout::isEmpty() const 10139 vfunc[24]: QLayout::layout() 10140 vfunc[25]: QBoxLayout::sizeHint() const 10141 vfunc[26]: QBoxLayout::hasHeightForWidth() const 10142 vfunc[27]: QBoxLayout::heightForWidth(int) const 10143 vfunc[28]: QBoxLayout::minimumHeightForWidth(int) const 10144 10145 Table 7-238. Secondary vtable for QHBoxLayout 10146 Base Offset -16 10147 Virtual Base Offset 0 10148 RTTI typeinfo for QHBoxLayout 10149 vfunc[0]: non-virtual thunk to QHBoxLayout::~QHBoxLayout() 10150 vfunc[1]: non-virtual thunk to QHBoxLayout::~QHBoxLayout() 10151 vfunc[2]: non-virtual thunk to QBoxLayout::sizeHint() const 10152 vfunc[3]: non-virtual thunk to QBoxLayout::minimumSize() const 10153 vfunc[4]: non-virtual thunk to QBoxLayout::maximumSize() const 10154 vfunc[5]: non-virtual thunk to 10155 QBoxLayout::expandingDirections() const 10156 vfunc[6]: non-virtual thunk to QBoxLayout::setGeometry(QRect 10157 const&) 10158 vfunc[7]: non-virtual thunk to QLayout::geometry() const 10159 vfunc[8]: non-virtual thunk to QLayout::isEmpty() const 10160 vfunc[9]: non-virtual thunk to QBoxLayout::hasHeightForWidth() 10161 const 10162 vfunc[10]: non-virtual thunk to QBoxLayout::heightForWidth(int) 10163 const 10164 vfunc[11]: non-virtual thunk to 10165 QBoxLayout::minimumHeightForWidth(int) const 10166 vfunc[12]: non-virtual thunk to QBoxLayout::invalidate() 10167 vfunc[13]: QLayoutItem::widget() 10168 vfunc[14]: non-virtual thunk to QLayout::layout() 10169 vfunc[15]: QLayoutItem::spacerItem() 10170 10171 The Run Time Type Information for the QHBoxLayout class is 10172 described by Table 7-239 10173 10174 Table 7-239. typeinfo for QHBoxLayout 10175 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10176 Name typeinfo name for QHBoxLayout 10177 basetype: typeinfo for QBoxLayout 10178 __________________________________________________________ 10179 10180 7.5.15.8. Class data for QVBoxLayout 10181 10182 The virtual table for the QVBoxLayout class is described by 10183 Table 7-240 10184 10185 Table 7-240. Primary vtable for QVBoxLayout 10186 Base Offset 0 10187 Virtual Base Offset 0 10188 RTTI typeinfo for QVBoxLayout 10189 vfunc[0]: QVBoxLayout::metaObject() const 10190 vfunc[1]: QVBoxLayout::qt_metacast(char const*) 10191 vfunc[2]: QVBoxLayout::qt_metacall(QMetaObject::Call, int, 10192 void**) 10193 vfunc[3]: QVBoxLayout::~QVBoxLayout() 10194 vfunc[4]: QVBoxLayout::~QVBoxLayout() 10195 vfunc[5]: QObject::event(QEvent*) 10196 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 10197 vfunc[7]: QObject::timerEvent(QTimerEvent*) 10198 vfunc[8]: QLayout::childEvent(QChildEvent*) 10199 vfunc[9]: QObject::customEvent(QEvent*) 10200 vfunc[10]: QObject::connectNotify(char const*) 10201 vfunc[11]: QObject::disconnectNotify(char const*) 10202 vfunc[12]: QBoxLayout::invalidate() 10203 vfunc[13]: QLayout::geometry() const 10204 vfunc[14]: QBoxLayout::addItem(QLayoutItem*) 10205 vfunc[15]: QBoxLayout::expandingDirections() const 10206 vfunc[16]: QBoxLayout::minimumSize() const 10207 vfunc[17]: QBoxLayout::maximumSize() const 10208 vfunc[18]: QBoxLayout::setGeometry(QRect const&) 10209 vfunc[19]: QBoxLayout::itemAt(int) const 10210 vfunc[20]: QBoxLayout::takeAt(int) 10211 vfunc[21]: QLayout::indexOf(QWidget*) const 10212 vfunc[22]: QBoxLayout::count() const 10213 vfunc[23]: QLayout::isEmpty() const 10214 vfunc[24]: QLayout::layout() 10215 vfunc[25]: QBoxLayout::sizeHint() const 10216 vfunc[26]: QBoxLayout::hasHeightForWidth() const 10217 vfunc[27]: QBoxLayout::heightForWidth(int) const 10218 vfunc[28]: QBoxLayout::minimumHeightForWidth(int) const 10219 10220 Table 7-241. Secondary vtable for QVBoxLayout 10221 Base Offset -16 10222 Virtual Base Offset 0 10223 RTTI typeinfo for QVBoxLayout 10224 vfunc[0]: non-virtual thunk to QVBoxLayout::~QVBoxLayout() 10225 vfunc[1]: non-virtual thunk to QVBoxLayout::~QVBoxLayout() 10226 vfunc[2]: non-virtual thunk to QBoxLayout::sizeHint() const 10227 vfunc[3]: non-virtual thunk to QBoxLayout::minimumSize() const 10228 vfunc[4]: non-virtual thunk to QBoxLayout::maximumSize() const 10229 vfunc[5]: non-virtual thunk to 10230 QBoxLayout::expandingDirections() const 10231 vfunc[6]: non-virtual thunk to QBoxLayout::setGeometry(QRect 10232 const&) 10233 vfunc[7]: non-virtual thunk to QLayout::geometry() const 10234 vfunc[8]: non-virtual thunk to QLayout::isEmpty() const 10235 vfunc[9]: non-virtual thunk to QBoxLayout::hasHeightForWidth() 10236 const 10237 vfunc[10]: non-virtual thunk to QBoxLayout::heightForWidth(int) 10238 const 10239 vfunc[11]: non-virtual thunk to 10240 QBoxLayout::minimumHeightForWidth(int) const 10241 vfunc[12]: non-virtual thunk to QBoxLayout::invalidate() 10242 vfunc[13]: QLayoutItem::widget() 10243 vfunc[14]: non-virtual thunk to QLayout::layout() 10244 vfunc[15]: QLayoutItem::spacerItem() 10245 10246 The Run Time Type Information for the QVBoxLayout class is 10247 described by Table 7-242 10248 10249 Table 7-242. typeinfo for QVBoxLayout 10250 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10251 Name typeinfo name for QVBoxLayout 10252 basetype: typeinfo for QBoxLayout 10253 __________________________________________________________ 10254 10255 7.5.15.9. Class data for QStackedLayout 10256 10257 The virtual table for the QStackedLayout class is described by 10258 Table 7-243 10259 10260 Table 7-243. Primary vtable for QStackedLayout 10261 Base Offset 0 10262 Virtual Base Offset 0 10263 RTTI typeinfo for QStackedLayout 10264 vfunc[0]: QStackedLayout::metaObject() const 10265 vfunc[1]: QStackedLayout::qt_metacast(char const*) 10266 vfunc[2]: QStackedLayout::qt_metacall(QMetaObject::Call, int, 10267 void**) 10268 vfunc[3]: QStackedLayout::~QStackedLayout() 10269 vfunc[4]: QStackedLayout::~QStackedLayout() 10270 vfunc[5]: QObject::event(QEvent*) 10271 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 10272 vfunc[7]: QObject::timerEvent(QTimerEvent*) 10273 vfunc[8]: QLayout::childEvent(QChildEvent*) 10274 vfunc[9]: QObject::customEvent(QEvent*) 10275 vfunc[10]: QObject::connectNotify(char const*) 10276 vfunc[11]: QObject::disconnectNotify(char const*) 10277 vfunc[12]: QLayout::invalidate() 10278 vfunc[13]: QLayout::geometry() const 10279 vfunc[14]: QStackedLayout::addItem(QLayoutItem*) 10280 vfunc[15]: QLayout::expandingDirections() const 10281 vfunc[16]: QStackedLayout::minimumSize() const 10282 vfunc[17]: QLayout::maximumSize() const 10283 vfunc[18]: QStackedLayout::setGeometry(QRect const&) 10284 vfunc[19]: QStackedLayout::itemAt(int) const 10285 vfunc[20]: QStackedLayout::takeAt(int) 10286 vfunc[21]: QLayout::indexOf(QWidget*) const 10287 vfunc[22]: QStackedLayout::count() const 10288 vfunc[23]: QLayout::isEmpty() const 10289 vfunc[24]: QLayout::layout() 10290 vfunc[25]: QStackedLayout::sizeHint() const 10291 10292 Table 7-244. Secondary vtable for QStackedLayout 10293 Base Offset -16 10294 Virtual Base Offset 0 10295 RTTI typeinfo for QStackedLayout 10296 vfunc[0]: non-virtual thunk to 10297 QStackedLayout::~QStackedLayout() 10298 vfunc[1]: non-virtual thunk to 10299 QStackedLayout::~QStackedLayout() 10300 vfunc[2]: non-virtual thunk to QStackedLayout::sizeHint() const 10301 vfunc[3]: non-virtual thunk to QStackedLayout::minimumSize() 10302 const 10303 vfunc[4]: non-virtual thunk to QLayout::maximumSize() const 10304 vfunc[5]: non-virtual thunk to QLayout::expandingDirections() 10305 const 10306 vfunc[6]: non-virtual thunk to 10307 QStackedLayout::setGeometry(QRect const&) 10308 vfunc[7]: non-virtual thunk to QLayout::geometry() const 10309 vfunc[8]: non-virtual thunk to QLayout::isEmpty() const 10310 vfunc[9]: QLayoutItem::hasHeightForWidth() const 10311 vfunc[10]: QLayoutItem::heightForWidth(int) const 10312 vfunc[11]: QLayoutItem::minimumHeightForWidth(int) const 10313 vfunc[12]: non-virtual thunk to QLayout::invalidate() 10314 vfunc[13]: QLayoutItem::widget() 10315 vfunc[14]: non-virtual thunk to QLayout::layout() 10316 vfunc[15]: QLayoutItem::spacerItem() 10317 10318 The Run Time Type Information for the QStackedLayout class is 10319 described by Table 7-245 10320 10321 Table 7-245. typeinfo for QStackedLayout 10322 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10323 Name typeinfo name for QStackedLayout 10324 basetype: typeinfo for QLayout 10325 __________________________________________________________ 10326 10327 7.5.15.10. Interfaces for Qt4 Layouts 10328 10329 An LSB conforming implementation shall provide the architecture 10330 specific functions for Qt4 Layouts specified in Table 7-246, 10331 with the full mandatory functionality as described in the 10332 referenced underlying specification. 10333 10334 Table 7-246. libQtGui - Qt4 Layouts Function Interfaces 10335 _ZThn16_N10QBoxLayoutD0Ev [CXXABI-1.86] 10336 _ZThn16_N10QBoxLayoutD1Ev [CXXABI-1.86] 10337 _ZThn16_N11QGridLayoutD0Ev [CXXABI-1.86] 10338 _ZThn16_N11QGridLayoutD1Ev [CXXABI-1.86] 10339 _ZThn16_N11QHBoxLayoutD0Ev [CXXABI-1.86] 10340 _ZThn16_N11QHBoxLayoutD1Ev [CXXABI-1.86] 10341 _ZThn16_N11QVBoxLayoutD0Ev [CXXABI-1.86] 10342 _ZThn16_N11QVBoxLayoutD1Ev [CXXABI-1.86] 10343 _ZThn16_N14QStackedLayoutD0Ev [CXXABI-1.86] 10344 _ZThn16_N14QStackedLayoutD1Ev [CXXABI-1.86] 10345 _ZThn16_N7QLayoutD0Ev [CXXABI-1.86] _ZThn16_N7QLayoutD1Ev 10346 [CXXABI-1.86] 10347 __________________________________________________________ 10348 10349 7.5.16. Qt4 Style 10350 __________________________________________________________ 10351 10352 7.5.16.1. Class data for QStyle 10353 10354 The virtual table for the QStyle class is described in the 10355 generic part of this specification. 10356 10357 The Run Time Type Information for the QStyle class is described 10358 by Table 7-247 10359 10360 Table 7-247. typeinfo for QStyle 10361 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10362 Name typeinfo name for QStyle 10363 basetype: typeinfo for QObject 10364 __________________________________________________________ 10365 10366 7.5.16.2. Class data for QCommonStyle 10367 10368 The virtual table for the QCommonStyle class is described in 10369 the generic part of this specification. 10370 10371 The Run Time Type Information for the QCommonStyle class is 10372 described by Table 7-248 10373 10374 Table 7-248. typeinfo for QCommonStyle 10375 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10376 Name typeinfo name for QCommonStyle 10377 basetype: typeinfo for QStyle 10378 __________________________________________________________ 10379 10380 7.5.16.3. Class data for QMotifStyle 10381 10382 The virtual table for the QMotifStyle class is described in the 10383 generic part of this specification. 10384 10385 The Run Time Type Information for the QMotifStyle class is 10386 described by Table 7-249 10387 10388 Table 7-249. typeinfo for QMotifStyle 10389 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10390 Name typeinfo name for QMotifStyle 10391 basetype: typeinfo for QCommonStyle 10392 __________________________________________________________ 10393 10394 7.5.16.4. Class data for QStyleFactoryInterface 10395 10396 The virtual table for the QStyleFactoryInterface class is 10397 described in the generic part of this specification. 10398 10399 The Run Time Type Information for the QStyleFactoryInterface 10400 class is described by Table 7-250 10401 10402 Table 7-250. typeinfo for QStyleFactoryInterface 10403 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10404 Name typeinfo name for QStyleFactoryInterface 10405 basetype: typeinfo for QFactoryInterface 10406 __________________________________________________________ 10407 10408 7.5.16.5. Class data for QWindowsStyle 10409 10410 The virtual table for the QWindowsStyle class is described in 10411 the generic part of this specification. 10412 10413 The Run Time Type Information for the QWindowsStyle class is 10414 described by Table 7-251 10415 10416 Table 7-251. typeinfo for QWindowsStyle 10417 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10418 Name typeinfo name for QWindowsStyle 10419 basetype: typeinfo for QCommonStyle 10420 __________________________________________________________ 10421 10422 7.5.16.6. Class data for QCDEStyle 10423 10424 The virtual table for the QCDEStyle class is described in the 10425 generic part of this specification. 10426 10427 The Run Time Type Information for the QCDEStyle class is 10428 described by Table 7-252 10429 10430 Table 7-252. typeinfo for QCDEStyle 10431 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10432 Name typeinfo name for QCDEStyle 10433 basetype: typeinfo for QMotifStyle 10434 __________________________________________________________ 10435 10436 7.5.16.7. Class data for QPlastiqueStyle 10437 10438 The virtual table for the QPlastiqueStyle class is described in 10439 the generic part of this specification. 10440 10441 The Run Time Type Information for the QPlastiqueStyle class is 10442 described by Table 7-253 10443 10444 Table 7-253. typeinfo for QPlastiqueStyle 10445 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10446 Name typeinfo name for QPlastiqueStyle 10447 basetype: typeinfo for QWindowsStyle 10448 __________________________________________________________ 10449 10450 7.5.16.8. Class data for QCleanlooksStyle 10451 10452 The virtual table for the QCleanlooksStyle class is described 10453 in the generic part of this specification. 10454 __________________________________________________________ 10455 10456 7.5.16.9. Interfaces for Qt4 Style 10457 10458 No external functions are defined for libQtGui - Qt4 Style in 10459 this part of the specification. See also the generic 10460 specification. 10461 __________________________________________________________ 10462 10463 7.5.17. Qt4 Text 10464 __________________________________________________________ 10465 10466 7.5.17.1. Class data for QTextObject 10467 10468 The virtual table for the QTextObject class is described in the 10469 generic part of this specification. 10470 10471 The Run Time Type Information for the QTextObject class is 10472 described by Table 7-254 10473 10474 Table 7-254. typeinfo for QTextObject 10475 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10476 Name typeinfo name for QTextObject 10477 basetype: typeinfo for QObject 10478 __________________________________________________________ 10479 10480 7.5.17.2. Class data for QTextBlockGroup 10481 10482 The virtual table for the QTextBlockGroup class is described in 10483 the generic part of this specification. 10484 10485 The Run Time Type Information for the QTextBlockGroup class is 10486 described by Table 7-255 10487 10488 Table 7-255. typeinfo for QTextBlockGroup 10489 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10490 Name typeinfo name for QTextBlockGroup 10491 basetype: typeinfo for QTextObject 10492 __________________________________________________________ 10493 10494 7.5.17.3. Class data for QTextFrameLayoutData 10495 10496 The virtual table for the QTextFrameLayoutData class is 10497 described in the generic part of this specification. 10498 10499 The Run Time Type Information for the QTextFrameLayoutData 10500 class is described by Table 7-256 10501 10502 Table 7-256. typeinfo for QTextFrameLayoutData 10503 Base Vtable vtable for __cxxabiv1::__class_type_info 10504 Name typeinfo name for QTextFrameLayoutData 10505 __________________________________________________________ 10506 10507 7.5.17.4. Class data for QTextFrame 10508 10509 The virtual table for the QTextFrame class is described in the 10510 generic part of this specification. 10511 10512 The Run Time Type Information for the QTextFrame class is 10513 described by Table 7-257 10514 10515 Table 7-257. typeinfo for QTextFrame 10516 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10517 Name typeinfo name for QTextFrame 10518 basetype: typeinfo for QTextObject 10519 __________________________________________________________ 10520 10521 7.5.17.5. Class data for QTextBlockUserData 10522 10523 The virtual table for the QTextBlockUserData class is described 10524 in the generic part of this specification. 10525 10526 The Run Time Type Information for the QTextBlockUserData class 10527 is described by Table 7-258 10528 10529 Table 7-258. typeinfo for QTextBlockUserData 10530 Base Vtable vtable for __cxxabiv1::__class_type_info 10531 Name typeinfo name for QTextBlockUserData 10532 __________________________________________________________ 10533 10534 7.5.17.6. Class data for QTextDocument 10535 10536 The virtual table for the QTextDocument class is described in 10537 the generic part of this specification. 10538 10539 The Run Time Type Information for the QTextDocument class is 10540 described by Table 7-259 10541 10542 Table 7-259. typeinfo for QTextDocument 10543 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10544 Name typeinfo name for QTextDocument 10545 basetype: typeinfo for QObject 10546 __________________________________________________________ 10547 10548 7.5.17.7. Class data for QTextTable 10549 10550 The virtual table for the QTextTable class is described in the 10551 generic part of this specification. 10552 10553 The Run Time Type Information for the QTextTable class is 10554 described by Table 7-260 10555 10556 Table 7-260. typeinfo for QTextTable 10557 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10558 Name typeinfo name for QTextTable 10559 basetype: typeinfo for QTextFrame 10560 __________________________________________________________ 10561 10562 7.5.17.8. Class data for QTextList 10563 10564 The virtual table for the QTextList class is described in the 10565 generic part of this specification. 10566 10567 The Run Time Type Information for the QTextList class is 10568 described by Table 7-261 10569 10570 Table 7-261. typeinfo for QTextList 10571 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10572 Name typeinfo name for QTextList 10573 basetype: typeinfo for QTextBlockGroup 10574 __________________________________________________________ 10575 10576 7.5.17.9. Class data for QTextObjectInterface 10577 10578 The virtual table for the QTextObjectInterface class is 10579 described in the generic part of this specification. 10580 10581 The Run Time Type Information for the QTextObjectInterface 10582 class is described by Table 7-262 10583 10584 Table 7-262. typeinfo for QTextObjectInterface 10585 Base Vtable vtable for __cxxabiv1::__class_type_info 10586 Name typeinfo name for QTextObjectInterface 10587 __________________________________________________________ 10588 10589 7.5.17.10. Class data for QSyntaxHighlighter 10590 10591 The virtual table for the QSyntaxHighlighter class is described 10592 in the generic part of this specification. 10593 10594 The Run Time Type Information for the QSyntaxHighlighter class 10595 is described by Table 7-263 10596 10597 Table 7-263. typeinfo for QSyntaxHighlighter 10598 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10599 Name typeinfo name for QSyntaxHighlighter 10600 basetype: typeinfo for QObject 10601 __________________________________________________________ 10602 10603 7.5.17.11. Interfaces for Qt4 Text 10604 10605 No external functions are defined for libQtGui - Qt4 Text in 10606 this part of the specification. See also the generic 10607 specification. 10608 __________________________________________________________ 10609 10610 7.5.18. Qt4 Main Window and Application 10611 __________________________________________________________ 10612 10613 7.5.18.1. Class data for QClipboard 10614 10615 The virtual table for the QClipboard class is described in the 10616 generic part of this specification. 10617 10618 The Run Time Type Information for the QClipboard class is 10619 described by Table 7-264 10620 10621 Table 7-264. typeinfo for QClipboard 10622 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10623 Name typeinfo name for QClipboard 10624 basetype: typeinfo for QObject 10625 __________________________________________________________ 10626 10627 7.5.18.2. Class data for QSessionManager 10628 10629 The virtual table for the QSessionManager class is described in 10630 the generic part of this specification. 10631 10632 The Run Time Type Information for the QSessionManager class is 10633 described by Table 7-265 10634 10635 Table 7-265. typeinfo for QSessionManager 10636 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10637 Name typeinfo name for QSessionManager 10638 basetype: typeinfo for QObject 10639 __________________________________________________________ 10640 10641 7.5.18.3. Class data for QApplication 10642 10643 The virtual table for the QApplication class is described in 10644 the generic part of this specification. 10645 10646 The Run Time Type Information for the QApplication class is 10647 described by Table 7-266 10648 10649 Table 7-266. typeinfo for QApplication 10650 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10651 Name typeinfo name for QApplication 10652 basetype: typeinfo for QCoreApplication 10653 __________________________________________________________ 10654 10655 7.5.18.4. Class data for QAction 10656 10657 The virtual table for the QAction class is described in the 10658 generic part of this specification. 10659 10660 The Run Time Type Information for the QAction class is 10661 described by Table 7-267 10662 10663 Table 7-267. typeinfo for QAction 10664 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10665 Name typeinfo name for QAction 10666 basetype: typeinfo for QObject 10667 __________________________________________________________ 10668 10669 7.5.18.5. Class data for QActionGroup 10670 10671 The virtual table for the QActionGroup class is described in 10672 the generic part of this specification. 10673 10674 The Run Time Type Information for the QActionGroup class is 10675 described by Table 7-268 10676 10677 Table 7-268. typeinfo for QActionGroup 10678 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10679 Name typeinfo name for QActionGroup 10680 basetype: typeinfo for QObject 10681 __________________________________________________________ 10682 10683 7.5.18.6. Class data for QWorkspace 10684 10685 The virtual table for the QWorkspace class is described by 10686 Table 7-269 10687 10688 Table 7-269. Primary vtable for QWorkspace 10689 Base Offset 0 10690 Virtual Base Offset 0 10691 RTTI typeinfo for QWorkspace 10692 vfunc[0]: QWorkspace::metaObject() const 10693 vfunc[1]: QWorkspace::qt_metacast(char const*) 10694 vfunc[2]: QWorkspace::qt_metacall(QMetaObject::Call, int, 10695 void**) 10696 vfunc[3]: QWorkspace::~QWorkspace() 10697 vfunc[4]: QWorkspace::~QWorkspace() 10698 vfunc[5]: QWorkspace::event(QEvent*) 10699 vfunc[6]: QWorkspace::eventFilter(QObject*, QEvent*) 10700 vfunc[7]: QObject::timerEvent(QTimerEvent*) 10701 vfunc[8]: QWorkspace::childEvent(QChildEvent*) 10702 vfunc[9]: QObject::customEvent(QEvent*) 10703 vfunc[10]: QObject::connectNotify(char const*) 10704 vfunc[11]: QObject::disconnectNotify(char const*) 10705 vfunc[12]: QWidget::devType() const 10706 vfunc[13]: QWidget::setVisible(bool) 10707 vfunc[14]: QWorkspace::sizeHint() const 10708 vfunc[15]: QWidget::minimumSizeHint() const 10709 vfunc[16]: QWidget::heightForWidth(int) const 10710 vfunc[17]: QWidget::paintEngine() const 10711 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 10712 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 10713 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 10714 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 10715 vfunc[22]: QWorkspace::wheelEvent(QWheelEvent*) 10716 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 10717 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 10718 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 10719 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 10720 vfunc[27]: QWidget::enterEvent(QEvent*) 10721 vfunc[28]: QWidget::leaveEvent(QEvent*) 10722 vfunc[29]: QWorkspace::paintEvent(QPaintEvent*) 10723 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 10724 vfunc[31]: QWorkspace::resizeEvent(QResizeEvent*) 10725 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 10726 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 10727 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 10728 vfunc[35]: QWidget::actionEvent(QActionEvent*) 10729 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 10730 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 10731 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 10732 vfunc[39]: QWidget::dropEvent(QDropEvent*) 10733 vfunc[40]: QWorkspace::showEvent(QShowEvent*) 10734 vfunc[41]: QWorkspace::hideEvent(QHideEvent*) 10735 vfunc[42]: QWidget::x11Event(_XEvent*) 10736 vfunc[43]: QWorkspace::changeEvent(QEvent*) 10737 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 10738 const 10739 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 10740 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 10741 const 10742 vfunc[47]: QWidget::focusNextPrevChild(bool) 10743 vfunc[48]: QWidget::styleChange(QStyle&) 10744 vfunc[49]: QWidget::enabledChange(bool) 10745 vfunc[50]: QWidget::paletteChange(QPalette const&) 10746 vfunc[51]: QWidget::fontChange(QFont const&) 10747 vfunc[52]: QWidget::windowActivationChange(bool) 10748 vfunc[53]: QWidget::languageChange() 10749 10750 Table 7-270. Secondary vtable for QWorkspace 10751 Base Offset -16 10752 Virtual Base Offset 0 10753 RTTI typeinfo for QWorkspace 10754 vfunc[0]: non-virtual thunk to QWorkspace::~QWorkspace() 10755 vfunc[1]: non-virtual thunk to QWorkspace::~QWorkspace() 10756 vfunc[2]: non-virtual thunk to QWidget::devType() const 10757 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 10758 vfunc[4]: non-virtual thunk to 10759 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 10760 10761 The Run Time Type Information for the QWorkspace class is 10762 described by Table 7-271 10763 10764 Table 7-271. typeinfo for QWorkspace 10765 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10766 Name typeinfo name for QWorkspace 10767 basetype: typeinfo for QWidget 10768 __________________________________________________________ 10769 10770 7.5.18.7. Class data for QSizeGrip 10771 10772 The virtual table for the QSizeGrip class is described by Table 10773 7-272 10774 10775 Table 7-272. Primary vtable for QSizeGrip 10776 Base Offset 0 10777 Virtual Base Offset 0 10778 RTTI typeinfo for QSizeGrip 10779 vfunc[0]: QSizeGrip::metaObject() const 10780 vfunc[1]: QSizeGrip::qt_metacast(char const*) 10781 vfunc[2]: QSizeGrip::qt_metacall(QMetaObject::Call, int, 10782 void**) 10783 vfunc[3]: QSizeGrip::~QSizeGrip() 10784 vfunc[4]: QSizeGrip::~QSizeGrip() 10785 vfunc[5]: QSizeGrip::event(QEvent*) 10786 vfunc[6]: QSizeGrip::eventFilter(QObject*, QEvent*) 10787 vfunc[7]: QObject::timerEvent(QTimerEvent*) 10788 vfunc[8]: QObject::childEvent(QChildEvent*) 10789 vfunc[9]: QObject::customEvent(QEvent*) 10790 vfunc[10]: QObject::connectNotify(char const*) 10791 vfunc[11]: QObject::disconnectNotify(char const*) 10792 vfunc[12]: QWidget::devType() const 10793 vfunc[13]: QSizeGrip::setVisible(bool) 10794 vfunc[14]: QSizeGrip::sizeHint() const 10795 vfunc[15]: QWidget::minimumSizeHint() const 10796 vfunc[16]: QWidget::heightForWidth(int) const 10797 vfunc[17]: QWidget::paintEngine() const 10798 vfunc[18]: QSizeGrip::mousePressEvent(QMouseEvent*) 10799 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 10800 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 10801 vfunc[21]: QSizeGrip::mouseMoveEvent(QMouseEvent*) 10802 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 10803 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 10804 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 10805 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 10806 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 10807 vfunc[27]: QWidget::enterEvent(QEvent*) 10808 vfunc[28]: QWidget::leaveEvent(QEvent*) 10809 vfunc[29]: QSizeGrip::paintEvent(QPaintEvent*) 10810 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 10811 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 10812 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 10813 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 10814 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 10815 vfunc[35]: QWidget::actionEvent(QActionEvent*) 10816 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 10817 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 10818 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 10819 vfunc[39]: QWidget::dropEvent(QDropEvent*) 10820 vfunc[40]: QWidget::showEvent(QShowEvent*) 10821 vfunc[41]: QWidget::hideEvent(QHideEvent*) 10822 vfunc[42]: QWidget::x11Event(_XEvent*) 10823 vfunc[43]: QWidget::changeEvent(QEvent*) 10824 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 10825 const 10826 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 10827 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 10828 const 10829 vfunc[47]: QWidget::focusNextPrevChild(bool) 10830 vfunc[48]: QWidget::styleChange(QStyle&) 10831 vfunc[49]: QWidget::enabledChange(bool) 10832 vfunc[50]: QWidget::paletteChange(QPalette const&) 10833 vfunc[51]: QWidget::fontChange(QFont const&) 10834 vfunc[52]: QWidget::windowActivationChange(bool) 10835 vfunc[53]: QWidget::languageChange() 10836 10837 Table 7-273. Secondary vtable for QSizeGrip 10838 Base Offset -16 10839 Virtual Base Offset 0 10840 RTTI typeinfo for QSizeGrip 10841 vfunc[0]: non-virtual thunk to QSizeGrip::~QSizeGrip() 10842 vfunc[1]: non-virtual thunk to QSizeGrip::~QSizeGrip() 10843 vfunc[2]: non-virtual thunk to QWidget::devType() const 10844 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 10845 vfunc[4]: non-virtual thunk to 10846 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 10847 10848 The Run Time Type Information for the QSizeGrip class is 10849 described by Table 7-274 10850 10851 Table 7-274. typeinfo for QSizeGrip 10852 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10853 Name typeinfo name for QSizeGrip 10854 basetype: typeinfo for QWidget 10855 __________________________________________________________ 10856 10857 7.5.18.8. Class data for QStatusBar 10858 10859 The virtual table for the QStatusBar class is described by 10860 Table 7-275 10861 10862 Table 7-275. Primary vtable for QStatusBar 10863 Base Offset 0 10864 Virtual Base Offset 0 10865 RTTI typeinfo for QStatusBar 10866 vfunc[0]: QStatusBar::metaObject() const 10867 vfunc[1]: QStatusBar::qt_metacast(char const*) 10868 vfunc[2]: QStatusBar::qt_metacall(QMetaObject::Call, int, 10869 void**) 10870 vfunc[3]: QStatusBar::~QStatusBar() 10871 vfunc[4]: QStatusBar::~QStatusBar() 10872 vfunc[5]: QStatusBar::event(QEvent*) 10873 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 10874 vfunc[7]: QObject::timerEvent(QTimerEvent*) 10875 vfunc[8]: QObject::childEvent(QChildEvent*) 10876 vfunc[9]: QObject::customEvent(QEvent*) 10877 vfunc[10]: QObject::connectNotify(char const*) 10878 vfunc[11]: QObject::disconnectNotify(char const*) 10879 vfunc[12]: QWidget::devType() const 10880 vfunc[13]: QWidget::setVisible(bool) 10881 vfunc[14]: QWidget::sizeHint() const 10882 vfunc[15]: QWidget::minimumSizeHint() const 10883 vfunc[16]: QWidget::heightForWidth(int) const 10884 vfunc[17]: QWidget::paintEngine() const 10885 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 10886 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 10887 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 10888 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 10889 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 10890 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 10891 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 10892 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 10893 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 10894 vfunc[27]: QWidget::enterEvent(QEvent*) 10895 vfunc[28]: QWidget::leaveEvent(QEvent*) 10896 vfunc[29]: QStatusBar::paintEvent(QPaintEvent*) 10897 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 10898 vfunc[31]: QStatusBar::resizeEvent(QResizeEvent*) 10899 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 10900 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 10901 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 10902 vfunc[35]: QWidget::actionEvent(QActionEvent*) 10903 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 10904 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 10905 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 10906 vfunc[39]: QWidget::dropEvent(QDropEvent*) 10907 vfunc[40]: QWidget::showEvent(QShowEvent*) 10908 vfunc[41]: QWidget::hideEvent(QHideEvent*) 10909 vfunc[42]: QWidget::x11Event(_XEvent*) 10910 vfunc[43]: QWidget::changeEvent(QEvent*) 10911 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 10912 const 10913 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 10914 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 10915 const 10916 vfunc[47]: QWidget::focusNextPrevChild(bool) 10917 vfunc[48]: QWidget::styleChange(QStyle&) 10918 vfunc[49]: QWidget::enabledChange(bool) 10919 vfunc[50]: QWidget::paletteChange(QPalette const&) 10920 vfunc[51]: QWidget::fontChange(QFont const&) 10921 vfunc[52]: QWidget::windowActivationChange(bool) 10922 vfunc[53]: QWidget::languageChange() 10923 10924 Table 7-276. Secondary vtable for QStatusBar 10925 Base Offset -16 10926 Virtual Base Offset 0 10927 RTTI typeinfo for QStatusBar 10928 vfunc[0]: non-virtual thunk to QStatusBar::~QStatusBar() 10929 vfunc[1]: non-virtual thunk to QStatusBar::~QStatusBar() 10930 vfunc[2]: non-virtual thunk to QWidget::devType() const 10931 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 10932 vfunc[4]: non-virtual thunk to 10933 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 10934 10935 The Run Time Type Information for the QStatusBar class is 10936 described by Table 7-277 10937 10938 Table 7-277. typeinfo for QStatusBar 10939 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10940 Name typeinfo name for QStatusBar 10941 basetype: typeinfo for QWidget 10942 __________________________________________________________ 10943 10944 7.5.18.9. Class data for QToolBar 10945 10946 The virtual table for the QToolBar class is described by Table 10947 7-278 10948 10949 Table 7-278. Primary vtable for QToolBar 10950 Base Offset 0 10951 Virtual Base Offset 0 10952 RTTI typeinfo for QToolBar 10953 vfunc[0]: QToolBar::metaObject() const 10954 vfunc[1]: QToolBar::qt_metacast(char const*) 10955 vfunc[2]: QToolBar::qt_metacall(QMetaObject::Call, int, void**) 10956 vfunc[3]: QToolBar::~QToolBar() 10957 vfunc[4]: QToolBar::~QToolBar() 10958 vfunc[5]: QToolBar::event(QEvent*) 10959 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 10960 vfunc[7]: QObject::timerEvent(QTimerEvent*) 10961 vfunc[8]: QToolBar::childEvent(QChildEvent*) 10962 vfunc[9]: QObject::customEvent(QEvent*) 10963 vfunc[10]: QObject::connectNotify(char const*) 10964 vfunc[11]: QObject::disconnectNotify(char const*) 10965 vfunc[12]: QWidget::devType() const 10966 vfunc[13]: QWidget::setVisible(bool) 10967 vfunc[14]: QWidget::sizeHint() const 10968 vfunc[15]: QWidget::minimumSizeHint() const 10969 vfunc[16]: QWidget::heightForWidth(int) const 10970 vfunc[17]: QWidget::paintEngine() const 10971 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 10972 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 10973 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 10974 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 10975 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 10976 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 10977 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 10978 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 10979 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 10980 vfunc[27]: QWidget::enterEvent(QEvent*) 10981 vfunc[28]: QWidget::leaveEvent(QEvent*) 10982 vfunc[29]: QToolBar::paintEvent(QPaintEvent*) 10983 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 10984 vfunc[31]: QToolBar::resizeEvent(QResizeEvent*) 10985 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 10986 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 10987 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 10988 vfunc[35]: QToolBar::actionEvent(QActionEvent*) 10989 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 10990 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 10991 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 10992 vfunc[39]: QWidget::dropEvent(QDropEvent*) 10993 vfunc[40]: QWidget::showEvent(QShowEvent*) 10994 vfunc[41]: QWidget::hideEvent(QHideEvent*) 10995 vfunc[42]: QWidget::x11Event(_XEvent*) 10996 vfunc[43]: QToolBar::changeEvent(QEvent*) 10997 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 10998 const 10999 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 11000 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 11001 const 11002 vfunc[47]: QWidget::focusNextPrevChild(bool) 11003 vfunc[48]: QWidget::styleChange(QStyle&) 11004 vfunc[49]: QWidget::enabledChange(bool) 11005 vfunc[50]: QWidget::paletteChange(QPalette const&) 11006 vfunc[51]: QWidget::fontChange(QFont const&) 11007 vfunc[52]: QWidget::windowActivationChange(bool) 11008 vfunc[53]: QWidget::languageChange() 11009 11010 Table 7-279. Secondary vtable for QToolBar 11011 Base Offset -16 11012 Virtual Base Offset 0 11013 RTTI typeinfo for QToolBar 11014 vfunc[0]: non-virtual thunk to QToolBar::~QToolBar() 11015 vfunc[1]: non-virtual thunk to QToolBar::~QToolBar() 11016 vfunc[2]: non-virtual thunk to QWidget::devType() const 11017 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 11018 vfunc[4]: non-virtual thunk to 11019 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 11020 11021 The Run Time Type Information for the QToolBar class is 11022 described by Table 7-280 11023 11024 Table 7-280. typeinfo for QToolBar 11025 Base Vtable vtable for __cxxabiv1::__si_class_type_info 11026 Name typeinfo name for QToolBar 11027 basetype: typeinfo for QWidget 11028 __________________________________________________________ 11029 11030 7.5.18.10. Class data for QWidgetAction 11031 11032 The virtual table for the QWidgetAction class is described in 11033 the generic part of this specification. 11034 11035 The Run Time Type Information for the QWidgetAction class is 11036 described by Table 7-281 11037 11038 Table 7-281. typeinfo for QWidgetAction 11039 Base Vtable vtable for __cxxabiv1::__si_class_type_info 11040 Name typeinfo name for QWidgetAction 11041 basetype: typeinfo for QAction 11042 __________________________________________________________ 11043 11044 7.5.18.11. Interfaces for Qt4 Main Window and Application 11045 11046 An LSB conforming implementation shall provide the architecture 11047 specific functions for Qt4 Main Window and Application 11048 specified in Table 7-282, with the full mandatory functionality 11049 as described in the referenced underlying specification. 11050 11051 Table 7-282. libQtGui - Qt4 Main Window and Application 11052 Function Interfaces 11053 _ZThn16_N10QStatusBarD0Ev [CXXABI-1.86] 11054 _ZThn16_N10QStatusBarD1Ev [CXXABI-1.86] 11055 _ZThn16_N10QWorkspaceD0Ev [CXXABI-1.86] 11056 _ZThn16_N10QWorkspaceD1Ev [CXXABI-1.86] 11057 _ZThn16_N8QToolBarD0Ev [CXXABI-1.86] _ZThn16_N8QToolBarD1Ev 11058 [CXXABI-1.86] 11059 _ZThn16_N9QSizeGripD0Ev [CXXABI-1.86] _ZThn16_N9QSizeGripD1Ev 11060 [CXXABI-1.86] 11061 __________________________________________________________ 11062 11063 7.5.19. Qt4 Menus 11064 __________________________________________________________ 11065 11066 7.5.19.1. Class data for QMenu 11067 11068 The virtual table for the QMenu class is described by Table 11069 7-283 11070 11071 Table 7-283. Primary vtable for QMenu 11072 Base Offset 0 11073 Virtual Base Offset 0 11074 RTTI typeinfo for QMenu 11075 vfunc[0]: QMenu::metaObject() const 11076 vfunc[1]: QMenu::qt_metacast(char const*) 11077 vfunc[2]: QMenu::qt_metacall(QMetaObject::Call, int, void**) 11078 vfunc[3]: QMenu::~QMenu() 11079 vfunc[4]: QMenu::~QMenu() 11080 vfunc[5]: QMenu::event(QEvent*) 11081 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 11082 vfunc[7]: QMenu::timerEvent(QTimerEvent*) 11083 vfunc[8]: QObject::childEvent(QChildEvent*) 11084 vfunc[9]: QObject::customEvent(QEvent*) 11085 vfunc[10]: QObject::connectNotify(char const*) 11086 vfunc[11]: QObject::disconnectNotify(char const*) 11087 vfunc[12]: QWidget::devType() const 11088 vfunc[13]: QWidget::setVisible(bool) 11089 vfunc[14]: QMenu::sizeHint() const 11090 vfunc[15]: QWidget::minimumSizeHint() const 11091 vfunc[16]: QWidget::heightForWidth(int) const 11092 vfunc[17]: QWidget::paintEngine() const 11093 vfunc[18]: QMenu::mousePressEvent(QMouseEvent*) 11094 vfunc[19]: QMenu::mouseReleaseEvent(QMouseEvent*) 11095 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 11096 vfunc[21]: QMenu::mouseMoveEvent(QMouseEvent*) 11097 vfunc[22]: QMenu::wheelEvent(QWheelEvent*) 11098 vfunc[23]: QMenu::keyPressEvent(QKeyEvent*) 11099 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 11100 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 11101 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 11102 vfunc[27]: QMenu::enterEvent(QEvent*) 11103 vfunc[28]: QMenu::leaveEvent(QEvent*) 11104 vfunc[29]: QMenu::paintEvent(QPaintEvent*) 11105 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 11106 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 11107 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 11108 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 11109 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 11110 vfunc[35]: QMenu::actionEvent(QActionEvent*) 11111 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 11112 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 11113 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 11114 vfunc[39]: QWidget::dropEvent(QDropEvent*) 11115 vfunc[40]: QWidget::showEvent(QShowEvent*) 11116 vfunc[41]: QMenu::hideEvent(QHideEvent*) 11117 vfunc[42]: QWidget::x11Event(_XEvent*) 11118 vfunc[43]: QMenu::changeEvent(QEvent*) 11119 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 11120 const 11121 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 11122 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 11123 const 11124 vfunc[47]: QWidget::focusNextPrevChild(bool) 11125 vfunc[48]: QWidget::styleChange(QStyle&) 11126 vfunc[49]: QWidget::enabledChange(bool) 11127 vfunc[50]: QWidget::paletteChange(QPalette const&) 11128 vfunc[51]: QWidget::fontChange(QFont const&) 11129 vfunc[52]: QWidget::windowActivationChange(bool) 11130 vfunc[53]: QWidget::languageChange() 11131 11132 Table 7-284. Secondary vtable for QMenu 11133 Base Offset -16 11134 Virtual Base Offset 0 11135 RTTI typeinfo for QMenu 11136 vfunc[0]: non-virtual thunk to QMenu::~QMenu() 11137 vfunc[1]: non-virtual thunk to QMenu::~QMenu() 11138 vfunc[2]: non-virtual thunk to QWidget::devType() const 11139 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 11140 vfunc[4]: non-virtual thunk to 11141 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 11142 11143 The Run Time Type Information for the QMenu class is described 11144 by Table 7-285 11145 11146 Table 7-285. typeinfo for QMenu 11147 Base Vtable vtable for __cxxabiv1::__si_class_type_info 11148 Name typeinfo name for QMenu 11149 basetype: typeinfo for QWidget 11150 __________________________________________________________ 11151 11152 7.5.19.2. Class data for QMenuItem 11153 11154 The virtual table for the QMenuItem class is described in the 11155 generic part of this specification. 11156 11157 The Run Time Type Information for the QMenuItem class is 11158 described by Table 7-286 11159 11160 Table 7-286. typeinfo for QMenuItem 11161 Base Vtable vtable for __cxxabiv1::__si_class_type_info 11162 Name typeinfo name for QMenuItem 11163 basetype: typeinfo for QAction 11164 __________________________________________________________ 11165 11166 7.5.19.3. Class data for QMenuBar 11167 11168 The virtual table for the QMenuBar class is described by Table 11169 7-287 11170 11171 Table 7-287. Primary vtable for QMenuBar 11172 Base Offset 0 11173 Virtual Base Offset 0 11174 RTTI typeinfo for QMenuBar 11175 vfunc[0]: QMenuBar::metaObject() const 11176 vfunc[1]: QMenuBar::qt_metacast(char const*) 11177 vfunc[2]: QMenuBar::qt_metacall(QMetaObject::Call, int, void**) 11178 vfunc[3]: QMenuBar::~QMenuBar() 11179 vfunc[4]: QMenuBar::~QMenuBar() 11180 vfunc[5]: QMenuBar::event(QEvent*) 11181 vfunc[6]: QMenuBar::eventFilter(QObject*, QEvent*) 11182 vfunc[7]: QObject::timerEvent(QTimerEvent*) 11183 vfunc[8]: QObject::childEvent(QChildEvent*) 11184 vfunc[9]: QObject::customEvent(QEvent*) 11185 vfunc[10]: QObject::connectNotify(char const*) 11186 vfunc[11]: QObject::disconnectNotify(char const*) 11187 vfunc[12]: QWidget::devType() const 11188 vfunc[13]: QWidget::setVisible(bool) 11189 vfunc[14]: QMenuBar::sizeHint() const 11190 vfunc[15]: QMenuBar::minimumSizeHint() const 11191 vfunc[16]: QMenuBar::heightForWidth(int) const 11192 vfunc[17]: QWidget::paintEngine() const 11193 vfunc[18]: QMenuBar::mousePressEvent(QMouseEvent*) 11194 vfunc[19]: QMenuBar::mouseReleaseEvent(QMouseEvent*) 11195 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 11196 vfunc[21]: QMenuBar::mouseMoveEvent(QMouseEvent*) 11197 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 11198 vfunc[23]: QMenuBar::keyPressEvent(QKeyEvent*) 11199 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 11200 vfunc[25]: QMenuBar::focusInEvent(QFocusEvent*) 11201 vfunc[26]: QMenuBar::focusOutEvent(QFocusEvent*) 11202 vfunc[27]: QWidget::enterEvent(QEvent*) 11203 vfunc[28]: QMenuBar::leaveEvent(QEvent*) 11204 vfunc[29]: QMenuBar::paintEvent(QPaintEvent*) 11205 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 11206 vfunc[31]: QMenuBar::resizeEvent(QResizeEvent*) 11207 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 11208 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 11209 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 11210 vfunc[35]: QMenuBar::actionEvent(QActionEvent*) 11211 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 11212 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 11213 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 11214 vfunc[39]: QWidget::dropEvent(QDropEvent*) 11215 vfunc[40]: QWidget::showEvent(QShowEvent*) 11216 vfunc[41]: QWidget::hideEvent(QHideEvent*) 11217 vfunc[42]: QWidget::x11Event(_XEvent*) 11218 vfunc[43]: QMenuBar::changeEvent(QEvent*) 11219 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 11220 const 11221 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 11222 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 11223 const 11224 vfunc[47]: QWidget::focusNextPrevChild(bool) 11225 vfunc[48]: QWidget::styleChange(QStyle&) 11226 vfunc[49]: QWidget::enabledChange(bool) 11227 vfunc[50]: QWidget::paletteChange(QPalette const&) 11228 vfunc[51]: QWidget::fontChange(QFont const&) 11229 vfunc[52]: QWidget::windowActivationChange(bool) 11230 vfunc[53]: QWidget::languageChange() 11231 11232 Table 7-288. Secondary vtable for QMenuBar 11233 Base Offset -16 11234 Virtual Base Offset 0 11235 RTTI typeinfo for QMenuBar 11236 vfunc[0]: non-virtual thunk to QMenuBar::~QMenuBar() 11237 vfunc[1]: non-virtual thunk to QMenuBar::~QMenuBar() 11238 vfunc[2]: non-virtual thunk to QWidget::devType() const 11239 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 11240 vfunc[4]: non-virtual thunk to 11241 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 11242 11243 The Run Time Type Information for the QMenuBar class is 11244 described by Table 7-289 11245 11246 Table 7-289. typeinfo for QMenuBar 11247 Base Vtable vtable for __cxxabiv1::__si_class_type_info 11248 Name typeinfo name for QMenuBar 11249 basetype: typeinfo for QWidget 11250 __________________________________________________________ 11251 11252 7.5.19.4. Interfaces for Qt4 Menus 11253 11254 An LSB conforming implementation shall provide the architecture 11255 specific functions for Qt4 Menus specified in Table 7-290, with 11256 the full mandatory functionality as described in the referenced 11257 underlying specification. 11258 11259 Table 7-290. libQtGui - Qt4 Menus Function Interfaces 11260 _ZThn16_N5QMenuD0Ev [CXXABI-1.86] _ZThn16_N5QMenuD1Ev 11261 [CXXABI-1.86] 11262 _ZThn16_N8QMenuBarD0Ev [CXXABI-1.86] _ZThn16_N8QMenuBarD1Ev 11263 [CXXABI-1.86] 11264 __________________________________________________________ 11265 11266 7.5.20. Qt4 Widgets 11267 __________________________________________________________ 11268 11269 7.5.20.1. Class data for QWidget 11270 11271 The virtual table for the QWidget class is described by Table 11272 7-291 11273 11274 Table 7-291. Primary vtable for QWidget 11275 Base Offset 0 11276 Virtual Base Offset 0 11277 RTTI typeinfo for QWidget 11278 vfunc[0]: QWidget::metaObject() const 11279 vfunc[1]: QWidget::qt_metacast(char const*) 11280 vfunc[2]: QWidget::qt_metacall(QMetaObject::Call, int, void**) 11281 vfunc[3]: QWidget::~QWidget() 11282 vfunc[4]: QWidget::~QWidget() 11283 vfunc[5]: QWidget::event(QEvent*) 11284 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 11285 vfunc[7]: QObject::timerEvent(QTimerEvent*) 11286 vfunc[8]: QObject::childEvent(QChildEvent*) 11287 vfunc[9]: QObject::customEvent(QEvent*) 11288 vfunc[10]: QObject::connectNotify(char const*) 11289 vfunc[11]: QObject::disconnectNotify(char const*) 11290 vfunc[12]: QWidget::devType() const 11291 vfunc[13]: QWidget::setVisible(bool) 11292 vfunc[14]: QWidget::sizeHint() const 11293 vfunc[15]: QWidget::minimumSizeHint() const 11294 vfunc[16]: QWidget::heightForWidth(int) const 11295 vfunc[17]: QWidget::paintEngine() const 11296 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 11297 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 11298 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 11299 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 11300 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 11301 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 11302 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 11303 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 11304 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 11305 vfunc[27]: QWidget::enterEvent(QEvent*) 11306 vfunc[28]: QWidget::leaveEvent(QEvent*) 11307 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 11308 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 11309 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 11310 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 11311 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 11312 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 11313 vfunc[35]: QWidget::actionEvent(QActionEvent*) 11314 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 11315 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 11316 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 11317 vfunc[39]: QWidget::dropEvent(QDropEvent*) 11318 vfunc[40]: QWidget::showEvent(QShowEvent*) 11319 vfunc[41]: QWidget::hideEvent(QHideEvent*) 11320 vfunc[42]: QWidget::x11Event(_XEvent*) 11321 vfunc[43]: QWidget::changeEvent(QEvent*) 11322 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 11323 const 11324 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 11325 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 11326 const 11327 vfunc[47]: QWidget::focusNextPrevChild(bool) 11328 vfunc[48]: QWidget::styleChange(QStyle&) 11329 vfunc[49]: QWidget::enabledChange(bool) 11330 vfunc[50]: QWidget::paletteChange(QPalette const&) 11331 vfunc[51]: QWidget::fontChange(QFont const&) 11332 vfunc[52]: QWidget::windowActivationChange(bool) 11333 vfunc[53]: QWidget::languageChange() 11334 11335 Table 7-292. Secondary vtable for QWidget 11336 Base Offset -16 11337 Virtual Base Offset 0 11338 RTTI typeinfo for QWidget 11339 vfunc[0]: non-virtual thunk to QWidget::~QWidget() 11340 vfunc[1]: non-virtual thunk to QWidget::~QWidget() 11341 vfunc[2]: non-virtual thunk to QWidget::devType() const 11342 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 11343 vfunc[4]: non-virtual thunk to 11344 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 11345 11346 The Run Time Type Information for the QWidget class is 11347 described by Table 7-293 11348 11349 Table 7-293. typeinfo for QWidget 11350 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 11351 Name typeinfo name for QWidget 11352 flags: 0 11353 basetype: typeinfo for QObject 2 11354 basetype: typeinfo for QPaintDevice 2050 11355 __________________________________________________________ 11356 11357 7.5.20.2. Class data for QFrame 11358 11359 The virtual table for the QFrame class is described by Table 11360 7-294 11361 11362 Table 7-294. Primary vtable for QFrame 11363 Base Offset 0 11364 Virtual Base Offset 0 11365 RTTI typeinfo for QFrame 11366 vfunc[0]: QFrame::metaObject() const 11367 vfunc[1]: QFrame::qt_metacast(char const*) 11368 vfunc[2]: QFrame::qt_metacall(QMetaObject::Call, int, void**) 11369 vfunc[3]: QFrame::~QFrame() 11370 vfunc[4]: QFrame::~QFrame() 11371 vfunc[5]: QFrame::event(QEvent*) 11372 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 11373 vfunc[7]: QObject::timerEvent(QTimerEvent*) 11374 vfunc[8]: QObject::childEvent(QChildEvent*) 11375 vfunc[9]: QObject::customEvent(QEvent*) 11376 vfunc[10]: QObject::connectNotify(char const*) 11377 vfunc[11]: QObject::disconnectNotify(char const*) 11378 vfunc[12]: QWidget::devType() const 11379 vfunc[13]: QWidget::setVisible(bool) 11380 vfunc[14]: QFrame::sizeHint() const 11381 vfunc[15]: QWidget::minimumSizeHint() const 11382 vfunc[16]: QWidget::heightForWidth(int) const 11383 vfunc[17]: QWidget::paintEngine() const 11384 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 11385 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 11386 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 11387 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 11388 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 11389 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 11390 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 11391 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 11392 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 11393 vfunc[27]: QWidget::enterEvent(QEvent*) 11394 vfunc[28]: QWidget::leaveEvent(QEvent*) 11395 vfunc[29]: QFrame::paintEvent(QPaintEvent*) 11396 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 11397 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 11398 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 11399 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 11400 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 11401 vfunc[35]: QWidget::actionEvent(QActionEvent*) 11402 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 11403 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 11404 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 11405 vfunc[39]: QWidget::dropEvent(QDropEvent*) 11406 vfunc[40]: QWidget::showEvent(QShowEvent*) 11407 vfunc[41]: QWidget::hideEvent(QHideEvent*) 11408 vfunc[42]: QWidget::x11Event(_XEvent*) 11409 vfunc[43]: QFrame::changeEvent(QEvent*) 11410 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 11411 const 11412 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 11413 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 11414 const 11415 vfunc[47]: QWidget::focusNextPrevChild(bool) 11416 vfunc[48]: QWidget::styleChange(QStyle&) 11417 vfunc[49]: QWidget::enabledChange(bool) 11418 vfunc[50]: QWidget::paletteChange(QPalette const&) 11419 vfunc[51]: QWidget::fontChange(QFont const&) 11420 vfunc[52]: QWidget::windowActivationChange(bool) 11421 vfunc[53]: QWidget::languageChange() 11422 11423 Table 7-295. Secondary vtable for QFrame 11424 Base Offset -16 11425 Virtual Base Offset 0 11426 RTTI typeinfo for QFrame 11427 vfunc[0]: non-virtual thunk to QFrame::~QFrame() 11428 vfunc[1]: non-virtual thunk to QFrame::~QFrame() 11429 vfunc[2]: non-virtual thunk to QWidget::devType() const 11430 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 11431 vfunc[4]: non-virtual thunk to 11432 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 11433 11434 The Run Time Type Information for the QFrame class is described 11435 by Table 7-296 11436 11437 Table 7-296. typeinfo for QFrame 11438 Base Vtable vtable for __cxxabiv1::__si_class_type_info 11439 Name typeinfo name for QFrame 11440 basetype: typeinfo for QWidget 11441 __________________________________________________________ 11442 11443 7.5.20.3. Class data for QLineEdit 11444 11445 The virtual table for the QLineEdit class is described by Table 11446 7-297 11447 11448 Table 7-297. Primary vtable for QLineEdit 11449 Base Offset 0 11450 Virtual Base Offset 0 11451 RTTI typeinfo for QLineEdit 11452 vfunc[0]: QLineEdit::metaObject() const 11453 vfunc[1]: QLineEdit::qt_metacast(char const*) 11454 vfunc[2]: QLineEdit::qt_metacall(QMetaObject::Call, int, 11455 void**) 11456 vfunc[3]: QLineEdit::~QLineEdit() 11457 vfunc[4]: QLineEdit::~QLineEdit() 11458 vfunc[5]: QLineEdit::event(QEvent*) 11459 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 11460 vfunc[7]: QObject::timerEvent(QTimerEvent*) 11461 vfunc[8]: QObject::childEvent(QChildEvent*) 11462 vfunc[9]: QObject::customEvent(QEvent*) 11463 vfunc[10]: QObject::connectNotify(char const*) 11464 vfunc[11]: QObject::disconnectNotify(char const*) 11465 vfunc[12]: QWidget::devType() const 11466 vfunc[13]: QWidget::setVisible(bool) 11467 vfunc[14]: QLineEdit::sizeHint() const 11468 vfunc[15]: QLineEdit::minimumSizeHint() const 11469 vfunc[16]: QWidget::heightForWidth(int) const 11470 vfunc[17]: QWidget::paintEngine() const 11471 vfunc[18]: QLineEdit::mousePressEvent(QMouseEvent*) 11472 vfunc[19]: QLineEdit::mouseReleaseEvent(QMouseEvent*) 11473 vfunc[20]: QLineEdit::mouseDoubleClickEvent(QMouseEvent*) 11474 vfunc[21]: QLineEdit::mouseMoveEvent(QMouseEvent*) 11475 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 11476 vfunc[23]: QLineEdit::keyPressEvent(QKeyEvent*) 11477 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 11478 vfunc[25]: QLineEdit::focusInEvent(QFocusEvent*) 11479 vfunc[26]: QLineEdit::focusOutEvent(QFocusEvent*) 11480 vfunc[27]: QWidget::enterEvent(QEvent*) 11481 vfunc[28]: QWidget::leaveEvent(QEvent*) 11482 vfunc[29]: QLineEdit::paintEvent(QPaintEvent*) 11483 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 11484 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 11485 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 11486 vfunc[33]: QLineEdit::contextMenuEvent(QContextMenuEvent*) 11487 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 11488 vfunc[35]: QWidget::actionEvent(QActionEvent*) 11489 vfunc[36]: QLineEdit::dragEnterEvent(QDragEnterEvent*) 11490 vfunc[37]: QLineEdit::dragMoveEvent(QDragMoveEvent*) 11491 vfunc[38]: QLineEdit::dragLeaveEvent(QDragLeaveEvent*) 11492 vfunc[39]: QLineEdit::dropEvent(QDropEvent*) 11493 vfunc[40]: QWidget::showEvent(QShowEvent*) 11494 vfunc[41]: QWidget::hideEvent(QHideEvent*) 11495 vfunc[42]: QWidget::x11Event(_XEvent*) 11496 vfunc[43]: QLineEdit::changeEvent(QEvent*) 11497 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 11498 const 11499 vfunc[45]: QLineEdit::inputMethodEvent(QInputMethodEvent*) 11500 vfunc[46]: QLineEdit::inputMethodQuery(Qt::InputMethodQuery) 11501 const 11502 vfunc[47]: QWidget::focusNextPrevChild(bool) 11503 vfunc[48]: QWidget::styleChange(QStyle&) 11504 vfunc[49]: QWidget::enabledChange(bool) 11505 vfunc[50]: QWidget::paletteChange(QPalette const&) 11506 vfunc[51]: QWidget::fontChange(QFont const&) 11507 vfunc[52]: QWidget::windowActivationChange(bool) 11508 vfunc[53]: QWidget::languageChange() 11509 11510 Table 7-298. Secondary vtable for QLineEdit 11511 Base Offset -16 11512 Virtual Base Offset 0 11513 RTTI typeinfo for QLineEdit 11514 vfunc[0]: non-virtual thunk to QLineEdit::~QLineEdit() 11515 vfunc[1]: non-virtual thunk to QLineEdit::~QLineEdit() 11516 vfunc[2]: non-virtual thunk to QWidget::devType() const 11517 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 11518 vfunc[4]: non-virtual thunk to 11519 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 11520 11521 The Run Time Type Information for the QLineEdit class is 11522 described by Table 7-299 11523 11524 Table 7-299. typeinfo for QLineEdit 11525 Base Vtable vtable for __cxxabiv1::__si_class_type_info 11526 Name typeinfo name for QLineEdit 11527 basetype: typeinfo for QWidget 11528 __________________________________________________________ 11529 11530 7.5.20.4. Class data for QSlider 11531 11532 The virtual table for the QSlider class is described by Table 11533 7-300 11534 11535 Table 7-300. Primary vtable for QSlider 11536 Base Offset 0 11537 Virtual Base Offset 0 11538 RTTI typeinfo for QSlider 11539 vfunc[0]: QSlider::metaObject() const 11540 vfunc[1]: QSlider::qt_metacast(char const*) 11541 vfunc[2]: QSlider::qt_metacall(QMetaObject::Call, int, void**) 11542 vfunc[3]: QSlider::~QSlider() 11543 vfunc[4]: QSlider::~QSlider() 11544 vfunc[5]: QSlider::event(QEvent*) 11545 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 11546 vfunc[7]: QAbstractSlider::timerEvent(QTimerEvent*) 11547 vfunc[8]: QObject::childEvent(QChildEvent*) 11548 vfunc[9]: QObject::customEvent(QEvent*) 11549 vfunc[10]: QObject::connectNotify(char const*) 11550 vfunc[11]: QObject::disconnectNotify(char const*) 11551 vfunc[12]: QWidget::devType() const 11552 vfunc[13]: QWidget::setVisible(bool) 11553 vfunc[14]: QSlider::sizeHint() const 11554 vfunc[15]: QSlider::minimumSizeHint() const 11555 vfunc[16]: QWidget::heightForWidth(int) const 11556 vfunc[17]: QWidget::paintEngine() const 11557 vfunc[18]: QSlider::mousePressEvent(QMouseEvent*) 11558 vfunc[19]: QSlider::mouseReleaseEvent(QMouseEvent*) 11559 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 11560 vfunc[21]: QSlider::mouseMoveEvent(QMouseEvent*) 11561 vfunc[22]: QAbstractSlider::wheelEvent(QWheelEvent*) 11562 vfunc[23]: QAbstractSlider::keyPressEvent(QKeyEvent*) 11563 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 11564 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 11565 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 11566 vfunc[27]: QWidget::enterEvent(QEvent*) 11567 vfunc[28]: QWidget::leaveEvent(QEvent*) 11568 vfunc[29]: QSlider::paintEvent(QPaintEvent*) 11569 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 11570 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 11571 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 11572 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 11573 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 11574 vfunc[35]: QWidget::actionEvent(QActionEvent*) 11575 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 11576 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 11577 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 11578 vfunc[39]: QWidget::dropEvent(QDropEvent*) 11579 vfunc[40]: QWidget::showEvent(QShowEvent*) 11580 vfunc[41]: QWidget::hideEvent(QHideEvent*) 11581 vfunc[42]: QWidget::x11Event(_XEvent*) 11582 vfunc[43]: QAbstractSlider::changeEvent(QEvent*) 11583 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 11584 const 11585 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 11586 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 11587 const 11588 vfunc[47]: QWidget::focusNextPrevChild(bool) 11589 vfunc[48]: QWidget::styleChange(QStyle&) 11590 vfunc[49]: QWidget::enabledChange(bool) 11591 vfunc[50]: QWidget::paletteChange(QPalette const&) 11592 vfunc[51]: QWidget::fontChange(QFont const&) 11593 vfunc[52]: QWidget::windowActivationChange(bool) 11594 vfunc[53]: QWidget::languageChange() 11595 vfunc[54]: 11596 QAbstractSlider::sliderChange(QAbstractSlider::SliderChange) 11597 11598 Table 7-301. Secondary vtable for QSlider 11599 Base Offset -16 11600 Virtual Base Offset 0 11601 RTTI typeinfo for QSlider 11602 vfunc[0]: non-virtual thunk to QSlider::~QSlider() 11603 vfunc[1]: non-virtual thunk to QSlider::~QSlider() 11604 vfunc[2]: non-virtual thunk to QWidget::devType() const 11605 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 11606 vfunc[4]: non-virtual thunk to 11607 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 11608 11609 The Run Time Type Information for the QSlider class is 11610 described by Table 7-302 11611 11612 Table 7-302. typeinfo for QSlider 11613 Base Vtable vtable for __cxxabiv1::__si_class_type_info 11614 Name typeinfo name for QSlider 11615 basetype: typeinfo for QAbstractSlider 11616 __________________________________________________________ 11617 11618 7.5.20.5. Class data for QTabBar 11619 11620 The virtual table for the QTabBar class is described by Table 11621 7-303 11622 11623 Table 7-303. Primary vtable for QTabBar 11624 Base Offset 0 11625 Virtual Base Offset 0 11626 RTTI typeinfo for QTabBar 11627 vfunc[0]: QTabBar::metaObject() const 11628 vfunc[1]: QTabBar::qt_metacast(char const*) 11629 vfunc[2]: QTabBar::qt_metacall(QMetaObject::Call, int, void**) 11630 vfunc[3]: QTabBar::~QTabBar() 11631 vfunc[4]: QTabBar::~QTabBar() 11632 vfunc[5]: QTabBar::event(QEvent*) 11633 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 11634 vfunc[7]: QObject::timerEvent(QTimerEvent*) 11635 vfunc[8]: QObject::childEvent(QChildEvent*) 11636 vfunc[9]: QObject::customEvent(QEvent*) 11637 vfunc[10]: QObject::connectNotify(char const*) 11638 vfunc[11]: QObject::disconnectNotify(char const*) 11639 vfunc[12]: QWidget::devType() const 11640 vfunc[13]: QWidget::setVisible(bool) 11641 vfunc[14]: QTabBar::sizeHint() const 11642 vfunc[15]: QTabBar::minimumSizeHint() const 11643 vfunc[16]: QWidget::heightForWidth(int) const 11644 vfunc[17]: QWidget::paintEngine() const 11645 vfunc[18]: QTabBar::mousePressEvent(QMouseEvent*) 11646 vfunc[19]: QTabBar::mouseReleaseEvent(QMouseEvent*) 11647 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 11648 vfunc[21]: QTabBar::mouseMoveEvent(QMouseEvent*) 11649 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 11650 vfunc[23]: QTabBar::keyPressEvent(QKeyEvent*) 11651 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 11652 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 11653 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 11654 vfunc[27]: QWidget::enterEvent(QEvent*) 11655 vfunc[28]: QWidget::leaveEvent(QEvent*) 11656 vfunc[29]: QTabBar::paintEvent(QPaintEvent*) 11657 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 11658 vfunc[31]: QTabBar::resizeEvent(QResizeEvent*) 11659 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 11660 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 11661 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 11662 vfunc[35]: QWidget::actionEvent(QActionEvent*) 11663 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 11664 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 11665 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 11666 vfunc[39]: QWidget::dropEvent(QDropEvent*) 11667 vfunc[40]: QTabBar::showEvent(QShowEvent*) 11668 vfunc[41]: QWidget::hideEvent(QHideEvent*) 11669 vfunc[42]: QWidget::x11Event(_XEvent*) 11670 vfunc[43]: QTabBar::changeEvent(QEvent*) 11671 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 11672 const 11673 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 11674 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 11675 const 11676 vfunc[47]: QWidget::focusNextPrevChild(bool) 11677 vfunc[48]: QWidget::styleChange(QStyle&) 11678 vfunc[49]: QWidget::enabledChange(bool) 11679 vfunc[50]: QWidget::paletteChange(QPalette const&) 11680 vfunc[51]: QWidget::fontChange(QFont const&) 11681 vfunc[52]: QWidget::windowActivationChange(bool) 11682 vfunc[53]: QWidget::languageChange() 11683 vfunc[54]: QTabBar::tabSizeHint(int) const 11684 vfunc[55]: QTabBar::tabInserted(int) 11685 vfunc[56]: QTabBar::tabRemoved(int) 11686 vfunc[57]: QTabBar::tabLayoutChange() 11687 11688 Table 7-304. Secondary vtable for QTabBar 11689 Base Offset -16 11690 Virtual Base Offset 0 11691 RTTI typeinfo for QTabBar 11692 vfunc[0]: non-virtual thunk to QTabBar::~QTabBar() 11693 vfunc[1]: non-virtual thunk to QTabBar::~QTabBar() 11694 vfunc[2]: non-virtual thunk to QWidget::devType() const 11695 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 11696 vfunc[4]: non-virtual thunk to 11697 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 11698 11699 The Run Time Type Information for the QTabBar class is 11700 described by Table 7-305 11701 11702 Table 7-305. typeinfo for QTabBar 11703 Base Vtable vtable for __cxxabiv1::__si_class_type_info 11704 Name typeinfo name for QTabBar 11705 basetype: typeinfo for QWidget 11706 __________________________________________________________ 11707 11708 7.5.20.6. Class data for QTabWidget 11709 11710 The virtual table for the QTabWidget class is described by 11711 Table 7-306 11712 11713 Table 7-306. Primary vtable for QTabWidget 11714 Base Offset 0 11715 Virtual Base Offset 0 11716 RTTI typeinfo for QTabWidget 11717 vfunc[0]: QTabWidget::metaObject() const 11718 vfunc[1]: QTabWidget::qt_metacast(char const*) 11719 vfunc[2]: QTabWidget::qt_metacall(QMetaObject::Call, int, 11720 void**) 11721 vfunc[3]: QTabWidget::~QTabWidget() 11722 vfunc[4]: QTabWidget::~QTabWidget() 11723 vfunc[5]: QTabWidget::event(QEvent*) 11724 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 11725 vfunc[7]: QObject::timerEvent(QTimerEvent*) 11726 vfunc[8]: QObject::childEvent(QChildEvent*) 11727 vfunc[9]: QObject::customEvent(QEvent*) 11728 vfunc[10]: QObject::connectNotify(char const*) 11729 vfunc[11]: QObject::disconnectNotify(char const*) 11730 vfunc[12]: QWidget::devType() const 11731 vfunc[13]: QWidget::setVisible(bool) 11732 vfunc[14]: QTabWidget::sizeHint() const 11733 vfunc[15]: QTabWidget::minimumSizeHint() const 11734 vfunc[16]: QWidget::heightForWidth(int) const 11735 vfunc[17]: QWidget::paintEngine() const 11736 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 11737 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 11738 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 11739 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 11740 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 11741 vfunc[23]: QTabWidget::keyPressEvent(QKeyEvent*) 11742 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 11743 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 11744 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 11745 vfunc[27]: QWidget::enterEvent(QEvent*) 11746 vfunc[28]: QWidget::leaveEvent(QEvent*) 11747 vfunc[29]: QTabWidget::paintEvent(QPaintEvent*) 11748 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 11749 vfunc[31]: QTabWidget::resizeEvent(QResizeEvent*) 11750 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 11751 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 11752 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 11753 vfunc[35]: QWidget::actionEvent(QActionEvent*) 11754 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 11755 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 11756 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 11757 vfunc[39]: QWidget::dropEvent(QDropEvent*) 11758 vfunc[40]: QTabWidget::showEvent(QShowEvent*) 11759 vfunc[41]: QWidget::hideEvent(QHideEvent*) 11760 vfunc[42]: QWidget::x11Event(_XEvent*) 11761 vfunc[43]: QTabWidget::changeEvent(QEvent*) 11762 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 11763 const 11764 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 11765 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 11766 const 11767 vfunc[47]: QWidget::focusNextPrevChild(bool) 11768 vfunc[48]: QWidget::styleChange(QStyle&) 11769 vfunc[49]: QWidget::enabledChange(bool) 11770 vfunc[50]: QWidget::paletteChange(QPalette const&) 11771 vfunc[51]: QWidget::fontChange(QFont const&) 11772 vfunc[52]: QWidget::windowActivationChange(bool) 11773 vfunc[53]: QWidget::languageChange() 11774 vfunc[54]: QTabWidget::tabInserted(int) 11775 vfunc[55]: QTabWidget::tabRemoved(int) 11776 11777 Table 7-307. Secondary vtable for QTabWidget 11778 Base Offset -16 11779 Virtual Base Offset 0 11780 RTTI typeinfo for QTabWidget 11781 vfunc[0]: non-virtual thunk to QTabWidget::~QTabWidget() 11782 vfunc[1]: non-virtual thunk to QTabWidget::~QTabWidget() 11783 vfunc[2]: non-virtual thunk to QWidget::devType() const 11784 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 11785 vfunc[4]: non-virtual thunk to 11786 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 11787 11788 The Run Time Type Information for the QTabWidget class is 11789 described by Table 7-308 11790 11791 Table 7-308. typeinfo for QTabWidget 11792 Base Vtable vtable for __cxxabiv1::__si_class_type_info 11793 Name typeinfo name for QTabWidget 11794 basetype: typeinfo for QWidget 11795 __________________________________________________________ 11796 11797 7.5.20.7. Class data for QListView 11798 11799 The virtual table for the QListView class is described by Table 11800 7-309 11801 11802 Table 7-309. Primary vtable for QListView 11803 Base Offset 0 11804 Virtual Base Offset 0 11805 RTTI typeinfo for QListView 11806 vfunc[0]: QListView::metaObject() const 11807 vfunc[1]: QListView::qt_metacast(char const*) 11808 vfunc[2]: QListView::qt_metacall(QMetaObject::Call, int, 11809 void**) 11810 vfunc[3]: QListView::~QListView() 11811 vfunc[4]: QListView::~QListView() 11812 vfunc[5]: QListView::event(QEvent*) 11813 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 11814 vfunc[7]: QListView::timerEvent(QTimerEvent*) 11815 vfunc[8]: QObject::childEvent(QChildEvent*) 11816 vfunc[9]: QObject::customEvent(QEvent*) 11817 vfunc[10]: QObject::connectNotify(char const*) 11818 vfunc[11]: QObject::disconnectNotify(char const*) 11819 vfunc[12]: QWidget::devType() const 11820 vfunc[13]: QWidget::setVisible(bool) 11821 vfunc[14]: QAbstractScrollArea::sizeHint() const 11822 vfunc[15]: QAbstractScrollArea::minimumSizeHint() const 11823 vfunc[16]: QWidget::heightForWidth(int) const 11824 vfunc[17]: QWidget::paintEngine() const 11825 vfunc[18]: QAbstractItemView::mousePressEvent(QMouseEvent*) 11826 vfunc[19]: QListView::mouseReleaseEvent(QMouseEvent*) 11827 vfunc[20]: 11828 QAbstractItemView::mouseDoubleClickEvent(QMouseEvent*) 11829 vfunc[21]: QListView::mouseMoveEvent(QMouseEvent*) 11830 vfunc[22]: QAbstractScrollArea::wheelEvent(QWheelEvent*) 11831 vfunc[23]: QAbstractItemView::keyPressEvent(QKeyEvent*) 11832 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 11833 vfunc[25]: QAbstractItemView::focusInEvent(QFocusEvent*) 11834 vfunc[26]: QAbstractItemView::focusOutEvent(QFocusEvent*) 11835 vfunc[27]: QWidget::enterEvent(QEvent*) 11836 vfunc[28]: QWidget::leaveEvent(QEvent*) 11837 vfunc[29]: QListView::paintEvent(QPaintEvent*) 11838 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 11839 vfunc[31]: QListView::resizeEvent(QResizeEvent*) 11840 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 11841 vfunc[33]: 11842 QAbstractScrollArea::contextMenuEvent(QContextMenuEvent*) 11843 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 11844 vfunc[35]: QWidget::actionEvent(QActionEvent*) 11845 vfunc[36]: QAbstractItemView::dragEnterEvent(QDragEnterEvent*) 11846 vfunc[37]: QListView::dragMoveEvent(QDragMoveEvent*) 11847 vfunc[38]: QListView::dragLeaveEvent(QDragLeaveEvent*) 11848 vfunc[39]: QListView::dropEvent(QDropEvent*) 11849 vfunc[40]: QWidget::showEvent(QShowEvent*) 11850 vfunc[41]: QWidget::hideEvent(QHideEvent*) 11851 vfunc[42]: QWidget::x11Event(_XEvent*) 11852 vfunc[43]: QFrame::changeEvent(QEvent*) 11853 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 11854 const 11855 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 11856 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 11857 const 11858 vfunc[47]: QWidget::focusNextPrevChild(bool) 11859 vfunc[48]: QWidget::styleChange(QStyle&) 11860 vfunc[49]: QWidget::enabledChange(bool) 11861 vfunc[50]: QWidget::paletteChange(QPalette const&) 11862 vfunc[51]: QWidget::fontChange(QFont const&) 11863 vfunc[52]: QWidget::windowActivationChange(bool) 11864 vfunc[53]: QWidget::languageChange() 11865 vfunc[54]: QAbstractItemView::viewportEvent(QEvent*) 11866 vfunc[55]: QListView::scrollContentsBy(int, int) 11867 vfunc[56]: QAbstractItemView::setModel(QAbstractItemModel*) 11868 vfunc[57]: 11869 QAbstractItemView::setSelectionModel(QItemSelectionModel*) 11870 vfunc[58]: QAbstractItemView::keyboardSearch(QString const&) 11871 vfunc[59]: QListView::visualRect(QModelIndex const&) const 11872 vfunc[60]: QListView::scrollTo(QModelIndex const&, 11873 QAbstractItemView::ScrollHint) 11874 vfunc[61]: QListView::indexAt(QPoint const&) const 11875 vfunc[62]: QAbstractItemView::sizeHintForRow(int) const 11876 vfunc[63]: QAbstractItemView::sizeHintForColumn(int) const 11877 vfunc[64]: QListView::reset() 11878 vfunc[65]: QListView::setRootIndex(QModelIndex const&) 11879 vfunc[66]: QListView::doItemsLayout() 11880 vfunc[67]: QAbstractItemView::selectAll() 11881 vfunc[68]: QListView::dataChanged(QModelIndex const&, 11882 QModelIndex const&) 11883 vfunc[69]: QListView::rowsInserted(QModelIndex const&, int, 11884 int) 11885 vfunc[70]: QListView::rowsAboutToBeRemoved(QModelIndex const&, 11886 int, int) 11887 vfunc[71]: QAbstractItemView::selectionChanged(QItemSelection 11888 const&, QItemSelection const&) 11889 vfunc[72]: QAbstractItemView::currentChanged(QModelIndex 11890 const&, QModelIndex const&) 11891 vfunc[73]: QAbstractItemView::updateEditorData() 11892 vfunc[74]: QAbstractItemView::updateEditorGeometries() 11893 vfunc[75]: QListView::updateGeometries() 11894 vfunc[76]: QAbstractItemView::verticalScrollbarAction(int) 11895 vfunc[77]: QAbstractItemView::horizontalScrollbarAction(int) 11896 vfunc[78]: 11897 QAbstractItemView::verticalScrollbarValueChanged(int) 11898 vfunc[79]: 11899 QAbstractItemView::horizontalScrollbarValueChanged(int) 11900 vfunc[80]: QAbstractItemView::closeEditor(QWidget*, 11901 QAbstractItemDelegate::EndEditHint) 11902 vfunc[81]: QAbstractItemView::commitData(QWidget*) 11903 vfunc[82]: QAbstractItemView::editorDestroyed(QObject*) 11904 vfunc[83]: 11905 QListView::moveCursor(QAbstractItemView::CursorAction, 11906 QFlags) 11907 vfunc[84]: QListView::horizontalOffset() const 11908 vfunc[85]: QListView::verticalOffset() const 11909 vfunc[86]: QListView::isIndexHidden(QModelIndex const&) const 11910 vfunc[87]: QListView::setSelection(QRect const&, 11911 QFlags) 11912 vfunc[88]: QListView::visualRegionForSelection(QItemSelection 11913 const&) const 11914 vfunc[89]: QListView::selectedIndexes() const 11915 vfunc[90]: QAbstractItemView::edit(QModelIndex const&, 11916 QAbstractItemView::EditTrigger, QEvent*) 11917 vfunc[91]: QAbstractItemView::selectionCommand(QModelIndex 11918 const&, QEvent const*) const 11919 vfunc[92]: QListView::startDrag(QFlags) 11920 vfunc[93]: QListView::viewOptions() const 11921 11922 Table 7-310. Secondary vtable for QListView 11923 Base Offset -16 11924 Virtual Base Offset 0 11925 RTTI typeinfo for QListView 11926 vfunc[0]: non-virtual thunk to QListView::~QListView() 11927 vfunc[1]: non-virtual thunk to QListView::~QListView() 11928 vfunc[2]: non-virtual thunk to QWidget::devType() const 11929 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 11930 vfunc[4]: non-virtual thunk to 11931 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 11932 11933 The Run Time Type Information for the QListView class is 11934 described by Table 7-311 11935 11936 Table 7-311. typeinfo for QListView 11937 Base Vtable vtable for __cxxabiv1::__si_class_type_info 11938 Name typeinfo name for QListView 11939 basetype: typeinfo for QAbstractItemView 11940 __________________________________________________________ 11941 11942 7.5.20.8. Class data for QListWidgetItem 11943 11944 The virtual table for the QListWidgetItem class is described in 11945 the generic part of this specification. 11946 11947 The Run Time Type Information for the QListWidgetItem class is 11948 described by Table 7-312 11949 11950 Table 7-312. typeinfo for QListWidgetItem 11951 Base Vtable vtable for __cxxabiv1::__class_type_info 11952 Name typeinfo name for QListWidgetItem 11953 __________________________________________________________ 11954 11955 7.5.20.9. Class data for QListWidget 11956 11957 The virtual table for the QListWidget class is described by 11958 Table 7-313 11959 11960 Table 7-313. Primary vtable for QListWidget 11961 Base Offset 0 11962 Virtual Base Offset 0 11963 RTTI typeinfo for QListWidget 11964 vfunc[0]: QListWidget::metaObject() const 11965 vfunc[1]: QListWidget::qt_metacast(char const*) 11966 vfunc[2]: QListWidget::qt_metacall(QMetaObject::Call, int, 11967 void**) 11968 vfunc[3]: QListWidget::~QListWidget() 11969 vfunc[4]: QListWidget::~QListWidget() 11970 vfunc[5]: QListWidget::event(QEvent*) 11971 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 11972 vfunc[7]: QListView::timerEvent(QTimerEvent*) 11973 vfunc[8]: QObject::childEvent(QChildEvent*) 11974 vfunc[9]: QObject::customEvent(QEvent*) 11975 vfunc[10]: QObject::connectNotify(char const*) 11976 vfunc[11]: QObject::disconnectNotify(char const*) 11977 vfunc[12]: QWidget::devType() const 11978 vfunc[13]: QWidget::setVisible(bool) 11979 vfunc[14]: QAbstractScrollArea::sizeHint() const 11980 vfunc[15]: QAbstractScrollArea::minimumSizeHint() const 11981 vfunc[16]: QWidget::heightForWidth(int) const 11982 vfunc[17]: QWidget::paintEngine() const 11983 vfunc[18]: QAbstractItemView::mousePressEvent(QMouseEvent*) 11984 vfunc[19]: QListView::mouseReleaseEvent(QMouseEvent*) 11985 vfunc[20]: 11986 QAbstractItemView::mouseDoubleClickEvent(QMouseEvent*) 11987 vfunc[21]: QListView::mouseMoveEvent(QMouseEvent*) 11988 vfunc[22]: QAbstractScrollArea::wheelEvent(QWheelEvent*) 11989 vfunc[23]: QAbstractItemView::keyPressEvent(QKeyEvent*) 11990 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 11991 vfunc[25]: QAbstractItemView::focusInEvent(QFocusEvent*) 11992 vfunc[26]: QAbstractItemView::focusOutEvent(QFocusEvent*) 11993 vfunc[27]: QWidget::enterEvent(QEvent*) 11994 vfunc[28]: QWidget::leaveEvent(QEvent*) 11995 vfunc[29]: QListView::paintEvent(QPaintEvent*) 11996 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 11997 vfunc[31]: QListView::resizeEvent(QResizeEvent*) 11998 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 11999 vfunc[33]: 12000 QAbstractScrollArea::contextMenuEvent(QContextMenuEvent*) 12001 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 12002 vfunc[35]: QWidget::actionEvent(QActionEvent*) 12003 vfunc[36]: QAbstractItemView::dragEnterEvent(QDragEnterEvent*) 12004 vfunc[37]: QListView::dragMoveEvent(QDragMoveEvent*) 12005 vfunc[38]: QListView::dragLeaveEvent(QDragLeaveEvent*) 12006 vfunc[39]: QListView::dropEvent(QDropEvent*) 12007 vfunc[40]: QWidget::showEvent(QShowEvent*) 12008 vfunc[41]: QWidget::hideEvent(QHideEvent*) 12009 vfunc[42]: QWidget::x11Event(_XEvent*) 12010 vfunc[43]: QFrame::changeEvent(QEvent*) 12011 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 12012 const 12013 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 12014 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 12015 const 12016 vfunc[47]: QWidget::focusNextPrevChild(bool) 12017 vfunc[48]: QWidget::styleChange(QStyle&) 12018 vfunc[49]: QWidget::enabledChange(bool) 12019 vfunc[50]: QWidget::paletteChange(QPalette const&) 12020 vfunc[51]: QWidget::fontChange(QFont const&) 12021 vfunc[52]: QWidget::windowActivationChange(bool) 12022 vfunc[53]: QWidget::languageChange() 12023 vfunc[54]: QAbstractItemView::viewportEvent(QEvent*) 12024 vfunc[55]: QListView::scrollContentsBy(int, int) 12025 vfunc[56]: QListWidget::setModel(QAbstractItemModel*) 12026 vfunc[57]: 12027 QAbstractItemView::setSelectionModel(QItemSelectionModel*) 12028 vfunc[58]: QAbstractItemView::keyboardSearch(QString const&) 12029 vfunc[59]: QListView::visualRect(QModelIndex const&) const 12030 vfunc[60]: QListView::scrollTo(QModelIndex const&, 12031 QAbstractItemView::ScrollHint) 12032 vfunc[61]: QListView::indexAt(QPoint const&) const 12033 vfunc[62]: QAbstractItemView::sizeHintForRow(int) const 12034 vfunc[63]: QAbstractItemView::sizeHintForColumn(int) const 12035 vfunc[64]: QListView::reset() 12036 vfunc[65]: QListView::setRootIndex(QModelIndex const&) 12037 vfunc[66]: QListView::doItemsLayout() 12038 vfunc[67]: QAbstractItemView::selectAll() 12039 vfunc[68]: QListView::dataChanged(QModelIndex const&, 12040 QModelIndex const&) 12041 vfunc[69]: QListView::rowsInserted(QModelIndex const&, int, 12042 int) 12043 vfunc[70]: QListView::rowsAboutToBeRemoved(QModelIndex const&, 12044 int, int) 12045 vfunc[71]: QAbstractItemView::selectionChanged(QItemSelection 12046 const&, QItemSelection const&) 12047 vfunc[72]: QAbstractItemView::currentChanged(QModelIndex 12048 const&, QModelIndex const&) 12049 vfunc[73]: QAbstractItemView::updateEditorData() 12050 vfunc[74]: QAbstractItemView::updateEditorGeometries() 12051 vfunc[75]: QListView::updateGeometries() 12052 vfunc[76]: QAbstractItemView::verticalScrollbarAction(int) 12053 vfunc[77]: QAbstractItemView::horizontalScrollbarAction(int) 12054 vfunc[78]: 12055 QAbstractItemView::verticalScrollbarValueChanged(int) 12056 vfunc[79]: 12057 QAbstractItemView::horizontalScrollbarValueChanged(int) 12058 vfunc[80]: QAbstractItemView::closeEditor(QWidget*, 12059 QAbstractItemDelegate::EndEditHint) 12060 vfunc[81]: QAbstractItemView::commitData(QWidget*) 12061 vfunc[82]: QAbstractItemView::editorDestroyed(QObject*) 12062 vfunc[83]: 12063 QListView::moveCursor(QAbstractItemView::CursorAction, 12064 QFlags) 12065 vfunc[84]: QListView::horizontalOffset() const 12066 vfunc[85]: QListView::verticalOffset() const 12067 vfunc[86]: QListView::isIndexHidden(QModelIndex const&) const 12068 vfunc[87]: QListView::setSelection(QRect const&, 12069 QFlags) 12070 vfunc[88]: QListView::visualRegionForSelection(QItemSelection 12071 const&) const 12072 vfunc[89]: QListView::selectedIndexes() const 12073 vfunc[90]: QAbstractItemView::edit(QModelIndex const&, 12074 QAbstractItemView::EditTrigger, QEvent*) 12075 vfunc[91]: QAbstractItemView::selectionCommand(QModelIndex 12076 const&, QEvent const*) const 12077 vfunc[92]: QListView::startDrag(QFlags) 12078 vfunc[93]: QListView::viewOptions() const 12079 vfunc[94]: QListWidget::mimeTypes() const 12080 vfunc[95]: QListWidget::mimeData(QList) const 12081 vfunc[96]: QListWidget::dropMimeData(int, QMimeData const*, 12082 Qt::DropAction) 12083 vfunc[97]: QListWidget::supportedDropActions() const 12084 12085 Table 7-314. Secondary vtable for QListWidget 12086 Base Offset -16 12087 Virtual Base Offset 0 12088 RTTI typeinfo for QListWidget 12089 vfunc[0]: non-virtual thunk to QListWidget::~QListWidget() 12090 vfunc[1]: non-virtual thunk to QListWidget::~QListWidget() 12091 vfunc[2]: non-virtual thunk to QWidget::devType() const 12092 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 12093 vfunc[4]: non-virtual thunk to 12094 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 12095 12096 The Run Time Type Information for the QListWidget class is 12097 described by Table 7-315 12098 12099 Table 7-315. typeinfo for QListWidget 12100 Base Vtable vtable for __cxxabiv1::__si_class_type_info 12101 Name typeinfo name for QListWidget 12102 basetype: typeinfo for QListView 12103 __________________________________________________________ 12104 12105 7.5.20.10. Class data for QDesktopWidget 12106 12107 The virtual table for the QDesktopWidget class is described by 12108 Table 7-316 12109 12110 Table 7-316. Primary vtable for QDesktopWidget 12111 Base Offset 0 12112 Virtual Base Offset 0 12113 RTTI typeinfo for QDesktopWidget 12114 vfunc[0]: QDesktopWidget::metaObject() const 12115 vfunc[1]: QDesktopWidget::qt_metacast(char const*) 12116 vfunc[2]: QDesktopWidget::qt_metacall(QMetaObject::Call, int, 12117 void**) 12118 vfunc[3]: QDesktopWidget::~QDesktopWidget() 12119 vfunc[4]: QDesktopWidget::~QDesktopWidget() 12120 vfunc[5]: QWidget::event(QEvent*) 12121 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 12122 vfunc[7]: QObject::timerEvent(QTimerEvent*) 12123 vfunc[8]: QObject::childEvent(QChildEvent*) 12124 vfunc[9]: QObject::customEvent(QEvent*) 12125 vfunc[10]: QObject::connectNotify(char const*) 12126 vfunc[11]: QObject::disconnectNotify(char const*) 12127 vfunc[12]: QWidget::devType() const 12128 vfunc[13]: QWidget::setVisible(bool) 12129 vfunc[14]: QWidget::sizeHint() const 12130 vfunc[15]: QWidget::minimumSizeHint() const 12131 vfunc[16]: QWidget::heightForWidth(int) const 12132 vfunc[17]: QWidget::paintEngine() const 12133 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 12134 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 12135 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 12136 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 12137 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 12138 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 12139 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 12140 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 12141 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 12142 vfunc[27]: QWidget::enterEvent(QEvent*) 12143 vfunc[28]: QWidget::leaveEvent(QEvent*) 12144 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 12145 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 12146 vfunc[31]: QDesktopWidget::resizeEvent(QResizeEvent*) 12147 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 12148 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 12149 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 12150 vfunc[35]: QWidget::actionEvent(QActionEvent*) 12151 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 12152 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 12153 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 12154 vfunc[39]: QWidget::dropEvent(QDropEvent*) 12155 vfunc[40]: QWidget::showEvent(QShowEvent*) 12156 vfunc[41]: QWidget::hideEvent(QHideEvent*) 12157 vfunc[42]: QWidget::x11Event(_XEvent*) 12158 vfunc[43]: QWidget::changeEvent(QEvent*) 12159 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 12160 const 12161 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 12162 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 12163 const 12164 vfunc[47]: QWidget::focusNextPrevChild(bool) 12165 vfunc[48]: QWidget::styleChange(QStyle&) 12166 vfunc[49]: QWidget::enabledChange(bool) 12167 vfunc[50]: QWidget::paletteChange(QPalette const&) 12168 vfunc[51]: QWidget::fontChange(QFont const&) 12169 vfunc[52]: QWidget::windowActivationChange(bool) 12170 vfunc[53]: QWidget::languageChange() 12171 12172 Table 7-317. Secondary vtable for QDesktopWidget 12173 Base Offset -16 12174 Virtual Base Offset 0 12175 RTTI typeinfo for QDesktopWidget 12176 vfunc[0]: non-virtual thunk to 12177 QDesktopWidget::~QDesktopWidget() 12178 vfunc[1]: non-virtual thunk to 12179 QDesktopWidget::~QDesktopWidget() 12180 vfunc[2]: non-virtual thunk to QWidget::devType() const 12181 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 12182 vfunc[4]: non-virtual thunk to 12183 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 12184 12185 The Run Time Type Information for the QDesktopWidget class is 12186 described by Table 7-318 12187 12188 Table 7-318. typeinfo for QDesktopWidget 12189 Base Vtable vtable for __cxxabiv1::__si_class_type_info 12190 Name typeinfo name for QDesktopWidget 12191 basetype: typeinfo for QWidget 12192 __________________________________________________________ 12193 12194 7.5.20.11. Class data for QInputContextFactoryInterface 12195 12196 The virtual table for the QInputContextFactoryInterface class 12197 is described in the generic part of this specification. 12198 12199 The Run Time Type Information for the 12200 QInputContextFactoryInterface class is described by Table 7-319 12201 12202 Table 7-319. typeinfo for QInputContextFactoryInterface 12203 Base Vtable vtable for __cxxabiv1::__si_class_type_info 12204 Name typeinfo name for QInputContextFactoryInterface 12205 basetype: typeinfo for QFactoryInterface 12206 __________________________________________________________ 12207 12208 7.5.20.12. Class data for QInputContext 12209 12210 The virtual table for the QInputContext class is described in 12211 the generic part of this specification. 12212 12213 The Run Time Type Information for the QInputContext class is 12214 described by Table 7-320 12215 12216 Table 7-320. typeinfo for QInputContext 12217 Base Vtable vtable for __cxxabiv1::__si_class_type_info 12218 Name typeinfo name for QInputContext 12219 basetype: typeinfo for QObject 12220 __________________________________________________________ 12221 12222 7.5.20.13. Class data for QCheckBox 12223 12224 The virtual table for the QCheckBox class is described by Table 12225 7-321 12226 12227 Table 7-321. Primary vtable for QCheckBox 12228 Base Offset 0 12229 Virtual Base Offset 0 12230 RTTI typeinfo for QCheckBox 12231 vfunc[0]: QCheckBox::metaObject() const 12232 vfunc[1]: QCheckBox::qt_metacast(char const*) 12233 vfunc[2]: QCheckBox::qt_metacall(QMetaObject::Call, int, 12234 void**) 12235 vfunc[3]: NULL or QCheckBox::~QCheckBox() 12236 vfunc[4]: NULL or QCheckBox::~QCheckBox() 12237 vfunc[5]: QCheckBox::event(QEvent*) 12238 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 12239 vfunc[7]: QAbstractButton::timerEvent(QTimerEvent*) 12240 vfunc[8]: QObject::childEvent(QChildEvent*) 12241 vfunc[9]: QObject::customEvent(QEvent*) 12242 vfunc[10]: QObject::connectNotify(char const*) 12243 vfunc[11]: QObject::disconnectNotify(char const*) 12244 vfunc[12]: QWidget::devType() const 12245 vfunc[13]: QWidget::setVisible(bool) 12246 vfunc[14]: QCheckBox::sizeHint() const 12247 vfunc[15]: QWidget::minimumSizeHint() const 12248 vfunc[16]: QWidget::heightForWidth(int) const 12249 vfunc[17]: QWidget::paintEngine() const 12250 vfunc[18]: QAbstractButton::mousePressEvent(QMouseEvent*) 12251 vfunc[19]: QAbstractButton::mouseReleaseEvent(QMouseEvent*) 12252 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 12253 vfunc[21]: QCheckBox::mouseMoveEvent(QMouseEvent*) 12254 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 12255 vfunc[23]: QAbstractButton::keyPressEvent(QKeyEvent*) 12256 vfunc[24]: QAbstractButton::keyReleaseEvent(QKeyEvent*) 12257 vfunc[25]: QAbstractButton::focusInEvent(QFocusEvent*) 12258 vfunc[26]: QAbstractButton::focusOutEvent(QFocusEvent*) 12259 vfunc[27]: QWidget::enterEvent(QEvent*) 12260 vfunc[28]: QWidget::leaveEvent(QEvent*) 12261 vfunc[29]: QCheckBox::paintEvent(QPaintEvent*) 12262 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 12263 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 12264 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 12265 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 12266 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 12267 vfunc[35]: QWidget::actionEvent(QActionEvent*) 12268 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 12269 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 12270 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 12271 vfunc[39]: QWidget::dropEvent(QDropEvent*) 12272 vfunc[40]: QWidget::showEvent(QShowEvent*) 12273 vfunc[41]: QWidget::hideEvent(QHideEvent*) 12274 vfunc[42]: QWidget::x11Event(_XEvent*) 12275 vfunc[43]: QAbstractButton::changeEvent(QEvent*) 12276 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 12277 const 12278 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 12279 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 12280 const 12281 vfunc[47]: QWidget::focusNextPrevChild(bool) 12282 vfunc[48]: QWidget::styleChange(QStyle&) 12283 vfunc[49]: QWidget::enabledChange(bool) 12284 vfunc[50]: QWidget::paletteChange(QPalette const&) 12285 vfunc[51]: QWidget::fontChange(QFont const&) 12286 vfunc[52]: QWidget::windowActivationChange(bool) 12287 vfunc[53]: QWidget::languageChange() 12288 vfunc[54]: QCheckBox::hitButton(QPoint const&) const 12289 vfunc[55]: QCheckBox::checkStateSet() 12290 vfunc[56]: QCheckBox::nextCheckState() 12291 12292 Table 7-322. Secondary vtable for QCheckBox 12293 Base Offset -16 12294 Virtual Base Offset 0 12295 RTTI typeinfo for QCheckBox 12296 vfunc[0]: NULL or non-virtual thunk to QCheckBox::~QCheckBox() 12297 vfunc[1]: NULL or non-virtual thunk to QCheckBox::~QCheckBox() 12298 vfunc[2]: non-virtual thunk to QWidget::devType() const 12299 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 12300 vfunc[4]: non-virtual thunk to 12301 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 12302 12303 The Run Time Type Information for the QCheckBox class is 12304 described by Table 7-323 12305 12306 Table 7-323. typeinfo for QCheckBox 12307 Base Vtable vtable for __cxxabiv1::__si_class_type_info 12308 Name typeinfo name for QCheckBox 12309 basetype: typeinfo for QAbstractButton 12310 __________________________________________________________ 12311 12312 7.5.20.14. Class data for QSpinBox 12313 12314 The virtual table for the QSpinBox class is described by Table 12315 7-324 12316 12317 Table 7-324. Primary vtable for QSpinBox 12318 Base Offset 0 12319 Virtual Base Offset 0 12320 RTTI typeinfo for QSpinBox 12321 vfunc[0]: QSpinBox::metaObject() const 12322 vfunc[1]: QSpinBox::qt_metacast(char const*) 12323 vfunc[2]: QSpinBox::qt_metacall(QMetaObject::Call, int, void**) 12324 vfunc[3]: NULL or QSpinBox::~QSpinBox() 12325 vfunc[4]: NULL or QSpinBox::~QSpinBox() 12326 vfunc[5]: QSpinBox::event(QEvent*) 12327 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 12328 vfunc[7]: QAbstractSpinBox::timerEvent(QTimerEvent*) 12329 vfunc[8]: QObject::childEvent(QChildEvent*) 12330 vfunc[9]: QObject::customEvent(QEvent*) 12331 vfunc[10]: QObject::connectNotify(char const*) 12332 vfunc[11]: QObject::disconnectNotify(char const*) 12333 vfunc[12]: QWidget::devType() const 12334 vfunc[13]: QWidget::setVisible(bool) 12335 vfunc[14]: QAbstractSpinBox::sizeHint() const 12336 vfunc[15]: QAbstractSpinBox::minimumSizeHint() const 12337 vfunc[16]: QWidget::heightForWidth(int) const 12338 vfunc[17]: QWidget::paintEngine() const 12339 vfunc[18]: QAbstractSpinBox::mousePressEvent(QMouseEvent*) 12340 vfunc[19]: QAbstractSpinBox::mouseReleaseEvent(QMouseEvent*) 12341 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 12342 vfunc[21]: QAbstractSpinBox::mouseMoveEvent(QMouseEvent*) 12343 vfunc[22]: QAbstractSpinBox::wheelEvent(QWheelEvent*) 12344 vfunc[23]: QAbstractSpinBox::keyPressEvent(QKeyEvent*) 12345 vfunc[24]: QAbstractSpinBox::keyReleaseEvent(QKeyEvent*) 12346 vfunc[25]: QAbstractSpinBox::focusInEvent(QFocusEvent*) 12347 vfunc[26]: QAbstractSpinBox::focusOutEvent(QFocusEvent*) 12348 vfunc[27]: QWidget::enterEvent(QEvent*) 12349 vfunc[28]: QWidget::leaveEvent(QEvent*) 12350 vfunc[29]: QAbstractSpinBox::paintEvent(QPaintEvent*) 12351 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 12352 vfunc[31]: QAbstractSpinBox::resizeEvent(QResizeEvent*) 12353 vfunc[32]: QAbstractSpinBox::closeEvent(QCloseEvent*) 12354 vfunc[33]: 12355 QAbstractSpinBox::contextMenuEvent(QContextMenuEvent*) 12356 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 12357 vfunc[35]: QWidget::actionEvent(QActionEvent*) 12358 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 12359 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 12360 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 12361 vfunc[39]: QWidget::dropEvent(QDropEvent*) 12362 vfunc[40]: QAbstractSpinBox::showEvent(QShowEvent*) 12363 vfunc[41]: QAbstractSpinBox::hideEvent(QHideEvent*) 12364 vfunc[42]: QWidget::x11Event(_XEvent*) 12365 vfunc[43]: QAbstractSpinBox::changeEvent(QEvent*) 12366 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 12367 const 12368 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 12369 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 12370 const 12371 vfunc[47]: QWidget::focusNextPrevChild(bool) 12372 vfunc[48]: QWidget::styleChange(QStyle&) 12373 vfunc[49]: QWidget::enabledChange(bool) 12374 vfunc[50]: QWidget::paletteChange(QPalette const&) 12375 vfunc[51]: QWidget::fontChange(QFont const&) 12376 vfunc[52]: QWidget::windowActivationChange(bool) 12377 vfunc[53]: QWidget::languageChange() 12378 vfunc[54]: QSpinBox::validate(QString&, int&) const 12379 vfunc[55]: QSpinBox::fixup(QString&) const 12380 vfunc[56]: QAbstractSpinBox::stepBy(int) 12381 vfunc[57]: QAbstractSpinBox::clear() 12382 vfunc[58]: QAbstractSpinBox::stepEnabled() const 12383 vfunc[59]: QSpinBox::valueFromText(QString const&) const 12384 vfunc[60]: QSpinBox::textFromValue(int) const 12385 12386 Table 7-325. Secondary vtable for QSpinBox 12387 Base Offset -16 12388 Virtual Base Offset 0 12389 RTTI typeinfo for QSpinBox 12390 vfunc[0]: NULL or non-virtual thunk to QSpinBox::~QSpinBox() 12391 vfunc[1]: NULL or non-virtual thunk to QSpinBox::~QSpinBox() 12392 vfunc[2]: non-virtual thunk to QWidget::devType() const 12393 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 12394 vfunc[4]: non-virtual thunk to 12395 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 12396 12397 The Run Time Type Information for the QSpinBox class is 12398 described by Table 7-326 12399 12400 Table 7-326. typeinfo for QSpinBox 12401 Base Vtable vtable for __cxxabiv1::__si_class_type_info 12402 Name typeinfo name for QSpinBox 12403 basetype: typeinfo for QAbstractSpinBox 12404 __________________________________________________________ 12405 12406 7.5.20.15. Class data for QDoubleSpinBox 12407 12408 The virtual table for the QDoubleSpinBox class is described by 12409 Table 7-327 12410 12411 Table 7-327. Primary vtable for QDoubleSpinBox 12412 Base Offset 0 12413 Virtual Base Offset 0 12414 RTTI typeinfo for QDoubleSpinBox 12415 vfunc[0]: QDoubleSpinBox::metaObject() const 12416 vfunc[1]: QDoubleSpinBox::qt_metacast(char const*) 12417 vfunc[2]: QDoubleSpinBox::qt_metacall(QMetaObject::Call, int, 12418 void**) 12419 vfunc[3]: NULL or QDoubleSpinBox::~QDoubleSpinBox() 12420 vfunc[4]: NULL or QDoubleSpinBox::~QDoubleSpinBox() 12421 vfunc[5]: QAbstractSpinBox::event(QEvent*) 12422 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 12423 vfunc[7]: QAbstractSpinBox::timerEvent(QTimerEvent*) 12424 vfunc[8]: QObject::childEvent(QChildEvent*) 12425 vfunc[9]: QObject::customEvent(QEvent*) 12426 vfunc[10]: QObject::connectNotify(char const*) 12427 vfunc[11]: QObject::disconnectNotify(char const*) 12428 vfunc[12]: QWidget::devType() const 12429 vfunc[13]: QWidget::setVisible(bool) 12430 vfunc[14]: QAbstractSpinBox::sizeHint() const 12431 vfunc[15]: QAbstractSpinBox::minimumSizeHint() const 12432 vfunc[16]: QWidget::heightForWidth(int) const 12433 vfunc[17]: QWidget::paintEngine() const 12434 vfunc[18]: QAbstractSpinBox::mousePressEvent(QMouseEvent*) 12435 vfunc[19]: QAbstractSpinBox::mouseReleaseEvent(QMouseEvent*) 12436 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 12437 vfunc[21]: QAbstractSpinBox::mouseMoveEvent(QMouseEvent*) 12438 vfunc[22]: QAbstractSpinBox::wheelEvent(QWheelEvent*) 12439 vfunc[23]: QAbstractSpinBox::keyPressEvent(QKeyEvent*) 12440 vfunc[24]: QAbstractSpinBox::keyReleaseEvent(QKeyEvent*) 12441 vfunc[25]: QAbstractSpinBox::focusInEvent(QFocusEvent*) 12442 vfunc[26]: QAbstractSpinBox::focusOutEvent(QFocusEvent*) 12443 vfunc[27]: QWidget::enterEvent(QEvent*) 12444 vfunc[28]: QWidget::leaveEvent(QEvent*) 12445 vfunc[29]: QAbstractSpinBox::paintEvent(QPaintEvent*) 12446 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 12447 vfunc[31]: QAbstractSpinBox::resizeEvent(QResizeEvent*) 12448 vfunc[32]: QAbstractSpinBox::closeEvent(QCloseEvent*) 12449 vfunc[33]: 12450 QAbstractSpinBox::contextMenuEvent(QContextMenuEvent*) 12451 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 12452 vfunc[35]: QWidget::actionEvent(QActionEvent*) 12453 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 12454 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 12455 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 12456 vfunc[39]: QWidget::dropEvent(QDropEvent*) 12457 vfunc[40]: QAbstractSpinBox::showEvent(QShowEvent*) 12458 vfunc[41]: QAbstractSpinBox::hideEvent(QHideEvent*) 12459 vfunc[42]: QWidget::x11Event(_XEvent*) 12460 vfunc[43]: QAbstractSpinBox::changeEvent(QEvent*) 12461 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 12462 const 12463 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 12464 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 12465 const 12466 vfunc[47]: QWidget::focusNextPrevChild(bool) 12467 vfunc[48]: QWidget::styleChange(QStyle&) 12468 vfunc[49]: QWidget::enabledChange(bool) 12469 vfunc[50]: QWidget::paletteChange(QPalette const&) 12470 vfunc[51]: QWidget::fontChange(QFont const&) 12471 vfunc[52]: QWidget::windowActivationChange(bool) 12472 vfunc[53]: QWidget::languageChange() 12473 vfunc[54]: QDoubleSpinBox::validate(QString&, int&) const 12474 vfunc[55]: QDoubleSpinBox::fixup(QString&) const 12475 vfunc[56]: QAbstractSpinBox::stepBy(int) 12476 vfunc[57]: QAbstractSpinBox::clear() 12477 vfunc[58]: QAbstractSpinBox::stepEnabled() const 12478 vfunc[59]: QDoubleSpinBox::valueFromText(QString const&) const 12479 vfunc[60]: QDoubleSpinBox::textFromValue(double) const 12480 12481 Table 7-328. Secondary vtable for QDoubleSpinBox 12482 Base Offset -16 12483 Virtual Base Offset 0 12484 RTTI typeinfo for QDoubleSpinBox 12485 vfunc[0]: NULL or non-virtual thunk to 12486 QDoubleSpinBox::~QDoubleSpinBox() 12487 vfunc[1]: NULL or non-virtual thunk to 12488 QDoubleSpinBox::~QDoubleSpinBox() 12489 vfunc[2]: non-virtual thunk to QWidget::devType() const 12490 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 12491 vfunc[4]: non-virtual thunk to 12492 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 12493 12494 The Run Time Type Information for the QDoubleSpinBox class is 12495 described by Table 7-329 12496 12497 Table 7-329. typeinfo for QDoubleSpinBox 12498 Base Vtable vtable for __cxxabiv1::__si_class_type_info 12499 Name typeinfo name for QDoubleSpinBox 12500 basetype: typeinfo for QAbstractSpinBox 12501 __________________________________________________________ 12502 12503 7.5.20.16. Class data for QLCDNumber 12504 12505 The virtual table for the QLCDNumber class is described by 12506 Table 7-330 12507 12508 Table 7-330. Primary vtable for QLCDNumber 12509 Base Offset 0 12510 Virtual Base Offset 0 12511 RTTI typeinfo for QLCDNumber 12512 vfunc[0]: QLCDNumber::metaObject() const 12513 vfunc[1]: QLCDNumber::qt_metacast(char const*) 12514 vfunc[2]: QLCDNumber::qt_metacall(QMetaObject::Call, int, 12515 void**) 12516 vfunc[3]: QLCDNumber::~QLCDNumber() 12517 vfunc[4]: QLCDNumber::~QLCDNumber() 12518 vfunc[5]: QLCDNumber::event(QEvent*) 12519 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 12520 vfunc[7]: QObject::timerEvent(QTimerEvent*) 12521 vfunc[8]: QObject::childEvent(QChildEvent*) 12522 vfunc[9]: QObject::customEvent(QEvent*) 12523 vfunc[10]: QObject::connectNotify(char const*) 12524 vfunc[11]: QObject::disconnectNotify(char const*) 12525 vfunc[12]: QWidget::devType() const 12526 vfunc[13]: QWidget::setVisible(bool) 12527 vfunc[14]: QLCDNumber::sizeHint() const 12528 vfunc[15]: QWidget::minimumSizeHint() const 12529 vfunc[16]: QWidget::heightForWidth(int) const 12530 vfunc[17]: QWidget::paintEngine() const 12531 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 12532 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 12533 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 12534 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 12535 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 12536 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 12537 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 12538 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 12539 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 12540 vfunc[27]: QWidget::enterEvent(QEvent*) 12541 vfunc[28]: QWidget::leaveEvent(QEvent*) 12542 vfunc[29]: QLCDNumber::paintEvent(QPaintEvent*) 12543 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 12544 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 12545 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 12546 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 12547 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 12548 vfunc[35]: QWidget::actionEvent(QActionEvent*) 12549 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 12550 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 12551 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 12552 vfunc[39]: QWidget::dropEvent(QDropEvent*) 12553 vfunc[40]: QWidget::showEvent(QShowEvent*) 12554 vfunc[41]: QWidget::hideEvent(QHideEvent*) 12555 vfunc[42]: QWidget::x11Event(_XEvent*) 12556 vfunc[43]: QFrame::changeEvent(QEvent*) 12557 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 12558 const 12559 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 12560 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 12561 const 12562 vfunc[47]: QWidget::focusNextPrevChild(bool) 12563 vfunc[48]: QWidget::styleChange(QStyle&) 12564 vfunc[49]: QWidget::enabledChange(bool) 12565 vfunc[50]: QWidget::paletteChange(QPalette const&) 12566 vfunc[51]: QWidget::fontChange(QFont const&) 12567 vfunc[52]: QWidget::windowActivationChange(bool) 12568 vfunc[53]: QWidget::languageChange() 12569 12570 Table 7-331. Secondary vtable for QLCDNumber 12571 Base Offset -16 12572 Virtual Base Offset 0 12573 RTTI typeinfo for QLCDNumber 12574 vfunc[0]: non-virtual thunk to QLCDNumber::~QLCDNumber() 12575 vfunc[1]: non-virtual thunk to QLCDNumber::~QLCDNumber() 12576 vfunc[2]: non-virtual thunk to QWidget::devType() const 12577 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 12578 vfunc[4]: non-virtual thunk to 12579 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 12580 12581 The Run Time Type Information for the QLCDNumber class is 12582 described by Table 7-332 12583 12584 Table 7-332. typeinfo for QLCDNumber 12585 Base Vtable vtable for __cxxabiv1::__si_class_type_info 12586 Name typeinfo name for QLCDNumber 12587 basetype: typeinfo for QFrame 12588 __________________________________________________________ 12589 12590 7.5.20.17. Class data for QStackedWidget 12591 12592 The virtual table for the QStackedWidget class is described by 12593 Table 7-333 12594 12595 Table 7-333. Primary vtable for QStackedWidget 12596 Base Offset 0 12597 Virtual Base Offset 0 12598 RTTI typeinfo for QStackedWidget 12599 vfunc[0]: QStackedWidget::metaObject() const 12600 vfunc[1]: QStackedWidget::qt_metacast(char const*) 12601 vfunc[2]: QStackedWidget::qt_metacall(QMetaObject::Call, int, 12602 void**) 12603 vfunc[3]: QStackedWidget::~QStackedWidget() 12604 vfunc[4]: QStackedWidget::~QStackedWidget() 12605 vfunc[5]: QStackedWidget::event(QEvent*) 12606 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 12607 vfunc[7]: QObject::timerEvent(QTimerEvent*) 12608 vfunc[8]: QObject::childEvent(QChildEvent*) 12609 vfunc[9]: QObject::customEvent(QEvent*) 12610 vfunc[10]: QObject::connectNotify(char const*) 12611 vfunc[11]: QObject::disconnectNotify(char const*) 12612 vfunc[12]: QWidget::devType() const 12613 vfunc[13]: QWidget::setVisible(bool) 12614 vfunc[14]: QFrame::sizeHint() const 12615 vfunc[15]: QWidget::minimumSizeHint() const 12616 vfunc[16]: QWidget::heightForWidth(int) const 12617 vfunc[17]: QWidget::paintEngine() const 12618 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 12619 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 12620 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 12621 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 12622 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 12623 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 12624 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 12625 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 12626 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 12627 vfunc[27]: QWidget::enterEvent(QEvent*) 12628 vfunc[28]: QWidget::leaveEvent(QEvent*) 12629 vfunc[29]: QFrame::paintEvent(QPaintEvent*) 12630 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 12631 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 12632 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 12633 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 12634 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 12635 vfunc[35]: QWidget::actionEvent(QActionEvent*) 12636 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 12637 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 12638 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 12639 vfunc[39]: QWidget::dropEvent(QDropEvent*) 12640 vfunc[40]: QWidget::showEvent(QShowEvent*) 12641 vfunc[41]: QWidget::hideEvent(QHideEvent*) 12642 vfunc[42]: QWidget::x11Event(_XEvent*) 12643 vfunc[43]: QFrame::changeEvent(QEvent*) 12644 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 12645 const 12646 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 12647 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 12648 const 12649 vfunc[47]: QWidget::focusNextPrevChild(bool) 12650 vfunc[48]: QWidget::styleChange(QStyle&) 12651 vfunc[49]: QWidget::enabledChange(bool) 12652 vfunc[50]: QWidget::paletteChange(QPalette const&) 12653 vfunc[51]: QWidget::fontChange(QFont const&) 12654 vfunc[52]: QWidget::windowActivationChange(bool) 12655 vfunc[53]: QWidget::languageChange() 12656 12657 Table 7-334. Secondary vtable for QStackedWidget 12658 Base Offset -16 12659 Virtual Base Offset 0 12660 RTTI typeinfo for QStackedWidget 12661 vfunc[0]: non-virtual thunk to 12662 QStackedWidget::~QStackedWidget() 12663 vfunc[1]: non-virtual thunk to 12664 QStackedWidget::~QStackedWidget() 12665 vfunc[2]: non-virtual thunk to QWidget::devType() const 12666 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 12667 vfunc[4]: non-virtual thunk to 12668 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 12669 12670 The Run Time Type Information for the QStackedWidget class is 12671 described by Table 7-335 12672 12673 Table 7-335. typeinfo for QStackedWidget 12674 Base Vtable vtable for __cxxabiv1::__si_class_type_info 12675 Name typeinfo name for QStackedWidget 12676 basetype: typeinfo for QFrame 12677 __________________________________________________________ 12678 12679 7.5.20.18. Class data for QPushButton 12680 12681 The virtual table for the QPushButton class is described by 12682 Table 7-336 12683 12684 Table 7-336. Primary vtable for QPushButton 12685 Base Offset 0 12686 Virtual Base Offset 0 12687 RTTI typeinfo for QPushButton 12688 vfunc[0]: QPushButton::metaObject() const 12689 vfunc[1]: QPushButton::qt_metacast(char const*) 12690 vfunc[2]: QPushButton::qt_metacall(QMetaObject::Call, int, 12691 void**) 12692 vfunc[3]: QPushButton::~QPushButton() 12693 vfunc[4]: QPushButton::~QPushButton() 12694 vfunc[5]: QPushButton::event(QEvent*) 12695 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 12696 vfunc[7]: QAbstractButton::timerEvent(QTimerEvent*) 12697 vfunc[8]: QObject::childEvent(QChildEvent*) 12698 vfunc[9]: QObject::customEvent(QEvent*) 12699 vfunc[10]: QObject::connectNotify(char const*) 12700 vfunc[11]: QObject::disconnectNotify(char const*) 12701 vfunc[12]: QWidget::devType() const 12702 vfunc[13]: QWidget::setVisible(bool) 12703 vfunc[14]: QPushButton::sizeHint() const 12704 vfunc[15]: QWidget::minimumSizeHint() const 12705 vfunc[16]: QWidget::heightForWidth(int) const 12706 vfunc[17]: QWidget::paintEngine() const 12707 vfunc[18]: QAbstractButton::mousePressEvent(QMouseEvent*) 12708 vfunc[19]: QAbstractButton::mouseReleaseEvent(QMouseEvent*) 12709 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 12710 vfunc[21]: QAbstractButton::mouseMoveEvent(QMouseEvent*) 12711 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 12712 vfunc[23]: QPushButton::keyPressEvent(QKeyEvent*) 12713 vfunc[24]: QAbstractButton::keyReleaseEvent(QKeyEvent*) 12714 vfunc[25]: QPushButton::focusInEvent(QFocusEvent*) 12715 vfunc[26]: QPushButton::focusOutEvent(QFocusEvent*) 12716 vfunc[27]: QWidget::enterEvent(QEvent*) 12717 vfunc[28]: QWidget::leaveEvent(QEvent*) 12718 vfunc[29]: QPushButton::paintEvent(QPaintEvent*) 12719 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 12720 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 12721 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 12722 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 12723 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 12724 vfunc[35]: QWidget::actionEvent(QActionEvent*) 12725 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 12726 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 12727 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 12728 vfunc[39]: QWidget::dropEvent(QDropEvent*) 12729 vfunc[40]: QWidget::showEvent(QShowEvent*) 12730 vfunc[41]: QWidget::hideEvent(QHideEvent*) 12731 vfunc[42]: QWidget::x11Event(_XEvent*) 12732 vfunc[43]: QAbstractButton::changeEvent(QEvent*) 12733 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 12734 const 12735 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 12736 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 12737 const 12738 vfunc[47]: QWidget::focusNextPrevChild(bool) 12739 vfunc[48]: QWidget::styleChange(QStyle&) 12740 vfunc[49]: QWidget::enabledChange(bool) 12741 vfunc[50]: QWidget::paletteChange(QPalette const&) 12742 vfunc[51]: QWidget::fontChange(QFont const&) 12743 vfunc[52]: QWidget::windowActivationChange(bool) 12744 vfunc[53]: QWidget::languageChange() 12745 vfunc[54]: QAbstractButton::hitButton(QPoint const&) const 12746 vfunc[55]: QAbstractButton::checkStateSet() 12747 vfunc[56]: QAbstractButton::nextCheckState() 12748 12749 Table 7-337. Secondary vtable for QPushButton 12750 Base Offset -16 12751 Virtual Base Offset 0 12752 RTTI typeinfo for QPushButton 12753 vfunc[0]: non-virtual thunk to QPushButton::~QPushButton() 12754 vfunc[1]: non-virtual thunk to QPushButton::~QPushButton() 12755 vfunc[2]: non-virtual thunk to QWidget::devType() const 12756 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 12757 vfunc[4]: non-virtual thunk to 12758 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 12759 12760 The Run Time Type Information for the QPushButton class is 12761 described by Table 7-338 12762 12763 Table 7-338. typeinfo for QPushButton 12764 Base Vtable vtable for __cxxabiv1::__si_class_type_info 12765 Name typeinfo name for QPushButton 12766 basetype: typeinfo for QAbstractButton 12767 __________________________________________________________ 12768 12769 7.5.20.19. Class data for QLabel 12770 12771 The virtual table for the QLabel class is described by Table 12772 7-339 12773 12774 Table 7-339. Primary vtable for QLabel 12775 Base Offset 0 12776 Virtual Base Offset 0 12777 RTTI typeinfo for QLabel 12778 vfunc[0]: QLabel::metaObject() const 12779 vfunc[1]: QLabel::qt_metacast(char const*) 12780 vfunc[2]: QLabel::qt_metacall(QMetaObject::Call, int, void**) 12781 vfunc[3]: QLabel::~QLabel() 12782 vfunc[4]: QLabel::~QLabel() 12783 vfunc[5]: QLabel::event(QEvent*) 12784 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 12785 vfunc[7]: QObject::timerEvent(QTimerEvent*) 12786 vfunc[8]: QObject::childEvent(QChildEvent*) 12787 vfunc[9]: QObject::customEvent(QEvent*) 12788 vfunc[10]: QObject::connectNotify(char const*) 12789 vfunc[11]: QObject::disconnectNotify(char const*) 12790 vfunc[12]: QWidget::devType() const 12791 vfunc[13]: QWidget::setVisible(bool) 12792 vfunc[14]: QLabel::sizeHint() const 12793 vfunc[15]: QLabel::minimumSizeHint() const 12794 vfunc[16]: QLabel::heightForWidth(int) const 12795 vfunc[17]: QWidget::paintEngine() const 12796 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 12797 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 12798 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 12799 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 12800 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 12801 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 12802 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 12803 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 12804 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 12805 vfunc[27]: QWidget::enterEvent(QEvent*) 12806 vfunc[28]: QWidget::leaveEvent(QEvent*) 12807 vfunc[29]: QLabel::paintEvent(QPaintEvent*) 12808 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 12809 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 12810 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 12811 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 12812 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 12813 vfunc[35]: QWidget::actionEvent(QActionEvent*) 12814 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 12815 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 12816 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 12817 vfunc[39]: QWidget::dropEvent(QDropEvent*) 12818 vfunc[40]: QWidget::showEvent(QShowEvent*) 12819 vfunc[41]: QWidget::hideEvent(QHideEvent*) 12820 vfunc[42]: QWidget::x11Event(_XEvent*) 12821 vfunc[43]: QLabel::changeEvent(QEvent*) 12822 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 12823 const 12824 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 12825 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 12826 const 12827 vfunc[47]: QWidget::focusNextPrevChild(bool) 12828 vfunc[48]: QWidget::styleChange(QStyle&) 12829 vfunc[49]: QWidget::enabledChange(bool) 12830 vfunc[50]: QWidget::paletteChange(QPalette const&) 12831 vfunc[51]: QWidget::fontChange(QFont const&) 12832 vfunc[52]: QWidget::windowActivationChange(bool) 12833 vfunc[53]: QWidget::languageChange() 12834 12835 Table 7-340. Secondary vtable for QLabel 12836 Base Offset -16 12837 Virtual Base Offset 0 12838 RTTI typeinfo for QLabel 12839 vfunc[0]: non-virtual thunk to QLabel::~QLabel() 12840 vfunc[1]: non-virtual thunk to QLabel::~QLabel() 12841 vfunc[2]: non-virtual thunk to QWidget::devType() const 12842 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 12843 vfunc[4]: non-virtual thunk to 12844 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 12845 12846 The Run Time Type Information for the QLabel class is described 12847 by Table 7-341 12848 12849 Table 7-341. typeinfo for QLabel 12850 Base Vtable vtable for __cxxabiv1::__si_class_type_info 12851 Name typeinfo name for QLabel 12852 basetype: typeinfo for QFrame 12853 __________________________________________________________ 12854 12855 7.5.20.20. Class data for QDockWidget 12856 12857 The virtual table for the QDockWidget class is described by 12858 Table 7-342 12859 12860 Table 7-342. Primary vtable for QDockWidget 12861 Base Offset 0 12862 Virtual Base Offset 0 12863 RTTI typeinfo for QDockWidget 12864 vfunc[0]: QDockWidget::metaObject() const 12865 vfunc[1]: QDockWidget::qt_metacast(char const*) 12866 vfunc[2]: QDockWidget::qt_metacall(QMetaObject::Call, int, 12867 void**) 12868 vfunc[3]: QDockWidget::~QDockWidget() 12869 vfunc[4]: QDockWidget::~QDockWidget() 12870 vfunc[5]: QDockWidget::event(QEvent*) 12871 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 12872 vfunc[7]: QObject::timerEvent(QTimerEvent*) 12873 vfunc[8]: QObject::childEvent(QChildEvent*) 12874 vfunc[9]: QObject::customEvent(QEvent*) 12875 vfunc[10]: QObject::connectNotify(char const*) 12876 vfunc[11]: QObject::disconnectNotify(char const*) 12877 vfunc[12]: QWidget::devType() const 12878 vfunc[13]: QWidget::setVisible(bool) 12879 vfunc[14]: QWidget::sizeHint() const 12880 vfunc[15]: QWidget::minimumSizeHint() const 12881 vfunc[16]: QWidget::heightForWidth(int) const 12882 vfunc[17]: QWidget::paintEngine() const 12883 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 12884 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 12885 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 12886 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 12887 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 12888 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 12889 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 12890 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 12891 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 12892 vfunc[27]: QWidget::enterEvent(QEvent*) 12893 vfunc[28]: QWidget::leaveEvent(QEvent*) 12894 vfunc[29]: QDockWidget::paintEvent(QPaintEvent*) 12895 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 12896 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 12897 vfunc[32]: QDockWidget::closeEvent(QCloseEvent*) 12898 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 12899 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 12900 vfunc[35]: QWidget::actionEvent(QActionEvent*) 12901 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 12902 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 12903 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 12904 vfunc[39]: QWidget::dropEvent(QDropEvent*) 12905 vfunc[40]: QWidget::showEvent(QShowEvent*) 12906 vfunc[41]: QWidget::hideEvent(QHideEvent*) 12907 vfunc[42]: QWidget::x11Event(_XEvent*) 12908 vfunc[43]: QDockWidget::changeEvent(QEvent*) 12909 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 12910 const 12911 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 12912 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 12913 const 12914 vfunc[47]: QWidget::focusNextPrevChild(bool) 12915 vfunc[48]: QWidget::styleChange(QStyle&) 12916 vfunc[49]: QWidget::enabledChange(bool) 12917 vfunc[50]: QWidget::paletteChange(QPalette const&) 12918 vfunc[51]: QWidget::fontChange(QFont const&) 12919 vfunc[52]: QWidget::windowActivationChange(bool) 12920 vfunc[53]: QWidget::languageChange() 12921 12922 Table 7-343. Secondary vtable for QDockWidget 12923 Base Offset -16 12924 Virtual Base Offset 0 12925 RTTI typeinfo for QDockWidget 12926 vfunc[0]: non-virtual thunk to QDockWidget::~QDockWidget() 12927 vfunc[1]: non-virtual thunk to QDockWidget::~QDockWidget() 12928 vfunc[2]: non-virtual thunk to QWidget::devType() const 12929 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 12930 vfunc[4]: non-virtual thunk to 12931 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 12932 12933 The Run Time Type Information for the QDockWidget class is 12934 described by Table 7-344 12935 12936 Table 7-344. typeinfo for QDockWidget 12937 Base Vtable vtable for __cxxabiv1::__si_class_type_info 12938 Name typeinfo name for QDockWidget 12939 basetype: typeinfo for QWidget 12940 __________________________________________________________ 12941 12942 7.5.20.21. Class data for QMainWindow 12943 12944 The virtual table for the QMainWindow class is described by 12945 Table 7-345 12946 12947 Table 7-345. Primary vtable for QMainWindow 12948 Base Offset 0 12949 Virtual Base Offset 0 12950 RTTI typeinfo for QMainWindow 12951 vfunc[0]: QMainWindow::metaObject() const 12952 vfunc[1]: QMainWindow::qt_metacast(char const*) 12953 vfunc[2]: QMainWindow::qt_metacall(QMetaObject::Call, int, 12954 void**) 12955 vfunc[3]: QMainWindow::~QMainWindow() 12956 vfunc[4]: QMainWindow::~QMainWindow() 12957 vfunc[5]: QMainWindow::event(QEvent*) 12958 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 12959 vfunc[7]: QObject::timerEvent(QTimerEvent*) 12960 vfunc[8]: QObject::childEvent(QChildEvent*) 12961 vfunc[9]: QObject::customEvent(QEvent*) 12962 vfunc[10]: QObject::connectNotify(char const*) 12963 vfunc[11]: QObject::disconnectNotify(char const*) 12964 vfunc[12]: QWidget::devType() const 12965 vfunc[13]: QWidget::setVisible(bool) 12966 vfunc[14]: QWidget::sizeHint() const 12967 vfunc[15]: QWidget::minimumSizeHint() const 12968 vfunc[16]: QWidget::heightForWidth(int) const 12969 vfunc[17]: QWidget::paintEngine() const 12970 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 12971 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 12972 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 12973 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 12974 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 12975 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 12976 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 12977 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 12978 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 12979 vfunc[27]: QWidget::enterEvent(QEvent*) 12980 vfunc[28]: QWidget::leaveEvent(QEvent*) 12981 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 12982 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 12983 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 12984 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 12985 vfunc[33]: QMainWindow::contextMenuEvent(QContextMenuEvent*) 12986 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 12987 vfunc[35]: QWidget::actionEvent(QActionEvent*) 12988 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 12989 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 12990 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 12991 vfunc[39]: QWidget::dropEvent(QDropEvent*) 12992 vfunc[40]: QWidget::showEvent(QShowEvent*) 12993 vfunc[41]: QWidget::hideEvent(QHideEvent*) 12994 vfunc[42]: QWidget::x11Event(_XEvent*) 12995 vfunc[43]: QWidget::changeEvent(QEvent*) 12996 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 12997 const 12998 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 12999 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 13000 const 13001 vfunc[47]: QWidget::focusNextPrevChild(bool) 13002 vfunc[48]: QWidget::styleChange(QStyle&) 13003 vfunc[49]: QWidget::enabledChange(bool) 13004 vfunc[50]: QWidget::paletteChange(QPalette const&) 13005 vfunc[51]: QWidget::fontChange(QFont const&) 13006 vfunc[52]: QWidget::windowActivationChange(bool) 13007 vfunc[53]: QWidget::languageChange() 13008 vfunc[54]: QMainWindow::createPopupMenu() 13009 13010 Table 7-346. Secondary vtable for QMainWindow 13011 Base Offset -16 13012 Virtual Base Offset 0 13013 RTTI typeinfo for QMainWindow 13014 vfunc[0]: non-virtual thunk to QMainWindow::~QMainWindow() 13015 vfunc[1]: non-virtual thunk to QMainWindow::~QMainWindow() 13016 vfunc[2]: non-virtual thunk to QWidget::devType() const 13017 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 13018 vfunc[4]: non-virtual thunk to 13019 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 13020 13021 The Run Time Type Information for the QMainWindow class is 13022 described by Table 7-347 13023 13024 Table 7-347. typeinfo for QMainWindow 13025 Base Vtable vtable for __cxxabiv1::__si_class_type_info 13026 Name typeinfo name for QMainWindow 13027 basetype: typeinfo for QWidget 13028 __________________________________________________________ 13029 13030 7.5.20.22. Class data for QTextEdit 13031 13032 The virtual table for the QTextEdit class is described by Table 13033 7-348 13034 13035 Table 7-348. Primary vtable for QTextEdit 13036 Base Offset 0 13037 Virtual Base Offset 0 13038 RTTI typeinfo for QTextEdit 13039 vfunc[0]: QTextEdit::metaObject() const 13040 vfunc[1]: QTextEdit::qt_metacast(char const*) 13041 vfunc[2]: QTextEdit::qt_metacall(QMetaObject::Call, int, 13042 void**) 13043 vfunc[3]: QTextEdit::~QTextEdit() 13044 vfunc[4]: QTextEdit::~QTextEdit() 13045 vfunc[5]: QTextEdit::event(QEvent*) 13046 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 13047 vfunc[7]: QTextEdit::timerEvent(QTimerEvent*) 13048 vfunc[8]: QObject::childEvent(QChildEvent*) 13049 vfunc[9]: QObject::customEvent(QEvent*) 13050 vfunc[10]: QObject::connectNotify(char const*) 13051 vfunc[11]: QObject::disconnectNotify(char const*) 13052 vfunc[12]: QWidget::devType() const 13053 vfunc[13]: QWidget::setVisible(bool) 13054 vfunc[14]: QAbstractScrollArea::sizeHint() const 13055 vfunc[15]: QAbstractScrollArea::minimumSizeHint() const 13056 vfunc[16]: QWidget::heightForWidth(int) const 13057 vfunc[17]: QWidget::paintEngine() const 13058 vfunc[18]: QTextEdit::mousePressEvent(QMouseEvent*) 13059 vfunc[19]: QTextEdit::mouseReleaseEvent(QMouseEvent*) 13060 vfunc[20]: QTextEdit::mouseDoubleClickEvent(QMouseEvent*) 13061 vfunc[21]: QTextEdit::mouseMoveEvent(QMouseEvent*) 13062 vfunc[22]: QTextEdit::wheelEvent(QWheelEvent*) 13063 vfunc[23]: QTextEdit::keyPressEvent(QKeyEvent*) 13064 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 13065 vfunc[25]: QTextEdit::focusInEvent(QFocusEvent*) 13066 vfunc[26]: QTextEdit::focusOutEvent(QFocusEvent*) 13067 vfunc[27]: QWidget::enterEvent(QEvent*) 13068 vfunc[28]: QWidget::leaveEvent(QEvent*) 13069 vfunc[29]: QTextEdit::paintEvent(QPaintEvent*) 13070 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 13071 vfunc[31]: QTextEdit::resizeEvent(QResizeEvent*) 13072 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 13073 vfunc[33]: QTextEdit::contextMenuEvent(QContextMenuEvent*) 13074 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 13075 vfunc[35]: QWidget::actionEvent(QActionEvent*) 13076 vfunc[36]: QTextEdit::dragEnterEvent(QDragEnterEvent*) 13077 vfunc[37]: QTextEdit::dragMoveEvent(QDragMoveEvent*) 13078 vfunc[38]: QTextEdit::dragLeaveEvent(QDragLeaveEvent*) 13079 vfunc[39]: QTextEdit::dropEvent(QDropEvent*) 13080 vfunc[40]: QTextEdit::showEvent(QShowEvent*) 13081 vfunc[41]: QWidget::hideEvent(QHideEvent*) 13082 vfunc[42]: QWidget::x11Event(_XEvent*) 13083 vfunc[43]: QTextEdit::changeEvent(QEvent*) 13084 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 13085 const 13086 vfunc[45]: QTextEdit::inputMethodEvent(QInputMethodEvent*) 13087 vfunc[46]: QTextEdit::inputMethodQuery(Qt::InputMethodQuery) 13088 const 13089 vfunc[47]: QTextEdit::focusNextPrevChild(bool) 13090 vfunc[48]: QWidget::styleChange(QStyle&) 13091 vfunc[49]: QWidget::enabledChange(bool) 13092 vfunc[50]: QWidget::paletteChange(QPalette const&) 13093 vfunc[51]: QWidget::fontChange(QFont const&) 13094 vfunc[52]: QWidget::windowActivationChange(bool) 13095 vfunc[53]: QWidget::languageChange() 13096 vfunc[54]: QAbstractScrollArea::viewportEvent(QEvent*) 13097 vfunc[55]: QTextEdit::scrollContentsBy(int, int) 13098 vfunc[56]: QTextEdit::loadResource(int, QUrl const&) 13099 vfunc[57]: QTextEdit::createMimeDataFromSelection() const 13100 vfunc[58]: QTextEdit::canInsertFromMimeData(QMimeData const*) 13101 const 13102 vfunc[59]: QTextEdit::insertFromMimeData(QMimeData const*) 13103 13104 Table 7-349. Secondary vtable for QTextEdit 13105 Base Offset -16 13106 Virtual Base Offset 0 13107 RTTI typeinfo for QTextEdit 13108 vfunc[0]: non-virtual thunk to QTextEdit::~QTextEdit() 13109 vfunc[1]: non-virtual thunk to QTextEdit::~QTextEdit() 13110 vfunc[2]: non-virtual thunk to QWidget::devType() const 13111 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 13112 vfunc[4]: non-virtual thunk to 13113 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 13114 13115 The Run Time Type Information for the QTextEdit class is 13116 described by Table 7-350 13117 13118 Table 7-350. typeinfo for QTextEdit 13119 Base Vtable vtable for __cxxabiv1::__si_class_type_info 13120 Name typeinfo name for QTextEdit 13121 basetype: typeinfo for QAbstractScrollArea 13122 __________________________________________________________ 13123 13124 7.5.20.23. Class data for QProgressBar 13125 13126 The virtual table for the QProgressBar class is described by 13127 Table 7-351 13128 13129 Table 7-351. Primary vtable for QProgressBar 13130 Base Offset 0 13131 Virtual Base Offset 0 13132 RTTI typeinfo for QProgressBar 13133 vfunc[0]: QProgressBar::metaObject() const 13134 vfunc[1]: QProgressBar::qt_metacast(char const*) 13135 vfunc[2]: QProgressBar::qt_metacall(QMetaObject::Call, int, 13136 void**) 13137 vfunc[3]: NULL or QProgressBar::~QProgressBar() 13138 vfunc[4]: NULL or QProgressBar::~QProgressBar() 13139 vfunc[5]: QProgressBar::event(QEvent*) 13140 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 13141 vfunc[7]: QObject::timerEvent(QTimerEvent*) 13142 vfunc[8]: QObject::childEvent(QChildEvent*) 13143 vfunc[9]: QObject::customEvent(QEvent*) 13144 vfunc[10]: QObject::connectNotify(char const*) 13145 vfunc[11]: QObject::disconnectNotify(char const*) 13146 vfunc[12]: QWidget::devType() const 13147 vfunc[13]: QWidget::setVisible(bool) 13148 vfunc[14]: QProgressBar::sizeHint() const 13149 vfunc[15]: QProgressBar::minimumSizeHint() const 13150 vfunc[16]: QWidget::heightForWidth(int) const 13151 vfunc[17]: QWidget::paintEngine() const 13152 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 13153 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 13154 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 13155 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 13156 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 13157 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 13158 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 13159 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 13160 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 13161 vfunc[27]: QWidget::enterEvent(QEvent*) 13162 vfunc[28]: QWidget::leaveEvent(QEvent*) 13163 vfunc[29]: QProgressBar::paintEvent(QPaintEvent*) 13164 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 13165 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 13166 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 13167 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 13168 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 13169 vfunc[35]: QWidget::actionEvent(QActionEvent*) 13170 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 13171 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 13172 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 13173 vfunc[39]: QWidget::dropEvent(QDropEvent*) 13174 vfunc[40]: QWidget::showEvent(QShowEvent*) 13175 vfunc[41]: QWidget::hideEvent(QHideEvent*) 13176 vfunc[42]: QWidget::x11Event(_XEvent*) 13177 vfunc[43]: QWidget::changeEvent(QEvent*) 13178 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 13179 const 13180 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 13181 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 13182 const 13183 vfunc[47]: QWidget::focusNextPrevChild(bool) 13184 vfunc[48]: QWidget::styleChange(QStyle&) 13185 vfunc[49]: QWidget::enabledChange(bool) 13186 vfunc[50]: QWidget::paletteChange(QPalette const&) 13187 vfunc[51]: QWidget::fontChange(QFont const&) 13188 vfunc[52]: QWidget::windowActivationChange(bool) 13189 vfunc[53]: QWidget::languageChange() 13190 vfunc[54]: QProgressBar::text() const 13191 13192 Table 7-352. Secondary vtable for QProgressBar 13193 Base Offset -16 13194 Virtual Base Offset 0 13195 RTTI typeinfo for QProgressBar 13196 vfunc[0]: NULL or non-virtual thunk to 13197 QProgressBar::~QProgressBar() 13198 vfunc[1]: NULL or non-virtual thunk to 13199 QProgressBar::~QProgressBar() 13200 vfunc[2]: non-virtual thunk to QWidget::devType() const 13201 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 13202 vfunc[4]: non-virtual thunk to 13203 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 13204 13205 The Run Time Type Information for the QProgressBar class is 13206 described by Table 7-353 13207 13208 Table 7-353. typeinfo for QProgressBar 13209 Base Vtable vtable for __cxxabiv1::__si_class_type_info 13210 Name typeinfo name for QProgressBar 13211 basetype: typeinfo for QWidget 13212 __________________________________________________________ 13213 13214 7.5.20.24. Class data for QScrollBar 13215 13216 The virtual table for the QScrollBar class is described by 13217 Table 7-354 13218 13219 Table 7-354. Primary vtable for QScrollBar 13220 Base Offset 0 13221 Virtual Base Offset 0 13222 RTTI typeinfo for QScrollBar 13223 vfunc[0]: QScrollBar::metaObject() const 13224 vfunc[1]: QScrollBar::qt_metacast(char const*) 13225 vfunc[2]: QScrollBar::qt_metacall(QMetaObject::Call, int, 13226 void**) 13227 vfunc[3]: QScrollBar::~QScrollBar() 13228 vfunc[4]: QScrollBar::~QScrollBar() 13229 vfunc[5]: QScrollBar::event(QEvent*) 13230 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 13231 vfunc[7]: QAbstractSlider::timerEvent(QTimerEvent*) 13232 vfunc[8]: QObject::childEvent(QChildEvent*) 13233 vfunc[9]: QObject::customEvent(QEvent*) 13234 vfunc[10]: QObject::connectNotify(char const*) 13235 vfunc[11]: QObject::disconnectNotify(char const*) 13236 vfunc[12]: QWidget::devType() const 13237 vfunc[13]: QWidget::setVisible(bool) 13238 vfunc[14]: QScrollBar::sizeHint() const 13239 vfunc[15]: QWidget::minimumSizeHint() const 13240 vfunc[16]: QWidget::heightForWidth(int) const 13241 vfunc[17]: QWidget::paintEngine() const 13242 vfunc[18]: QScrollBar::mousePressEvent(QMouseEvent*) 13243 vfunc[19]: QScrollBar::mouseReleaseEvent(QMouseEvent*) 13244 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 13245 vfunc[21]: QScrollBar::mouseMoveEvent(QMouseEvent*) 13246 vfunc[22]: QAbstractSlider::wheelEvent(QWheelEvent*) 13247 vfunc[23]: QAbstractSlider::keyPressEvent(QKeyEvent*) 13248 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 13249 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 13250 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 13251 vfunc[27]: QWidget::enterEvent(QEvent*) 13252 vfunc[28]: QWidget::leaveEvent(QEvent*) 13253 vfunc[29]: QScrollBar::paintEvent(QPaintEvent*) 13254 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 13255 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 13256 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 13257 vfunc[33]: QScrollBar::contextMenuEvent(QContextMenuEvent*) 13258 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 13259 vfunc[35]: QWidget::actionEvent(QActionEvent*) 13260 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 13261 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 13262 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 13263 vfunc[39]: QWidget::dropEvent(QDropEvent*) 13264 vfunc[40]: QWidget::showEvent(QShowEvent*) 13265 vfunc[41]: QScrollBar::hideEvent(QHideEvent*) 13266 vfunc[42]: QWidget::x11Event(_XEvent*) 13267 vfunc[43]: QAbstractSlider::changeEvent(QEvent*) 13268 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 13269 const 13270 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 13271 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 13272 const 13273 vfunc[47]: QWidget::focusNextPrevChild(bool) 13274 vfunc[48]: QWidget::styleChange(QStyle&) 13275 vfunc[49]: QWidget::enabledChange(bool) 13276 vfunc[50]: QWidget::paletteChange(QPalette const&) 13277 vfunc[51]: QWidget::fontChange(QFont const&) 13278 vfunc[52]: QWidget::windowActivationChange(bool) 13279 vfunc[53]: QWidget::languageChange() 13280 vfunc[54]: 13281 QScrollBar::sliderChange(QAbstractSlider::SliderChange) 13282 13283 Table 7-355. Secondary vtable for QScrollBar 13284 Base Offset -16 13285 Virtual Base Offset 0 13286 RTTI typeinfo for QScrollBar 13287 vfunc[0]: non-virtual thunk to QScrollBar::~QScrollBar() 13288 vfunc[1]: non-virtual thunk to QScrollBar::~QScrollBar() 13289 vfunc[2]: non-virtual thunk to QWidget::devType() const 13290 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 13291 vfunc[4]: non-virtual thunk to 13292 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 13293 13294 The Run Time Type Information for the QScrollBar class is 13295 described by Table 7-356 13296 13297 Table 7-356. typeinfo for QScrollBar 13298 Base Vtable vtable for __cxxabiv1::__si_class_type_info 13299 Name typeinfo name for QScrollBar 13300 basetype: typeinfo for QAbstractSlider 13301 __________________________________________________________ 13302 13303 7.5.20.25. Class data for QTextBrowser 13304 13305 The virtual table for the QTextBrowser class is described by 13306 Table 7-357 13307 13308 Table 7-357. Primary vtable for QTextBrowser 13309 Base Offset 0 13310 Virtual Base Offset 0 13311 RTTI typeinfo for QTextBrowser 13312 vfunc[0]: QTextBrowser::metaObject() const 13313 vfunc[1]: QTextBrowser::qt_metacast(char const*) 13314 vfunc[2]: QTextBrowser::qt_metacall(QMetaObject::Call, int, 13315 void**) 13316 vfunc[3]: QTextBrowser::~QTextBrowser() 13317 vfunc[4]: QTextBrowser::~QTextBrowser() 13318 vfunc[5]: QTextBrowser::event(QEvent*) 13319 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 13320 vfunc[7]: QTextEdit::timerEvent(QTimerEvent*) 13321 vfunc[8]: QObject::childEvent(QChildEvent*) 13322 vfunc[9]: QObject::customEvent(QEvent*) 13323 vfunc[10]: QObject::connectNotify(char const*) 13324 vfunc[11]: QObject::disconnectNotify(char const*) 13325 vfunc[12]: QWidget::devType() const 13326 vfunc[13]: QWidget::setVisible(bool) 13327 vfunc[14]: QAbstractScrollArea::sizeHint() const 13328 vfunc[15]: QAbstractScrollArea::minimumSizeHint() const 13329 vfunc[16]: QWidget::heightForWidth(int) const 13330 vfunc[17]: QWidget::paintEngine() const 13331 vfunc[18]: QTextBrowser::mousePressEvent(QMouseEvent*) 13332 vfunc[19]: QTextBrowser::mouseReleaseEvent(QMouseEvent*) 13333 vfunc[20]: QTextEdit::mouseDoubleClickEvent(QMouseEvent*) 13334 vfunc[21]: QTextBrowser::mouseMoveEvent(QMouseEvent*) 13335 vfunc[22]: QTextEdit::wheelEvent(QWheelEvent*) 13336 vfunc[23]: QTextBrowser::keyPressEvent(QKeyEvent*) 13337 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 13338 vfunc[25]: QTextEdit::focusInEvent(QFocusEvent*) 13339 vfunc[26]: QTextBrowser::focusOutEvent(QFocusEvent*) 13340 vfunc[27]: QWidget::enterEvent(QEvent*) 13341 vfunc[28]: QWidget::leaveEvent(QEvent*) 13342 vfunc[29]: QTextBrowser::paintEvent(QPaintEvent*) 13343 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 13344 vfunc[31]: QTextEdit::resizeEvent(QResizeEvent*) 13345 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 13346 vfunc[33]: QTextEdit::contextMenuEvent(QContextMenuEvent*) 13347 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 13348 vfunc[35]: QWidget::actionEvent(QActionEvent*) 13349 vfunc[36]: QTextEdit::dragEnterEvent(QDragEnterEvent*) 13350 vfunc[37]: QTextEdit::dragMoveEvent(QDragMoveEvent*) 13351 vfunc[38]: QTextEdit::dragLeaveEvent(QDragLeaveEvent*) 13352 vfunc[39]: QTextEdit::dropEvent(QDropEvent*) 13353 vfunc[40]: QTextEdit::showEvent(QShowEvent*) 13354 vfunc[41]: QWidget::hideEvent(QHideEvent*) 13355 vfunc[42]: QWidget::x11Event(_XEvent*) 13356 vfunc[43]: QTextEdit::changeEvent(QEvent*) 13357 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 13358 const 13359 vfunc[45]: QTextEdit::inputMethodEvent(QInputMethodEvent*) 13360 vfunc[46]: QTextEdit::inputMethodQuery(Qt::InputMethodQuery) 13361 const 13362 vfunc[47]: QTextBrowser::focusNextPrevChild(bool) 13363 vfunc[48]: QWidget::styleChange(QStyle&) 13364 vfunc[49]: QWidget::enabledChange(bool) 13365 vfunc[50]: QWidget::paletteChange(QPalette const&) 13366 vfunc[51]: QWidget::fontChange(QFont const&) 13367 vfunc[52]: QWidget::windowActivationChange(bool) 13368 vfunc[53]: QWidget::languageChange() 13369 vfunc[54]: QAbstractScrollArea::viewportEvent(QEvent*) 13370 vfunc[55]: QTextEdit::scrollContentsBy(int, int) 13371 vfunc[56]: QTextBrowser::loadResource(int, QUrl const&) 13372 vfunc[57]: QTextEdit::createMimeDataFromSelection() const 13373 vfunc[58]: QTextEdit::canInsertFromMimeData(QMimeData const*) 13374 const 13375 vfunc[59]: QTextEdit::insertFromMimeData(QMimeData const*) 13376 vfunc[60]: QTextBrowser::setSource(QUrl const&) 13377 vfunc[61]: QTextBrowser::backward() 13378 vfunc[62]: QTextBrowser::forward() 13379 vfunc[63]: QTextBrowser::home() 13380 vfunc[64]: QTextBrowser::reload() 13381 13382 Table 7-358. Secondary vtable for QTextBrowser 13383 Base Offset -16 13384 Virtual Base Offset 0 13385 RTTI typeinfo for QTextBrowser 13386 vfunc[0]: non-virtual thunk to QTextBrowser::~QTextBrowser() 13387 vfunc[1]: non-virtual thunk to QTextBrowser::~QTextBrowser() 13388 vfunc[2]: non-virtual thunk to QWidget::devType() const 13389 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 13390 vfunc[4]: non-virtual thunk to 13391 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 13392 13393 The Run Time Type Information for the QTextBrowser class is 13394 described by Table 7-359 13395 13396 Table 7-359. typeinfo for QTextBrowser 13397 Base Vtable vtable for __cxxabiv1::__si_class_type_info 13398 Name typeinfo name for QTextBrowser 13399 basetype: typeinfo for QTextEdit 13400 __________________________________________________________ 13401 13402 7.5.20.26. Class data for QScrollArea 13403 13404 The virtual table for the QScrollArea class is described by 13405 Table 7-360 13406 13407 Table 7-360. Primary vtable for QScrollArea 13408 Base Offset 0 13409 Virtual Base Offset 0 13410 RTTI typeinfo for QScrollArea 13411 vfunc[0]: QScrollArea::metaObject() const 13412 vfunc[1]: QScrollArea::qt_metacast(char const*) 13413 vfunc[2]: QScrollArea::qt_metacall(QMetaObject::Call, int, 13414 void**) 13415 vfunc[3]: QScrollArea::~QScrollArea() 13416 vfunc[4]: QScrollArea::~QScrollArea() 13417 vfunc[5]: QScrollArea::event(QEvent*) 13418 vfunc[6]: QScrollArea::eventFilter(QObject*, QEvent*) 13419 vfunc[7]: QObject::timerEvent(QTimerEvent*) 13420 vfunc[8]: QObject::childEvent(QChildEvent*) 13421 vfunc[9]: QObject::customEvent(QEvent*) 13422 vfunc[10]: QObject::connectNotify(char const*) 13423 vfunc[11]: QObject::disconnectNotify(char const*) 13424 vfunc[12]: QWidget::devType() const 13425 vfunc[13]: QWidget::setVisible(bool) 13426 vfunc[14]: QScrollArea::sizeHint() const 13427 vfunc[15]: QAbstractScrollArea::minimumSizeHint() const 13428 vfunc[16]: QWidget::heightForWidth(int) const 13429 vfunc[17]: QWidget::paintEngine() const 13430 vfunc[18]: QAbstractScrollArea::mousePressEvent(QMouseEvent*) 13431 vfunc[19]: QAbstractScrollArea::mouseReleaseEvent(QMouseEvent*) 13432 vfunc[20]: 13433 QAbstractScrollArea::mouseDoubleClickEvent(QMouseEvent*) 13434 vfunc[21]: QAbstractScrollArea::mouseMoveEvent(QMouseEvent*) 13435 vfunc[22]: QAbstractScrollArea::wheelEvent(QWheelEvent*) 13436 vfunc[23]: QAbstractScrollArea::keyPressEvent(QKeyEvent*) 13437 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 13438 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 13439 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 13440 vfunc[27]: QWidget::enterEvent(QEvent*) 13441 vfunc[28]: QWidget::leaveEvent(QEvent*) 13442 vfunc[29]: QAbstractScrollArea::paintEvent(QPaintEvent*) 13443 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 13444 vfunc[31]: QScrollArea::resizeEvent(QResizeEvent*) 13445 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 13446 vfunc[33]: 13447 QAbstractScrollArea::contextMenuEvent(QContextMenuEvent*) 13448 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 13449 vfunc[35]: QWidget::actionEvent(QActionEvent*) 13450 vfunc[36]: 13451 QAbstractScrollArea::dragEnterEvent(QDragEnterEvent*) 13452 vfunc[37]: QAbstractScrollArea::dragMoveEvent(QDragMoveEvent*) 13453 vfunc[38]: 13454 QAbstractScrollArea::dragLeaveEvent(QDragLeaveEvent*) 13455 vfunc[39]: QAbstractScrollArea::dropEvent(QDropEvent*) 13456 vfunc[40]: QWidget::showEvent(QShowEvent*) 13457 vfunc[41]: QWidget::hideEvent(QHideEvent*) 13458 vfunc[42]: QWidget::x11Event(_XEvent*) 13459 vfunc[43]: QFrame::changeEvent(QEvent*) 13460 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 13461 const 13462 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 13463 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 13464 const 13465 vfunc[47]: QScrollArea::focusNextPrevChild(bool) 13466 vfunc[48]: QWidget::styleChange(QStyle&) 13467 vfunc[49]: QWidget::enabledChange(bool) 13468 vfunc[50]: QWidget::paletteChange(QPalette const&) 13469 vfunc[51]: QWidget::fontChange(QFont const&) 13470 vfunc[52]: QWidget::windowActivationChange(bool) 13471 vfunc[53]: QWidget::languageChange() 13472 vfunc[54]: QAbstractScrollArea::viewportEvent(QEvent*) 13473 vfunc[55]: QScrollArea::scrollContentsBy(int, int) 13474 13475 Table 7-361. Secondary vtable for QScrollArea 13476 Base Offset -16 13477 Virtual Base Offset 0 13478 RTTI typeinfo for QScrollArea 13479 vfunc[0]: non-virtual thunk to QScrollArea::~QScrollArea() 13480 vfunc[1]: non-virtual thunk to QScrollArea::~QScrollArea() 13481 vfunc[2]: non-virtual thunk to QWidget::devType() const 13482 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 13483 vfunc[4]: non-virtual thunk to 13484 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 13485 13486 The Run Time Type Information for the QScrollArea class is 13487 described by Table 7-362 13488 13489 Table 7-362. typeinfo for QScrollArea 13490 Base Vtable vtable for __cxxabiv1::__si_class_type_info 13491 Name typeinfo name for QScrollArea 13492 basetype: typeinfo for QAbstractScrollArea 13493 __________________________________________________________ 13494 13495 7.5.20.27. Class data for QToolButton 13496 13497 The virtual table for the QToolButton class is described by 13498 Table 7-363 13499 13500 Table 7-363. Primary vtable for QToolButton 13501 Base Offset 0 13502 Virtual Base Offset 0 13503 RTTI typeinfo for QToolButton 13504 vfunc[0]: QToolButton::metaObject() const 13505 vfunc[1]: QToolButton::qt_metacast(char const*) 13506 vfunc[2]: QToolButton::qt_metacall(QMetaObject::Call, int, 13507 void**) 13508 vfunc[3]: QToolButton::~QToolButton() 13509 vfunc[4]: QToolButton::~QToolButton() 13510 vfunc[5]: QToolButton::event(QEvent*) 13511 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 13512 vfunc[7]: QToolButton::timerEvent(QTimerEvent*) 13513 vfunc[8]: QObject::childEvent(QChildEvent*) 13514 vfunc[9]: QObject::customEvent(QEvent*) 13515 vfunc[10]: QObject::connectNotify(char const*) 13516 vfunc[11]: QObject::disconnectNotify(char const*) 13517 vfunc[12]: QWidget::devType() const 13518 vfunc[13]: QWidget::setVisible(bool) 13519 vfunc[14]: QToolButton::sizeHint() const 13520 vfunc[15]: QToolButton::minimumSizeHint() const 13521 vfunc[16]: QWidget::heightForWidth(int) const 13522 vfunc[17]: QWidget::paintEngine() const 13523 vfunc[18]: QToolButton::mousePressEvent(QMouseEvent*) 13524 vfunc[19]: QAbstractButton::mouseReleaseEvent(QMouseEvent*) 13525 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 13526 vfunc[21]: QAbstractButton::mouseMoveEvent(QMouseEvent*) 13527 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 13528 vfunc[23]: QAbstractButton::keyPressEvent(QKeyEvent*) 13529 vfunc[24]: QAbstractButton::keyReleaseEvent(QKeyEvent*) 13530 vfunc[25]: QAbstractButton::focusInEvent(QFocusEvent*) 13531 vfunc[26]: QAbstractButton::focusOutEvent(QFocusEvent*) 13532 vfunc[27]: QToolButton::enterEvent(QEvent*) 13533 vfunc[28]: QToolButton::leaveEvent(QEvent*) 13534 vfunc[29]: QToolButton::paintEvent(QPaintEvent*) 13535 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 13536 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 13537 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 13538 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 13539 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 13540 vfunc[35]: QToolButton::actionEvent(QActionEvent*) 13541 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 13542 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 13543 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 13544 vfunc[39]: QWidget::dropEvent(QDropEvent*) 13545 vfunc[40]: QWidget::showEvent(QShowEvent*) 13546 vfunc[41]: QWidget::hideEvent(QHideEvent*) 13547 vfunc[42]: QWidget::x11Event(_XEvent*) 13548 vfunc[43]: QToolButton::changeEvent(QEvent*) 13549 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 13550 const 13551 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 13552 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 13553 const 13554 vfunc[47]: QWidget::focusNextPrevChild(bool) 13555 vfunc[48]: QWidget::styleChange(QStyle&) 13556 vfunc[49]: QWidget::enabledChange(bool) 13557 vfunc[50]: QWidget::paletteChange(QPalette const&) 13558 vfunc[51]: QWidget::fontChange(QFont const&) 13559 vfunc[52]: QWidget::windowActivationChange(bool) 13560 vfunc[53]: QWidget::languageChange() 13561 vfunc[54]: QAbstractButton::hitButton(QPoint const&) const 13562 vfunc[55]: QAbstractButton::checkStateSet() 13563 vfunc[56]: QToolButton::nextCheckState() 13564 13565 Table 7-364. Secondary vtable for QToolButton 13566 Base Offset -16 13567 Virtual Base Offset 0 13568 RTTI typeinfo for QToolButton 13569 vfunc[0]: non-virtual thunk to QToolButton::~QToolButton() 13570 vfunc[1]: non-virtual thunk to QToolButton::~QToolButton() 13571 vfunc[2]: non-virtual thunk to QWidget::devType() const 13572 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 13573 vfunc[4]: non-virtual thunk to 13574 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 13575 13576 The Run Time Type Information for the QToolButton class is 13577 described by Table 7-365 13578 13579 Table 7-365. typeinfo for QToolButton 13580 Base Vtable vtable for __cxxabiv1::__si_class_type_info 13581 Name typeinfo name for QToolButton 13582 basetype: typeinfo for QAbstractButton 13583 __________________________________________________________ 13584 13585 7.5.20.28. Class data for QComboBox 13586 13587 The virtual table for the QComboBox class is described by Table 13588 7-366 13589 13590 Table 7-366. Primary vtable for QComboBox 13591 Base Offset 0 13592 Virtual Base Offset 0 13593 RTTI typeinfo for QComboBox 13594 vfunc[0]: QComboBox::metaObject() const 13595 vfunc[1]: QComboBox::qt_metacast(char const*) 13596 vfunc[2]: QComboBox::qt_metacall(QMetaObject::Call, int, 13597 void**) 13598 vfunc[3]: QComboBox::~QComboBox() 13599 vfunc[4]: QComboBox::~QComboBox() 13600 vfunc[5]: QComboBox::event(QEvent*) 13601 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 13602 vfunc[7]: QObject::timerEvent(QTimerEvent*) 13603 vfunc[8]: QObject::childEvent(QChildEvent*) 13604 vfunc[9]: QObject::customEvent(QEvent*) 13605 vfunc[10]: QObject::connectNotify(char const*) 13606 vfunc[11]: QObject::disconnectNotify(char const*) 13607 vfunc[12]: QWidget::devType() const 13608 vfunc[13]: QWidget::setVisible(bool) 13609 vfunc[14]: QComboBox::sizeHint() const 13610 vfunc[15]: QComboBox::minimumSizeHint() const 13611 vfunc[16]: QWidget::heightForWidth(int) const 13612 vfunc[17]: QWidget::paintEngine() const 13613 vfunc[18]: QComboBox::mousePressEvent(QMouseEvent*) 13614 vfunc[19]: QComboBox::mouseReleaseEvent(QMouseEvent*) 13615 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 13616 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 13617 vfunc[22]: QComboBox::wheelEvent(QWheelEvent*) 13618 vfunc[23]: QComboBox::keyPressEvent(QKeyEvent*) 13619 vfunc[24]: QComboBox::keyReleaseEvent(QKeyEvent*) 13620 vfunc[25]: QComboBox::focusInEvent(QFocusEvent*) 13621 vfunc[26]: QComboBox::focusOutEvent(QFocusEvent*) 13622 vfunc[27]: QWidget::enterEvent(QEvent*) 13623 vfunc[28]: QWidget::leaveEvent(QEvent*) 13624 vfunc[29]: QComboBox::paintEvent(QPaintEvent*) 13625 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 13626 vfunc[31]: QComboBox::resizeEvent(QResizeEvent*) 13627 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 13628 vfunc[33]: QComboBox::contextMenuEvent(QContextMenuEvent*) 13629 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 13630 vfunc[35]: QWidget::actionEvent(QActionEvent*) 13631 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 13632 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 13633 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 13634 vfunc[39]: QWidget::dropEvent(QDropEvent*) 13635 vfunc[40]: QComboBox::showEvent(QShowEvent*) 13636 vfunc[41]: QComboBox::hideEvent(QHideEvent*) 13637 vfunc[42]: QWidget::x11Event(_XEvent*) 13638 vfunc[43]: QComboBox::changeEvent(QEvent*) 13639 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 13640 const 13641 vfunc[45]: QComboBox::inputMethodEvent(QInputMethodEvent*) 13642 vfunc[46]: QComboBox::inputMethodQuery(Qt::InputMethodQuery) 13643 const 13644 vfunc[47]: QWidget::focusNextPrevChild(bool) 13645 vfunc[48]: QWidget::styleChange(QStyle&) 13646 vfunc[49]: QWidget::enabledChange(bool) 13647 vfunc[50]: QWidget::paletteChange(QPalette const&) 13648 vfunc[51]: QWidget::fontChange(QFont const&) 13649 vfunc[52]: QWidget::windowActivationChange(bool) 13650 vfunc[53]: QWidget::languageChange() 13651 vfunc[54]: QComboBox::showPopup() 13652 vfunc[55]: QComboBox::hidePopup() 13653 13654 Table 7-367. Secondary vtable for QComboBox 13655 Base Offset -16 13656 Virtual Base Offset 0 13657 RTTI typeinfo for QComboBox 13658 vfunc[0]: non-virtual thunk to QComboBox::~QComboBox() 13659 vfunc[1]: non-virtual thunk to QComboBox::~QComboBox() 13660 vfunc[2]: non-virtual thunk to QWidget::devType() const 13661 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 13662 vfunc[4]: non-virtual thunk to 13663 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 13664 13665 The Run Time Type Information for the QComboBox class is 13666 described by Table 7-368 13667 13668 Table 7-368. typeinfo for QComboBox 13669 Base Vtable vtable for __cxxabiv1::__si_class_type_info 13670 Name typeinfo name for QComboBox 13671 basetype: typeinfo for QWidget 13672 __________________________________________________________ 13673 13674 7.5.20.29. Class data for QRadioButton 13675 13676 The virtual table for the QRadioButton class is described by 13677 Table 7-369 13678 13679 Table 7-369. Primary vtable for QRadioButton 13680 Base Offset 0 13681 Virtual Base Offset 0 13682 RTTI typeinfo for QRadioButton 13683 vfunc[0]: QRadioButton::metaObject() const 13684 vfunc[1]: QRadioButton::qt_metacast(char const*) 13685 vfunc[2]: QRadioButton::qt_metacall(QMetaObject::Call, int, 13686 void**) 13687 vfunc[3]: NULL or QRadioButton::~QRadioButton() 13688 vfunc[4]: NULL or QRadioButton::~QRadioButton() 13689 vfunc[5]: QRadioButton::event(QEvent*) 13690 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 13691 vfunc[7]: QAbstractButton::timerEvent(QTimerEvent*) 13692 vfunc[8]: QObject::childEvent(QChildEvent*) 13693 vfunc[9]: QObject::customEvent(QEvent*) 13694 vfunc[10]: QObject::connectNotify(char const*) 13695 vfunc[11]: QObject::disconnectNotify(char const*) 13696 vfunc[12]: QWidget::devType() const 13697 vfunc[13]: QWidget::setVisible(bool) 13698 vfunc[14]: QRadioButton::sizeHint() const 13699 vfunc[15]: QWidget::minimumSizeHint() const 13700 vfunc[16]: QWidget::heightForWidth(int) const 13701 vfunc[17]: QWidget::paintEngine() const 13702 vfunc[18]: QAbstractButton::mousePressEvent(QMouseEvent*) 13703 vfunc[19]: QAbstractButton::mouseReleaseEvent(QMouseEvent*) 13704 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 13705 vfunc[21]: QRadioButton::mouseMoveEvent(QMouseEvent*) 13706 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 13707 vfunc[23]: QAbstractButton::keyPressEvent(QKeyEvent*) 13708 vfunc[24]: QAbstractButton::keyReleaseEvent(QKeyEvent*) 13709 vfunc[25]: QAbstractButton::focusInEvent(QFocusEvent*) 13710 vfunc[26]: QAbstractButton::focusOutEvent(QFocusEvent*) 13711 vfunc[27]: QWidget::enterEvent(QEvent*) 13712 vfunc[28]: QWidget::leaveEvent(QEvent*) 13713 vfunc[29]: QRadioButton::paintEvent(QPaintEvent*) 13714 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 13715 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 13716 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 13717 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 13718 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 13719 vfunc[35]: QWidget::actionEvent(QActionEvent*) 13720 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 13721 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 13722 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 13723 vfunc[39]: QWidget::dropEvent(QDropEvent*) 13724 vfunc[40]: QWidget::showEvent(QShowEvent*) 13725 vfunc[41]: QWidget::hideEvent(QHideEvent*) 13726 vfunc[42]: QWidget::x11Event(_XEvent*) 13727 vfunc[43]: QAbstractButton::changeEvent(QEvent*) 13728 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 13729 const 13730 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 13731 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 13732 const 13733 vfunc[47]: QWidget::focusNextPrevChild(bool) 13734 vfunc[48]: QWidget::styleChange(QStyle&) 13735 vfunc[49]: QWidget::enabledChange(bool) 13736 vfunc[50]: QWidget::paletteChange(QPalette const&) 13737 vfunc[51]: QWidget::fontChange(QFont const&) 13738 vfunc[52]: QWidget::windowActivationChange(bool) 13739 vfunc[53]: QWidget::languageChange() 13740 vfunc[54]: QRadioButton::hitButton(QPoint const&) const 13741 vfunc[55]: QAbstractButton::checkStateSet() 13742 vfunc[56]: QAbstractButton::nextCheckState() 13743 13744 Table 7-370. Secondary vtable for QRadioButton 13745 Base Offset -16 13746 Virtual Base Offset 0 13747 RTTI typeinfo for QRadioButton 13748 vfunc[0]: NULL or non-virtual thunk to 13749 QRadioButton::~QRadioButton() 13750 vfunc[1]: NULL or non-virtual thunk to 13751 QRadioButton::~QRadioButton() 13752 vfunc[2]: non-virtual thunk to QWidget::devType() const 13753 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 13754 vfunc[4]: non-virtual thunk to 13755 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 13756 13757 The Run Time Type Information for the QRadioButton class is 13758 described by Table 7-371 13759 13760 Table 7-371. typeinfo for QRadioButton 13761 Base Vtable vtable for __cxxabiv1::__si_class_type_info 13762 Name typeinfo name for QRadioButton 13763 basetype: typeinfo for QAbstractButton 13764 __________________________________________________________ 13765 13766 7.5.20.30. Class data for QFocusFrame 13767 13768 The virtual table for the QFocusFrame class is described by 13769 Table 7-372 13770 13771 Table 7-372. Primary vtable for QFocusFrame 13772 Base Offset 0 13773 Virtual Base Offset 0 13774 RTTI typeinfo for QFocusFrame 13775 vfunc[0]: QFocusFrame::metaObject() const 13776 vfunc[1]: QFocusFrame::qt_metacast(char const*) 13777 vfunc[2]: QFocusFrame::qt_metacall(QMetaObject::Call, int, 13778 void**) 13779 vfunc[3]: QFocusFrame::~QFocusFrame() 13780 vfunc[4]: QFocusFrame::~QFocusFrame() 13781 vfunc[5]: QFocusFrame::event(QEvent*) 13782 vfunc[6]: QFocusFrame::eventFilter(QObject*, QEvent*) 13783 vfunc[7]: QObject::timerEvent(QTimerEvent*) 13784 vfunc[8]: QObject::childEvent(QChildEvent*) 13785 vfunc[9]: QObject::customEvent(QEvent*) 13786 vfunc[10]: QObject::connectNotify(char const*) 13787 vfunc[11]: QObject::disconnectNotify(char const*) 13788 vfunc[12]: QWidget::devType() const 13789 vfunc[13]: QWidget::setVisible(bool) 13790 vfunc[14]: QWidget::sizeHint() const 13791 vfunc[15]: QWidget::minimumSizeHint() const 13792 vfunc[16]: QWidget::heightForWidth(int) const 13793 vfunc[17]: QWidget::paintEngine() const 13794 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 13795 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 13796 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 13797 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 13798 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 13799 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 13800 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 13801 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 13802 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 13803 vfunc[27]: QWidget::enterEvent(QEvent*) 13804 vfunc[28]: QWidget::leaveEvent(QEvent*) 13805 vfunc[29]: QFocusFrame::paintEvent(QPaintEvent*) 13806 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 13807 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 13808 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 13809 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 13810 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 13811 vfunc[35]: QWidget::actionEvent(QActionEvent*) 13812 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 13813 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 13814 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 13815 vfunc[39]: QWidget::dropEvent(QDropEvent*) 13816 vfunc[40]: QWidget::showEvent(QShowEvent*) 13817 vfunc[41]: QWidget::hideEvent(QHideEvent*) 13818 vfunc[42]: QWidget::x11Event(_XEvent*) 13819 vfunc[43]: QWidget::changeEvent(QEvent*) 13820 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 13821 const 13822 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 13823 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 13824 const 13825 vfunc[47]: QWidget::focusNextPrevChild(bool) 13826 vfunc[48]: QWidget::styleChange(QStyle&) 13827 vfunc[49]: QWidget::enabledChange(bool) 13828 vfunc[50]: QWidget::paletteChange(QPalette const&) 13829 vfunc[51]: QWidget::fontChange(QFont const&) 13830 vfunc[52]: QWidget::windowActivationChange(bool) 13831 vfunc[53]: QWidget::languageChange() 13832 13833 Table 7-373. Secondary vtable for QFocusFrame 13834 Base Offset -16 13835 Virtual Base Offset 0 13836 RTTI typeinfo for QFocusFrame 13837 vfunc[0]: non-virtual thunk to QFocusFrame::~QFocusFrame() 13838 vfunc[1]: non-virtual thunk to QFocusFrame::~QFocusFrame() 13839 vfunc[2]: non-virtual thunk to QWidget::devType() const 13840 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 13841 vfunc[4]: non-virtual thunk to 13842 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 13843 13844 The Run Time Type Information for the QFocusFrame class is 13845 described by Table 7-374 13846 13847 Table 7-374. typeinfo for QFocusFrame 13848 Base Vtable vtable for __cxxabiv1::__si_class_type_info 13849 Name typeinfo name for QFocusFrame 13850 basetype: typeinfo for QWidget 13851 __________________________________________________________ 13852 13853 7.5.20.31. Class data for QToolBox 13854 13855 The virtual table for the QToolBox class is described by Table 13856 7-375 13857 13858 Table 7-375. Primary vtable for QToolBox 13859 Base Offset 0 13860 Virtual Base Offset 0 13861 RTTI typeinfo for QToolBox 13862 vfunc[0]: QToolBox::metaObject() const 13863 vfunc[1]: QToolBox::qt_metacast(char const*) 13864 vfunc[2]: QToolBox::qt_metacall(QMetaObject::Call, int, void**) 13865 vfunc[3]: QToolBox::~QToolBox() 13866 vfunc[4]: QToolBox::~QToolBox() 13867 vfunc[5]: QToolBox::event(QEvent*) 13868 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 13869 vfunc[7]: QObject::timerEvent(QTimerEvent*) 13870 vfunc[8]: QObject::childEvent(QChildEvent*) 13871 vfunc[9]: QObject::customEvent(QEvent*) 13872 vfunc[10]: QObject::connectNotify(char const*) 13873 vfunc[11]: QObject::disconnectNotify(char const*) 13874 vfunc[12]: QWidget::devType() const 13875 vfunc[13]: QWidget::setVisible(bool) 13876 vfunc[14]: QFrame::sizeHint() const 13877 vfunc[15]: QWidget::minimumSizeHint() const 13878 vfunc[16]: QWidget::heightForWidth(int) const 13879 vfunc[17]: QWidget::paintEngine() const 13880 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 13881 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 13882 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 13883 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 13884 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 13885 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 13886 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 13887 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 13888 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 13889 vfunc[27]: QWidget::enterEvent(QEvent*) 13890 vfunc[28]: QWidget::leaveEvent(QEvent*) 13891 vfunc[29]: QFrame::paintEvent(QPaintEvent*) 13892 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 13893 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 13894 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 13895 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 13896 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 13897 vfunc[35]: QWidget::actionEvent(QActionEvent*) 13898 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 13899 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 13900 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 13901 vfunc[39]: QWidget::dropEvent(QDropEvent*) 13902 vfunc[40]: QToolBox::showEvent(QShowEvent*) 13903 vfunc[41]: QWidget::hideEvent(QHideEvent*) 13904 vfunc[42]: QWidget::x11Event(_XEvent*) 13905 vfunc[43]: QToolBox::changeEvent(QEvent*) 13906 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 13907 const 13908 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 13909 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 13910 const 13911 vfunc[47]: QWidget::focusNextPrevChild(bool) 13912 vfunc[48]: QWidget::styleChange(QStyle&) 13913 vfunc[49]: QWidget::enabledChange(bool) 13914 vfunc[50]: QWidget::paletteChange(QPalette const&) 13915 vfunc[51]: QWidget::fontChange(QFont const&) 13916 vfunc[52]: QWidget::windowActivationChange(bool) 13917 vfunc[53]: QWidget::languageChange() 13918 vfunc[54]: QToolBox::itemInserted(int) 13919 vfunc[55]: QToolBox::itemRemoved(int) 13920 13921 Table 7-376. Secondary vtable for QToolBox 13922 Base Offset -16 13923 Virtual Base Offset 0 13924 RTTI typeinfo for QToolBox 13925 vfunc[0]: non-virtual thunk to QToolBox::~QToolBox() 13926 vfunc[1]: non-virtual thunk to QToolBox::~QToolBox() 13927 vfunc[2]: non-virtual thunk to QWidget::devType() const 13928 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 13929 vfunc[4]: non-virtual thunk to 13930 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 13931 13932 The Run Time Type Information for the QToolBox class is 13933 described by Table 7-377 13934 13935 Table 7-377. typeinfo for QToolBox 13936 Base Vtable vtable for __cxxabiv1::__si_class_type_info 13937 Name typeinfo name for QToolBox 13938 basetype: typeinfo for QFrame 13939 __________________________________________________________ 13940 13941 7.5.20.32. Class data for QDial 13942 13943 The virtual table for the QDial class is described by Table 13944 7-378 13945 13946 Table 7-378. Primary vtable for QDial 13947 Base Offset 0 13948 Virtual Base Offset 0 13949 RTTI typeinfo for QDial 13950 vfunc[0]: QDial::metaObject() const 13951 vfunc[1]: QDial::qt_metacast(char const*) 13952 vfunc[2]: QDial::qt_metacall(QMetaObject::Call, int, void**) 13953 vfunc[3]: QDial::~QDial() 13954 vfunc[4]: QDial::~QDial() 13955 vfunc[5]: QDial::event(QEvent*) 13956 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 13957 vfunc[7]: QAbstractSlider::timerEvent(QTimerEvent*) 13958 vfunc[8]: QObject::childEvent(QChildEvent*) 13959 vfunc[9]: QObject::customEvent(QEvent*) 13960 vfunc[10]: QObject::connectNotify(char const*) 13961 vfunc[11]: QObject::disconnectNotify(char const*) 13962 vfunc[12]: QWidget::devType() const 13963 vfunc[13]: QWidget::setVisible(bool) 13964 vfunc[14]: QDial::sizeHint() const 13965 vfunc[15]: QDial::minimumSizeHint() const 13966 vfunc[16]: QWidget::heightForWidth(int) const 13967 vfunc[17]: QWidget::paintEngine() const 13968 vfunc[18]: QDial::mousePressEvent(QMouseEvent*) 13969 vfunc[19]: QDial::mouseReleaseEvent(QMouseEvent*) 13970 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 13971 vfunc[21]: QDial::mouseMoveEvent(QMouseEvent*) 13972 vfunc[22]: QAbstractSlider::wheelEvent(QWheelEvent*) 13973 vfunc[23]: QAbstractSlider::keyPressEvent(QKeyEvent*) 13974 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 13975 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 13976 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 13977 vfunc[27]: QWidget::enterEvent(QEvent*) 13978 vfunc[28]: QWidget::leaveEvent(QEvent*) 13979 vfunc[29]: QDial::paintEvent(QPaintEvent*) 13980 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 13981 vfunc[31]: QDial::resizeEvent(QResizeEvent*) 13982 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 13983 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 13984 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 13985 vfunc[35]: QWidget::actionEvent(QActionEvent*) 13986 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 13987 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 13988 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 13989 vfunc[39]: QWidget::dropEvent(QDropEvent*) 13990 vfunc[40]: QWidget::showEvent(QShowEvent*) 13991 vfunc[41]: QWidget::hideEvent(QHideEvent*) 13992 vfunc[42]: QWidget::x11Event(_XEvent*) 13993 vfunc[43]: QAbstractSlider::changeEvent(QEvent*) 13994 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 13995 const 13996 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 13997 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 13998 const 13999 vfunc[47]: QWidget::focusNextPrevChild(bool) 14000 vfunc[48]: QWidget::styleChange(QStyle&) 14001 vfunc[49]: QWidget::enabledChange(bool) 14002 vfunc[50]: QWidget::paletteChange(QPalette const&) 14003 vfunc[51]: QWidget::fontChange(QFont const&) 14004 vfunc[52]: QWidget::windowActivationChange(bool) 14005 vfunc[53]: QWidget::languageChange() 14006 vfunc[54]: QDial::sliderChange(QAbstractSlider::SliderChange) 14007 14008 Table 7-379. Secondary vtable for QDial 14009 Base Offset -16 14010 Virtual Base Offset 0 14011 RTTI typeinfo for QDial 14012 vfunc[0]: non-virtual thunk to QDial::~QDial() 14013 vfunc[1]: non-virtual thunk to QDial::~QDial() 14014 vfunc[2]: non-virtual thunk to QWidget::devType() const 14015 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 14016 vfunc[4]: non-virtual thunk to 14017 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 14018 14019 The Run Time Type Information for the QDial class is described 14020 by Table 7-380 14021 14022 Table 7-380. typeinfo for QDial 14023 Base Vtable vtable for __cxxabiv1::__si_class_type_info 14024 Name typeinfo name for QDial 14025 basetype: typeinfo for QAbstractSlider 14026 __________________________________________________________ 14027 14028 7.5.20.33. Class data for QSystemTrayIcon 14029 14030 The virtual table for the QSystemTrayIcon class is described in 14031 the generic part of this specification. 14032 __________________________________________________________ 14033 14034 7.5.20.34. Interfaces for Qt4 Widgets 14035 14036 An LSB conforming implementation shall provide the architecture 14037 specific functions for Qt4 Widgets specified in Table 7-381, 14038 with the full mandatory functionality as described in the 14039 referenced underlying specification. 14040 14041 Table 7-381. libQtGui - Qt4 Widgets Function Interfaces 14042 _ZThn16_N10QLCDNumberD0Ev [CXXABI-1.86] 14043 _ZThn16_N10QLCDNumberD1Ev [CXXABI-1.86] 14044 _ZThn16_N10QScrollBarD0Ev [CXXABI-1.86] 14045 _ZThn16_N10QScrollBarD1Ev [CXXABI-1.86] 14046 _ZThn16_N10QTabWidgetD0Ev [CXXABI-1.86] 14047 _ZThn16_N10QTabWidgetD1Ev [CXXABI-1.86] 14048 _ZThn16_N11QDockWidgetD0Ev [CXXABI-1.86] 14049 _ZThn16_N11QDockWidgetD1Ev [CXXABI-1.86] 14050 _ZThn16_N11QFocusFrameD0Ev [CXXABI-1.86] 14051 _ZThn16_N11QFocusFrameD1Ev [CXXABI-1.86] 14052 _ZThn16_N11QListWidgetD0Ev [CXXABI-1.86] 14053 _ZThn16_N11QListWidgetD1Ev [CXXABI-1.86] 14054 _ZThn16_N11QMainWindowD0Ev [CXXABI-1.86] 14055 _ZThn16_N11QMainWindowD1Ev [CXXABI-1.86] 14056 _ZThn16_N11QPushButtonD0Ev [CXXABI-1.86] 14057 _ZThn16_N11QPushButtonD1Ev [CXXABI-1.86] 14058 _ZThn16_N11QScrollAreaD0Ev [CXXABI-1.86] 14059 _ZThn16_N11QScrollAreaD1Ev [CXXABI-1.86] 14060 _ZThn16_N11QToolButtonD0Ev [CXXABI-1.86] 14061 _ZThn16_N11QToolButtonD1Ev [CXXABI-1.86] 14062 _ZThn16_N12QTextBrowserD0Ev [CXXABI-1.86] 14063 _ZThn16_N12QTextBrowserD1Ev [CXXABI-1.86] 14064 _ZThn16_N14QDesktopWidgetD0Ev [CXXABI-1.86] 14065 _ZThn16_N14QDesktopWidgetD1Ev [CXXABI-1.86] 14066 _ZThn16_N14QStackedWidgetD0Ev [CXXABI-1.86] 14067 _ZThn16_N14QStackedWidgetD1Ev [CXXABI-1.86] 14068 _ZThn16_N15QX11EmbedWidgetD0Ev [CXXABI-1.86] 14069 _ZThn16_N15QX11EmbedWidgetD1Ev [CXXABI-1.86] 14070 _ZThn16_N18QX11EmbedContainerD0Ev [CXXABI-1.86] 14071 _ZThn16_N18QX11EmbedContainerD1Ev [CXXABI-1.86] 14072 _ZThn16_N5QDialD0Ev [CXXABI-1.86] _ZThn16_N5QDialD1Ev 14073 [CXXABI-1.86] 14074 _ZThn16_N6QFrameD0Ev [CXXABI-1.86] _ZThn16_N6QFrameD1Ev 14075 [CXXABI-1.86] 14076 _ZThn16_N6QLabelD0Ev [CXXABI-1.86] _ZThn16_N6QLabelD1Ev 14077 [CXXABI-1.86] 14078 _ZThn16_N7QSliderD0Ev [CXXABI-1.86] _ZThn16_N7QSliderD1Ev 14079 [CXXABI-1.86] 14080 _ZThn16_N7QTabBarD0Ev [CXXABI-1.86] _ZThn16_N7QTabBarD1Ev 14081 [CXXABI-1.86] 14082 _ZThn16_N7QWidgetD0Ev [CXXABI-1.86] _ZThn16_N7QWidgetD1Ev 14083 [CXXABI-1.86] 14084 _ZThn16_N8QToolBoxD0Ev [CXXABI-1.86] _ZThn16_N8QToolBoxD1Ev 14085 [CXXABI-1.86] 14086 _ZThn16_N9QComboBoxD0Ev [CXXABI-1.86] _ZThn16_N9QComboBoxD1Ev 14087 [CXXABI-1.86] 14088 _ZThn16_N9QLineEditD0Ev [CXXABI-1.86] _ZThn16_N9QLineEditD1Ev 14089 [CXXABI-1.86] 14090 _ZThn16_N9QListViewD0Ev [CXXABI-1.86] _ZThn16_N9QListViewD1Ev 14091 [CXXABI-1.86] 14092 _ZThn16_N9QTextEditD0Ev [CXXABI-1.86] _ZThn16_N9QTextEditD1Ev 14093 [CXXABI-1.86] 14094 __________________________________________________________ 14095 14096 7.5.21. Qt4 Drag and Drop 14097 __________________________________________________________ 14098 14099 7.5.21.1. Class data for QMimeSource 14100 14101 The virtual table for the QMimeSource class is described in the 14102 generic part of this specification. 14103 14104 The Run Time Type Information for the QMimeSource class is 14105 described by Table 7-382 14106 14107 Table 7-382. typeinfo for QMimeSource 14108 Base Vtable vtable for __cxxabiv1::__class_type_info 14109 Name typeinfo name for QMimeSource 14110 __________________________________________________________ 14111 14112 7.5.21.2. Class data for QDrag 14113 14114 The virtual table for the QDrag class is described in the 14115 generic part of this specification. 14116 14117 The Run Time Type Information for the QDrag class is described 14118 by Table 7-383 14119 14120 Table 7-383. typeinfo for QDrag 14121 Base Vtable vtable for __cxxabiv1::__si_class_type_info 14122 Name typeinfo name for QDrag 14123 basetype: typeinfo for QObject 14124 __________________________________________________________ 14125 14126 7.5.21.3. Class data for QDropEvent 14127 14128 The virtual table for the QDropEvent class is described by 14129 Table 7-384 14130 14131 Table 7-384. Primary vtable for QDropEvent 14132 Base Offset 0 14133 Virtual Base Offset 0 14134 RTTI typeinfo for QDropEvent 14135 vfunc[0]: QDropEvent::~QDropEvent() 14136 vfunc[1]: QDropEvent::~QDropEvent() 14137 vfunc[2]: QDropEvent::format(int) const 14138 vfunc[3]: QDropEvent::encodedData(char const*) const 14139 vfunc[4]: QDropEvent::provides(char const*) const 14140 14141 Table 7-385. Secondary vtable for QDropEvent 14142 Base Offset -24 14143 Virtual Base Offset 0 14144 RTTI typeinfo for QDropEvent 14145 vfunc[0]: non-virtual thunk to QDropEvent::~QDropEvent() 14146 vfunc[1]: non-virtual thunk to QDropEvent::~QDropEvent() 14147 vfunc[2]: non-virtual thunk to QDropEvent::format(int) const 14148 vfunc[3]: non-virtual thunk to QDropEvent::provides(char 14149 const*) const 14150 vfunc[4]: non-virtual thunk to QDropEvent::encodedData(char 14151 const*) const 14152 14153 The Run Time Type Information for the QDropEvent class is 14154 described by Table 7-386 14155 14156 Table 7-386. typeinfo for QDropEvent 14157 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 14158 Name typeinfo name for QDropEvent 14159 flags: 0 14160 basetype: typeinfo for QEvent 2 14161 basetype: typeinfo for QMimeSource 3074 14162 __________________________________________________________ 14163 14164 7.5.21.4. Class data for QDragMoveEvent 14165 14166 The virtual table for the QDragMoveEvent class is described by 14167 Table 7-387 14168 14169 Table 7-387. Primary vtable for QDragMoveEvent 14170 Base Offset 0 14171 Virtual Base Offset 0 14172 RTTI typeinfo for QDragMoveEvent 14173 vfunc[0]: QDragMoveEvent::~QDragMoveEvent() 14174 vfunc[1]: QDragMoveEvent::~QDragMoveEvent() 14175 vfunc[2]: QDropEvent::format(int) const 14176 vfunc[3]: QDropEvent::encodedData(char const*) const 14177 vfunc[4]: QDropEvent::provides(char const*) const 14178 14179 Table 7-388. Secondary vtable for QDragMoveEvent 14180 Base Offset -24 14181 Virtual Base Offset 0 14182 RTTI typeinfo for QDragMoveEvent 14183 vfunc[0]: non-virtual thunk to 14184 QDragMoveEvent::~QDragMoveEvent() 14185 vfunc[1]: non-virtual thunk to 14186 QDragMoveEvent::~QDragMoveEvent() 14187 vfunc[2]: non-virtual thunk to QDropEvent::format(int) const 14188 vfunc[3]: non-virtual thunk to QDropEvent::provides(char 14189 const*) const 14190 vfunc[4]: non-virtual thunk to QDropEvent::encodedData(char 14191 const*) const 14192 14193 The Run Time Type Information for the QDragMoveEvent class is 14194 described by Table 7-389 14195 14196 Table 7-389. typeinfo for QDragMoveEvent 14197 Base Vtable vtable for __cxxabiv1::__si_class_type_info 14198 Name typeinfo name for QDragMoveEvent 14199 basetype: typeinfo for QDropEvent 14200 __________________________________________________________ 14201 14202 7.5.21.5. Class data for QDragEnterEvent 14203 14204 The virtual table for the QDragEnterEvent class is described by 14205 Table 7-390 14206 14207 Table 7-390. Primary vtable for QDragEnterEvent 14208 Base Offset 0 14209 Virtual Base Offset 0 14210 RTTI typeinfo for QDragEnterEvent 14211 vfunc[0]: QDragEnterEvent::~QDragEnterEvent() 14212 vfunc[1]: QDragEnterEvent::~QDragEnterEvent() 14213 vfunc[2]: QDropEvent::format(int) const 14214 vfunc[3]: QDropEvent::encodedData(char const*) const 14215 vfunc[4]: QDropEvent::provides(char const*) const 14216 14217 Table 7-391. Secondary vtable for QDragEnterEvent 14218 Base Offset -24 14219 Virtual Base Offset 0 14220 RTTI typeinfo for QDragEnterEvent 14221 vfunc[0]: non-virtual thunk to 14222 QDragEnterEvent::~QDragEnterEvent() 14223 vfunc[1]: non-virtual thunk to 14224 QDragEnterEvent::~QDragEnterEvent() 14225 vfunc[2]: non-virtual thunk to QDropEvent::format(int) const 14226 vfunc[3]: non-virtual thunk to QDropEvent::provides(char 14227 const*) const 14228 vfunc[4]: non-virtual thunk to QDropEvent::encodedData(char 14229 const*) const 14230 14231 The Run Time Type Information for the QDragEnterEvent class is 14232 described by Table 7-392 14233 14234 Table 7-392. typeinfo for QDragEnterEvent 14235 Base Vtable vtable for __cxxabiv1::__si_class_type_info 14236 Name typeinfo name for QDragEnterEvent 14237 basetype: typeinfo for QDragMoveEvent 14238 __________________________________________________________ 14239 14240 7.5.21.6. Class data for QDragResponseEvent 14241 14242 The virtual table for the QDragResponseEvent class is described 14243 in the generic part of this specification. 14244 14245 The Run Time Type Information for the QDragResponseEvent class 14246 is described by Table 7-393 14247 14248 Table 7-393. typeinfo for QDragResponseEvent 14249 Base Vtable vtable for __cxxabiv1::__si_class_type_info 14250 Name typeinfo name for QDragResponseEvent 14251 basetype: typeinfo for QEvent 14252 __________________________________________________________ 14253 14254 7.5.21.7. Class data for QDragLeaveEvent 14255 14256 The virtual table for the QDragLeaveEvent class is described in 14257 the generic part of this specification. 14258 14259 The Run Time Type Information for the QDragLeaveEvent class is 14260 described by Table 7-394 14261 14262 Table 7-394. typeinfo for QDragLeaveEvent 14263 Base Vtable vtable for __cxxabiv1::__si_class_type_info 14264 Name typeinfo name for QDragLeaveEvent 14265 basetype: typeinfo for QEvent 14266 __________________________________________________________ 14267 14268 7.5.21.8. Interfaces for Qt4 Drag and Drop 14269 14270 An LSB conforming implementation shall provide the architecture 14271 specific functions for Qt4 Drag and Drop specified in Table 14272 7-395, with the full mandatory functionality as described in 14273 the referenced underlying specification. 14274 14275 Table 7-395. libQtGui - Qt4 Drag and Drop Function Interfaces 14276 _ZThn24_N10QDropEventD0Ev [CXXABI-1.86] 14277 _ZThn24_N10QDropEventD1Ev [CXXABI-1.86] 14278 _ZThn24_N14QDragMoveEventD0Ev [CXXABI-1.86] 14279 _ZThn24_N14QDragMoveEventD1Ev [CXXABI-1.86] 14280 _ZThn24_N15QDragEnterEventD0Ev [CXXABI-1.86] 14281 _ZThn24_N15QDragEnterEventD1Ev [CXXABI-1.86] 14282 __________________________________________________________ 14283 14284 7.5.22. Qt4 2D Graphics 14285 __________________________________________________________ 14286 14287 7.5.22.1. Class data for QIconEngineFactoryInterface 14288 14289 The virtual table for the QIconEngineFactoryInterface class is 14290 described in the generic part of this specification. 14291 14292 The Run Time Type Information for the 14293 QIconEngineFactoryInterface class is described by Table 7-396 14294 14295 Table 7-396. typeinfo for QIconEngineFactoryInterface 14296 Base Vtable vtable for __cxxabiv1::__si_class_type_info 14297 Name typeinfo name for QIconEngineFactoryInterface 14298 basetype: typeinfo for QFactoryInterface 14299 __________________________________________________________ 14300 14301 7.5.22.2. Class data for QIconEngine 14302 14303 The virtual table for the QIconEngine class is described in the 14304 generic part of this specification. 14305 14306 The Run Time Type Information for the QIconEngine class is 14307 described by Table 7-397 14308 14309 Table 7-397. typeinfo for QIconEngine 14310 Base Vtable vtable for __cxxabiv1::__class_type_info 14311 Name typeinfo name for QIconEngine 14312 __________________________________________________________ 14313 14314 7.5.22.3. Class data for QPaintEngine 14315 14316 The virtual table for the QPaintEngine class is described in 14317 the generic part of this specification. 14318 14319 The Run Time Type Information for the QPaintEngine class is 14320 described by Table 7-398 14321 14322 Table 7-398. typeinfo for QPaintEngine 14323 Base Vtable vtable for __cxxabiv1::__class_type_info 14324 Name typeinfo name for QPaintEngine 14325 __________________________________________________________ 14326 14327 7.5.22.4. Class data for QGraphicsEllipseItem 14328 14329 The virtual table for the QGraphicsEllipseItem class is 14330 described in the generic part of this specification. 14331 __________________________________________________________ 14332 14333 7.5.22.5. Class data for QGraphicsItem 14334 14335 The virtual table for the QGraphicsItem class is described in 14336 the generic part of this specification. 14337 __________________________________________________________ 14338 14339 7.5.22.6. Class data for QGraphicsItemAnimation 14340 14341 The virtual table for the QGraphicsItemAnimation class is 14342 described in the generic part of this specification. 14343 __________________________________________________________ 14344 14345 7.5.22.7. Class data for QGraphicsItemGroup 14346 14347 The virtual table for the QGraphicsItemGroup class is described 14348 in the generic part of this specification. 14349 __________________________________________________________ 14350 14351 7.5.22.8. Class data for QGraphicsLineItem 14352 14353 The virtual table for the QGraphicsLineItem class is described 14354 in the generic part of this specification. 14355 __________________________________________________________ 14356 14357 7.5.22.9. Class data for QGraphicsPathItem 14358 14359 The virtual table for the QGraphicsPathItem class is described 14360 in the generic part of this specification. 14361 __________________________________________________________ 14362 14363 7.5.22.10. Class data for QGraphicsPixmapItem 14364 14365 The virtual table for the QGraphicsPixmapItem class is 14366 described in the generic part of this specification. 14367 __________________________________________________________ 14368 14369 7.5.22.11. Class data for QGraphicsPolygonItem 14370 14371 The virtual table for the QGraphicsPolygonItem class is 14372 described in the generic part of this specification. 14373 __________________________________________________________ 14374 14375 7.5.22.12. Class data for QGraphicsRectItem 14376 14377 The virtual table for the QGraphicsRectItem class is described 14378 in the generic part of this specification. 14379 __________________________________________________________ 14380 14381 7.5.22.13. Class data for QGraphicsScene 14382 14383 The virtual table for the QGraphicsScene class is described in 14384 the generic part of this specification. 14385 14386 The Run Time Type Information for the QGraphicsScene class is 14387 described by Table 7-399 14388 14389 Table 7-399. typeinfo for QGraphicsScene 14390 Base Vtable vtable for __cxxabiv1::__si_class_type_info 14391 Name typeinfo name for QGraphicsScene 14392 basetype: typeinfo for QObject 14393 __________________________________________________________ 14394 14395 7.5.22.14. Class data for QGraphicsSceneContextMenuEvent 14396 14397 The virtual table for the QGraphicsSceneContextMenuEvent class 14398 is described in the generic part of this specification. 14399 __________________________________________________________ 14400 14401 7.5.22.15. Class data for QGraphicsSceneDragDropEvent 14402 14403 The virtual table for the QGraphicsSceneDragDropEvent class is 14404 described in the generic part of this specification. 14405 __________________________________________________________ 14406 14407 7.5.22.16. Class data for QGraphicsSceneEvent 14408 14409 The virtual table for the QGraphicsSceneEvent class is 14410 described in the generic part of this specification. 14411 __________________________________________________________ 14412 14413 7.5.22.17. Class data for QGraphicsSceneHelpEvent 14414 14415 The virtual table for the QGraphicsSceneHelpEvent class is 14416 described in the generic part of this specification. 14417 __________________________________________________________ 14418 14419 7.5.22.18. Class data for QGraphicsSceneHoverEvent 14420 14421 The virtual table for the QGraphicsSceneHoverEvent class is 14422 described in the generic part of this specification. 14423 __________________________________________________________ 14424 14425 7.5.22.19. Class data for QGraphicsSceneMouseEvent 14426 14427 The virtual table for the QGraphicsSceneMouseEvent class is 14428 described in the generic part of this specification. 14429 __________________________________________________________ 14430 14431 7.5.22.20. Class data for QGraphicsSceneWheelEvent 14432 14433 The virtual table for the QGraphicsSceneWheelEvent class is 14434 described in the generic part of this specification. 14435 __________________________________________________________ 14436 14437 7.5.22.21. Class data for QGraphicsSimpleTextItem 14438 14439 The virtual table for the QGraphicsSimpleTextItem class is 14440 described in the generic part of this specification. 14441 __________________________________________________________ 14442 14443 7.5.22.22. Interfaces for Qt4 2D Graphics 14444 14445 An LSB conforming implementation shall provide the architecture 14446 specific functions for Qt4 2D Graphics specified in Table 14447 7-400, with the full mandatory functionality as described in 14448 the referenced underlying specification. 14449 14450 Table 7-400. libQtGui - Qt4 2D Graphics Function Interfaces 14451 _ZThn16_N17QGraphicsTextItem10sceneEventEP6QEvent [CXXABI-1.86] 14452 _ZThn16_N17QGraphicsTextItem12focusInEventEP11QFocusEvent 14453 [CXXABI-1.86] 14454 _ZThn16_N17QGraphicsTextItem12setExtensionEN13QGraphicsItem9Ext 14455 ensionERK8QVariant [CXXABI-1.86] 14456 _ZThn16_N17QGraphicsTextItem13dragMoveEventEP27QGraphicsSceneDr 14457 agDropEvent [CXXABI-1.86] 14458 _ZThn16_N17QGraphicsTextItem13focusOutEventEP11QFocusEvent 14459 [CXXABI-1.86] 14460 _ZThn16_N17QGraphicsTextItem13keyPressEventEP9QKeyEvent 14461 [CXXABI-1.86] 14462 _ZThn16_N17QGraphicsTextItem14dragEnterEventEP27QGraphicsSceneD 14463 ragDropEvent [CXXABI-1.86] 14464 _ZThn16_N17QGraphicsTextItem14dragLeaveEventEP27QGraphicsSceneD 14465 ragDropEvent [CXXABI-1.86] 14466 _ZThn16_N17QGraphicsTextItem14hoverMoveEventEP24QGraphicsSceneH 14467 overEvent [CXXABI-1.86] 14468 _ZThn16_N17QGraphicsTextItem14mouseMoveEventEP24QGraphicsSceneM 14469 ouseEvent [CXXABI-1.86] 14470 _ZThn16_N17QGraphicsTextItem15hoverEnterEventEP24QGraphicsScene 14471 HoverEvent [CXXABI-1.86] 14472 _ZThn16_N17QGraphicsTextItem15hoverLeaveEventEP24QGraphicsScene 14473 HoverEvent [CXXABI-1.86] 14474 _ZThn16_N17QGraphicsTextItem15keyReleaseEventEP9QKeyEvent 14475 [CXXABI-1.86] 14476 _ZThn16_N17QGraphicsTextItem15mousePressEventEP24QGraphicsScene 14477 MouseEvent [CXXABI-1.86] 14478 _ZThn16_N17QGraphicsTextItem16contextMenuEventEP30QGraphicsScen 14479 eContextMenuEvent [CXXABI-1.86] 14480 _ZThn16_N17QGraphicsTextItem16inputMethodEventEP17QInputMethodE 14481 vent [CXXABI-1.86] 14482 _ZThn16_N17QGraphicsTextItem17mouseReleaseEventEP24QGraphicsSce 14483 neMouseEvent [CXXABI-1.86] 14484 _ZThn16_N17QGraphicsTextItem21mouseDoubleClickEventEP24QGraphic 14485 sSceneMouseEvent [CXXABI-1.86] 14486 _ZThn16_N17QGraphicsTextItem5paintEP8QPainterPK24QStyleOptionGr 14487 aphicsItemP7QWidget [CXXABI-1.86] 14488 _ZThn16_N17QGraphicsTextItem9dropEventEP27QGraphicsSceneDragDro 14489 pEvent [CXXABI-1.86] 14490 _ZThn16_N17QGraphicsTextItemD0Ev [CXXABI-1.86] 14491 _ZThn16_N17QGraphicsTextItemD1Ev [CXXABI-1.86] 14492 _ZThn16_NK17QGraphicsTextItem10opaqueAreaEv [CXXABI-1.86] 14493 _ZThn16_NK17QGraphicsTextItem12boundingRectEv [CXXABI-1.86] 14494 _ZThn16_NK17QGraphicsTextItem12isObscuredByEPK13QGraphicsItem 14495 [CXXABI-1.86] 14496 _ZThn16_NK17QGraphicsTextItem16inputMethodQueryEN2Qt16InputMeth 14497 odQueryE [CXXABI-1.86] 14498 _ZThn16_NK17QGraphicsTextItem17supportsExtensionEN13QGraphicsIt 14499 em9ExtensionE [CXXABI-1.86] 14500 _ZThn16_NK17QGraphicsTextItem4typeEv [CXXABI-1.86] 14501 _ZThn16_NK17QGraphicsTextItem5shapeEv [CXXABI-1.86] 14502 _ZThn16_NK17QGraphicsTextItem8containsERK7QPointF [CXXABI-1.86] 14503 _ZThn16_NK17QGraphicsTextItem9extensionERK8QVariant 14504 [CXXABI-1.86] 14505 __________________________________________________________ 14506 14507 7.6. Data Definitions for libQtGui 14508 14509 This section defines global identifiers and their values that 14510 are associated with interfaces contained in libQtGui. These 14511 definitions are organized into groups that correspond to system 14512 headers. This convention is used as a convenience for the 14513 reader, and does not imply the existence of these headers, or 14514 their content. Where an interface is defined as requiring a 14515 particular system header file all of the data definitions for 14516 that system header file presented here shall be in effect. 14517 14518 This section gives data definitions to promote binary 14519 application portability, not to repeat source interface 14520 definitions available elsewhere. System providers and 14521 application developers should use this ABI to supplement - not 14522 to replace - source interface definition specifications. 14523 14524 This specification uses the ISO C (1999) C Language as the 14525 reference programming language, and data definitions are 14526 specified in ISO C format. The C language is used here as a 14527 convenient notation. Using a C language description of these 14528 data objects does not preclude their use by other programming 14529 languages. 14530 __________________________________________________________ 14531 14532 7.6.1. QtGui/qabstractbutton.h 14533 14534 /* 14535 * This header is architecture neutral 14536 * Please refer to the generic specification for details 14537 */ 14538 __________________________________________________________ 14539 14540 7.6.2. QtGui/qabstractitemdelegate.h 14541 14542 /* 14543 * This header is architecture neutral 14544 * Please refer to the generic specification for details 14545 */ 14546 __________________________________________________________ 14547 14548 7.6.3. QtGui/qabstractitemview.h 14549 14550 /* 14551 * This header is architecture neutral 14552 * Please refer to the generic specification for details 14553 */ 14554 __________________________________________________________ 14555 14556 7.6.4. QtGui/qabstractpagesetupdialog.h 14557 14558 /* 14559 * This header is architecture neutral 14560 * Please refer to the generic specification for details 14561 */ 14562 __________________________________________________________ 14563 14564 7.6.5. QtGui/qabstractprintdialog.h 14565 14566 /* 14567 * This header is architecture neutral 14568 * Please refer to the generic specification for details 14569 */ 14570 __________________________________________________________ 14571 14572 7.6.6. QtGui/qabstractproxymodel.h 14573 14574 /* 14575 * This header is architecture neutral 14576 * Please refer to the generic specification for details 14577 */ 14578 __________________________________________________________ 14579 14580 7.6.7. QtGui/qabstractscrollarea.h 14581 14582 /* 14583 * This header is architecture neutral 14584 * Please refer to the generic specification for details 14585 */ 14586 __________________________________________________________ 14587 14588 7.6.8. QtGui/qabstractslider.h 14589 14590 /* 14591 * This header is architecture neutral 14592 * Please refer to the generic specification for details 14593 */ 14594 __________________________________________________________ 14595 14596 7.6.9. QtGui/qabstractspinbox.h 14597 14598 /* 14599 * This header is architecture neutral 14600 * Please refer to the generic specification for details 14601 */ 14602 __________________________________________________________ 14603 14604 7.6.10. QtGui/qabstracttextdocumentlayout.h 14605 14606 /* 14607 * This header is architecture neutral 14608 * Please refer to the generic specification for details 14609 */ 14610 __________________________________________________________ 14611 14612 7.6.11. QtGui/qaccessible.h 14613 14614 /* 14615 * This header is architecture neutral 14616 * Please refer to the generic specification for details 14617 */ 14618 __________________________________________________________ 14619 14620 7.6.12. QtGui/qaccessiblebridge.h 14621 14622 /* 14623 * This header is architecture neutral 14624 * Please refer to the generic specification for details 14625 */ 14626 __________________________________________________________ 14627 14628 7.6.13. QtGui/qaccessibleobject.h 14629 14630 /* 14631 * This header is architecture neutral 14632 * Please refer to the generic specification for details 14633 */ 14634 __________________________________________________________ 14635 14636 7.6.14. QtGui/qaccessibleplugin.h 14637 14638 /* 14639 * This header is architecture neutral 14640 * Please refer to the generic specification for details 14641 */ 14642 __________________________________________________________ 14643 14644 7.6.15. QtGui/qaccessiblewidget.h 14645 14646 /* 14647 * This header is architecture neutral 14648 * Please refer to the generic specification for details 14649 */ 14650 __________________________________________________________ 14651 14652 7.6.16. QtGui/qaction.h 14653 14654 /* 14655 * This header is architecture neutral 14656 * Please refer to the generic specification for details 14657 */ 14658 __________________________________________________________ 14659 14660 7.6.17. QtGui/qactiongroup.h 14661 14662 /* 14663 * This header is architecture neutral 14664 * Please refer to the generic specification for details 14665 */ 14666 __________________________________________________________ 14667 14668 7.6.18. QtGui/qapplication.h 14669 14670 /* 14671 * This header is architecture neutral 14672 * Please refer to the generic specification for details 14673 */ 14674 __________________________________________________________ 14675 14676 7.6.19. QtGui/qbitmap.h 14677 14678 /* 14679 * This header is architecture neutral 14680 * Please refer to the generic specification for details 14681 */ 14682 __________________________________________________________ 14683 14684 7.6.20. QtGui/qboxlayout.h 14685 14686 /* 14687 * This header is architecture neutral 14688 * Please refer to the generic specification for details 14689 */ 14690 __________________________________________________________ 14691 14692 7.6.21. QtGui/qbrush.h 14693 14694 /* 14695 * This header is architecture neutral 14696 * Please refer to the generic specification for details 14697 */ 14698 __________________________________________________________ 14699 14700 7.6.22. QtGui/qbuttongroup.h 14701 14702 /* 14703 * This header is architecture neutral 14704 * Please refer to the generic specification for details 14705 */ 14706 __________________________________________________________ 14707 14708 7.6.23. QtGui/qcdestyle.h 14709 14710 /* 14711 * This header is architecture neutral 14712 * Please refer to the generic specification for details 14713 */ 14714 __________________________________________________________ 14715 14716 7.6.24. QtGui/qcheckbox.h 14717 14718 /* 14719 * This header is architecture neutral 14720 * Please refer to the generic specification for details 14721 */ 14722 __________________________________________________________ 14723 14724 7.6.25. QtGui/qclipboard.h 14725 14726 /* 14727 * This header is architecture neutral 14728 * Please refer to the generic specification for details 14729 */ 14730 __________________________________________________________ 14731 14732 7.6.26. QtGui/qcolor.h 14733 14734 /* 14735 * This header is architecture neutral 14736 * Please refer to the generic specification for details 14737 */ 14738 __________________________________________________________ 14739 14740 7.6.27. QtGui/qcolordialog.h 14741 14742 /* 14743 * This header is architecture neutral 14744 * Please refer to the generic specification for details 14745 */ 14746 __________________________________________________________ 14747 14748 7.6.28. QtGui/qcolormap.h 14749 14750 /* 14751 * This header is architecture neutral 14752 * Please refer to the generic specification for details 14753 */ 14754 __________________________________________________________ 14755 14756 7.6.29. QtGui/qcombobox.h 14757 14758 /* 14759 * This header is architecture neutral 14760 * Please refer to the generic specification for details 14761 */ 14762 __________________________________________________________ 14763 14764 7.6.30. QtGui/qcommonstyle.h 14765 14766 /* 14767 * This header is architecture neutral 14768 * Please refer to the generic specification for details 14769 */ 14770 __________________________________________________________ 14771 14772 7.6.31. QtGui/qcursor.h 14773 14774 /* 14775 * This header is architecture neutral 14776 * Please refer to the generic specification for details 14777 */ 14778 __________________________________________________________ 14779 14780 7.6.32. QtGui/qdatetimeedit.h 14781 14782 /* 14783 * This header is architecture neutral 14784 * Please refer to the generic specification for details 14785 */ 14786 __________________________________________________________ 14787 14788 7.6.33. QtGui/qdesktopwidget.h 14789 14790 /* 14791 * This header is architecture neutral 14792 * Please refer to the generic specification for details 14793 */ 14794 __________________________________________________________ 14795 14796 7.6.34. QtGui/qdial.h 14797 14798 /* 14799 * This header is architecture neutral 14800 * Please refer to the generic specification for details 14801 */ 14802 __________________________________________________________ 14803 14804 7.6.35. QtGui/qdialog.h 14805 14806 /* 14807 * This header is architecture neutral 14808 * Please refer to the generic specification for details 14809 */ 14810 __________________________________________________________ 14811 14812 7.6.36. QtGui/qdirmodel.h 14813 14814 /* 14815 * This header is architecture neutral 14816 * Please refer to the generic specification for details 14817 */ 14818 __________________________________________________________ 14819 14820 7.6.37. QtGui/qdockwidget.h 14821 14822 /* 14823 * This header is architecture neutral 14824 * Please refer to the generic specification for details 14825 */ 14826 __________________________________________________________ 14827 14828 7.6.38. QtGui/qdrag.h 14829 14830 /* 14831 * This header is architecture neutral 14832 * Please refer to the generic specification for details 14833 */ 14834 __________________________________________________________ 14835 14836 7.6.39. QtGui/qerrormessage.h 14837 14838 /* 14839 * This header is architecture neutral 14840 * Please refer to the generic specification for details 14841 */ 14842 __________________________________________________________ 14843 14844 7.6.40. QtGui/qevent.h 14845 14846 /* 14847 * This header is architecture neutral 14848 * Please refer to the generic specification for details 14849 */ 14850 __________________________________________________________ 14851 14852 7.6.41. QtGui/qfiledialog.h 14853 14854 /* 14855 * This header is architecture neutral 14856 * Please refer to the generic specification for details 14857 */ 14858 __________________________________________________________ 14859 14860 7.6.42. QtGui/qfocusframe.h 14861 14862 /* 14863 * This header is architecture neutral 14864 * Please refer to the generic specification for details 14865 */ 14866 __________________________________________________________ 14867 14868 7.6.43. QtGui/qfont.h 14869 14870 /* 14871 * This header is architecture neutral 14872 * Please refer to the generic specification for details 14873 */ 14874 __________________________________________________________ 14875 14876 7.6.44. QtGui/qfontdatabase.h 14877 14878 /* 14879 * This header is architecture neutral 14880 * Please refer to the generic specification for details 14881 */ 14882 __________________________________________________________ 14883 14884 7.6.45. QtGui/qfontdialog.h 14885 14886 /* 14887 * This header is architecture neutral 14888 * Please refer to the generic specification for details 14889 */ 14890 __________________________________________________________ 14891 14892 7.6.46. QtGui/qfontinfo.h 14893 14894 /* 14895 * This header is architecture neutral 14896 * Please refer to the generic specification for details 14897 */ 14898 __________________________________________________________ 14899 14900 7.6.47. QtGui/qfontmetrics.h 14901 14902 /* 14903 * This header is architecture neutral 14904 * Please refer to the generic specification for details 14905 */ 14906 __________________________________________________________ 14907 14908 7.6.48. QtGui/qframe.h 14909 14910 /* 14911 * This header is architecture neutral 14912 * Please refer to the generic specification for details 14913 */ 14914 __________________________________________________________ 14915 14916 7.6.49. QtGui/qgridlayout.h 14917 14918 /* 14919 * This header is architecture neutral 14920 * Please refer to the generic specification for details 14921 */ 14922 __________________________________________________________ 14923 14924 7.6.50. QtGui/qgroupbox.h 14925 14926 /* 14927 * This header is architecture neutral 14928 * Please refer to the generic specification for details 14929 */ 14930 __________________________________________________________ 14931 14932 7.6.51. QtGui/qheaderview.h 14933 14934 /* 14935 * This header is architecture neutral 14936 * Please refer to the generic specification for details 14937 */ 14938 __________________________________________________________ 14939 14940 7.6.52. QtGui/qicon.h 14941 14942 /* 14943 * This header is architecture neutral 14944 * Please refer to the generic specification for details 14945 */ 14946 __________________________________________________________ 14947 14948 7.6.53. QtGui/qiconengine.h 14949 14950 /* 14951 * This header is architecture neutral 14952 * Please refer to the generic specification for details 14953 */ 14954 __________________________________________________________ 14955 14956 7.6.54. QtGui/qiconengineplugin.h 14957 14958 /* 14959 * This header is architecture neutral 14960 * Please refer to the generic specification for details 14961 */ 14962 __________________________________________________________ 14963 14964 7.6.55. QtGui/qimage.h 14965 14966 /* 14967 * This header is architecture neutral 14968 * Please refer to the generic specification for details 14969 */ 14970 __________________________________________________________ 14971 14972 7.6.56. QtGui/qimageiohandler.h 14973 14974 /* 14975 * This header is architecture neutral 14976 * Please refer to the generic specification for details 14977 */ 14978 __________________________________________________________ 14979 14980 7.6.57. QtGui/qimagereader.h 14981 14982 /* 14983 * This header is architecture neutral 14984 * Please refer to the generic specification for details 14985 */ 14986 __________________________________________________________ 14987 14988 7.6.58. QtGui/qimagewriter.h 14989 14990 /* 14991 * This header is architecture neutral 14992 * Please refer to the generic specification for details 14993 */ 14994 __________________________________________________________ 14995 14996 7.6.59. QtGui/qinputcontext.h 14997 14998 /* 14999 * This header is architecture neutral 15000 * Please refer to the generic specification for details 15001 */ 15002 __________________________________________________________ 15003 15004 7.6.60. QtGui/qinputcontextfactory.h 15005 15006 /* 15007 * This header is architecture neutral 15008 * Please refer to the generic specification for details 15009 */ 15010 __________________________________________________________ 15011 15012 7.6.61. QtGui/qinputcontextplugin.h 15013 15014 /* 15015 * This header is architecture neutral 15016 * Please refer to the generic specification for details 15017 */ 15018 __________________________________________________________ 15019 15020 7.6.62. QtGui/qinputdialog.h 15021 15022 /* 15023 * This header is architecture neutral 15024 * Please refer to the generic specification for details 15025 */ 15026 __________________________________________________________ 15027 15028 7.6.63. QtGui/qitemdelegate.h 15029 15030 /* 15031 * This header is architecture neutral 15032 * Please refer to the generic specification for details 15033 */ 15034 __________________________________________________________ 15035 15036 7.6.64. QtGui/qitemeditorfactory.h 15037 15038 /* 15039 * This header is architecture neutral 15040 * Please refer to the generic specification for details 15041 */ 15042 __________________________________________________________ 15043 15044 7.6.65. QtGui/qitemselectionmodel.h 15045 15046 /* 15047 * This header is architecture neutral 15048 * Please refer to the generic specification for details 15049 */ 15050 __________________________________________________________ 15051 15052 7.6.66. QtGui/qkeysequence.h 15053 15054 /* 15055 * This header is architecture neutral 15056 * Please refer to the generic specification for details 15057 */ 15058 __________________________________________________________ 15059 15060 7.6.67. QtGui/qlabel.h 15061 15062 /* 15063 * This header is architecture neutral 15064 * Please refer to the generic specification for details 15065 */ 15066 __________________________________________________________ 15067 15068 7.6.68. QtGui/qlayout.h 15069 15070 /* 15071 * This header is architecture neutral 15072 * Please refer to the generic specification for details 15073 */ 15074 __________________________________________________________ 15075 15076 7.6.69. QtGui/qlayoutitem.h 15077 15078 /* 15079 * This header is architecture neutral 15080 * Please refer to the generic specification for details 15081 */ 15082 __________________________________________________________ 15083 15084 7.6.70. QtGui/qlcdnumber.h 15085 15086 /* 15087 * This header is architecture neutral 15088 * Please refer to the generic specification for details 15089 */ 15090 __________________________________________________________ 15091 15092 7.6.71. QtGui/qlineedit.h 15093 15094 /* 15095 * This header is architecture neutral 15096 * Please refer to the generic specification for details 15097 */ 15098 __________________________________________________________ 15099 15100 7.6.72. QtGui/qlistview.h 15101 15102 /* 15103 * This header is architecture neutral 15104 * Please refer to the generic specification for details 15105 */ 15106 __________________________________________________________ 15107 15108 7.6.73. QtGui/qlistwidget.h 15109 15110 /* 15111 * This header is architecture neutral 15112 * Please refer to the generic specification for details 15113 */ 15114 __________________________________________________________ 15115 15116 7.6.74. QtGui/qmainwindow.h 15117 15118 /* 15119 * This header is architecture neutral 15120 * Please refer to the generic specification for details 15121 */ 15122 __________________________________________________________ 15123 15124 7.6.75. QtGui/qmatrix.h 15125 15126 /* 15127 * This header is architecture neutral 15128 * Please refer to the generic specification for details 15129 */ 15130 __________________________________________________________ 15131 15132 7.6.76. QtGui/qmenu.h 15133 15134 /* 15135 * This header is architecture neutral 15136 * Please refer to the generic specification for details 15137 */ 15138 __________________________________________________________ 15139 15140 7.6.77. QtGui/qmenubar.h 15141 15142 /* 15143 * This header is architecture neutral 15144 * Please refer to the generic specification for details 15145 */ 15146 __________________________________________________________ 15147 15148 7.6.78. QtGui/qmenudata.h 15149 15150 /* 15151 * This header is architecture neutral 15152 * Please refer to the generic specification for details 15153 */ 15154 __________________________________________________________ 15155 15156 7.6.79. QtGui/qmessagebox.h 15157 15158 /* 15159 * This header is architecture neutral 15160 * Please refer to the generic specification for details 15161 */ 15162 __________________________________________________________ 15163 15164 7.6.80. QtGui/qmime.h 15165 15166 /* 15167 * This header is architecture neutral 15168 * Please refer to the generic specification for details 15169 */ 15170 __________________________________________________________ 15171 15172 7.6.81. QtGui/qmotifstyle.h 15173 15174 /* 15175 * This header is architecture neutral 15176 * Please refer to the generic specification for details 15177 */ 15178 __________________________________________________________ 15179 15180 7.6.82. QtGui/qmovie.h 15181 15182 /* 15183 * This header is architecture neutral 15184 * Please refer to the generic specification for details 15185 */ 15186 __________________________________________________________ 15187 15188 7.6.83. QtGui/qpagesetupdialog.h 15189 15190 /* 15191 * This header is architecture neutral 15192 * Please refer to the generic specification for details 15193 */ 15194 __________________________________________________________ 15195 15196 7.6.84. QtGui/qpaintdevice.h 15197 15198 /* 15199 * This header is architecture neutral 15200 * Please refer to the generic specification for details 15201 */ 15202 __________________________________________________________ 15203 15204 7.6.85. QtGui/qpaintengine.h 15205 15206 /* 15207 * This header is architecture neutral 15208 * Please refer to the generic specification for details 15209 */ 15210 __________________________________________________________ 15211 15212 7.6.86. QtGui/qpainter.h 15213 15214 /* 15215 * This header is architecture neutral 15216 * Please refer to the generic specification for details 15217 */ 15218 __________________________________________________________ 15219 15220 7.6.87. QtGui/qpainterpath.h 15221 15222 /* 15223 * This header is architecture neutral 15224 * Please refer to the generic specification for details 15225 */ 15226 __________________________________________________________ 15227 15228 7.6.88. QtGui/qpalette.h 15229 15230 /* 15231 * This header is architecture neutral 15232 * Please refer to the generic specification for details 15233 */ 15234 __________________________________________________________ 15235 15236 7.6.89. QtGui/qpen.h 15237 15238 /* 15239 * This header is architecture neutral 15240 * Please refer to the generic specification for details 15241 */ 15242 __________________________________________________________ 15243 15244 7.6.90. QtGui/qpicture.h 15245 15246 /* 15247 * This header is architecture neutral 15248 * Please refer to the generic specification for details 15249 */ 15250 __________________________________________________________ 15251 15252 7.6.91. QtGui/qpictureformatplugin.h 15253 15254 /* 15255 * This header is architecture neutral 15256 * Please refer to the generic specification for details 15257 */ 15258 __________________________________________________________ 15259 15260 7.6.92. QtGui/qpixmap.h 15261 15262 /* 15263 * This header is architecture neutral 15264 * Please refer to the generic specification for details 15265 */ 15266 __________________________________________________________ 15267 15268 7.6.93. QtGui/qpixmapcache.h 15269 15270 /* 15271 * This header is architecture neutral 15272 * Please refer to the generic specification for details 15273 */ 15274 __________________________________________________________ 15275 15276 7.6.94. QtGui/qplastiquestyle.h 15277 15278 /* 15279 * This header is architecture neutral 15280 * Please refer to the generic specification for details 15281 */ 15282 __________________________________________________________ 15283 15284 7.6.95. QtGui/qpolygon.h 15285 15286 /* 15287 * This header is architecture neutral 15288 * Please refer to the generic specification for details 15289 */ 15290 __________________________________________________________ 15291 15292 7.6.96. QtGui/qprintdialog.h 15293 15294 /* 15295 * This header is architecture neutral 15296 * Please refer to the generic specification for details 15297 */ 15298 __________________________________________________________ 15299 15300 7.6.97. QtGui/qprintengine.h 15301 15302 /* 15303 * This header is architecture neutral 15304 * Please refer to the generic specification for details 15305 */ 15306 __________________________________________________________ 15307 15308 7.6.98. QtGui/qprinter.h 15309 15310 /* 15311 * This header is architecture neutral 15312 * Please refer to the generic specification for details 15313 */ 15314 __________________________________________________________ 15315 15316 7.6.99. QtGui/qprogressbar.h 15317 15318 /* 15319 * This header is architecture neutral 15320 * Please refer to the generic specification for details 15321 */ 15322 __________________________________________________________ 15323 15324 7.6.100. QtGui/qprogressdialog.h 15325 15326 /* 15327 * This header is architecture neutral 15328 * Please refer to the generic specification for details 15329 */ 15330 __________________________________________________________ 15331 15332 7.6.101. QtGui/qproxymodel.h 15333 15334 /* 15335 * This header is architecture neutral 15336 * Please refer to the generic specification for details 15337 */ 15338 __________________________________________________________ 15339 15340 7.6.102. QtGui/qpushbutton.h 15341 15342 /* 15343 * This header is architecture neutral 15344 * Please refer to the generic specification for details 15345 */ 15346 __________________________________________________________ 15347 15348 7.6.103. QtGui/qradiobutton.h 15349 15350 /* 15351 * This header is architecture neutral 15352 * Please refer to the generic specification for details 15353 */ 15354 __________________________________________________________ 15355 15356 7.6.104. QtGui/qregion.h 15357 15358 /* 15359 * This header is architecture neutral 15360 * Please refer to the generic specification for details 15361 */ 15362 __________________________________________________________ 15363 15364 7.6.105. QtGui/qrgb.h 15365 15366 /* 15367 * This header is architecture neutral 15368 * Please refer to the generic specification for details 15369 */ 15370 __________________________________________________________ 15371 15372 7.6.106. QtGui/qrubberband.h 15373 15374 /* 15375 * This header is architecture neutral 15376 * Please refer to the generic specification for details 15377 */ 15378 __________________________________________________________ 15379 15380 7.6.107. QtGui/qscrollarea.h 15381 15382 /* 15383 * This header is architecture neutral 15384 * Please refer to the generic specification for details 15385 */ 15386 __________________________________________________________ 15387 15388 7.6.108. QtGui/qscrollbar.h 15389 15390 /* 15391 * This header is architecture neutral 15392 * Please refer to the generic specification for details 15393 */ 15394 __________________________________________________________ 15395 15396 7.6.109. QtGui/qsessionmanager.h 15397 15398 /* 15399 * This header is architecture neutral 15400 * Please refer to the generic specification for details 15401 */ 15402 __________________________________________________________ 15403 15404 7.6.110. QtGui/qshortcut.h 15405 15406 /* 15407 * This header is architecture neutral 15408 * Please refer to the generic specification for details 15409 */ 15410 __________________________________________________________ 15411 15412 7.6.111. QtGui/qsizegrip.h 15413 15414 /* 15415 * This header is architecture neutral 15416 * Please refer to the generic specification for details 15417 */ 15418 __________________________________________________________ 15419 15420 7.6.112. QtGui/qsizepolicy.h 15421 15422 /* 15423 * This header is architecture neutral 15424 * Please refer to the generic specification for details 15425 */ 15426 __________________________________________________________ 15427 15428 7.6.113. QtGui/qslider.h 15429 15430 /* 15431 * This header is architecture neutral 15432 * Please refer to the generic specification for details 15433 */ 15434 __________________________________________________________ 15435 15436 7.6.114. QtGui/qsortfilterproxymodel.h 15437 15438 /* 15439 * This header is architecture neutral 15440 * Please refer to the generic specification for details 15441 */ 15442 __________________________________________________________ 15443 15444 7.6.115. QtGui/qsound.h 15445 15446 /* 15447 * This header is architecture neutral 15448 * Please refer to the generic specification for details 15449 */ 15450 __________________________________________________________ 15451 15452 7.6.116. QtGui/qspinbox.h 15453 15454 /* 15455 * This header is architecture neutral 15456 * Please refer to the generic specification for details 15457 */ 15458 __________________________________________________________ 15459 15460 7.6.117. QtGui/qsplashscreen.h 15461 15462 /* 15463 * This header is architecture neutral 15464 * Please refer to the generic specification for details 15465 */ 15466 __________________________________________________________ 15467 15468 7.6.118. QtGui/qsplitter.h 15469 15470 /* 15471 * This header is architecture neutral 15472 * Please refer to the generic specification for details 15473 */ 15474 __________________________________________________________ 15475 15476 7.6.119. QtGui/qstackedlayout.h 15477 15478 /* 15479 * This header is architecture neutral 15480 * Please refer to the generic specification for details 15481 */ 15482 __________________________________________________________ 15483 15484 7.6.120. QtGui/qstackedwidget.h 15485 15486 /* 15487 * This header is architecture neutral 15488 * Please refer to the generic specification for details 15489 */ 15490 __________________________________________________________ 15491 15492 7.6.121. QtGui/qstandarditemmodel.h 15493 15494 /* 15495 * This header is architecture neutral 15496 * Please refer to the generic specification for details 15497 */ 15498 __________________________________________________________ 15499 15500 7.6.122. QtGui/qstatusbar.h 15501 15502 /* 15503 * This header is architecture neutral 15504 * Please refer to the generic specification for details 15505 */ 15506 __________________________________________________________ 15507 15508 7.6.123. QtGui/qstringlistmodel.h 15509 15510 /* 15511 * This header is architecture neutral 15512 * Please refer to the generic specification for details 15513 */ 15514 __________________________________________________________ 15515 15516 7.6.124. QtGui/qstyle.h 15517 15518 /* 15519 * This header is architecture neutral 15520 * Please refer to the generic specification for details 15521 */ 15522 __________________________________________________________ 15523 15524 7.6.125. QtGui/qstylefactory.h 15525 15526 /* 15527 * This header is architecture neutral 15528 * Please refer to the generic specification for details 15529 */ 15530 __________________________________________________________ 15531 15532 7.6.126. QtGui/qstyleoption.h 15533 15534 /* 15535 * This header is architecture neutral 15536 * Please refer to the generic specification for details 15537 */ 15538 __________________________________________________________ 15539 15540 7.6.127. QtGui/qstylepainter.h 15541 15542 /* 15543 * This header is architecture neutral 15544 * Please refer to the generic specification for details 15545 */ 15546 __________________________________________________________ 15547 15548 7.6.128. QtGui/qstyleplugin.h 15549 15550 /* 15551 * This header is architecture neutral 15552 * Please refer to the generic specification for details 15553 */ 15554 __________________________________________________________ 15555 15556 7.6.129. QtGui/qsyntaxhighlighter.h 15557 15558 /* 15559 * This header is architecture neutral 15560 * Please refer to the generic specification for details 15561 */ 15562 __________________________________________________________ 15563 15564 7.6.130. QtGui/qtabbar.h 15565 15566 /* 15567 * This header is architecture neutral 15568 * Please refer to the generic specification for details 15569 */ 15570 __________________________________________________________ 15571 15572 7.6.131. QtGui/qtableview.h 15573 15574 /* 15575 * This header is architecture neutral 15576 * Please refer to the generic specification for details 15577 */ 15578 __________________________________________________________ 15579 15580 7.6.132. QtGui/qtablewidget.h 15581 15582 /* 15583 * This header is architecture neutral 15584 * Please refer to the generic specification for details 15585 */ 15586 __________________________________________________________ 15587 15588 7.6.133. QtGui/qtabwidget.h 15589 15590 /* 15591 * This header is architecture neutral 15592 * Please refer to the generic specification for details 15593 */ 15594 __________________________________________________________ 15595 15596 7.6.134. QtGui/qtextbrowser.h 15597 15598 /* 15599 * This header is architecture neutral 15600 * Please refer to the generic specification for details 15601 */ 15602 __________________________________________________________ 15603 15604 7.6.135. QtGui/qtextcursor.h 15605 15606 /* 15607 * This header is architecture neutral 15608 * Please refer to the generic specification for details 15609 */ 15610 __________________________________________________________ 15611 15612 7.6.136. QtGui/qtextdocument.h 15613 15614 /* 15615 * This header is architecture neutral 15616 * Please refer to the generic specification for details 15617 */ 15618 __________________________________________________________ 15619 15620 7.6.137. QtGui/qtextdocumentfragment.h 15621 15622 /* 15623 * This header is architecture neutral 15624 * Please refer to the generic specification for details 15625 */ 15626 __________________________________________________________ 15627 15628 7.6.138. QtGui/qtextedit.h 15629 15630 /* 15631 * This header is architecture neutral 15632 * Please refer to the generic specification for details 15633 */ 15634 __________________________________________________________ 15635 15636 7.6.139. QtGui/qtextformat.h 15637 15638 /* 15639 * This header is architecture neutral 15640 * Please refer to the generic specification for details 15641 */ 15642 __________________________________________________________ 15643 15644 7.6.140. QtGui/qtextlayout.h 15645 15646 /* 15647 * This header is architecture neutral 15648 * Please refer to the generic specification for details 15649 */ 15650 __________________________________________________________ 15651 15652 7.6.141. QtGui/qtextlist.h 15653 15654 /* 15655 * This header is architecture neutral 15656 * Please refer to the generic specification for details 15657 */ 15658 __________________________________________________________ 15659 15660 7.6.142. QtGui/qtextobject.h 15661 15662 /* 15663 * This header is architecture neutral 15664 * Please refer to the generic specification for details 15665 */ 15666 __________________________________________________________ 15667 15668 7.6.143. QtGui/qtextoption.h 15669 15670 /* 15671 * This header is architecture neutral 15672 * Please refer to the generic specification for details 15673 */ 15674 __________________________________________________________ 15675 15676 7.6.144. QtGui/qtexttable.h 15677 15678 /* 15679 * This header is architecture neutral 15680 * Please refer to the generic specification for details 15681 */ 15682 __________________________________________________________ 15683 15684 7.6.145. QtGui/qtoolbar.h 15685 15686 /* 15687 * This header is architecture neutral 15688 * Please refer to the generic specification for details 15689 */ 15690 __________________________________________________________ 15691 15692 7.6.146. QtGui/qtoolbox.h 15693 15694 /* 15695 * This header is architecture neutral 15696 * Please refer to the generic specification for details 15697 */ 15698 __________________________________________________________ 15699 15700 7.6.147. QtGui/qtoolbutton.h 15701 15702 /* 15703 * This header is architecture neutral 15704 * Please refer to the generic specification for details 15705 */ 15706 __________________________________________________________ 15707 15708 7.6.148. QtGui/qtooltip.h 15709 15710 /* 15711 * This header is architecture neutral 15712 * Please refer to the generic specification for details 15713 */ 15714 __________________________________________________________ 15715 15716 7.6.149. QtGui/qtreeview.h 15717 15718 /* 15719 * This header is architecture neutral 15720 * Please refer to the generic specification for details 15721 */ 15722 __________________________________________________________ 15723 15724 7.6.150. QtGui/qtreewidget.h 15725 15726 /* 15727 * This header is architecture neutral 15728 * Please refer to the generic specification for details 15729 */ 15730 __________________________________________________________ 15731 15732 7.6.151. QtGui/qtreewidgetitemiterator.h 15733 15734 /* 15735 * This header is architecture neutral 15736 * Please refer to the generic specification for details 15737 */ 15738 __________________________________________________________ 15739 15740 7.6.152. QtGui/qvalidator.h 15741 15742 /* 15743 * This header is architecture neutral 15744 * Please refer to the generic specification for details 15745 */ 15746 __________________________________________________________ 15747 15748 7.6.153. QtGui/qvfbhdr.h 15749 15750 /* 15751 * This header is architecture neutral 15752 * Please refer to the generic specification for details 15753 */ 15754 __________________________________________________________ 15755 15756 7.6.154. QtGui/qwhatsthis.h 15757 15758 /* 15759 * This header is architecture neutral 15760 * Please refer to the generic specification for details 15761 */ 15762 __________________________________________________________ 15763 15764 7.6.155. QtGui/qwidget.h 15765 15766 /* 15767 * This header is architecture neutral 15768 * Please refer to the generic specification for details 15769 */ 15770 __________________________________________________________ 15771 15772 7.6.156. QtGui/qwindowdefs.h 15773 15774 /* 15775 * This header is architecture neutral 15776 * Please refer to the generic specification for details 15777 */ 15778 __________________________________________________________ 15779 15780 7.6.157. QtGui/qwindowsstyle.h 15781 15782 /* 15783 * This header is architecture neutral 15784 * Please refer to the generic specification for details 15785 */ 15786 __________________________________________________________ 15787 15788 7.6.158. QtGui/qwmatrix.h 15789 15790 /* 15791 * This header is architecture neutral 15792 * Please refer to the generic specification for details 15793 */ 15794 __________________________________________________________ 15795 15796 7.6.159. QtGui/qworkspace.h 15797 15798 /* 15799 * This header is architecture neutral 15800 * Please refer to the generic specification for details 15801 */ 15802 __________________________________________________________ 15803 15804 7.7. Interfaces for libQtXml 15805 15806 Table 7-401 defines the library name and shared object name for 15807 the libQtXml library 15808 15809 Table 7-401. libQtXml Definition 15810 Library: libQtXml 15811 SONAME: libQtXml.so.4 15812 15813 The behavior of the interfaces in this library is specified by 15814 the following specifications: 15815 15816 [CXXABI-1.86] Itanium™ C++ ABI 15817 __________________________________________________________ 15818 15819 7.7.1. Qt4 XML 15820 __________________________________________________________ 15821 15822 7.7.1.1. Class data for QXmlAttributes 15823 15824 The virtual table for the QXmlAttributes class is described in 15825 the generic part of this specification. 15826 15827 The Run Time Type Information for the QXmlAttributes class is 15828 described by Table 7-402 15829 15830 Table 7-402. typeinfo for QXmlAttributes 15831 Base Vtable vtable for __cxxabiv1::__class_type_info 15832 Name typeinfo name for QXmlAttributes 15833 __________________________________________________________ 15834 15835 7.7.1.2. Class data for QXmlInputSource 15836 15837 The virtual table for the QXmlInputSource class is described in 15838 the generic part of this specification. 15839 15840 The Run Time Type Information for the QXmlInputSource class is 15841 described by Table 7-403 15842 15843 Table 7-403. typeinfo for QXmlInputSource 15844 Base Vtable vtable for __cxxabiv1::__class_type_info 15845 Name typeinfo name for QXmlInputSource 15846 __________________________________________________________ 15847 15848 7.7.1.3. Class data for QXmlReader 15849 15850 The virtual table for the QXmlReader class is described in the 15851 generic part of this specification. 15852 15853 The Run Time Type Information for the QXmlReader class is 15854 described by Table 7-404 15855 15856 Table 7-404. typeinfo for QXmlReader 15857 Base Vtable vtable for __cxxabiv1::__class_type_info 15858 Name typeinfo name for QXmlReader 15859 __________________________________________________________ 15860 15861 7.7.1.4. Class data for QXmlSimpleReader 15862 15863 The virtual table for the QXmlSimpleReader class is described 15864 in the generic part of this specification. 15865 15866 The Run Time Type Information for the QXmlSimpleReader class is 15867 described by Table 7-405 15868 15869 Table 7-405. typeinfo for QXmlSimpleReader 15870 Base Vtable vtable for __cxxabiv1::__si_class_type_info 15871 Name typeinfo name for QXmlSimpleReader 15872 basetype: typeinfo for QXmlReader 15873 __________________________________________________________ 15874 15875 7.7.1.5. Class data for QXmlLocator 15876 15877 The virtual table for the QXmlLocator class is described in the 15878 generic part of this specification. 15879 15880 The Run Time Type Information for the QXmlLocator class is 15881 described by Table 7-406 15882 15883 Table 7-406. typeinfo for QXmlLocator 15884 Base Vtable vtable for __cxxabiv1::__class_type_info 15885 Name typeinfo name for QXmlLocator 15886 __________________________________________________________ 15887 15888 7.7.1.6. Class data for QXmlContentHandler 15889 15890 The virtual table for the QXmlContentHandler class is described 15891 in the generic part of this specification. 15892 15893 The Run Time Type Information for the QXmlContentHandler class 15894 is described by Table 7-407 15895 15896 Table 7-407. typeinfo for QXmlContentHandler 15897 Base Vtable vtable for __cxxabiv1::__class_type_info 15898 Name typeinfo name for QXmlContentHandler 15899 __________________________________________________________ 15900 15901 7.7.1.7. Class data for QXmlErrorHandler 15902 15903 The virtual table for the QXmlErrorHandler class is described 15904 in the generic part of this specification. 15905 15906 The Run Time Type Information for the QXmlErrorHandler class is 15907 described by Table 7-408 15908 15909 Table 7-408. typeinfo for QXmlErrorHandler 15910 Base Vtable vtable for __cxxabiv1::__class_type_info 15911 Name typeinfo name for QXmlErrorHandler 15912 __________________________________________________________ 15913 15914 7.7.1.8. Class data for QXmlDTDHandler 15915 15916 The virtual table for the QXmlDTDHandler class is described in 15917 the generic part of this specification. 15918 15919 The Run Time Type Information for the QXmlDTDHandler class is 15920 described by Table 7-409 15921 15922 Table 7-409. typeinfo for QXmlDTDHandler 15923 Base Vtable vtable for __cxxabiv1::__class_type_info 15924 Name typeinfo name for QXmlDTDHandler 15925 __________________________________________________________ 15926 15927 7.7.1.9. Class data for QXmlEntityResolver 15928 15929 The virtual table for the QXmlEntityResolver class is described 15930 in the generic part of this specification. 15931 15932 The Run Time Type Information for the QXmlEntityResolver class 15933 is described by Table 7-410 15934 15935 Table 7-410. typeinfo for QXmlEntityResolver 15936 Base Vtable vtable for __cxxabiv1::__class_type_info 15937 Name typeinfo name for QXmlEntityResolver 15938 __________________________________________________________ 15939 15940 7.7.1.10. Class data for QXmlLexicalHandler 15941 15942 The virtual table for the QXmlLexicalHandler class is described 15943 in the generic part of this specification. 15944 15945 The Run Time Type Information for the QXmlLexicalHandler class 15946 is described by Table 7-411 15947 15948 Table 7-411. typeinfo for QXmlLexicalHandler 15949 Base Vtable vtable for __cxxabiv1::__class_type_info 15950 Name typeinfo name for QXmlLexicalHandler 15951 __________________________________________________________ 15952 15953 7.7.1.11. Class data for QXmlDeclHandler 15954 15955 The virtual table for the QXmlDeclHandler class is described in 15956 the generic part of this specification. 15957 15958 The Run Time Type Information for the QXmlDeclHandler class is 15959 described by Table 7-412 15960 15961 Table 7-412. typeinfo for QXmlDeclHandler 15962 Base Vtable vtable for __cxxabiv1::__class_type_info 15963 Name typeinfo name for QXmlDeclHandler 15964 __________________________________________________________ 15965 15966 7.7.1.12. Class data for QXmlDefaultHandler 15967 15968 The virtual table for the QXmlDefaultHandler class is described 15969 by Table 7-413 15970 15971 Table 7-413. Primary vtable for QXmlDefaultHandler 15972 Base Offset 0 15973 Virtual Base Offset 0 15974 RTTI typeinfo for QXmlDefaultHandler 15975 vfunc[0]: NULL or QXmlDefaultHandler::~QXmlDefaultHandler() 15976 vfunc[1]: NULL or QXmlDefaultHandler::~QXmlDefaultHandler() 15977 vfunc[2]: QXmlDefaultHandler::setDocumentLocator(QXmlLocator*) 15978 vfunc[3]: QXmlDefaultHandler::startDocument() 15979 vfunc[4]: QXmlDefaultHandler::endDocument() 15980 vfunc[5]: QXmlDefaultHandler::startPrefixMapping(QString 15981 const&, QString const&) 15982 vfunc[6]: QXmlDefaultHandler::endPrefixMapping(QString const&) 15983 vfunc[7]: QXmlDefaultHandler::startElement(QString const&, 15984 QString const&, QString const&, QXmlAttributes const&) 15985 vfunc[8]: QXmlDefaultHandler::endElement(QString const&, 15986 QString const&, QString const&) 15987 vfunc[9]: QXmlDefaultHandler::characters(QString const&) 15988 vfunc[10]: QXmlDefaultHandler::ignorableWhitespace(QString 15989 const&) 15990 vfunc[11]: QXmlDefaultHandler::processingInstruction(QString 15991 const&, QString const&) 15992 vfunc[12]: QXmlDefaultHandler::skippedEntity(QString const&) 15993 vfunc[13]: QXmlDefaultHandler::errorString() const 15994 vfunc[14]: QXmlDefaultHandler::warning(QXmlParseException 15995 const&) 15996 vfunc[15]: QXmlDefaultHandler::error(QXmlParseException const&) 15997 vfunc[16]: QXmlDefaultHandler::fatalError(QXmlParseException 15998 const&) 15999 vfunc[17]: QXmlDefaultHandler::notationDecl(QString const&, 16000 QString const&, QString const&) 16001 vfunc[18]: QXmlDefaultHandler::unparsedEntityDecl(QString 16002 const&, QString const&, QString const&, QString const&) 16003 vfunc[19]: QXmlDefaultHandler::resolveEntity(QString const&, 16004 QString const&, QXmlInputSource*&) 16005 vfunc[20]: QXmlDefaultHandler::startDTD(QString const&, QString 16006 const&, QString const&) 16007 vfunc[21]: QXmlDefaultHandler::endDTD() 16008 vfunc[22]: QXmlDefaultHandler::startEntity(QString const&) 16009 vfunc[23]: QXmlDefaultHandler::endEntity(QString const&) 16010 vfunc[24]: QXmlDefaultHandler::startCDATA() 16011 vfunc[25]: QXmlDefaultHandler::endCDATA() 16012 vfunc[26]: QXmlDefaultHandler::comment(QString const&) 16013 vfunc[27]: QXmlDefaultHandler::attributeDecl(QString const&, 16014 QString const&, QString const&, QString const&, QString const&) 16015 vfunc[28]: QXmlDefaultHandler::internalEntityDecl(QString 16016 const&, QString const&) 16017 vfunc[29]: QXmlDefaultHandler::externalEntityDecl(QString 16018 const&, QString const&, QString const&) 16019 16020 Table 7-414. Secondary vtable for QXmlDefaultHandler 16021 Base Offset -8 16022 Virtual Base Offset 0 16023 RTTI typeinfo for QXmlDefaultHandler 16024 vfunc[0]: NULL or non-virtual thunk to 16025 QXmlDefaultHandler::~QXmlDefaultHandler() 16026 vfunc[1]: NULL or non-virtual thunk to 16027 QXmlDefaultHandler::~QXmlDefaultHandler() 16028 vfunc[2]: non-virtual thunk to 16029 QXmlDefaultHandler::warning(QXmlParseException const&) 16030 vfunc[3]: non-virtual thunk to 16031 QXmlDefaultHandler::error(QXmlParseException const&) 16032 vfunc[4]: non-virtual thunk to 16033 QXmlDefaultHandler::fatalError(QXmlParseException const&) 16034 vfunc[5]: non-virtual thunk to 16035 QXmlDefaultHandler::errorString() const 16036 16037 Table 7-415. Secondary vtable for QXmlDefaultHandler 16038 Base Offset -16 16039 Virtual Base Offset 0 16040 RTTI typeinfo for QXmlDefaultHandler 16041 vfunc[0]: NULL or non-virtual thunk to 16042 QXmlDefaultHandler::~QXmlDefaultHandler() 16043 vfunc[1]: NULL or non-virtual thunk to 16044 QXmlDefaultHandler::~QXmlDefaultHandler() 16045 vfunc[2]: non-virtual thunk to 16046 QXmlDefaultHandler::notationDecl(QString const&, QString 16047 const&, QString const&) 16048 vfunc[3]: non-virtual thunk to 16049 QXmlDefaultHandler::unparsedEntityDecl(QString const&, QString 16050 const&, QString const&, QString const&) 16051 vfunc[4]: non-virtual thunk to 16052 QXmlDefaultHandler::errorString() const 16053 16054 Table 7-416. Secondary vtable for QXmlDefaultHandler 16055 Base Offset -24 16056 Virtual Base Offset 0 16057 RTTI typeinfo for QXmlDefaultHandler 16058 vfunc[0]: NULL or non-virtual thunk to 16059 QXmlDefaultHandler::~QXmlDefaultHandler() 16060 vfunc[1]: NULL or non-virtual thunk to 16061 QXmlDefaultHandler::~QXmlDefaultHandler() 16062 vfunc[2]: non-virtual thunk to 16063 QXmlDefaultHandler::resolveEntity(QString const&, QString 16064 const&, QXmlInputSource*&) 16065 vfunc[3]: non-virtual thunk to 16066 QXmlDefaultHandler::errorString() const 16067 16068 Table 7-417. Secondary vtable for QXmlDefaultHandler 16069 Base Offset -32 16070 Virtual Base Offset 0 16071 RTTI typeinfo for QXmlDefaultHandler 16072 vfunc[0]: NULL or non-virtual thunk to 16073 QXmlDefaultHandler::~QXmlDefaultHandler() 16074 vfunc[1]: NULL or non-virtual thunk to 16075 QXmlDefaultHandler::~QXmlDefaultHandler() 16076 vfunc[2]: non-virtual thunk to 16077 QXmlDefaultHandler::startDTD(QString const&, QString const&, 16078 QString const&) 16079 vfunc[3]: non-virtual thunk to QXmlDefaultHandler::endDTD() 16080 vfunc[4]: non-virtual thunk to 16081 QXmlDefaultHandler::startEntity(QString const&) 16082 vfunc[5]: non-virtual thunk to 16083 QXmlDefaultHandler::endEntity(QString const&) 16084 vfunc[6]: non-virtual thunk to QXmlDefaultHandler::startCDATA() 16085 vfunc[7]: non-virtual thunk to QXmlDefaultHandler::endCDATA() 16086 vfunc[8]: non-virtual thunk to 16087 QXmlDefaultHandler::comment(QString const&) 16088 vfunc[9]: non-virtual thunk to 16089 QXmlDefaultHandler::errorString() const 16090 16091 Table 7-418. Secondary vtable for QXmlDefaultHandler 16092 Base Offset -40 16093 Virtual Base Offset 0 16094 RTTI typeinfo for QXmlDefaultHandler 16095 vfunc[0]: NULL or non-virtual thunk to 16096 QXmlDefaultHandler::~QXmlDefaultHandler() 16097 vfunc[1]: NULL or non-virtual thunk to 16098 QXmlDefaultHandler::~QXmlDefaultHandler() 16099 vfunc[2]: non-virtual thunk to 16100 QXmlDefaultHandler::attributeDecl(QString const&, QString 16101 const&, QString const&, QString const&, QString const&) 16102 vfunc[3]: non-virtual thunk to 16103 QXmlDefaultHandler::internalEntityDecl(QString const&, QString 16104 const&) 16105 vfunc[4]: non-virtual thunk to 16106 QXmlDefaultHandler::externalEntityDecl(QString const&, QString 16107 const&, QString const&) 16108 vfunc[5]: non-virtual thunk to 16109 QXmlDefaultHandler::errorString() const 16110 16111 The Run Time Type Information for the QXmlDefaultHandler class 16112 is described by Table 7-419 16113 16114 Table 7-419. typeinfo for QXmlDefaultHandler 16115 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 16116 Name typeinfo name for QXmlDefaultHandler 16117 flags: 0 16118 basetype: typeinfo for QXmlContentHandler 2 16119 basetype: typeinfo for QXmlErrorHandler 1026 16120 basetype: typeinfo for QXmlErrorHandler 2050 16121 basetype: typeinfo for QXmlErrorHandler 1026 16122 basetype: typeinfo for QXmlErrorHandler 2050 16123 basetype: typeinfo for QXmlErrorHandler 1026 16124 __________________________________________________________ 16125 16126 7.7.1.13. Interfaces for Qt4 XML 16127 16128 An LSB conforming implementation shall provide the architecture 16129 specific functions for Qt4 XML specified in Table 7-420, with 16130 the full mandatory functionality as described in the referenced 16131 underlying specification. 16132 16133 Table 7-420. libQtXml - Qt4 XML Function Interfaces 16134 _ZThn16_N18QXmlDefaultHandler12notationDeclERK7QStringS2_S2_ 16135 [CXXABI-1.86] 16136 _ZThn16_N18QXmlDefaultHandler18unparsedEntityDeclERK7QStringS2_ 16137 S2_S2_ [CXXABI-1.86] 16138 _ZThn16_NK18QXmlDefaultHandler11errorStringEv [CXXABI-1.86] 16139 _ZThn24_N18QXmlDefaultHandler13resolveEntityERK7QStringS2_RP15Q 16140 XmlInputSource [CXXABI-1.86] 16141 _ZThn24_NK18QXmlDefaultHandler11errorStringEv [CXXABI-1.86] 16142 _ZThn32_N18QXmlDefaultHandler10startCDATAEv [CXXABI-1.86] 16143 _ZThn32_N18QXmlDefaultHandler11startEntityERK7QString 16144 [CXXABI-1.86] _ZThn32_N18QXmlDefaultHandler6endDTDEv 16145 [CXXABI-1.86] 16146 _ZThn32_N18QXmlDefaultHandler7commentERK7QString [CXXABI-1.86] 16147 _ZThn32_N18QXmlDefaultHandler8endCDATAEv [CXXABI-1.86] 16148 _ZThn32_N18QXmlDefaultHandler8startDTDERK7QStringS2_S2_ 16149 [CXXABI-1.86] 16150 _ZThn32_N18QXmlDefaultHandler9endEntityERK7QString 16151 [CXXABI-1.86] 16152 _ZThn32_NK18QXmlDefaultHandler11errorStringEv [CXXABI-1.86] 16153 _ZThn40_N18QXmlDefaultHandler13attributeDeclERK7QStringS2_S2_S2 16154 _S2_ [CXXABI-1.86] 16155 _ZThn40_N18QXmlDefaultHandler18externalEntityDeclERK7QStringS2_ 16156 S2_ [CXXABI-1.86] 16157 _ZThn40_N18QXmlDefaultHandler18internalEntityDeclERK7QStringS2_ 16158 [CXXABI-1.86] 16159 _ZThn40_NK18QXmlDefaultHandler11errorStringEv [CXXABI-1.86] 16160 _ZThn8_N18QXmlDefaultHandler10fatalErrorERK18QXmlParseException 16161 [CXXABI-1.86] 16162 _ZThn8_N18QXmlDefaultHandler5errorERK18QXmlParseException 16163 [CXXABI-1.86] 16164 _ZThn8_N18QXmlDefaultHandler7warningERK18QXmlParseException 16165 [CXXABI-1.86] 16166 _ZThn8_NK18QXmlDefaultHandler11errorStringEv [CXXABI-1.86] 16167 __________________________________________________________ 16168 16169 7.8. Data Definitions for libQtXml 16170 16171 This section defines global identifiers and their values that 16172 are associated with interfaces contained in libQtXml. These 16173 definitions are organized into groups that correspond to system 16174 headers. This convention is used as a convenience for the 16175 reader, and does not imply the existence of these headers, or 16176 their content. Where an interface is defined as requiring a 16177 particular system header file all of the data definitions for 16178 that system header file presented here shall be in effect. 16179 16180 This section gives data definitions to promote binary 16181 application portability, not to repeat source interface 16182 definitions available elsewhere. System providers and 16183 application developers should use this ABI to supplement - not 16184 to replace - source interface definition specifications. 16185 16186 This specification uses the ISO C (1999) C Language as the 16187 reference programming language, and data definitions are 16188 specified in ISO C format. The C language is used here as a 16189 convenient notation. Using a C language description of these 16190 data objects does not preclude their use by other programming 16191 languages. 16192 __________________________________________________________ 16193 16194 7.8.1. QtXml/qdom.h 16195 16196 /* 16197 * This header is architecture neutral 16198 * Please refer to the generic specification for details 16199 */ 16200 __________________________________________________________ 16201 16202 7.8.2. QtXml/qxml.h 16203 16204 /* 16205 * This header is architecture neutral 16206 * Please refer to the generic specification for details 16207 */ 16208 __________________________________________________________ 16209 16210 7.9. Interfaces for libQtOpenGL 16211 16212 Table 7-421 defines the library name and shared object name for 16213 the libQtOpenGL library 16214 16215 Table 7-421. libQtOpenGL Definition 16216 Library: libQtOpenGL 16217 SONAME: libQtOpenGL.so.4 16218 16219 The behavior of the interfaces in this library is specified by 16220 the following specifications: 16221 16222 [CXXABI-1.86] Itanium™ C++ ABI 16223 __________________________________________________________ 16224 16225 7.9.1. Qt4 OpenGL 16226 __________________________________________________________ 16227 16228 7.9.1.1. Class data for QGLContext 16229 16230 The virtual table for the QGLContext class is described in the 16231 generic part of this specification. 16232 16233 The Run Time Type Information for the QGLContext class is 16234 described by Table 7-422 16235 16236 Table 7-422. typeinfo for QGLContext 16237 Base Vtable vtable for __cxxabiv1::__class_type_info 16238 Name typeinfo name for QGLContext 16239 __________________________________________________________ 16240 16241 7.9.1.2. Class data for QGLWidget 16242 16243 The virtual table for the QGLWidget class is described by Table 16244 7-423 16245 16246 Table 7-423. Primary vtable for QGLWidget 16247 Base Offset 0 16248 Virtual Base Offset 0 16249 RTTI typeinfo for QGLWidget 16250 vfunc[0]: QGLWidget::metaObject() const 16251 vfunc[1]: QGLWidget::qt_metacast(char const*) 16252 vfunc[2]: QGLWidget::qt_metacall(QMetaObject::Call, int, 16253 void**) 16254 vfunc[3]: QGLWidget::~QGLWidget() 16255 vfunc[4]: QGLWidget::~QGLWidget() 16256 vfunc[5]: QGLWidget::event(QEvent*) 16257 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 16258 vfunc[7]: QObject::timerEvent(QTimerEvent*) 16259 vfunc[8]: QObject::childEvent(QChildEvent*) 16260 vfunc[9]: QObject::customEvent(QEvent*) 16261 vfunc[10]: QObject::connectNotify(char const*) 16262 vfunc[11]: QObject::disconnectNotify(char const*) 16263 vfunc[12]: QWidget::devType() const 16264 vfunc[13]: QWidget::setVisible(bool) 16265 vfunc[14]: QWidget::sizeHint() const 16266 vfunc[15]: QWidget::minimumSizeHint() const 16267 vfunc[16]: QWidget::heightForWidth(int) const 16268 vfunc[17]: QGLWidget::paintEngine() const 16269 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 16270 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 16271 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 16272 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 16273 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 16274 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 16275 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 16276 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 16277 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 16278 vfunc[27]: QWidget::enterEvent(QEvent*) 16279 vfunc[28]: QWidget::leaveEvent(QEvent*) 16280 vfunc[29]: QGLWidget::paintEvent(QPaintEvent*) 16281 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 16282 vfunc[31]: QGLWidget::resizeEvent(QResizeEvent*) 16283 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 16284 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 16285 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 16286 vfunc[35]: QWidget::actionEvent(QActionEvent*) 16287 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 16288 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 16289 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 16290 vfunc[39]: QWidget::dropEvent(QDropEvent*) 16291 vfunc[40]: QWidget::showEvent(QShowEvent*) 16292 vfunc[41]: QWidget::hideEvent(QHideEvent*) 16293 vfunc[42]: QWidget::x11Event(_XEvent*) 16294 vfunc[43]: QWidget::changeEvent(QEvent*) 16295 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 16296 const 16297 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 16298 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 16299 const 16300 vfunc[47]: QWidget::focusNextPrevChild(bool) 16301 vfunc[48]: QWidget::styleChange(QStyle&) 16302 vfunc[49]: QWidget::enabledChange(bool) 16303 vfunc[50]: QWidget::paletteChange(QPalette const&) 16304 vfunc[51]: QWidget::fontChange(QFont const&) 16305 vfunc[52]: QWidget::windowActivationChange(bool) 16306 vfunc[53]: QWidget::languageChange() 16307 vfunc[54]: QGLWidget::updateGL() 16308 vfunc[55]: QGLWidget::updateOverlayGL() 16309 vfunc[56]: QGLWidget::initializeGL() 16310 vfunc[57]: QGLWidget::resizeGL(int, int) 16311 vfunc[58]: QGLWidget::paintGL() 16312 vfunc[59]: QGLWidget::initializeOverlayGL() 16313 vfunc[60]: QGLWidget::resizeOverlayGL(int, int) 16314 vfunc[61]: QGLWidget::paintOverlayGL() 16315 vfunc[62]: QGLWidget::glInit() 16316 vfunc[63]: QGLWidget::glDraw() 16317 16318 Table 7-424. Secondary vtable for QGLWidget 16319 Base Offset -16 16320 Virtual Base Offset 0 16321 RTTI typeinfo for QGLWidget 16322 vfunc[0]: non-virtual thunk to QGLWidget::~QGLWidget() 16323 vfunc[1]: non-virtual thunk to QGLWidget::~QGLWidget() 16324 vfunc[2]: non-virtual thunk to QWidget::devType() const 16325 vfunc[3]: non-virtual thunk to QGLWidget::paintEngine() const 16326 vfunc[4]: non-virtual thunk to 16327 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 16328 16329 The Run Time Type Information for the QGLWidget class is 16330 described by Table 7-425 16331 16332 Table 7-425. typeinfo for QGLWidget 16333 Base Vtable vtable for __cxxabiv1::__si_class_type_info 16334 Name typeinfo name for QGLWidget 16335 basetype: typeinfo for QWidget 16336 __________________________________________________________ 16337 16338 7.9.1.3. Class data for QGLPixelBuffer 16339 16340 The virtual table for the QGLPixelBuffer class is described in 16341 the generic part of this specification. 16342 16343 The Run Time Type Information for the QGLPixelBuffer class is 16344 described by Table 7-426 16345 16346 Table 7-426. typeinfo for QGLPixelBuffer 16347 Base Vtable vtable for __cxxabiv1::__si_class_type_info 16348 Name typeinfo name for QGLPixelBuffer 16349 basetype: typeinfo for QPaintDevice 16350 __________________________________________________________ 16351 16352 7.9.1.4. Class data for QGLFramebufferObject 16353 16354 The virtual table for the QGLFramebufferObject class is 16355 described in the generic part of this specification. 16356 16357 The Run Time Type Information for the QGLFramebufferObject 16358 class is described by Table 7-427 16359 16360 Table 7-427. typeinfo for QGLFramebufferObject 16361 Base Vtable vtable for __cxxabiv1::__si_class_type_info 16362 Name typeinfo name for QGLFramebufferObject 16363 basetype: typeinfo for QPaintDevice 16364 __________________________________________________________ 16365 16366 7.9.1.5. Interfaces for Qt4 OpenGL 16367 16368 An LSB conforming implementation shall provide the architecture 16369 specific functions for Qt4 OpenGL specified in Table 7-428, 16370 with the full mandatory functionality as described in the 16371 referenced underlying specification. 16372 16373 Table 7-428. libQtOpenGL - Qt4 OpenGL Function Interfaces 16374 _ZThn16_N9QGLWidgetD0Ev [CXXABI-1.86] _ZThn16_N9QGLWidgetD1Ev 16375 [CXXABI-1.86] 16376 _ZThn16_NK9QGLWidget11paintEngineEv [CXXABI-1.86] 16377 __________________________________________________________ 16378 16379 7.10. Data Definitions for libQtOpenGL 16380 16381 This section defines global identifiers and their values that 16382 are associated with interfaces contained in libQtOpenGL. These 16383 definitions are organized into groups that correspond to system 16384 headers. This convention is used as a convenience for the 16385 reader, and does not imply the existence of these headers, or 16386 their content. Where an interface is defined as requiring a 16387 particular system header file all of the data definitions for 16388 that system header file presented here shall be in effect. 16389 16390 This section gives data definitions to promote binary 16391 application portability, not to repeat source interface 16392 definitions available elsewhere. System providers and 16393 application developers should use this ABI to supplement - not 16394 to replace - source interface definition specifications. 16395 16396 This specification uses the ISO C (1999) C Language as the 16397 reference programming language, and data definitions are 16398 specified in ISO C format. The C language is used here as a 16399 convenient notation. Using a C language description of these 16400 data objects does not preclude their use by other programming 16401 languages. 16402 __________________________________________________________ 16403 16404 7.10.1. QtOpenGL/qgl.h 16405 16406 /* 16407 * This header is architecture neutral 16408 * Please refer to the generic specification for details 16409 */ 16410 __________________________________________________________ 16411 16412 7.10.2. QtOpenGL/qglcolormap.h 16413 16414 /* 16415 * This header is architecture neutral 16416 * Please refer to the generic specification for details 16417 */ 16418 __________________________________________________________ 16419 16420 7.10.3. QtOpenGL/qglpixelbuffer.h 16421 16422 /* 16423 * This header is architecture neutral 16424 * Please refer to the generic specification for details 16425 */ 16426 __________________________________________________________ 16427 16428 7.11. Interfaces for libQtSql 16429 16430 Table 7-429 defines the library name and shared object name for 16431 the libQtSql library 16432 16433 Table 7-429. libQtSql Definition 16434 Library: libQtSql 16435 SONAME: libQtSql.so.4 16436 16437 The behavior of the interfaces in this library is specified by 16438 the following specifications: 16439 16440 [CXXABI-1.86] Itanium™ C++ ABI 16441 __________________________________________________________ 16442 16443 7.11.1. Qt4 SQL 16444 __________________________________________________________ 16445 16446 7.11.1.1. Class data for QSqlResult 16447 16448 The virtual table for the QSqlResult class is described in the 16449 generic part of this specification. 16450 16451 The Run Time Type Information for the QSqlResult class is 16452 described by Table 7-430 16453 16454 Table 7-430. typeinfo for QSqlResult 16455 Base Vtable vtable for __cxxabiv1::__class_type_info 16456 Name typeinfo name for QSqlResult 16457 __________________________________________________________ 16458 16459 7.11.1.2. Class data for QSqlDriverFactoryInterface 16460 16461 The virtual table for the QSqlDriverFactoryInterface class is 16462 described in the generic part of this specification. 16463 16464 The Run Time Type Information for the 16465 QSqlDriverFactoryInterface class is described by Table 7-431 16466 16467 Table 7-431. typeinfo for QSqlDriverFactoryInterface 16468 Base Vtable vtable for __cxxabiv1::__si_class_type_info 16469 Name typeinfo name for QSqlDriverFactoryInterface 16470 basetype: typeinfo for QFactoryInterface 16471 __________________________________________________________ 16472 16473 7.11.1.3. Class data for QSqlDriverPlugin 16474 16475 The virtual table for the QSqlDriverPlugin class is described 16476 by Table 7-432 16477 16478 Table 7-432. Primary vtable for QSqlDriverPlugin 16479 Base Offset 0 16480 Virtual Base Offset 0 16481 RTTI typeinfo for QSqlDriverPlugin 16482 vfunc[0]: QSqlDriverPlugin::metaObject() const 16483 vfunc[1]: QSqlDriverPlugin::qt_metacast(char const*) 16484 vfunc[2]: QSqlDriverPlugin::qt_metacall(QMetaObject::Call, int, 16485 void**) 16486 vfunc[3]: QSqlDriverPlugin::~QSqlDriverPlugin() 16487 vfunc[4]: QSqlDriverPlugin::~QSqlDriverPlugin() 16488 vfunc[5]: QObject::event(QEvent*) 16489 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 16490 vfunc[7]: QObject::timerEvent(QTimerEvent*) 16491 vfunc[8]: QObject::childEvent(QChildEvent*) 16492 vfunc[9]: QObject::customEvent(QEvent*) 16493 vfunc[10]: QObject::connectNotify(char const*) 16494 vfunc[11]: QObject::disconnectNotify(char const*) 16495 vfunc[12]: __cxa_pure_virtual 16496 vfunc[13]: __cxa_pure_virtual 16497 16498 Table 7-433. Secondary vtable for QSqlDriverPlugin 16499 Base Offset -16 16500 Virtual Base Offset 0 16501 RTTI typeinfo for QSqlDriverPlugin 16502 vfunc[0]: non-virtual thunk to 16503 QSqlDriverPlugin::~QSqlDriverPlugin() 16504 vfunc[1]: non-virtual thunk to 16505 QSqlDriverPlugin::~QSqlDriverPlugin() 16506 vfunc[2]: __cxa_pure_virtual 16507 vfunc[3]: __cxa_pure_virtual 16508 16509 The Run Time Type Information for the QSqlDriverPlugin class is 16510 described by Table 7-434 16511 16512 Table 7-434. typeinfo for QSqlDriverPlugin 16513 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 16514 Name typeinfo name for QSqlDriverPlugin 16515 flags: 0 16516 basetype: typeinfo for QObject 2 16517 basetype: typeinfo for QSqlDriverFactoryInterface 2050 16518 __________________________________________________________ 16519 16520 7.11.1.4. Class data for QSqlDriver 16521 16522 The virtual table for the QSqlDriver class is described in the 16523 generic part of this specification. 16524 16525 The Run Time Type Information for the QSqlDriver class is 16526 described by Table 7-435 16527 16528 Table 7-435. typeinfo for QSqlDriver 16529 Base Vtable vtable for __cxxabiv1::__si_class_type_info 16530 Name typeinfo name for QSqlDriver 16531 basetype: typeinfo for QObject 16532 __________________________________________________________ 16533 16534 7.11.1.5. Class data for QSqlQueryModel 16535 16536 The virtual table for the QSqlQueryModel class is described in 16537 the generic part of this specification. 16538 16539 The Run Time Type Information for the QSqlQueryModel class is 16540 described by Table 7-436 16541 16542 Table 7-436. typeinfo for QSqlQueryModel 16543 Base Vtable vtable for __cxxabiv1::__si_class_type_info 16544 Name typeinfo name for QSqlQueryModel 16545 basetype: typeinfo for QAbstractTableModel 16546 __________________________________________________________ 16547 16548 7.11.1.6. Class data for QSqlTableModel 16549 16550 The virtual table for the QSqlTableModel class is described in 16551 the generic part of this specification. 16552 16553 The Run Time Type Information for the QSqlTableModel class is 16554 described by Table 7-437 16555 16556 Table 7-437. typeinfo for QSqlTableModel 16557 Base Vtable vtable for __cxxabiv1::__si_class_type_info 16558 Name typeinfo name for QSqlTableModel 16559 basetype: typeinfo for QSqlQueryModel 16560 __________________________________________________________ 16561 16562 7.11.1.7. Class data for QSqlRelationalTableModel 16563 16564 The virtual table for the QSqlRelationalTableModel class is 16565 described in the generic part of this specification. 16566 16567 The Run Time Type Information for the QSqlRelationalTableModel 16568 class is described by Table 7-438 16569 16570 Table 7-438. typeinfo for QSqlRelationalTableModel 16571 Base Vtable vtable for __cxxabiv1::__si_class_type_info 16572 Name typeinfo name for QSqlRelationalTableModel 16573 basetype: typeinfo for QSqlTableModel 16574 __________________________________________________________ 16575 16576 7.11.1.8. Interfaces for Qt4 SQL 16577 16578 An LSB conforming implementation shall provide the architecture 16579 specific functions for Qt4 SQL specified in Table 7-439, with 16580 the full mandatory functionality as described in the referenced 16581 underlying specification. 16582 16583 Table 7-439. libQtSql - Qt4 SQL Function Interfaces 16584 _ZThn16_N16QSqlDriverPluginD0Ev [CXXABI-1.86] 16585 _ZThn16_N16QSqlDriverPluginD1Ev [CXXABI-1.86] 16586 __________________________________________________________ 16587 16588 7.12. Data Definitions for libQtSql 16589 16590 This section defines global identifiers and their values that 16591 are associated with interfaces contained in libQtSql. These 16592 definitions are organized into groups that correspond to system 16593 headers. This convention is used as a convenience for the 16594 reader, and does not imply the existence of these headers, or 16595 their content. Where an interface is defined as requiring a 16596 particular system header file all of the data definitions for 16597 that system header file presented here shall be in effect. 16598 16599 This section gives data definitions to promote binary 16600 application portability, not to repeat source interface 16601 definitions available elsewhere. System providers and 16602 application developers should use this ABI to supplement - not 16603 to replace - source interface definition specifications. 16604 16605 This specification uses the ISO C (1999) C Language as the 16606 reference programming language, and data definitions are 16607 specified in ISO C format. The C language is used here as a 16608 convenient notation. Using a C language description of these 16609 data objects does not preclude their use by other programming 16610 languages. 16611 __________________________________________________________ 16612 16613 7.12.1. QtSql/qsql.h 16614 16615 /* 16616 * This header is architecture neutral 16617 * Please refer to the generic specification for details 16618 */ 16619 __________________________________________________________ 16620 16621 7.12.2. QtSql/qsqldatabase.h 16622 16623 /* 16624 * This header is architecture neutral 16625 * Please refer to the generic specification for details 16626 */ 16627 __________________________________________________________ 16628 16629 7.12.3. QtSql/qsqldriver.h 16630 16631 /* 16632 * This header is architecture neutral 16633 * Please refer to the generic specification for details 16634 */ 16635 __________________________________________________________ 16636 16637 7.12.4. QtSql/qsqldriverplugin.h 16638 16639 /* 16640 * This header is architecture neutral 16641 * Please refer to the generic specification for details 16642 */ 16643 __________________________________________________________ 16644 16645 7.12.5. QtSql/qsqlerror.h 16646 16647 /* 16648 * This header is architecture neutral 16649 * Please refer to the generic specification for details 16650 */ 16651 __________________________________________________________ 16652 16653 7.12.6. QtSql/qsqlfield.h 16654 16655 /* 16656 * This header is architecture neutral 16657 * Please refer to the generic specification for details 16658 */ 16659 __________________________________________________________ 16660 16661 7.12.7. QtSql/qsqlindex.h 16662 16663 /* 16664 * This header is architecture neutral 16665 * Please refer to the generic specification for details 16666 */ 16667 __________________________________________________________ 16668 16669 7.12.8. QtSql/qsqlquery.h 16670 16671 /* 16672 * This header is architecture neutral 16673 * Please refer to the generic specification for details 16674 */ 16675 __________________________________________________________ 16676 16677 7.12.9. QtSql/qsqlquerymodel.h 16678 16679 /* 16680 * This header is architecture neutral 16681 * Please refer to the generic specification for details 16682 */ 16683 __________________________________________________________ 16684 16685 7.12.10. QtSql/qsqlrecord.h 16686 16687 /* 16688 * This header is architecture neutral 16689 * Please refer to the generic specification for details 16690 */ 16691 __________________________________________________________ 16692 16693 7.12.11. QtSql/qsqlrelationaltablemodel.h 16694 16695 /* 16696 * This header is architecture neutral 16697 * Please refer to the generic specification for details 16698 */ 16699 __________________________________________________________ 16700 16701 7.12.12. QtSql/qsqlresult.h 16702 16703 /* 16704 * This header is architecture neutral 16705 * Please refer to the generic specification for details 16706 */ 16707 __________________________________________________________ 16708 16709 7.12.13. QtSql/qsqltablemodel.h 16710 16711 /* 16712 * This header is architecture neutral 16713 * Please refer to the generic specification for details 16714 */ 16715 __________________________________________________________ 16716 16717 7.13. Interfaces for libQtSvg 16718 16719 Table 7-440 defines the library name and shared object name for 16720 the libQtSvg library 16721 16722 Table 7-440. libQtSvg Definition 16723 Library: libQtSvg 16724 SONAME: libQtSvg.so.4 16725 16726 The behavior of the interfaces in this library is specified by 16727 the following specifications: 16728 16729 [CXXABI-1.86] Itanium™ C++ ABI 16730 __________________________________________________________ 16731 16732 7.13.1. Qt4 Svg 16733 __________________________________________________________ 16734 16735 7.13.1.1. Class data for QSvgRenderer 16736 16737 The virtual table for the QSvgRenderer class is described in 16738 the generic part of this specification. 16739 16740 The Run Time Type Information for the QSvgRenderer class is 16741 described by Table 7-441 16742 16743 Table 7-441. typeinfo for QSvgRenderer 16744 Base Vtable vtable for __cxxabiv1::__si_class_type_info 16745 Name typeinfo name for QSvgRenderer 16746 basetype: typeinfo for QObject 16747 __________________________________________________________ 16748 16749 7.13.1.2. Class data for QSvgWidget 16750 16751 The virtual table for the QSvgWidget class is described by 16752 Table 7-442 16753 16754 Table 7-442. Primary vtable for QSvgWidget 16755 Base Offset 0 16756 Virtual Base Offset 0 16757 RTTI typeinfo for QSvgWidget 16758 vfunc[0]: QSvgWidget::metaObject() const 16759 vfunc[1]: QSvgWidget::qt_metacast(char const*) 16760 vfunc[2]: QSvgWidget::qt_metacall(QMetaObject::Call, int, 16761 void**) 16762 vfunc[3]: QSvgWidget::~QSvgWidget() 16763 vfunc[4]: QSvgWidget::~QSvgWidget() 16764 vfunc[5]: QWidget::event(QEvent*) 16765 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 16766 vfunc[7]: QObject::timerEvent(QTimerEvent*) 16767 vfunc[8]: QObject::childEvent(QChildEvent*) 16768 vfunc[9]: QObject::customEvent(QEvent*) 16769 vfunc[10]: QObject::connectNotify(char const*) 16770 vfunc[11]: QObject::disconnectNotify(char const*) 16771 vfunc[12]: QWidget::devType() const 16772 vfunc[13]: QWidget::setVisible(bool) 16773 vfunc[14]: QSvgWidget::sizeHint() const 16774 vfunc[15]: QWidget::minimumSizeHint() const 16775 vfunc[16]: QWidget::heightForWidth(int) const 16776 vfunc[17]: QWidget::paintEngine() const 16777 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 16778 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 16779 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 16780 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 16781 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 16782 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 16783 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 16784 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 16785 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 16786 vfunc[27]: QWidget::enterEvent(QEvent*) 16787 vfunc[28]: QWidget::leaveEvent(QEvent*) 16788 vfunc[29]: QSvgWidget::paintEvent(QPaintEvent*) 16789 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 16790 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 16791 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 16792 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 16793 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 16794 vfunc[35]: QWidget::actionEvent(QActionEvent*) 16795 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 16796 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 16797 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 16798 vfunc[39]: QWidget::dropEvent(QDropEvent*) 16799 vfunc[40]: QWidget::showEvent(QShowEvent*) 16800 vfunc[41]: QWidget::hideEvent(QHideEvent*) 16801 vfunc[42]: QWidget::x11Event(_XEvent*) 16802 vfunc[43]: QWidget::changeEvent(QEvent*) 16803 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 16804 const 16805 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 16806 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 16807 const 16808 vfunc[47]: QWidget::focusNextPrevChild(bool) 16809 vfunc[48]: QWidget::styleChange(QStyle&) 16810 vfunc[49]: QWidget::enabledChange(bool) 16811 vfunc[50]: QWidget::paletteChange(QPalette const&) 16812 vfunc[51]: QWidget::fontChange(QFont const&) 16813 vfunc[52]: QWidget::windowActivationChange(bool) 16814 vfunc[53]: QWidget::languageChange() 16815 16816 Table 7-443. Secondary vtable for QSvgWidget 16817 Base Offset -16 16818 Virtual Base Offset 0 16819 RTTI typeinfo for QSvgWidget 16820 vfunc[0]: non-virtual thunk to QSvgWidget::~QSvgWidget() 16821 vfunc[1]: non-virtual thunk to QSvgWidget::~QSvgWidget() 16822 vfunc[2]: non-virtual thunk to QWidget::devType() const 16823 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 16824 vfunc[4]: non-virtual thunk to 16825 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 16826 16827 The Run Time Type Information for the QSvgWidget class is 16828 described by Table 7-444 16829 16830 Table 7-444. typeinfo for QSvgWidget 16831 Base Vtable vtable for __cxxabiv1::__si_class_type_info 16832 Name typeinfo name for QSvgWidget 16833 basetype: typeinfo for QWidget 16834 __________________________________________________________ 16835 16836 7.13.1.3. Interfaces for Qt4 Svg 16837 16838 An LSB conforming implementation shall provide the architecture 16839 specific functions for Qt4 Svg specified in Table 7-445, with 16840 the full mandatory functionality as described in the referenced 16841 underlying specification. 16842 16843 Table 7-445. libQtSvg - Qt4 Svg Function Interfaces 16844 _ZThn16_N10QSvgWidgetD0Ev [CXXABI-1.86] 16845 _ZThn16_N10QSvgWidgetD1Ev [CXXABI-1.86] 16846 _ZThn16_N16QGraphicsSvgItem5paintEP8QPainterPK24QStyleOptionGra 16847 phicsItemP7QWidget [CXXABI-1.86] 16848 _ZThn16_NK16QGraphicsSvgItem12boundingRectEv [CXXABI-1.86] 16849 _ZThn16_NK16QGraphicsSvgItem4typeEv [CXXABI-1.86] 16850 __________________________________________________________ 16851 16852 7.14. Data Definitions for libQtSvg 16853 16854 This section defines global identifiers and their values that 16855 are associated with interfaces contained in libQtSvg. These 16856 definitions are organized into groups that correspond to system 16857 headers. This convention is used as a convenience for the 16858 reader, and does not imply the existence of these headers, or 16859 their content. Where an interface is defined as requiring a 16860 particular system header file all of the data definitions for 16861 that system header file presented here shall be in effect. 16862 16863 This section gives data definitions to promote binary 16864 application portability, not to repeat source interface 16865 definitions available elsewhere. System providers and 16866 application developers should use this ABI to supplement - not 16867 to replace - source interface definition specifications. 16868 16869 This specification uses the ISO C (1999) C Language as the 16870 reference programming language, and data definitions are 16871 specified in ISO C format. The C language is used here as a 16872 convenient notation. Using a C language description of these 16873 data objects does not preclude their use by other programming 16874 languages. 16875 __________________________________________________________ 16876 16877 7.14.1. QtSvg/qsvgrenderer.h 16878 16879 /* 16880 * This header is architecture neutral 16881 * Please refer to the generic specification for details 16882 */ 16883 __________________________________________________________ 16884 16885 7.14.2. QtSvg/qsvgwidget.h 16886 16887 /* 16888 * This header is architecture neutral 16889 * Please refer to the generic specification for details 16890 */ 16891 __________________________________________________________ 16892 16893 7.15. Interfaces for libQtNetwork 16894 16895 Table 7-446 defines the library name and shared object name for 16896 the libQtNetwork library 16897 16898 Table 7-446. libQtNetwork Definition 16899 Library: libQtNetwork 16900 SONAME: libQtNetwork.so.4 16901 __________________________________________________________ 16902 16903 7.15.1. Qt4 Network 16904 __________________________________________________________ 16905 16906 7.15.1.1. Class data for QHttpHeader 16907 16908 The virtual table for the QHttpHeader class is described in the 16909 generic part of this specification. 16910 16911 The Run Time Type Information for the QHttpHeader class is 16912 described by Table 7-447 16913 16914 Table 7-447. typeinfo for QHttpHeader 16915 Base Vtable vtable for __cxxabiv1::__class_type_info 16916 Name typeinfo name for QHttpHeader 16917 __________________________________________________________ 16918 16919 7.15.1.2. Class data for QHttpResponseHeader 16920 16921 The virtual table for the QHttpResponseHeader class is 16922 described in the generic part of this specification. 16923 16924 The Run Time Type Information for the QHttpResponseHeader class 16925 is described by Table 7-448 16926 16927 Table 7-448. typeinfo for QHttpResponseHeader 16928 Base Vtable vtable for __cxxabiv1::__si_class_type_info 16929 Name typeinfo name for QHttpResponseHeader 16930 basetype: typeinfo for QHttpHeader 16931 __________________________________________________________ 16932 16933 7.15.1.3. Class data for QHttpRequestHeader 16934 16935 The virtual table for the QHttpRequestHeader class is described 16936 in the generic part of this specification. 16937 16938 The Run Time Type Information for the QHttpRequestHeader class 16939 is described by Table 7-449 16940 16941 Table 7-449. typeinfo for QHttpRequestHeader 16942 Base Vtable vtable for __cxxabiv1::__si_class_type_info 16943 Name typeinfo name for QHttpRequestHeader 16944 basetype: typeinfo for QHttpHeader 16945 __________________________________________________________ 16946 16947 7.15.1.4. Class data for QHttp 16948 16949 The virtual table for the QHttp class is described in the 16950 generic part of this specification. 16951 16952 The Run Time Type Information for the QHttp class is described 16953 by Table 7-450 16954 16955 Table 7-450. typeinfo for QHttp 16956 Base Vtable vtable for __cxxabiv1::__si_class_type_info 16957 Name typeinfo name for QHttp 16958 basetype: typeinfo for QObject 16959 __________________________________________________________ 16960 16961 7.15.1.5. Class data for QAbstractSocket 16962 16963 The virtual table for the QAbstractSocket class is described in 16964 the generic part of this specification. 16965 16966 The Run Time Type Information for the QAbstractSocket class is 16967 described by Table 7-451 16968 16969 Table 7-451. typeinfo for QAbstractSocket 16970 Base Vtable vtable for __cxxabiv1::__si_class_type_info 16971 Name typeinfo name for QAbstractSocket 16972 basetype: typeinfo for QIODevice 16973 __________________________________________________________ 16974 16975 7.15.1.6. Class data for QUrlInfo 16976 16977 The virtual table for the QUrlInfo class is described in the 16978 generic part of this specification. 16979 16980 The Run Time Type Information for the QUrlInfo class is 16981 described by Table 7-452 16982 16983 Table 7-452. typeinfo for QUrlInfo 16984 Base Vtable vtable for __cxxabiv1::__class_type_info 16985 Name typeinfo name for QUrlInfo 16986 __________________________________________________________ 16987 16988 7.15.1.7. Class data for QFtp 16989 16990 The virtual table for the QFtp class is described in the 16991 generic part of this specification. 16992 16993 The Run Time Type Information for the QFtp class is described 16994 by Table 7-453 16995 16996 Table 7-453. typeinfo for QFtp 16997 Base Vtable vtable for __cxxabiv1::__si_class_type_info 16998 Name typeinfo name for QFtp 16999 basetype: typeinfo for QObject 17000 __________________________________________________________ 17001 17002 7.15.1.8. Class data for QTcpServer 17003 17004 The virtual table for the QTcpServer class is described in the 17005 generic part of this specification. 17006 17007 The Run Time Type Information for the QTcpServer class is 17008 described by Table 7-454 17009 17010 Table 7-454. typeinfo for QTcpServer 17011 Base Vtable vtable for __cxxabiv1::__si_class_type_info 17012 Name typeinfo name for QTcpServer 17013 basetype: typeinfo for QObject 17014 __________________________________________________________ 17015 17016 7.15.1.9. Class data for QUdpSocket 17017 17018 The virtual table for the QUdpSocket class is described in the 17019 generic part of this specification. 17020 17021 The Run Time Type Information for the QUdpSocket class is 17022 described by Table 7-455 17023 17024 Table 7-455. typeinfo for QUdpSocket 17025 Base Vtable vtable for __cxxabiv1::__si_class_type_info 17026 Name typeinfo name for QUdpSocket 17027 basetype: typeinfo for QAbstractSocket 17028 __________________________________________________________ 17029 17030 7.15.1.10. Class data for QTcpSocket 17031 17032 The virtual table for the QTcpSocket class is described in the 17033 generic part of this specification. 17034 17035 The Run Time Type Information for the QTcpSocket class is 17036 described by Table 7-456 17037 17038 Table 7-456. typeinfo for QTcpSocket 17039 Base Vtable vtable for __cxxabiv1::__si_class_type_info 17040 Name typeinfo name for QTcpSocket 17041 basetype: typeinfo for QAbstractSocket 17042 __________________________________________________________ 17043 17044 7.15.1.11. Interfaces for Qt4 Network 17045 17046 No external functions are defined for libQtNetwork - Qt4 17047 Network in this part of the specification. See also the generic 17048 specification. 17049 __________________________________________________________ 17050 17051 7.16. Data Definitions for libQtNetwork 17052 17053 This section defines global identifiers and their values that 17054 are associated with interfaces contained in libQtNetwork. These 17055 definitions are organized into groups that correspond to system 17056 headers. This convention is used as a convenience for the 17057 reader, and does not imply the existence of these headers, or 17058 their content. Where an interface is defined as requiring a 17059 particular system header file all of the data definitions for 17060 that system header file presented here shall be in effect. 17061 17062 This section gives data definitions to promote binary 17063 application portability, not to repeat source interface 17064 definitions available elsewhere. System providers and 17065 application developers should use this ABI to supplement - not 17066 to replace - source interface definition specifications. 17067 17068 This specification uses the ISO C (1999) C Language as the 17069 reference programming language, and data definitions are 17070 specified in ISO C format. The C language is used here as a 17071 convenient notation. Using a C language description of these 17072 data objects does not preclude their use by other programming 17073 languages. 17074 __________________________________________________________ 17075 17076 7.16.1. QtNetwork/qabstractsocket.h 17077 17078 /* 17079 * This header is architecture neutral 17080 * Please refer to the generic specification for details 17081 */ 17082 __________________________________________________________ 17083 17084 7.16.2. QtNetwork/qftp.h 17085 17086 /* 17087 * This header is architecture neutral 17088 * Please refer to the generic specification for details 17089 */ 17090 __________________________________________________________ 17091 17092 7.16.3. QtNetwork/qhostaddress.h 17093 17094 /* 17095 * This header is architecture neutral 17096 * Please refer to the generic specification for details 17097 */ 17098 __________________________________________________________ 17099 17100 7.16.4. QtNetwork/qhostinfo.h 17101 17102 /* 17103 * This header is architecture neutral 17104 * Please refer to the generic specification for details 17105 */ 17106 __________________________________________________________ 17107 17108 7.16.5. QtNetwork/qhttp.h 17109 17110 /* 17111 * This header is architecture neutral 17112 * Please refer to the generic specification for details 17113 */ 17114 __________________________________________________________ 17115 17116 7.16.6. QtNetwork/qnetworkproxy.h 17117 17118 /* 17119 * This header is architecture neutral 17120 * Please refer to the generic specification for details 17121 */ 17122 __________________________________________________________ 17123 17124 7.16.7. QtNetwork/qtcpserver.h 17125 17126 /* 17127 * This header is architecture neutral 17128 * Please refer to the generic specification for details 17129 */ 17130 __________________________________________________________ 17131 17132 7.16.8. QtNetwork/qtcpsocket.h 17133 17134 /* 17135 * This header is architecture neutral 17136 * Please refer to the generic specification for details 17137 */ 17138 __________________________________________________________ 17139 17140 7.16.9. QtNetwork/qudpsocket.h 17141 17142 /* 17143 * This header is architecture neutral 17144 * Please refer to the generic specification for details 17145 */ 17146 __________________________________________________________ 17147 17148 7.16.10. QtNetwork/qurlinfo.h 17149 17150 /* 17151 * This header is architecture neutral 17152 * Please refer to the generic specification for details 17153 */ 17154 17155 IV. Qt3 Library 17156 17157 Table of Contents 17158 8. Library 17159 17160 8.1. Introduction 17161 8.2. Interfaces for libqt-mt 17162 17163 8.2.1. Qt 17164 8.2.2. Qt3 Arrays 17165 8.2.3. Qt3 Pointer Collection 17166 8.2.4. Qt3 Template Library 17167 8.2.5. Qt3 COM 17168 8.2.6. Qt3 Date and Time 17169 8.2.7. Qt3 Canvas 17170 8.2.8. Qt3 Drag and Drop 17171 8.2.9. Qt3 Events 17172 8.2.10. Qt3 Internationalization 17173 8.2.11. Qt3 Input/Output 17174 8.2.12. Qt3 Multimedia 17175 8.2.13. Qt3 Network 17176 8.2.14. Qt3 Object Model 17177 8.2.15. Qt3 OpenGL 17178 8.2.16. Qt3 Paint Device 17179 8.2.17. Qt3 SQL 17180 8.2.18. Qt3 Style 17181 8.2.19. Qt3 Text 17182 8.2.20. Qt3 Threading 17183 8.2.21. Qt3 Main Window and Application 17184 8.2.22. Qt3 Widgets 17185 8.2.23. Qt3 Menus 17186 8.2.24. Qt3 Organizers 17187 8.2.25. Qt3 Layouts 17188 8.2.26. Qt3 Dialogs 17189 8.2.27. Qt3 Tables 17190 8.2.28. Qt3 Plugins 17191 8.2.29. Qt3 XML 17192 8.2.30. Qt3 Namespace 17193 8.2.31. Qt3 Colors 17194 8.2.32. Qt3 Fonts 17195 8.2.33. Qt3 2D Graphics 17196 8.2.34. Qt3 Validators 17197 8.2.35. Qt3 Internals 17198 8.2.36. Qt3 Miscellaneous 17199 __________________________________________________________ 17200 17201 Chapter 8. Library 17202 17203 8.1. Introduction 17204 17205 An conforming implementation shall support the following Qt 17206 library which provide interfaces for creating rich user 17207 applications, either graphical or console. 17208 17209 qt-mt 17210 17211 A general-purpose application development library. Proviedes a 17212 GUI-independent layer of tool classes, network support, SQL 17213 database support, XML handling and a GUI layer featuring a 17214 device-independent drawing API for printing, screen output and 17215 OpenGL support. 17216 17217 There are three main parts to the definition of each of this 17218 library. 17219 17220 The "Interfaces" section defines the required library name and 17221 version, and the required public symbols (interfaces and global 17222 data), as well as symbol versions, if any. 17223 17224 The "Interface Definitions" section provides complete or 17225 partial definitions of certain interfaces where either this 17226 specification is the source specification, or where there are 17227 variations from the source specification. If an interface 17228 definition requires one or more header files, one of those 17229 headers shall include the function prototype for the interface. 17230 17231 For source definitions of interfaces which include a reference 17232 to a header file, the contents of such header files form a part 17233 of the specification. The "Data Definitions" section provides 17234 the binary-level details for the header files from the source 17235 specifications, such as values for macros and enumerated types, 17236 as well as structure layouts, sizes and padding, etc. These 17237 data definitions, although presented in the form of header 17238 files for convenience, should not be taken a representing 17239 complete header files, as they are a supplement to the source 17240 specifications. Application developers should follow the 17241 guidelines of the source specifications when determining which 17242 header files need to be included to completely resolve all 17243 references. 17244 17245 Note: While the Data Definitions supplement the source 17246 specifications, this specification itself does not require 17247 conforming implementations to supply any header files. 17248 __________________________________________________________ 17249 17250 8.2. Interfaces for libqt-mt 17251 17252 Table 8-1 defines the library name and shared object name for 17253 the libqt-mt library 17254 17255 Table 8-1. libqt-mt Definition 17256 Library: libqt-mt 17257 SONAME: libqt-mt.so.3 17258 17259 The behavior of the interfaces in this library is specified by 17260 the following specifications: 17261 17262 [CXXABI-1.86] Itanium™ C++ ABI 17263 __________________________________________________________ 17264 17265 8.2.1. Qt 17266 __________________________________________________________ 17267 17268 8.2.1.1. Class data for QNetworkProtocolFactoryBase 17269 17270 The virtual table for the QNetworkProtocolFactoryBase class is 17271 described in the generic part of this specification. 17272 17273 The Run Time Type Information for the 17274 QNetworkProtocolFactoryBase class is described by Table 8-2 17275 17276 Table 8-2. typeinfo for QNetworkProtocolFactoryBase 17277 Base Vtable vtable for __cxxabiv1::__class_type_info 17278 Name typeinfo name for QNetworkProtocolFactoryBase 17279 __________________________________________________________ 17280 17281 8.2.1.2. Interfaces for Qt 17282 17283 No external functions are defined for libqt-mt - Qt in this 17284 part of the specification. See also the generic specification. 17285 __________________________________________________________ 17286 17287 8.2.2. Qt3 Arrays 17288 __________________________________________________________ 17289 17290 8.2.2.1. Class data for QPointArray 17291 17292 The virtual table for the QPointArray class is described in the 17293 generic part of this specification. 17294 17295 The Run Time Type Information for the QPointArray class is 17296 described by Table 8-3 17297 17298 Table 8-3. typeinfo for QPointArray 17299 Base Vtable vtable for __cxxabiv1::__si_class_type_info 17300 Name typeinfo name for QPointArray 17301 basetype: typeinfo for QMemArray 17302 __________________________________________________________ 17303 17304 8.2.2.2. Class data for QBitArray 17305 17306 The virtual table for the QBitArray class is described in the 17307 generic part of this specification. 17308 17309 The Run Time Type Information for the QBitArray class is 17310 described by Table 8-4 17311 17312 Table 8-4. typeinfo for QBitArray 17313 Base Vtable vtable for __cxxabiv1::__si_class_type_info 17314 Name typeinfo name for QBitArray 17315 basetype: typeinfo for QMemArray 17316 __________________________________________________________ 17317 17318 8.2.2.3. Interfaces for Qt3 Arrays 17319 17320 No external functions are defined for libqt-mt - Qt3 Arrays in 17321 this part of the specification. See also the generic 17322 specification. 17323 __________________________________________________________ 17324 17325 8.2.3. Qt3 Pointer Collection 17326 __________________________________________________________ 17327 17328 8.2.3.1. Class data for QPtrCollection 17329 17330 The virtual table for the QPtrCollection class is described in 17331 the generic part of this specification. 17332 17333 The Run Time Type Information for the QPtrCollection class is 17334 described by Table 8-5 17335 17336 Table 8-5. typeinfo for QPtrCollection 17337 Base Vtable vtable for __cxxabiv1::__class_type_info 17338 Name typeinfo name for QPtrCollection 17339 __________________________________________________________ 17340 17341 8.2.3.2. Class data for QObjectList 17342 17343 The virtual table for the QObjectList class is described in the 17344 generic part of this specification. 17345 17346 The Run Time Type Information for the QObjectList class is 17347 described by Table 8-6 17348 17349 Table 8-6. typeinfo for QObjectList 17350 Base Vtable vtable for __cxxabiv1::__si_class_type_info 17351 Name typeinfo name for QObjectList 17352 basetype: typeinfo for QPtrList 17353 __________________________________________________________ 17354 17355 8.2.3.3. Interfaces for Qt3 Pointer Collection 17356 17357 No external functions are defined for libqt-mt - Qt3 Pointer 17358 Collection in this part of the specification. See also the 17359 generic specification. 17360 __________________________________________________________ 17361 17362 8.2.4. Qt3 Template Library 17363 __________________________________________________________ 17364 17365 8.2.4.1. Interfaces for Qt3 Template Library 17366 17367 No external functions are defined for libqt-mt - Qt3 Template 17368 Library in this part of the specification. See also the generic 17369 specification. 17370 __________________________________________________________ 17371 17372 8.2.5. Qt3 COM 17373 __________________________________________________________ 17374 17375 8.2.5.1. Interfaces for Qt3 COM 17376 17377 No external functions are defined for libqt-mt - Qt3 COM in 17378 this part of the specification. See also the generic 17379 specification. 17380 __________________________________________________________ 17381 17382 8.2.6. Qt3 Date and Time 17383 __________________________________________________________ 17384 17385 8.2.6.1. Class data for QTimer 17386 17387 The virtual table for the QTimer class is described in the 17388 generic part of this specification. 17389 17390 The Run Time Type Information for the QTimer class is described 17391 by Table 8-7 17392 17393 Table 8-7. typeinfo for QTimer 17394 Base Vtable vtable for __cxxabiv1::__si_class_type_info 17395 Name typeinfo name for QTimer 17396 basetype: typeinfo for QObject 17397 __________________________________________________________ 17398 17399 8.2.6.2. Class data for QDateTimeEdit 17400 17401 The virtual table for the QDateTimeEdit class is described by 17402 Table 8-8 17403 17404 Table 8-8. Primary vtable for QDateTimeEdit 17405 Base Offset 0 17406 Virtual Base Offset 0 17407 RTTI typeinfo for QDateTimeEdit 17408 vfunc[0]: NULL or QDateTimeEdit::metaObject() const 17409 vfunc[1]: QDateTimeEdit::className() const 17410 vfunc[2]: QDateTimeEdit::qt_cast(char const*) 17411 vfunc[3]: QDateTimeEdit::qt_invoke(int, QUObject*) 17412 vfunc[4]: QDateTimeEdit::qt_emit(int, QUObject*) 17413 vfunc[5]: QDateTimeEdit::qt_property(int, int, QVariant*) 17414 vfunc[6]: QDateTimeEdit::~QDateTimeEdit() 17415 vfunc[7]: QDateTimeEdit::~QDateTimeEdit() 17416 vfunc[8]: QWidget::event(QEvent*) 17417 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 17418 vfunc[10]: QWidget::setName(char const*) 17419 vfunc[11]: QObject::insertChild(QObject*) 17420 vfunc[12]: QObject::removeChild(QObject*) 17421 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 17422 vfunc[14]: QObject::property(char const*) const 17423 vfunc[15]: QObject::timerEvent(QTimerEvent*) 17424 vfunc[16]: QObject::childEvent(QChildEvent*) 17425 vfunc[17]: QObject::customEvent(QCustomEvent*) 17426 vfunc[18]: QObject::connectNotify(char const*) 17427 vfunc[19]: QObject::disconnectNotify(char const*) 17428 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 17429 const*, char const*) 17430 vfunc[21]: QWidget::setEnabled(bool) 17431 vfunc[22]: QWidget::setMinimumSize(int, int) 17432 vfunc[23]: QWidget::setMaximumSize(int, int) 17433 vfunc[24]: QWidget::setSizeIncrement(int, int) 17434 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 17435 vfunc[26]: QWidget::setEraseColor(QColor const&) 17436 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 17437 vfunc[28]: QWidget::setPalette(QPalette const&) 17438 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 17439 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 17440 vfunc[31]: QWidget::setFont(QFont const&) 17441 vfunc[32]: QWidget::setCursor(QCursor const&) 17442 vfunc[33]: QWidget::unsetCursor() 17443 vfunc[34]: QWidget::setMask(QBitmap const&) 17444 vfunc[35]: QWidget::setMask(QRegion const&) 17445 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 17446 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 17447 vfunc[38]: QWidget::setCaption(QString const&) 17448 vfunc[39]: QWidget::setIcon(QPixmap const&) 17449 vfunc[40]: QWidget::setIconText(QString const&) 17450 vfunc[41]: QWidget::setMouseTracking(bool) 17451 vfunc[42]: QWidget::setFocus() 17452 vfunc[43]: QWidget::setActiveWindow() 17453 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 17454 vfunc[45]: QWidget::setFocusProxy(QWidget*) 17455 vfunc[46]: QWidget::setUpdatesEnabled(bool) 17456 vfunc[47]: QWidget::show() 17457 vfunc[48]: QWidget::hide() 17458 vfunc[49]: QWidget::showMinimized() 17459 vfunc[50]: QWidget::showMaximized() 17460 vfunc[51]: QWidget::showNormal() 17461 vfunc[52]: QWidget::polish() 17462 vfunc[53]: QWidget::move(int, int) 17463 vfunc[54]: QWidget::resize(int, int) 17464 vfunc[55]: QWidget::setGeometry(int, int, int, int) 17465 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 17466 vfunc[57]: QWidget::close(bool) 17467 vfunc[58]: QDateTimeEdit::sizeHint() const 17468 vfunc[59]: QDateTimeEdit::minimumSizeHint() const 17469 vfunc[60]: QWidget::sizePolicy() const 17470 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 17471 vfunc[62]: QWidget::heightForWidth(int) const 17472 vfunc[63]: QWidget::adjustSize() 17473 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 17474 const&, bool) 17475 vfunc[65]: QWidget::setAcceptDrops(bool) 17476 vfunc[66]: QWidget::setAutoMask(bool) 17477 vfunc[67]: 17478 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 17479 vfunc[68]: QWidget::customWhatsThis() const 17480 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 17481 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 17482 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 17483 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 17484 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 17485 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 17486 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 17487 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 17488 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 17489 vfunc[78]: QWidget::enterEvent(QEvent*) 17490 vfunc[79]: QWidget::leaveEvent(QEvent*) 17491 vfunc[80]: QWidget::paintEvent(QPaintEvent*) 17492 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 17493 vfunc[82]: QDateTimeEdit::resizeEvent(QResizeEvent*) 17494 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 17495 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 17496 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 17497 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 17498 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 17499 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 17500 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 17501 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 17502 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 17503 vfunc[92]: QWidget::dropEvent(QDropEvent*) 17504 vfunc[93]: QWidget::showEvent(QShowEvent*) 17505 vfunc[94]: QWidget::hideEvent(QHideEvent*) 17506 vfunc[95]: QWidget::x11Event(_XEvent*) 17507 vfunc[96]: QWidget::updateMask() 17508 vfunc[97]: QWidget::styleChange(QStyle&) 17509 vfunc[98]: QWidget::enabledChange(bool) 17510 vfunc[99]: QWidget::paletteChange(QPalette const&) 17511 vfunc[100]: QWidget::fontChange(QFont const&) 17512 vfunc[101]: QWidget::windowActivationChange(bool) 17513 vfunc[102]: QWidget::metric(int) const 17514 vfunc[103]: QWidget::create(unsigned long, bool, bool) 17515 vfunc[104]: QWidget::destroy(bool, bool) 17516 vfunc[105]: NULL or QWidget::setWState(unsigned int) 17517 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 17518 vfunc[107]: QWidget::focusNextPrevChild(bool) 17519 vfunc[108]: QWidget::setKeyCompression(bool) 17520 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 17521 bool, QFont*) 17522 vfunc[110]: QDateTimeEdit::setDateTime(QDateTime const&) 17523 vfunc[111]: QDateTimeEdit::setAutoAdvance(bool) 17524 17525 Table 8-9. Secondary vtable for QDateTimeEdit 17526 Base Offset -80 17527 Virtual Base Offset 0 17528 RTTI typeinfo for QDateTimeEdit 17529 vfunc[0]: non-virtual thunk to QDateTimeEdit::~QDateTimeEdit() 17530 vfunc[1]: non-virtual thunk to QDateTimeEdit::~QDateTimeEdit() 17531 vfunc[2]: QPaintDevice::setResolution(int) 17532 vfunc[3]: QPaintDevice::resolution() const 17533 vfunc[4]: QPaintDevice::handle() const 17534 vfunc[5]: QPaintDevice::x11RenderHandle() const 17535 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 17536 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 17537 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 17538 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 17539 const 17540 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 17541 17542 The Run Time Type Information for the QDateTimeEdit class is 17543 described by Table 8-10 17544 17545 Table 8-10. typeinfo for QDateTimeEdit 17546 Base Vtable vtable for __cxxabiv1::__si_class_type_info 17547 Name typeinfo name for QDateTimeEdit 17548 basetype: typeinfo for QWidget 17549 __________________________________________________________ 17550 17551 8.2.6.3. Class data for QDateTimeEditBase 17552 17553 The virtual table for the QDateTimeEditBase class is described 17554 by Table 8-11 17555 17556 Table 8-11. Primary vtable for QDateTimeEditBase 17557 Base Offset 0 17558 Virtual Base Offset 0 17559 RTTI typeinfo for QDateTimeEditBase 17560 vfunc[0]: NULL or QDateTimeEditBase::metaObject() const 17561 vfunc[1]: QDateTimeEditBase::className() const 17562 vfunc[2]: QDateTimeEditBase::qt_cast(char const*) 17563 vfunc[3]: QDateTimeEditBase::qt_invoke(int, QUObject*) 17564 vfunc[4]: QDateTimeEditBase::qt_emit(int, QUObject*) 17565 vfunc[5]: QDateTimeEditBase::qt_property(int, int, QVariant*) 17566 vfunc[6]: NULL or QDateTimeEditBase::~QDateTimeEditBase() 17567 vfunc[7]: NULL or QDateTimeEditBase::~QDateTimeEditBase() 17568 vfunc[8]: QWidget::event(QEvent*) 17569 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 17570 vfunc[10]: QWidget::setName(char const*) 17571 vfunc[11]: QObject::insertChild(QObject*) 17572 vfunc[12]: QObject::removeChild(QObject*) 17573 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 17574 vfunc[14]: QObject::property(char const*) const 17575 vfunc[15]: QObject::timerEvent(QTimerEvent*) 17576 vfunc[16]: QObject::childEvent(QChildEvent*) 17577 vfunc[17]: QObject::customEvent(QCustomEvent*) 17578 vfunc[18]: QObject::connectNotify(char const*) 17579 vfunc[19]: QObject::disconnectNotify(char const*) 17580 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 17581 const*, char const*) 17582 vfunc[21]: QWidget::setEnabled(bool) 17583 vfunc[22]: QWidget::setMinimumSize(int, int) 17584 vfunc[23]: QWidget::setMaximumSize(int, int) 17585 vfunc[24]: QWidget::setSizeIncrement(int, int) 17586 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 17587 vfunc[26]: QWidget::setEraseColor(QColor const&) 17588 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 17589 vfunc[28]: QWidget::setPalette(QPalette const&) 17590 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 17591 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 17592 vfunc[31]: QWidget::setFont(QFont const&) 17593 vfunc[32]: QWidget::setCursor(QCursor const&) 17594 vfunc[33]: QWidget::unsetCursor() 17595 vfunc[34]: QWidget::setMask(QBitmap const&) 17596 vfunc[35]: QWidget::setMask(QRegion const&) 17597 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 17598 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 17599 vfunc[38]: QWidget::setCaption(QString const&) 17600 vfunc[39]: QWidget::setIcon(QPixmap const&) 17601 vfunc[40]: QWidget::setIconText(QString const&) 17602 vfunc[41]: QWidget::setMouseTracking(bool) 17603 vfunc[42]: QWidget::setFocus() 17604 vfunc[43]: QWidget::setActiveWindow() 17605 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 17606 vfunc[45]: QWidget::setFocusProxy(QWidget*) 17607 vfunc[46]: QWidget::setUpdatesEnabled(bool) 17608 vfunc[47]: QWidget::show() 17609 vfunc[48]: QWidget::hide() 17610 vfunc[49]: QWidget::showMinimized() 17611 vfunc[50]: QWidget::showMaximized() 17612 vfunc[51]: QWidget::showNormal() 17613 vfunc[52]: QWidget::polish() 17614 vfunc[53]: QWidget::move(int, int) 17615 vfunc[54]: QWidget::resize(int, int) 17616 vfunc[55]: QWidget::setGeometry(int, int, int, int) 17617 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 17618 vfunc[57]: QWidget::close(bool) 17619 vfunc[58]: QWidget::sizeHint() const 17620 vfunc[59]: QWidget::minimumSizeHint() const 17621 vfunc[60]: QWidget::sizePolicy() const 17622 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 17623 vfunc[62]: QWidget::heightForWidth(int) const 17624 vfunc[63]: QWidget::adjustSize() 17625 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 17626 const&, bool) 17627 vfunc[65]: QWidget::setAcceptDrops(bool) 17628 vfunc[66]: QWidget::setAutoMask(bool) 17629 vfunc[67]: 17630 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 17631 vfunc[68]: QWidget::customWhatsThis() const 17632 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 17633 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 17634 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 17635 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 17636 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 17637 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 17638 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 17639 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 17640 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 17641 vfunc[78]: QWidget::enterEvent(QEvent*) 17642 vfunc[79]: QWidget::leaveEvent(QEvent*) 17643 vfunc[80]: QWidget::paintEvent(QPaintEvent*) 17644 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 17645 vfunc[82]: QWidget::resizeEvent(QResizeEvent*) 17646 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 17647 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 17648 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 17649 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 17650 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 17651 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 17652 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 17653 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 17654 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 17655 vfunc[92]: QWidget::dropEvent(QDropEvent*) 17656 vfunc[93]: QWidget::showEvent(QShowEvent*) 17657 vfunc[94]: QWidget::hideEvent(QHideEvent*) 17658 vfunc[95]: QWidget::x11Event(_XEvent*) 17659 vfunc[96]: QWidget::updateMask() 17660 vfunc[97]: QWidget::styleChange(QStyle&) 17661 vfunc[98]: QWidget::enabledChange(bool) 17662 vfunc[99]: QWidget::paletteChange(QPalette const&) 17663 vfunc[100]: QWidget::fontChange(QFont const&) 17664 vfunc[101]: QWidget::windowActivationChange(bool) 17665 vfunc[102]: QWidget::metric(int) const 17666 vfunc[103]: QWidget::create(unsigned long, bool, bool) 17667 vfunc[104]: QWidget::destroy(bool, bool) 17668 vfunc[105]: NULL or QWidget::setWState(unsigned int) 17669 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 17670 vfunc[107]: QWidget::focusNextPrevChild(bool) 17671 vfunc[108]: QWidget::setKeyCompression(bool) 17672 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 17673 bool, QFont*) 17674 vfunc[110]: __cxa_pure_virtual 17675 vfunc[111]: __cxa_pure_virtual 17676 vfunc[112]: __cxa_pure_virtual 17677 vfunc[113]: __cxa_pure_virtual 17678 vfunc[114]: __cxa_pure_virtual 17679 vfunc[115]: __cxa_pure_virtual 17680 17681 Table 8-12. Secondary vtable for QDateTimeEditBase 17682 Base Offset -80 17683 Virtual Base Offset 0 17684 RTTI typeinfo for QDateTimeEditBase 17685 vfunc[0]: non-virtual thunk to 17686 QDateTimeEditBase::~QDateTimeEditBase() 17687 vfunc[1]: non-virtual thunk to 17688 QDateTimeEditBase::~QDateTimeEditBase() 17689 vfunc[2]: QPaintDevice::setResolution(int) 17690 vfunc[3]: QPaintDevice::resolution() const 17691 vfunc[4]: QPaintDevice::handle() const 17692 vfunc[5]: QPaintDevice::x11RenderHandle() const 17693 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 17694 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 17695 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 17696 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 17697 const 17698 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 17699 17700 The Run Time Type Information for the QDateTimeEditBase class 17701 is described by Table 8-13 17702 17703 Table 8-13. typeinfo for QDateTimeEditBase 17704 Base Vtable vtable for __cxxabiv1::__si_class_type_info 17705 Name typeinfo name for QDateTimeEditBase 17706 basetype: typeinfo for QWidget 17707 __________________________________________________________ 17708 17709 8.2.6.4. Class data for QDateEdit 17710 17711 The virtual table for the QDateEdit class is described by Table 17712 8-14 17713 17714 Table 8-14. Primary vtable for QDateEdit 17715 Base Offset 0 17716 Virtual Base Offset 0 17717 RTTI typeinfo for QDateEdit 17718 vfunc[0]: NULL or QDateEdit::metaObject() const 17719 vfunc[1]: QDateEdit::className() const 17720 vfunc[2]: QDateEdit::qt_cast(char const*) 17721 vfunc[3]: QDateEdit::qt_invoke(int, QUObject*) 17722 vfunc[4]: QDateEdit::qt_emit(int, QUObject*) 17723 vfunc[5]: QDateEdit::qt_property(int, int, QVariant*) 17724 vfunc[6]: QDateEdit::~QDateEdit() 17725 vfunc[7]: QDateEdit::~QDateEdit() 17726 vfunc[8]: QDateEdit::event(QEvent*) 17727 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 17728 vfunc[10]: QWidget::setName(char const*) 17729 vfunc[11]: QObject::insertChild(QObject*) 17730 vfunc[12]: QObject::removeChild(QObject*) 17731 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 17732 vfunc[14]: QObject::property(char const*) const 17733 vfunc[15]: QDateEdit::timerEvent(QTimerEvent*) 17734 vfunc[16]: QObject::childEvent(QChildEvent*) 17735 vfunc[17]: QObject::customEvent(QCustomEvent*) 17736 vfunc[18]: QObject::connectNotify(char const*) 17737 vfunc[19]: QObject::disconnectNotify(char const*) 17738 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 17739 const*, char const*) 17740 vfunc[21]: QWidget::setEnabled(bool) 17741 vfunc[22]: QWidget::setMinimumSize(int, int) 17742 vfunc[23]: QWidget::setMaximumSize(int, int) 17743 vfunc[24]: QWidget::setSizeIncrement(int, int) 17744 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 17745 vfunc[26]: QWidget::setEraseColor(QColor const&) 17746 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 17747 vfunc[28]: QWidget::setPalette(QPalette const&) 17748 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 17749 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 17750 vfunc[31]: QWidget::setFont(QFont const&) 17751 vfunc[32]: QWidget::setCursor(QCursor const&) 17752 vfunc[33]: QWidget::unsetCursor() 17753 vfunc[34]: QWidget::setMask(QBitmap const&) 17754 vfunc[35]: QWidget::setMask(QRegion const&) 17755 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 17756 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 17757 vfunc[38]: QWidget::setCaption(QString const&) 17758 vfunc[39]: QWidget::setIcon(QPixmap const&) 17759 vfunc[40]: QWidget::setIconText(QString const&) 17760 vfunc[41]: QWidget::setMouseTracking(bool) 17761 vfunc[42]: QWidget::setFocus() 17762 vfunc[43]: QWidget::setActiveWindow() 17763 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 17764 vfunc[45]: QWidget::setFocusProxy(QWidget*) 17765 vfunc[46]: QWidget::setUpdatesEnabled(bool) 17766 vfunc[47]: QWidget::show() 17767 vfunc[48]: QWidget::hide() 17768 vfunc[49]: QWidget::showMinimized() 17769 vfunc[50]: QWidget::showMaximized() 17770 vfunc[51]: QWidget::showNormal() 17771 vfunc[52]: QWidget::polish() 17772 vfunc[53]: QWidget::move(int, int) 17773 vfunc[54]: QWidget::resize(int, int) 17774 vfunc[55]: QWidget::setGeometry(int, int, int, int) 17775 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 17776 vfunc[57]: QWidget::close(bool) 17777 vfunc[58]: QDateEdit::sizeHint() const 17778 vfunc[59]: QDateEdit::minimumSizeHint() const 17779 vfunc[60]: QWidget::sizePolicy() const 17780 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 17781 vfunc[62]: QWidget::heightForWidth(int) const 17782 vfunc[63]: QWidget::adjustSize() 17783 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 17784 const&, bool) 17785 vfunc[65]: QWidget::setAcceptDrops(bool) 17786 vfunc[66]: QWidget::setAutoMask(bool) 17787 vfunc[67]: 17788 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 17789 vfunc[68]: QWidget::customWhatsThis() const 17790 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 17791 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 17792 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 17793 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 17794 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 17795 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 17796 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 17797 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 17798 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 17799 vfunc[78]: QWidget::enterEvent(QEvent*) 17800 vfunc[79]: QWidget::leaveEvent(QEvent*) 17801 vfunc[80]: QWidget::paintEvent(QPaintEvent*) 17802 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 17803 vfunc[82]: QDateEdit::resizeEvent(QResizeEvent*) 17804 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 17805 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 17806 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 17807 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 17808 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 17809 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 17810 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 17811 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 17812 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 17813 vfunc[92]: QWidget::dropEvent(QDropEvent*) 17814 vfunc[93]: QWidget::showEvent(QShowEvent*) 17815 vfunc[94]: QWidget::hideEvent(QHideEvent*) 17816 vfunc[95]: QWidget::x11Event(_XEvent*) 17817 vfunc[96]: QWidget::updateMask() 17818 vfunc[97]: QWidget::styleChange(QStyle&) 17819 vfunc[98]: QWidget::enabledChange(bool) 17820 vfunc[99]: QWidget::paletteChange(QPalette const&) 17821 vfunc[100]: QWidget::fontChange(QFont const&) 17822 vfunc[101]: QWidget::windowActivationChange(bool) 17823 vfunc[102]: QWidget::metric(int) const 17824 vfunc[103]: QWidget::create(unsigned long, bool, bool) 17825 vfunc[104]: QWidget::destroy(bool, bool) 17826 vfunc[105]: NULL or QWidget::setWState(unsigned int) 17827 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 17828 vfunc[107]: QWidget::focusNextPrevChild(bool) 17829 vfunc[108]: QWidget::setKeyCompression(bool) 17830 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 17831 bool, QFont*) 17832 vfunc[110]: QDateEdit::setFocusSection(int) 17833 vfunc[111]: QDateEdit::sectionFormattedText(int) 17834 vfunc[112]: QDateEdit::addNumber(int, int) 17835 vfunc[113]: QDateEdit::removeLastNumber(int) 17836 vfunc[114]: QDateEdit::stepUp() 17837 vfunc[115]: QDateEdit::stepDown() 17838 vfunc[116]: QDateEdit::setDate(QDate const&) 17839 vfunc[117]: QDateEdit::setOrder(QDateEdit::Order) 17840 vfunc[118]: QDateEdit::setAutoAdvance(bool) 17841 vfunc[119]: NULL or QDateEdit::setMinValue(QDate const&) 17842 vfunc[120]: NULL or QDateEdit::setMaxValue(QDate const&) 17843 vfunc[121]: QDateEdit::setRange(QDate const&, QDate const&) 17844 vfunc[122]: QDateEdit::setSeparator(QString const&) 17845 vfunc[123]: QDateEdit::setYear(int) 17846 vfunc[124]: QDateEdit::setMonth(int) 17847 vfunc[125]: QDateEdit::setDay(int) 17848 vfunc[126]: QDateEdit::fix() 17849 vfunc[127]: QDateEdit::outOfRange(int, int, int) const 17850 17851 Table 8-15. Secondary vtable for QDateEdit 17852 Base Offset -80 17853 Virtual Base Offset 0 17854 RTTI typeinfo for QDateEdit 17855 vfunc[0]: non-virtual thunk to QDateEdit::~QDateEdit() 17856 vfunc[1]: non-virtual thunk to QDateEdit::~QDateEdit() 17857 vfunc[2]: QPaintDevice::setResolution(int) 17858 vfunc[3]: QPaintDevice::resolution() const 17859 vfunc[4]: QPaintDevice::handle() const 17860 vfunc[5]: QPaintDevice::x11RenderHandle() const 17861 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 17862 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 17863 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 17864 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 17865 const 17866 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 17867 17868 The Run Time Type Information for the QDateEdit class is 17869 described by Table 8-16 17870 17871 Table 8-16. typeinfo for QDateEdit 17872 Base Vtable vtable for __cxxabiv1::__si_class_type_info 17873 Name typeinfo name for QDateEdit 17874 basetype: typeinfo for QDateTimeEditBase 17875 __________________________________________________________ 17876 17877 8.2.6.5. Class data for QTimeEdit 17878 17879 The virtual table for the QTimeEdit class is described by Table 17880 8-17 17881 17882 Table 8-17. Primary vtable for QTimeEdit 17883 Base Offset 0 17884 Virtual Base Offset 0 17885 RTTI typeinfo for QTimeEdit 17886 vfunc[0]: NULL or QTimeEdit::metaObject() const 17887 vfunc[1]: QTimeEdit::className() const 17888 vfunc[2]: QTimeEdit::qt_cast(char const*) 17889 vfunc[3]: QTimeEdit::qt_invoke(int, QUObject*) 17890 vfunc[4]: QTimeEdit::qt_emit(int, QUObject*) 17891 vfunc[5]: QTimeEdit::qt_property(int, int, QVariant*) 17892 vfunc[6]: QTimeEdit::~QTimeEdit() 17893 vfunc[7]: QTimeEdit::~QTimeEdit() 17894 vfunc[8]: QTimeEdit::event(QEvent*) 17895 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 17896 vfunc[10]: QWidget::setName(char const*) 17897 vfunc[11]: QObject::insertChild(QObject*) 17898 vfunc[12]: QObject::removeChild(QObject*) 17899 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 17900 vfunc[14]: QObject::property(char const*) const 17901 vfunc[15]: QTimeEdit::timerEvent(QTimerEvent*) 17902 vfunc[16]: QObject::childEvent(QChildEvent*) 17903 vfunc[17]: QObject::customEvent(QCustomEvent*) 17904 vfunc[18]: QObject::connectNotify(char const*) 17905 vfunc[19]: QObject::disconnectNotify(char const*) 17906 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 17907 const*, char const*) 17908 vfunc[21]: QWidget::setEnabled(bool) 17909 vfunc[22]: QWidget::setMinimumSize(int, int) 17910 vfunc[23]: QWidget::setMaximumSize(int, int) 17911 vfunc[24]: QWidget::setSizeIncrement(int, int) 17912 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 17913 vfunc[26]: QWidget::setEraseColor(QColor const&) 17914 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 17915 vfunc[28]: QWidget::setPalette(QPalette const&) 17916 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 17917 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 17918 vfunc[31]: QWidget::setFont(QFont const&) 17919 vfunc[32]: QWidget::setCursor(QCursor const&) 17920 vfunc[33]: QWidget::unsetCursor() 17921 vfunc[34]: QWidget::setMask(QBitmap const&) 17922 vfunc[35]: QWidget::setMask(QRegion const&) 17923 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 17924 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 17925 vfunc[38]: QWidget::setCaption(QString const&) 17926 vfunc[39]: QWidget::setIcon(QPixmap const&) 17927 vfunc[40]: QWidget::setIconText(QString const&) 17928 vfunc[41]: QWidget::setMouseTracking(bool) 17929 vfunc[42]: QWidget::setFocus() 17930 vfunc[43]: QWidget::setActiveWindow() 17931 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 17932 vfunc[45]: QWidget::setFocusProxy(QWidget*) 17933 vfunc[46]: QWidget::setUpdatesEnabled(bool) 17934 vfunc[47]: QWidget::show() 17935 vfunc[48]: QWidget::hide() 17936 vfunc[49]: QWidget::showMinimized() 17937 vfunc[50]: QWidget::showMaximized() 17938 vfunc[51]: QWidget::showNormal() 17939 vfunc[52]: QWidget::polish() 17940 vfunc[53]: QWidget::move(int, int) 17941 vfunc[54]: QWidget::resize(int, int) 17942 vfunc[55]: QWidget::setGeometry(int, int, int, int) 17943 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 17944 vfunc[57]: QWidget::close(bool) 17945 vfunc[58]: QTimeEdit::sizeHint() const 17946 vfunc[59]: QTimeEdit::minimumSizeHint() const 17947 vfunc[60]: QWidget::sizePolicy() const 17948 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 17949 vfunc[62]: QWidget::heightForWidth(int) const 17950 vfunc[63]: QWidget::adjustSize() 17951 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 17952 const&, bool) 17953 vfunc[65]: QWidget::setAcceptDrops(bool) 17954 vfunc[66]: QWidget::setAutoMask(bool) 17955 vfunc[67]: 17956 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 17957 vfunc[68]: QWidget::customWhatsThis() const 17958 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 17959 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 17960 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 17961 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 17962 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 17963 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 17964 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 17965 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 17966 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 17967 vfunc[78]: QWidget::enterEvent(QEvent*) 17968 vfunc[79]: QWidget::leaveEvent(QEvent*) 17969 vfunc[80]: QWidget::paintEvent(QPaintEvent*) 17970 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 17971 vfunc[82]: QTimeEdit::resizeEvent(QResizeEvent*) 17972 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 17973 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 17974 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 17975 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 17976 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 17977 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 17978 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 17979 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 17980 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 17981 vfunc[92]: QWidget::dropEvent(QDropEvent*) 17982 vfunc[93]: QWidget::showEvent(QShowEvent*) 17983 vfunc[94]: QWidget::hideEvent(QHideEvent*) 17984 vfunc[95]: QWidget::x11Event(_XEvent*) 17985 vfunc[96]: QWidget::updateMask() 17986 vfunc[97]: QWidget::styleChange(QStyle&) 17987 vfunc[98]: QWidget::enabledChange(bool) 17988 vfunc[99]: QWidget::paletteChange(QPalette const&) 17989 vfunc[100]: QWidget::fontChange(QFont const&) 17990 vfunc[101]: QWidget::windowActivationChange(bool) 17991 vfunc[102]: QWidget::metric(int) const 17992 vfunc[103]: QWidget::create(unsigned long, bool, bool) 17993 vfunc[104]: QWidget::destroy(bool, bool) 17994 vfunc[105]: NULL or QWidget::setWState(unsigned int) 17995 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 17996 vfunc[107]: QWidget::focusNextPrevChild(bool) 17997 vfunc[108]: QWidget::setKeyCompression(bool) 17998 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 17999 bool, QFont*) 18000 vfunc[110]: QTimeEdit::setFocusSection(int) 18001 vfunc[111]: QTimeEdit::sectionFormattedText(int) 18002 vfunc[112]: QTimeEdit::addNumber(int, int) 18003 vfunc[113]: QTimeEdit::removeLastNumber(int) 18004 vfunc[114]: QTimeEdit::stepUp() 18005 vfunc[115]: QTimeEdit::stepDown() 18006 vfunc[116]: QTimeEdit::setTime(QTime const&) 18007 vfunc[117]: QTimeEdit::setAutoAdvance(bool) 18008 vfunc[118]: NULL or QTimeEdit::setMinValue(QTime const&) 18009 vfunc[119]: NULL or QTimeEdit::setMaxValue(QTime const&) 18010 vfunc[120]: QTimeEdit::setRange(QTime const&, QTime const&) 18011 vfunc[121]: QTimeEdit::setSeparator(QString const&) 18012 vfunc[122]: QTimeEdit::outOfRange(int, int, int) const 18013 vfunc[123]: QTimeEdit::setHour(int) 18014 vfunc[124]: QTimeEdit::setMinute(int) 18015 vfunc[125]: QTimeEdit::setSecond(int) 18016 18017 Table 8-18. Secondary vtable for QTimeEdit 18018 Base Offset -80 18019 Virtual Base Offset 0 18020 RTTI typeinfo for QTimeEdit 18021 vfunc[0]: non-virtual thunk to QTimeEdit::~QTimeEdit() 18022 vfunc[1]: non-virtual thunk to QTimeEdit::~QTimeEdit() 18023 vfunc[2]: QPaintDevice::setResolution(int) 18024 vfunc[3]: QPaintDevice::resolution() const 18025 vfunc[4]: QPaintDevice::handle() const 18026 vfunc[5]: QPaintDevice::x11RenderHandle() const 18027 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 18028 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 18029 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 18030 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 18031 const 18032 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 18033 18034 The Run Time Type Information for the QTimeEdit class is 18035 described by Table 8-19 18036 18037 Table 8-19. typeinfo for QTimeEdit 18038 Base Vtable vtable for __cxxabiv1::__si_class_type_info 18039 Name typeinfo name for QTimeEdit 18040 basetype: typeinfo for QDateTimeEditBase 18041 __________________________________________________________ 18042 18043 8.2.6.6. Interfaces for Qt3 Date and Time 18044 18045 An LSB conforming implementation shall provide the architecture 18046 specific functions for Qt3 Date and Time specified in Table 18047 8-20, with the full mandatory functionality as described in the 18048 referenced underlying specification. 18049 18050 Table 8-20. libqt-mt - Qt3 Date and Time Function Interfaces 18051 _ZThn80_N13QDateTimeEditD0Ev [CXXABI-1.86] 18052 _ZThn80_N13QDateTimeEditD1Ev [CXXABI-1.86] 18053 _ZThn80_N9QDateEditD0Ev [CXXABI-1.86] _ZThn80_N9QDateEditD1Ev 18054 [CXXABI-1.86] 18055 _ZThn80_N9QTimeEditD0Ev [CXXABI-1.86] _ZThn80_N9QTimeEditD1Ev 18056 [CXXABI-1.86] 18057 __________________________________________________________ 18058 18059 8.2.7. Qt3 Canvas 18060 __________________________________________________________ 18061 18062 8.2.7.1. Class data for QCanvasItem 18063 18064 The virtual table for the QCanvasItem class is described in the 18065 generic part of this specification. 18066 18067 The Run Time Type Information for the QCanvasItem class is 18068 described by Table 8-21 18069 18070 Table 8-21. typeinfo for QCanvasItem 18071 Base Vtable vtable for __cxxabiv1::__si_class_type_info 18072 Name typeinfo name for QCanvasItem 18073 basetype: typeinfo for Qt 18074 __________________________________________________________ 18075 18076 8.2.7.2. Class data for QCanvasSprite 18077 18078 The virtual table for the QCanvasSprite class is described in 18079 the generic part of this specification. 18080 18081 The Run Time Type Information for the QCanvasSprite class is 18082 described by Table 8-22 18083 18084 Table 8-22. typeinfo for QCanvasSprite 18085 Base Vtable vtable for __cxxabiv1::__si_class_type_info 18086 Name typeinfo name for QCanvasSprite 18087 basetype: typeinfo for QCanvasItem 18088 __________________________________________________________ 18089 18090 8.2.7.3. Class data for QCanvasPolygonalItem 18091 18092 The virtual table for the QCanvasPolygonalItem class is 18093 described in the generic part of this specification. 18094 18095 The Run Time Type Information for the QCanvasPolygonalItem 18096 class is described by Table 8-23 18097 18098 Table 8-23. typeinfo for QCanvasPolygonalItem 18099 Base Vtable vtable for __cxxabiv1::__si_class_type_info 18100 Name typeinfo name for QCanvasPolygonalItem 18101 basetype: typeinfo for QCanvasItem 18102 __________________________________________________________ 18103 18104 8.2.7.4. Class data for QCanvasRectangle 18105 18106 The virtual table for the QCanvasRectangle class is described 18107 in the generic part of this specification. 18108 18109 The Run Time Type Information for the QCanvasRectangle class is 18110 described by Table 8-24 18111 18112 Table 8-24. typeinfo for QCanvasRectangle 18113 Base Vtable vtable for __cxxabiv1::__si_class_type_info 18114 Name typeinfo name for QCanvasRectangle 18115 basetype: typeinfo for QCanvasPolygonalItem 18116 __________________________________________________________ 18117 18118 8.2.7.5. Class data for QCanvasView 18119 18120 The virtual table for the QCanvasView class is described by 18121 Table 8-25 18122 18123 Table 8-25. Primary vtable for QCanvasView 18124 Base Offset 0 18125 Virtual Base Offset 0 18126 RTTI typeinfo for QCanvasView 18127 vfunc[0]: NULL or QCanvasView::metaObject() const 18128 vfunc[1]: QCanvasView::className() const 18129 vfunc[2]: QCanvasView::qt_cast(char const*) 18130 vfunc[3]: QCanvasView::qt_invoke(int, QUObject*) 18131 vfunc[4]: QCanvasView::qt_emit(int, QUObject*) 18132 vfunc[5]: QCanvasView::qt_property(int, int, QVariant*) 18133 vfunc[6]: QCanvasView::~QCanvasView() 18134 vfunc[7]: QCanvasView::~QCanvasView() 18135 vfunc[8]: QWidget::event(QEvent*) 18136 vfunc[9]: QScrollView::eventFilter(QObject*, QEvent*) 18137 vfunc[10]: QWidget::setName(char const*) 18138 vfunc[11]: QObject::insertChild(QObject*) 18139 vfunc[12]: QScrollView::removeChild(QObject*) 18140 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 18141 vfunc[14]: QObject::property(char const*) const 18142 vfunc[15]: QObject::timerEvent(QTimerEvent*) 18143 vfunc[16]: QObject::childEvent(QChildEvent*) 18144 vfunc[17]: QObject::customEvent(QCustomEvent*) 18145 vfunc[18]: QObject::connectNotify(char const*) 18146 vfunc[19]: QObject::disconnectNotify(char const*) 18147 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 18148 const*, char const*) 18149 vfunc[21]: QScrollView::setEnabled(bool) 18150 vfunc[22]: QWidget::setMinimumSize(int, int) 18151 vfunc[23]: QWidget::setMaximumSize(int, int) 18152 vfunc[24]: QWidget::setSizeIncrement(int, int) 18153 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 18154 vfunc[26]: QWidget::setEraseColor(QColor const&) 18155 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 18156 vfunc[28]: QWidget::setPalette(QPalette const&) 18157 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 18158 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 18159 vfunc[31]: QWidget::setFont(QFont const&) 18160 vfunc[32]: QWidget::setCursor(QCursor const&) 18161 vfunc[33]: QWidget::unsetCursor() 18162 vfunc[34]: QWidget::setMask(QBitmap const&) 18163 vfunc[35]: QWidget::setMask(QRegion const&) 18164 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 18165 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 18166 vfunc[38]: QWidget::setCaption(QString const&) 18167 vfunc[39]: QWidget::setIcon(QPixmap const&) 18168 vfunc[40]: QWidget::setIconText(QString const&) 18169 vfunc[41]: QWidget::setMouseTracking(bool) 18170 vfunc[42]: QWidget::setFocus() 18171 vfunc[43]: QWidget::setActiveWindow() 18172 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 18173 vfunc[45]: QWidget::setFocusProxy(QWidget*) 18174 vfunc[46]: QWidget::setUpdatesEnabled(bool) 18175 vfunc[47]: QScrollView::show() 18176 vfunc[48]: QWidget::hide() 18177 vfunc[49]: QWidget::showMinimized() 18178 vfunc[50]: QWidget::showMaximized() 18179 vfunc[51]: QWidget::showNormal() 18180 vfunc[52]: QWidget::polish() 18181 vfunc[53]: QWidget::move(int, int) 18182 vfunc[54]: QScrollView::resize(int, int) 18183 vfunc[55]: QWidget::setGeometry(int, int, int, int) 18184 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 18185 vfunc[57]: QWidget::close(bool) 18186 vfunc[58]: QCanvasView::sizeHint() const 18187 vfunc[59]: QScrollView::minimumSizeHint() const 18188 vfunc[60]: QWidget::sizePolicy() const 18189 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 18190 vfunc[62]: QWidget::heightForWidth(int) const 18191 vfunc[63]: QWidget::adjustSize() 18192 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 18193 const&, bool) 18194 vfunc[65]: QWidget::setAcceptDrops(bool) 18195 vfunc[66]: QWidget::setAutoMask(bool) 18196 vfunc[67]: 18197 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 18198 vfunc[68]: QWidget::customWhatsThis() const 18199 vfunc[69]: QScrollView::mousePressEvent(QMouseEvent*) 18200 vfunc[70]: QScrollView::mouseReleaseEvent(QMouseEvent*) 18201 vfunc[71]: QScrollView::mouseDoubleClickEvent(QMouseEvent*) 18202 vfunc[72]: QScrollView::mouseMoveEvent(QMouseEvent*) 18203 vfunc[73]: QScrollView::wheelEvent(QWheelEvent*) 18204 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 18205 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 18206 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 18207 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 18208 vfunc[78]: QWidget::enterEvent(QEvent*) 18209 vfunc[79]: QWidget::leaveEvent(QEvent*) 18210 vfunc[80]: QFrame::paintEvent(QPaintEvent*) 18211 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 18212 vfunc[82]: QScrollView::resizeEvent(QResizeEvent*) 18213 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 18214 vfunc[84]: QScrollView::contextMenuEvent(QContextMenuEvent*) 18215 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 18216 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 18217 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 18218 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 18219 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 18220 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 18221 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 18222 vfunc[92]: QWidget::dropEvent(QDropEvent*) 18223 vfunc[93]: QWidget::showEvent(QShowEvent*) 18224 vfunc[94]: QWidget::hideEvent(QHideEvent*) 18225 vfunc[95]: QWidget::x11Event(_XEvent*) 18226 vfunc[96]: QWidget::updateMask() 18227 vfunc[97]: QScrollView::styleChange(QStyle&) 18228 vfunc[98]: QWidget::enabledChange(bool) 18229 vfunc[99]: QWidget::paletteChange(QPalette const&) 18230 vfunc[100]: QScrollView::fontChange(QFont const&) 18231 vfunc[101]: QWidget::windowActivationChange(bool) 18232 vfunc[102]: QWidget::metric(int) const 18233 vfunc[103]: QWidget::create(unsigned long, bool, bool) 18234 vfunc[104]: QWidget::destroy(bool, bool) 18235 vfunc[105]: NULL or QWidget::setWState(unsigned int) 18236 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 18237 vfunc[107]: QScrollView::focusNextPrevChild(bool) 18238 vfunc[108]: QWidget::setKeyCompression(bool) 18239 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 18240 bool, QFont*) 18241 vfunc[110]: QFrame::setFrameStyle(int) 18242 vfunc[111]: QFrame::setLineWidth(int) 18243 vfunc[112]: QFrame::setMargin(int) 18244 vfunc[113]: QFrame::setMidLineWidth(int) 18245 vfunc[114]: QFrame::setFrameRect(QRect const&) 18246 vfunc[115]: QFrame::drawFrame(QPainter*) 18247 vfunc[116]: QCanvasView::drawContents(QPainter*) 18248 vfunc[117]: QScrollView::frameChanged() 18249 vfunc[118]: 18250 QScrollView::setResizePolicy(QScrollView::ResizePolicy) 18251 vfunc[119]: QScrollView::addChild(QWidget*, int, int) 18252 vfunc[120]: QScrollView::moveChild(QWidget*, int, int) 18253 vfunc[121]: 18254 QScrollView::setVScrollBarMode(QScrollView::ScrollBarMode) 18255 vfunc[122]: 18256 QScrollView::setHScrollBarMode(QScrollView::ScrollBarMode) 18257 vfunc[123]: QScrollView::setCornerWidget(QWidget*) 18258 vfunc[124]: QScrollView::setDragAutoScroll(bool) 18259 vfunc[125]: QScrollView::resizeContents(int, int) 18260 vfunc[126]: QScrollView::setContentsPos(int, int) 18261 vfunc[127]: QCanvasView::drawContents(QPainter*, int, int, int, 18262 int) 18263 vfunc[128]: QScrollView::drawContentsOffset(QPainter*, int, 18264 int, int, int, int, int) 18265 vfunc[129]: QScrollView::contentsMousePressEvent(QMouseEvent*) 18266 vfunc[130]: 18267 QScrollView::contentsMouseReleaseEvent(QMouseEvent*) 18268 vfunc[131]: 18269 QScrollView::contentsMouseDoubleClickEvent(QMouseEvent*) 18270 vfunc[132]: QScrollView::contentsMouseMoveEvent(QMouseEvent*) 18271 vfunc[133]: 18272 QScrollView::contentsDragEnterEvent(QDragEnterEvent*) 18273 vfunc[134]: QScrollView::contentsDragMoveEvent(QDragMoveEvent*) 18274 vfunc[135]: 18275 QScrollView::contentsDragLeaveEvent(QDragLeaveEvent*) 18276 vfunc[136]: QScrollView::contentsDropEvent(QDropEvent*) 18277 vfunc[137]: QScrollView::contentsWheelEvent(QWheelEvent*) 18278 vfunc[138]: 18279 QScrollView::contentsContextMenuEvent(QContextMenuEvent*) 18280 vfunc[139]: QScrollView::viewportPaintEvent(QPaintEvent*) 18281 vfunc[140]: QScrollView::viewportResizeEvent(QResizeEvent*) 18282 vfunc[141]: QScrollView::viewportMousePressEvent(QMouseEvent*) 18283 vfunc[142]: 18284 QScrollView::viewportMouseReleaseEvent(QMouseEvent*) 18285 vfunc[143]: 18286 QScrollView::viewportMouseDoubleClickEvent(QMouseEvent*) 18287 vfunc[144]: QScrollView::viewportMouseMoveEvent(QMouseEvent*) 18288 vfunc[145]: 18289 QScrollView::viewportDragEnterEvent(QDragEnterEvent*) 18290 vfunc[146]: QScrollView::viewportDragMoveEvent(QDragMoveEvent*) 18291 vfunc[147]: 18292 QScrollView::viewportDragLeaveEvent(QDragLeaveEvent*) 18293 vfunc[148]: QScrollView::viewportDropEvent(QDropEvent*) 18294 vfunc[149]: QScrollView::viewportWheelEvent(QWheelEvent*) 18295 vfunc[150]: 18296 QScrollView::viewportContextMenuEvent(QContextMenuEvent*) 18297 vfunc[151]: QScrollView::setMargins(int, int, int, int) 18298 vfunc[152]: QScrollView::setHBarGeometry(QScrollBar&, int, int, 18299 int, int) 18300 vfunc[153]: QScrollView::setVBarGeometry(QScrollBar&, int, int, 18301 int, int) 18302 18303 Table 8-26. Secondary vtable for QCanvasView 18304 Base Offset -80 18305 Virtual Base Offset 0 18306 RTTI typeinfo for QCanvasView 18307 vfunc[0]: non-virtual thunk to QCanvasView::~QCanvasView() 18308 vfunc[1]: non-virtual thunk to QCanvasView::~QCanvasView() 18309 vfunc[2]: QPaintDevice::setResolution(int) 18310 vfunc[3]: QPaintDevice::resolution() const 18311 vfunc[4]: QPaintDevice::handle() const 18312 vfunc[5]: QPaintDevice::x11RenderHandle() const 18313 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 18314 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 18315 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 18316 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 18317 const 18318 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 18319 18320 The Run Time Type Information for the QCanvasView class is 18321 described by Table 8-27 18322 18323 Table 8-27. typeinfo for QCanvasView 18324 Base Vtable vtable for __cxxabiv1::__si_class_type_info 18325 Name typeinfo name for QCanvasView 18326 basetype: typeinfo for QScrollView 18327 __________________________________________________________ 18328 18329 8.2.7.6. Class data for QCanvasEllipse 18330 18331 The virtual table for the QCanvasEllipse class is described in 18332 the generic part of this specification. 18333 18334 The Run Time Type Information for the QCanvasEllipse class is 18335 described by Table 8-28 18336 18337 Table 8-28. typeinfo for QCanvasEllipse 18338 Base Vtable vtable for __cxxabiv1::__si_class_type_info 18339 Name typeinfo name for QCanvasEllipse 18340 basetype: typeinfo for QCanvasPolygonalItem 18341 __________________________________________________________ 18342 18343 8.2.7.7. Class data for QCanvasPixmap 18344 18345 The virtual table for the QCanvasPixmap class is described in 18346 the generic part of this specification. 18347 18348 The Run Time Type Information for the QCanvasPixmap class is 18349 described by Table 8-29 18350 18351 Table 8-29. typeinfo for QCanvasPixmap 18352 Base Vtable vtable for __cxxabiv1::__si_class_type_info 18353 Name typeinfo name for QCanvasPixmap 18354 basetype: typeinfo for QPixmap 18355 __________________________________________________________ 18356 18357 8.2.7.8. Class data for QCanvasLine 18358 18359 The virtual table for the QCanvasLine class is described in the 18360 generic part of this specification. 18361 18362 The Run Time Type Information for the QCanvasLine class is 18363 described by Table 8-30 18364 18365 Table 8-30. typeinfo for QCanvasLine 18366 Base Vtable vtable for __cxxabiv1::__si_class_type_info 18367 Name typeinfo name for QCanvasLine 18368 basetype: typeinfo for QCanvasPolygonalItem 18369 __________________________________________________________ 18370 18371 8.2.7.9. Class data for QCanvasSpline 18372 18373 The virtual table for the QCanvasSpline class is described in 18374 the generic part of this specification. 18375 18376 The Run Time Type Information for the QCanvasSpline class is 18377 described by Table 8-31 18378 18379 Table 8-31. typeinfo for QCanvasSpline 18380 Base Vtable vtable for __cxxabiv1::__si_class_type_info 18381 Name typeinfo name for QCanvasSpline 18382 basetype: typeinfo for QCanvasPolygon 18383 __________________________________________________________ 18384 18385 8.2.7.10. Class data for QCanvasText 18386 18387 The virtual table for the QCanvasText class is described in the 18388 generic part of this specification. 18389 18390 The Run Time Type Information for the QCanvasText class is 18391 described by Table 8-32 18392 18393 Table 8-32. typeinfo for QCanvasText 18394 Base Vtable vtable for __cxxabiv1::__si_class_type_info 18395 Name typeinfo name for QCanvasText 18396 basetype: typeinfo for QCanvasItem 18397 __________________________________________________________ 18398 18399 8.2.7.11. Class data for QCanvasPolygon 18400 18401 The virtual table for the QCanvasPolygon class is described in 18402 the generic part of this specification. 18403 18404 The Run Time Type Information for the QCanvasPolygon class is 18405 described by Table 8-33 18406 18407 Table 8-33. typeinfo for QCanvasPolygon 18408 Base Vtable vtable for __cxxabiv1::__si_class_type_info 18409 Name typeinfo name for QCanvasPolygon 18410 basetype: typeinfo for QCanvasPolygonalItem 18411 __________________________________________________________ 18412 18413 8.2.7.12. Class data for QCanvas 18414 18415 The virtual table for the QCanvas class is described in the 18416 generic part of this specification. 18417 18418 The Run Time Type Information for the QCanvas class is 18419 described by Table 8-34 18420 18421 Table 8-34. typeinfo for QCanvas 18422 Base Vtable vtable for __cxxabiv1::__si_class_type_info 18423 Name typeinfo name for QCanvas 18424 basetype: typeinfo for QObject 18425 __________________________________________________________ 18426 18427 8.2.7.13. Interfaces for Qt3 Canvas 18428 18429 An LSB conforming implementation shall provide the architecture 18430 specific functions for Qt3 Canvas specified in Table 8-35, with 18431 the full mandatory functionality as described in the referenced 18432 underlying specification. 18433 18434 Table 8-35. libqt-mt - Qt3 Canvas Function Interfaces 18435 _ZThn80_N11QCanvasViewD0Ev [CXXABI-1.86] 18436 _ZThn80_N11QCanvasViewD1Ev [CXXABI-1.86] 18437 __________________________________________________________ 18438 18439 8.2.8. Qt3 Drag and Drop 18440 __________________________________________________________ 18441 18442 8.2.8.1. Class data for QImageDrag 18443 18444 The virtual table for the QImageDrag class is described by 18445 Table 8-36 18446 18447 Table 8-36. Primary vtable for QImageDrag 18448 Base Offset 0 18449 Virtual Base Offset 0 18450 RTTI typeinfo for QImageDrag 18451 vfunc[0]: NULL or QImageDrag::metaObject() const 18452 vfunc[1]: QImageDrag::className() const 18453 vfunc[2]: QImageDrag::qt_cast(char const*) 18454 vfunc[3]: QImageDrag::qt_invoke(int, QUObject*) 18455 vfunc[4]: QImageDrag::qt_emit(int, QUObject*) 18456 vfunc[5]: QImageDrag::qt_property(int, int, QVariant*) 18457 vfunc[6]: QImageDrag::~QImageDrag() 18458 vfunc[7]: QImageDrag::~QImageDrag() 18459 vfunc[8]: QObject::event(QEvent*) 18460 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 18461 vfunc[10]: QObject::setName(char const*) 18462 vfunc[11]: QObject::insertChild(QObject*) 18463 vfunc[12]: QObject::removeChild(QObject*) 18464 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 18465 vfunc[14]: QObject::property(char const*) const 18466 vfunc[15]: QObject::timerEvent(QTimerEvent*) 18467 vfunc[16]: QObject::childEvent(QChildEvent*) 18468 vfunc[17]: QObject::customEvent(QCustomEvent*) 18469 vfunc[18]: QObject::connectNotify(char const*) 18470 vfunc[19]: QObject::disconnectNotify(char const*) 18471 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 18472 const*, char const*) 18473 vfunc[21]: QDragObject::setPixmap(QPixmap) 18474 vfunc[22]: QDragObject::setPixmap(QPixmap, QPoint const&) 18475 vfunc[23]: QDragObject::drag(QDragObject::DragMode) 18476 vfunc[24]: QImageDrag::setImage(QImage) 18477 vfunc[25]: QImageDrag::format(int) const 18478 vfunc[26]: QImageDrag::encodedData(char const*) const 18479 18480 Table 8-37. Secondary vtable for QImageDrag 18481 Base Offset -80 18482 Virtual Base Offset 0 18483 RTTI typeinfo for QImageDrag 18484 vfunc[0]: non-virtual thunk to QImageDrag::~QImageDrag() 18485 vfunc[1]: non-virtual thunk to QImageDrag::~QImageDrag() 18486 vfunc[2]: non-virtual thunk to QImageDrag::format(int) const 18487 vfunc[3]: QMimeSource::provides(char const*) const 18488 vfunc[4]: non-virtual thunk to QImageDrag::encodedData(char 18489 const*) const 18490 18491 The Run Time Type Information for the QImageDrag class is 18492 described by Table 8-38 18493 18494 Table 8-38. typeinfo for QImageDrag 18495 Base Vtable vtable for __cxxabiv1::__si_class_type_info 18496 Name typeinfo name for QImageDrag 18497 basetype: typeinfo for QDragObject 18498 __________________________________________________________ 18499 18500 8.2.8.2. Class data for QDragLeaveEvent 18501 18502 The virtual table for the QDragLeaveEvent class is described in 18503 the generic part of this specification. 18504 18505 The Run Time Type Information for the QDragLeaveEvent class is 18506 described by Table 8-39 18507 18508 Table 8-39. typeinfo for QDragLeaveEvent 18509 Base Vtable vtable for __cxxabiv1::__si_class_type_info 18510 Name typeinfo name for QDragLeaveEvent 18511 basetype: typeinfo for QEvent 18512 __________________________________________________________ 18513 18514 8.2.8.3. Class data for QColorDrag 18515 18516 The virtual table for the QColorDrag class is described by 18517 Table 8-40 18518 18519 Table 8-40. Primary vtable for QColorDrag 18520 Base Offset 0 18521 Virtual Base Offset 0 18522 RTTI typeinfo for QColorDrag 18523 vfunc[0]: NULL or QColorDrag::metaObject() const 18524 vfunc[1]: QColorDrag::className() const 18525 vfunc[2]: QColorDrag::qt_cast(char const*) 18526 vfunc[3]: QColorDrag::qt_invoke(int, QUObject*) 18527 vfunc[4]: QColorDrag::qt_emit(int, QUObject*) 18528 vfunc[5]: QColorDrag::qt_property(int, int, QVariant*) 18529 vfunc[6]: NULL or QColorDrag::~QColorDrag() 18530 vfunc[7]: NULL or QColorDrag::~QColorDrag() 18531 vfunc[8]: QObject::event(QEvent*) 18532 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 18533 vfunc[10]: QObject::setName(char const*) 18534 vfunc[11]: QObject::insertChild(QObject*) 18535 vfunc[12]: QObject::removeChild(QObject*) 18536 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 18537 vfunc[14]: QObject::property(char const*) const 18538 vfunc[15]: QObject::timerEvent(QTimerEvent*) 18539 vfunc[16]: QObject::childEvent(QChildEvent*) 18540 vfunc[17]: QObject::customEvent(QCustomEvent*) 18541 vfunc[18]: QObject::connectNotify(char const*) 18542 vfunc[19]: QObject::disconnectNotify(char const*) 18543 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 18544 const*, char const*) 18545 vfunc[21]: QDragObject::setPixmap(QPixmap) 18546 vfunc[22]: QDragObject::setPixmap(QPixmap, QPoint const&) 18547 vfunc[23]: QDragObject::drag(QDragObject::DragMode) 18548 vfunc[24]: QStoredDrag::setEncodedData(QMemArray const&) 18549 vfunc[25]: QStoredDrag::format(int) const 18550 vfunc[26]: QStoredDrag::encodedData(char const*) const 18551 18552 Table 8-41. Secondary vtable for QColorDrag 18553 Base Offset -80 18554 Virtual Base Offset 0 18555 RTTI typeinfo for QColorDrag 18556 vfunc[0]: non-virtual thunk to QColorDrag::~QColorDrag() 18557 vfunc[1]: non-virtual thunk to QColorDrag::~QColorDrag() 18558 vfunc[2]: non-virtual thunk to QStoredDrag::format(int) const 18559 vfunc[3]: QMimeSource::provides(char const*) const 18560 vfunc[4]: non-virtual thunk to QStoredDrag::encodedData(char 18561 const*) const 18562 18563 The Run Time Type Information for the QColorDrag class is 18564 described by Table 8-42 18565 18566 Table 8-42. typeinfo for QColorDrag 18567 Base Vtable vtable for __cxxabiv1::__si_class_type_info 18568 Name typeinfo name for QColorDrag 18569 basetype: typeinfo for QStoredDrag 18570 __________________________________________________________ 18571 18572 8.2.8.4. Class data for QDragResponseEvent 18573 18574 The virtual table for the QDragResponseEvent class is described 18575 in the generic part of this specification. 18576 18577 The Run Time Type Information for the QDragResponseEvent class 18578 is described by Table 8-43 18579 18580 Table 8-43. typeinfo for QDragResponseEvent 18581 Base Vtable vtable for __cxxabiv1::__si_class_type_info 18582 Name typeinfo name for QDragResponseEvent 18583 basetype: typeinfo for QEvent 18584 __________________________________________________________ 18585 18586 8.2.8.5. Class data for QIconDrag 18587 18588 The virtual table for the QIconDrag class is described by Table 18589 8-44 18590 18591 Table 8-44. Primary vtable for QIconDrag 18592 Base Offset 0 18593 Virtual Base Offset 0 18594 RTTI typeinfo for QIconDrag 18595 vfunc[0]: NULL or QIconDrag::metaObject() const 18596 vfunc[1]: QIconDrag::className() const 18597 vfunc[2]: QIconDrag::qt_cast(char const*) 18598 vfunc[3]: QIconDrag::qt_invoke(int, QUObject*) 18599 vfunc[4]: QIconDrag::qt_emit(int, QUObject*) 18600 vfunc[5]: QIconDrag::qt_property(int, int, QVariant*) 18601 vfunc[6]: QIconDrag::~QIconDrag() 18602 vfunc[7]: QIconDrag::~QIconDrag() 18603 vfunc[8]: QObject::event(QEvent*) 18604 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 18605 vfunc[10]: QObject::setName(char const*) 18606 vfunc[11]: QObject::insertChild(QObject*) 18607 vfunc[12]: QObject::removeChild(QObject*) 18608 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 18609 vfunc[14]: QObject::property(char const*) const 18610 vfunc[15]: QObject::timerEvent(QTimerEvent*) 18611 vfunc[16]: QObject::childEvent(QChildEvent*) 18612 vfunc[17]: QObject::customEvent(QCustomEvent*) 18613 vfunc[18]: QObject::connectNotify(char const*) 18614 vfunc[19]: QObject::disconnectNotify(char const*) 18615 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 18616 const*, char const*) 18617 vfunc[21]: QDragObject::setPixmap(QPixmap) 18618 vfunc[22]: QDragObject::setPixmap(QPixmap, QPoint const&) 18619 vfunc[23]: QDragObject::drag(QDragObject::DragMode) 18620 vfunc[24]: QIconDrag::format(int) const 18621 vfunc[25]: QIconDrag::encodedData(char const*) const 18622 18623 Table 8-45. Secondary vtable for QIconDrag 18624 Base Offset -80 18625 Virtual Base Offset 0 18626 RTTI typeinfo for QIconDrag 18627 vfunc[0]: non-virtual thunk to QIconDrag::~QIconDrag() 18628 vfunc[1]: non-virtual thunk to QIconDrag::~QIconDrag() 18629 vfunc[2]: non-virtual thunk to QIconDrag::format(int) const 18630 vfunc[3]: QMimeSource::provides(char const*) const 18631 vfunc[4]: non-virtual thunk to QIconDrag::encodedData(char 18632 const*) const 18633 18634 The Run Time Type Information for the QIconDrag class is 18635 described by Table 8-46 18636 18637 Table 8-46. typeinfo for QIconDrag 18638 Base Vtable vtable for __cxxabiv1::__si_class_type_info 18639 Name typeinfo name for QIconDrag 18640 basetype: typeinfo for QDragObject 18641 __________________________________________________________ 18642 18643 8.2.8.6. Class data for QUriDrag 18644 18645 The virtual table for the QUriDrag class is described by Table 18646 8-47 18647 18648 Table 8-47. Primary vtable for QUriDrag 18649 Base Offset 0 18650 Virtual Base Offset 0 18651 RTTI typeinfo for QUriDrag 18652 vfunc[0]: NULL or QUriDrag::metaObject() const 18653 vfunc[1]: QUriDrag::className() const 18654 vfunc[2]: QUriDrag::qt_cast(char const*) 18655 vfunc[3]: QUriDrag::qt_invoke(int, QUObject*) 18656 vfunc[4]: QUriDrag::qt_emit(int, QUObject*) 18657 vfunc[5]: QUriDrag::qt_property(int, int, QVariant*) 18658 vfunc[6]: QUriDrag::~QUriDrag() 18659 vfunc[7]: QUriDrag::~QUriDrag() 18660 vfunc[8]: QObject::event(QEvent*) 18661 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 18662 vfunc[10]: QObject::setName(char const*) 18663 vfunc[11]: QObject::insertChild(QObject*) 18664 vfunc[12]: QObject::removeChild(QObject*) 18665 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 18666 vfunc[14]: QObject::property(char const*) const 18667 vfunc[15]: QObject::timerEvent(QTimerEvent*) 18668 vfunc[16]: QObject::childEvent(QChildEvent*) 18669 vfunc[17]: QObject::customEvent(QCustomEvent*) 18670 vfunc[18]: QObject::connectNotify(char const*) 18671 vfunc[19]: QObject::disconnectNotify(char const*) 18672 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 18673 const*, char const*) 18674 vfunc[21]: QDragObject::setPixmap(QPixmap) 18675 vfunc[22]: QDragObject::setPixmap(QPixmap, QPoint const&) 18676 vfunc[23]: QDragObject::drag(QDragObject::DragMode) 18677 vfunc[24]: QStoredDrag::setEncodedData(QMemArray const&) 18678 vfunc[25]: QStoredDrag::format(int) const 18679 vfunc[26]: QStoredDrag::encodedData(char const*) const 18680 vfunc[27]: QUriDrag::setUris(QStrList) 18681 18682 Table 8-48. Secondary vtable for QUriDrag 18683 Base Offset -80 18684 Virtual Base Offset 0 18685 RTTI typeinfo for QUriDrag 18686 vfunc[0]: non-virtual thunk to QUriDrag::~QUriDrag() 18687 vfunc[1]: non-virtual thunk to QUriDrag::~QUriDrag() 18688 vfunc[2]: non-virtual thunk to QStoredDrag::format(int) const 18689 vfunc[3]: QMimeSource::provides(char const*) const 18690 vfunc[4]: non-virtual thunk to QStoredDrag::encodedData(char 18691 const*) const 18692 18693 The Run Time Type Information for the QUriDrag class is 18694 described by Table 8-49 18695 18696 Table 8-49. typeinfo for QUriDrag 18697 Base Vtable vtable for __cxxabiv1::__si_class_type_info 18698 Name typeinfo name for QUriDrag 18699 basetype: typeinfo for QStoredDrag 18700 __________________________________________________________ 18701 18702 8.2.8.7. Class data for QDropSite 18703 18704 The virtual table for the QDropSite class is described in the 18705 generic part of this specification. 18706 18707 The Run Time Type Information for the QDropSite class is 18708 described by Table 8-50 18709 18710 Table 8-50. typeinfo for QDropSite 18711 Base Vtable vtable for __cxxabiv1::__class_type_info 18712 Name typeinfo name for QDropSite 18713 __________________________________________________________ 18714 18715 8.2.8.8. Class data for QStoredDrag 18716 18717 The virtual table for the QStoredDrag class is described by 18718 Table 8-51 18719 18720 Table 8-51. Primary vtable for QStoredDrag 18721 Base Offset 0 18722 Virtual Base Offset 0 18723 RTTI typeinfo for QStoredDrag 18724 vfunc[0]: NULL or QStoredDrag::metaObject() const 18725 vfunc[1]: QStoredDrag::className() const 18726 vfunc[2]: QStoredDrag::qt_cast(char const*) 18727 vfunc[3]: QStoredDrag::qt_invoke(int, QUObject*) 18728 vfunc[4]: QStoredDrag::qt_emit(int, QUObject*) 18729 vfunc[5]: QStoredDrag::qt_property(int, int, QVariant*) 18730 vfunc[6]: QStoredDrag::~QStoredDrag() 18731 vfunc[7]: QStoredDrag::~QStoredDrag() 18732 vfunc[8]: QObject::event(QEvent*) 18733 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 18734 vfunc[10]: QObject::setName(char const*) 18735 vfunc[11]: QObject::insertChild(QObject*) 18736 vfunc[12]: QObject::removeChild(QObject*) 18737 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 18738 vfunc[14]: QObject::property(char const*) const 18739 vfunc[15]: QObject::timerEvent(QTimerEvent*) 18740 vfunc[16]: QObject::childEvent(QChildEvent*) 18741 vfunc[17]: QObject::customEvent(QCustomEvent*) 18742 vfunc[18]: QObject::connectNotify(char const*) 18743 vfunc[19]: QObject::disconnectNotify(char const*) 18744 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 18745 const*, char const*) 18746 vfunc[21]: QDragObject::setPixmap(QPixmap) 18747 vfunc[22]: QDragObject::setPixmap(QPixmap, QPoint const&) 18748 vfunc[23]: QDragObject::drag(QDragObject::DragMode) 18749 vfunc[24]: QStoredDrag::setEncodedData(QMemArray const&) 18750 vfunc[25]: QStoredDrag::format(int) const 18751 vfunc[26]: QStoredDrag::encodedData(char const*) const 18752 18753 Table 8-52. Secondary vtable for QStoredDrag 18754 Base Offset -80 18755 Virtual Base Offset 0 18756 RTTI typeinfo for QStoredDrag 18757 vfunc[0]: non-virtual thunk to QStoredDrag::~QStoredDrag() 18758 vfunc[1]: non-virtual thunk to QStoredDrag::~QStoredDrag() 18759 vfunc[2]: non-virtual thunk to QStoredDrag::format(int) const 18760 vfunc[3]: QMimeSource::provides(char const*) const 18761 vfunc[4]: non-virtual thunk to QStoredDrag::encodedData(char 18762 const*) const 18763 18764 The Run Time Type Information for the QStoredDrag class is 18765 described by Table 8-53 18766 18767 Table 8-53. typeinfo for QStoredDrag 18768 Base Vtable vtable for __cxxabiv1::__si_class_type_info 18769 Name typeinfo name for QStoredDrag 18770 basetype: typeinfo for QDragObject 18771 __________________________________________________________ 18772 18773 8.2.8.9. Class data for QTextDrag 18774 18775 The virtual table for the QTextDrag class is described by Table 18776 8-54 18777 18778 Table 8-54. Primary vtable for QTextDrag 18779 Base Offset 0 18780 Virtual Base Offset 0 18781 RTTI typeinfo for QTextDrag 18782 vfunc[0]: NULL or QTextDrag::metaObject() const 18783 vfunc[1]: QTextDrag::className() const 18784 vfunc[2]: QTextDrag::qt_cast(char const*) 18785 vfunc[3]: QTextDrag::qt_invoke(int, QUObject*) 18786 vfunc[4]: QTextDrag::qt_emit(int, QUObject*) 18787 vfunc[5]: QTextDrag::qt_property(int, int, QVariant*) 18788 vfunc[6]: QTextDrag::~QTextDrag() 18789 vfunc[7]: QTextDrag::~QTextDrag() 18790 vfunc[8]: QObject::event(QEvent*) 18791 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 18792 vfunc[10]: QObject::setName(char const*) 18793 vfunc[11]: QObject::insertChild(QObject*) 18794 vfunc[12]: QObject::removeChild(QObject*) 18795 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 18796 vfunc[14]: QObject::property(char const*) const 18797 vfunc[15]: QObject::timerEvent(QTimerEvent*) 18798 vfunc[16]: QObject::childEvent(QChildEvent*) 18799 vfunc[17]: QObject::customEvent(QCustomEvent*) 18800 vfunc[18]: QObject::connectNotify(char const*) 18801 vfunc[19]: QObject::disconnectNotify(char const*) 18802 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 18803 const*, char const*) 18804 vfunc[21]: QDragObject::setPixmap(QPixmap) 18805 vfunc[22]: QDragObject::setPixmap(QPixmap, QPoint const&) 18806 vfunc[23]: QDragObject::drag(QDragObject::DragMode) 18807 vfunc[24]: QTextDrag::setText(QString const&) 18808 vfunc[25]: QTextDrag::setSubtype(QCString const&) 18809 vfunc[26]: QTextDrag::format(int) const 18810 vfunc[27]: QTextDrag::encodedData(char const*) const 18811 18812 Table 8-55. Secondary vtable for QTextDrag 18813 Base Offset -80 18814 Virtual Base Offset 0 18815 RTTI typeinfo for QTextDrag 18816 vfunc[0]: non-virtual thunk to QTextDrag::~QTextDrag() 18817 vfunc[1]: non-virtual thunk to QTextDrag::~QTextDrag() 18818 vfunc[2]: non-virtual thunk to QTextDrag::format(int) const 18819 vfunc[3]: QMimeSource::provides(char const*) const 18820 vfunc[4]: non-virtual thunk to QTextDrag::encodedData(char 18821 const*) const 18822 18823 The Run Time Type Information for the QTextDrag class is 18824 described by Table 8-56 18825 18826 Table 8-56. typeinfo for QTextDrag 18827 Base Vtable vtable for __cxxabiv1::__si_class_type_info 18828 Name typeinfo name for QTextDrag 18829 basetype: typeinfo for QDragObject 18830 __________________________________________________________ 18831 18832 8.2.8.10. Class data for QDragEnterEvent 18833 18834 The virtual table for the QDragEnterEvent class is described by 18835 Table 8-57 18836 18837 Table 8-57. Primary vtable for QDragEnterEvent 18838 Base Offset 0 18839 Virtual Base Offset 0 18840 RTTI typeinfo for QDragEnterEvent 18841 vfunc[0]: NULL or QDragEnterEvent::~QDragEnterEvent() 18842 vfunc[1]: NULL or QDragEnterEvent::~QDragEnterEvent() 18843 vfunc[2]: QDropEvent::format(int) const 18844 vfunc[3]: QDropEvent::encodedData(char const*) const 18845 vfunc[4]: QDropEvent::provides(char const*) const 18846 18847 Table 8-58. Secondary vtable for QDragEnterEvent 18848 Base Offset -16 18849 Virtual Base Offset 0 18850 RTTI typeinfo for QDragEnterEvent 18851 vfunc[0]: non-virtual thunk to 18852 QDragEnterEvent::~QDragEnterEvent() 18853 vfunc[1]: non-virtual thunk to 18854 QDragEnterEvent::~QDragEnterEvent() 18855 vfunc[2]: non-virtual thunk to QDropEvent::format(int) const 18856 vfunc[3]: non-virtual thunk to QDropEvent::provides(char 18857 const*) const 18858 vfunc[4]: non-virtual thunk to QDropEvent::encodedData(char 18859 const*) const 18860 18861 The Run Time Type Information for the QDragEnterEvent class is 18862 described by Table 8-59 18863 18864 Table 8-59. typeinfo for QDragEnterEvent 18865 Base Vtable vtable for __cxxabiv1::__si_class_type_info 18866 Name typeinfo name for QDragEnterEvent 18867 basetype: typeinfo for QDragMoveEvent 18868 __________________________________________________________ 18869 18870 8.2.8.11. Class data for QDragMoveEvent 18871 18872 The virtual table for the QDragMoveEvent class is described by 18873 Table 8-60 18874 18875 Table 8-60. Primary vtable for QDragMoveEvent 18876 Base Offset 0 18877 Virtual Base Offset 0 18878 RTTI typeinfo for QDragMoveEvent 18879 vfunc[0]: NULL or QDragMoveEvent::~QDragMoveEvent() 18880 vfunc[1]: NULL or QDragMoveEvent::~QDragMoveEvent() 18881 vfunc[2]: QDropEvent::format(int) const 18882 vfunc[3]: QDropEvent::encodedData(char const*) const 18883 vfunc[4]: QDropEvent::provides(char const*) const 18884 18885 Table 8-61. Secondary vtable for QDragMoveEvent 18886 Base Offset -16 18887 Virtual Base Offset 0 18888 RTTI typeinfo for QDragMoveEvent 18889 vfunc[0]: non-virtual thunk to 18890 QDragMoveEvent::~QDragMoveEvent() 18891 vfunc[1]: non-virtual thunk to 18892 QDragMoveEvent::~QDragMoveEvent() 18893 vfunc[2]: non-virtual thunk to QDropEvent::format(int) const 18894 vfunc[3]: non-virtual thunk to QDropEvent::provides(char 18895 const*) const 18896 vfunc[4]: non-virtual thunk to QDropEvent::encodedData(char 18897 const*) const 18898 18899 The Run Time Type Information for the QDragMoveEvent class is 18900 described by Table 8-62 18901 18902 Table 8-62. typeinfo for QDragMoveEvent 18903 Base Vtable vtable for __cxxabiv1::__si_class_type_info 18904 Name typeinfo name for QDragMoveEvent 18905 basetype: typeinfo for QDropEvent 18906 __________________________________________________________ 18907 18908 8.2.8.12. Class data for QDropEvent 18909 18910 The virtual table for the QDropEvent class is described by 18911 Table 8-63 18912 18913 Table 8-63. Primary vtable for QDropEvent 18914 Base Offset 0 18915 Virtual Base Offset 0 18916 RTTI typeinfo for QDropEvent 18917 vfunc[0]: NULL or QDropEvent::~QDropEvent() 18918 vfunc[1]: NULL or QDropEvent::~QDropEvent() 18919 vfunc[2]: QDropEvent::format(int) const 18920 vfunc[3]: QDropEvent::encodedData(char const*) const 18921 vfunc[4]: QDropEvent::provides(char const*) const 18922 18923 Table 8-64. Secondary vtable for QDropEvent 18924 Base Offset -16 18925 Virtual Base Offset 0 18926 RTTI typeinfo for QDropEvent 18927 vfunc[0]: non-virtual thunk to QDropEvent::~QDropEvent() 18928 vfunc[1]: non-virtual thunk to QDropEvent::~QDropEvent() 18929 vfunc[2]: non-virtual thunk to QDropEvent::format(int) const 18930 vfunc[3]: non-virtual thunk to QDropEvent::provides(char 18931 const*) const 18932 vfunc[4]: non-virtual thunk to QDropEvent::encodedData(char 18933 const*) const 18934 18935 The Run Time Type Information for the QDropEvent class is 18936 described by Table 8-65 18937 18938 Table 8-65. typeinfo for QDropEvent 18939 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 18940 Name typeinfo name for QDropEvent 18941 flags: 0 18942 basetype: typeinfo for QEvent 2 18943 basetype: typeinfo for QMimeSource 3074 18944 __________________________________________________________ 18945 18946 8.2.8.13. Class data for QDragObject 18947 18948 The virtual table for the QDragObject class is described by 18949 Table 8-66 18950 18951 Table 8-66. Primary vtable for QDragObject 18952 Base Offset 0 18953 Virtual Base Offset 0 18954 RTTI typeinfo for QDragObject 18955 vfunc[0]: NULL or QDragObject::metaObject() const 18956 vfunc[1]: QDragObject::className() const 18957 vfunc[2]: QDragObject::qt_cast(char const*) 18958 vfunc[3]: QDragObject::qt_invoke(int, QUObject*) 18959 vfunc[4]: QDragObject::qt_emit(int, QUObject*) 18960 vfunc[5]: QDragObject::qt_property(int, int, QVariant*) 18961 vfunc[6]: QDragObject::~QDragObject() 18962 vfunc[7]: QDragObject::~QDragObject() 18963 vfunc[8]: QObject::event(QEvent*) 18964 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 18965 vfunc[10]: QObject::setName(char const*) 18966 vfunc[11]: QObject::insertChild(QObject*) 18967 vfunc[12]: QObject::removeChild(QObject*) 18968 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 18969 vfunc[14]: QObject::property(char const*) const 18970 vfunc[15]: QObject::timerEvent(QTimerEvent*) 18971 vfunc[16]: QObject::childEvent(QChildEvent*) 18972 vfunc[17]: QObject::customEvent(QCustomEvent*) 18973 vfunc[18]: QObject::connectNotify(char const*) 18974 vfunc[19]: QObject::disconnectNotify(char const*) 18975 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 18976 const*, char const*) 18977 vfunc[21]: QDragObject::setPixmap(QPixmap) 18978 vfunc[22]: QDragObject::setPixmap(QPixmap, QPoint const&) 18979 vfunc[23]: QDragObject::drag(QDragObject::DragMode) 18980 18981 Table 8-67. Secondary vtable for QDragObject 18982 Base Offset -80 18983 Virtual Base Offset 0 18984 RTTI typeinfo for QDragObject 18985 vfunc[0]: non-virtual thunk to QDragObject::~QDragObject() 18986 vfunc[1]: non-virtual thunk to QDragObject::~QDragObject() 18987 vfunc[2]: __cxa_pure_virtual 18988 vfunc[3]: QMimeSource::provides(char const*) const 18989 vfunc[4]: __cxa_pure_virtual 18990 18991 The Run Time Type Information for the QDragObject class is 18992 described by Table 8-68 18993 18994 Table 8-68. typeinfo for QDragObject 18995 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 18996 Name typeinfo name for QDragObject 18997 flags: 0 18998 basetype: typeinfo for QObject 2 18999 basetype: typeinfo for QMimeSource 10242 19000 __________________________________________________________ 19001 19002 8.2.8.14. Class data for QIconDragItem 19003 19004 The virtual table for the QIconDragItem class is described in 19005 the generic part of this specification. 19006 19007 The Run Time Type Information for the QIconDragItem class is 19008 described by Table 8-69 19009 19010 Table 8-69. typeinfo for QIconDragItem 19011 Base Vtable vtable for __cxxabiv1::__class_type_info 19012 Name typeinfo name for QIconDragItem 19013 __________________________________________________________ 19014 19015 8.2.8.15. Interfaces for Qt3 Drag and Drop 19016 19017 An LSB conforming implementation shall provide the architecture 19018 specific functions for Qt3 Drag and Drop specified in Table 19019 8-70, with the full mandatory functionality as described in the 19020 referenced underlying specification. 19021 19022 Table 8-70. libqt-mt - Qt3 Drag and Drop Function Interfaces 19023 _ZThn16_NK10QDropEvent11encodedDataEPKc [CXXABI-1.86] 19024 _ZThn16_NK10QDropEvent6formatEi [CXXABI-1.86] 19025 _ZThn16_NK10QDropEvent8providesEPKc [CXXABI-1.86] 19026 _ZThn80_N10QImageDragD0Ev [CXXABI-1.86] 19027 _ZThn80_N10QImageDragD1Ev [CXXABI-1.86] 19028 _ZThn80_N11QDragObjectD0Ev [CXXABI-1.86] 19029 _ZThn80_N11QDragObjectD1Ev [CXXABI-1.86] 19030 _ZThn80_N11QStoredDragD0Ev [CXXABI-1.86] 19031 _ZThn80_N11QStoredDragD1Ev [CXXABI-1.86] _ZThn80_N8QUriDragD0Ev 19032 [CXXABI-1.86] 19033 _ZThn80_N8QUriDragD1Ev [CXXABI-1.86] _ZThn80_N9QIconDragD0Ev 19034 [CXXABI-1.86] 19035 _ZThn80_N9QIconDragD1Ev [CXXABI-1.86] _ZThn80_N9QTextDragD0Ev 19036 [CXXABI-1.86] 19037 _ZThn80_N9QTextDragD1Ev [CXXABI-1.86] 19038 _ZThn80_NK10QImageDrag11encodedDataEPKc [CXXABI-1.86] 19039 _ZThn80_NK10QImageDrag6formatEi [CXXABI-1.86] 19040 _ZThn80_NK11QStoredDrag11encodedDataEPKc [CXXABI-1.86] 19041 _ZThn80_NK11QStoredDrag6formatEi [CXXABI-1.86] 19042 _ZThn80_NK9QIconDrag11encodedDataEPKc [CXXABI-1.86] 19043 _ZThn80_NK9QIconDrag6formatEi [CXXABI-1.86] 19044 _ZThn80_NK9QTextDrag11encodedDataEPKc [CXXABI-1.86] 19045 _ZThn80_NK9QTextDrag6formatEi [CXXABI-1.86] 19046 __________________________________________________________ 19047 19048 8.2.9. Qt3 Events 19049 __________________________________________________________ 19050 19051 8.2.9.1. Class data for QContextMenuEvent 19052 19053 The virtual table for the QContextMenuEvent class is described 19054 in the generic part of this specification. 19055 19056 The Run Time Type Information for the QContextMenuEvent class 19057 is described by Table 8-71 19058 19059 Table 8-71. typeinfo for QContextMenuEvent 19060 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19061 Name typeinfo name for QContextMenuEvent 19062 basetype: typeinfo for QEvent 19063 __________________________________________________________ 19064 19065 8.2.9.2. Class data for QIMEvent 19066 19067 The virtual table for the QIMEvent class is described in the 19068 generic part of this specification. 19069 19070 The Run Time Type Information for the QIMEvent class is 19071 described by Table 8-72 19072 19073 Table 8-72. typeinfo for QIMEvent 19074 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19075 Name typeinfo name for QIMEvent 19076 basetype: typeinfo for QEvent 19077 __________________________________________________________ 19078 19079 8.2.9.3. Class data for QTimerEvent 19080 19081 The virtual table for the QTimerEvent class is described in the 19082 generic part of this specification. 19083 19084 The Run Time Type Information for the QTimerEvent class is 19085 described by Table 8-73 19086 19087 Table 8-73. typeinfo for QTimerEvent 19088 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19089 Name typeinfo name for QTimerEvent 19090 basetype: typeinfo for QEvent 19091 __________________________________________________________ 19092 19093 8.2.9.4. Class data for QKeyEvent 19094 19095 The virtual table for the QKeyEvent class is described in the 19096 generic part of this specification. 19097 19098 The Run Time Type Information for the QKeyEvent class is 19099 described by Table 8-74 19100 19101 Table 8-74. typeinfo for QKeyEvent 19102 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19103 Name typeinfo name for QKeyEvent 19104 basetype: typeinfo for QEvent 19105 __________________________________________________________ 19106 19107 8.2.9.5. Class data for QCustomEvent 19108 19109 The virtual table for the QCustomEvent class is described in 19110 the generic part of this specification. 19111 19112 The Run Time Type Information for the QCustomEvent class is 19113 described by Table 8-75 19114 19115 Table 8-75. typeinfo for QCustomEvent 19116 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19117 Name typeinfo name for QCustomEvent 19118 basetype: typeinfo for QEvent 19119 __________________________________________________________ 19120 19121 8.2.9.6. Class data for QEventLoop 19122 19123 The virtual table for the QEventLoop class is described in the 19124 generic part of this specification. 19125 19126 The Run Time Type Information for the QEventLoop class is 19127 described by Table 8-76 19128 19129 Table 8-76. typeinfo for QEventLoop 19130 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19131 Name typeinfo name for QEventLoop 19132 basetype: typeinfo for QObject 19133 __________________________________________________________ 19134 19135 8.2.9.7. Class data for QHideEvent 19136 19137 The virtual table for the QHideEvent class is described in the 19138 generic part of this specification. 19139 19140 The Run Time Type Information for the QHideEvent class is 19141 described by Table 8-77 19142 19143 Table 8-77. typeinfo for QHideEvent 19144 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19145 Name typeinfo name for QHideEvent 19146 basetype: typeinfo for QEvent 19147 __________________________________________________________ 19148 19149 8.2.9.8. Class data for QResizeEvent 19150 19151 The virtual table for the QResizeEvent class is described in 19152 the generic part of this specification. 19153 19154 The Run Time Type Information for the QResizeEvent class is 19155 described by Table 8-78 19156 19157 Table 8-78. typeinfo for QResizeEvent 19158 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19159 Name typeinfo name for QResizeEvent 19160 basetype: typeinfo for QEvent 19161 __________________________________________________________ 19162 19163 8.2.9.9. Class data for QTabletEvent 19164 19165 The virtual table for the QTabletEvent class is described in 19166 the generic part of this specification. 19167 19168 The Run Time Type Information for the QTabletEvent class is 19169 described by Table 8-79 19170 19171 Table 8-79. typeinfo for QTabletEvent 19172 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19173 Name typeinfo name for QTabletEvent 19174 basetype: typeinfo for QEvent 19175 __________________________________________________________ 19176 19177 8.2.9.10. Class data for QFocusEvent 19178 19179 The virtual table for the QFocusEvent class is described in the 19180 generic part of this specification. 19181 19182 The Run Time Type Information for the QFocusEvent class is 19183 described by Table 8-80 19184 19185 Table 8-80. typeinfo for QFocusEvent 19186 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19187 Name typeinfo name for QFocusEvent 19188 basetype: typeinfo for QEvent 19189 __________________________________________________________ 19190 19191 8.2.9.11. Class data for QMouseEvent 19192 19193 The virtual table for the QMouseEvent class is described in the 19194 generic part of this specification. 19195 19196 The Run Time Type Information for the QMouseEvent class is 19197 described by Table 8-81 19198 19199 Table 8-81. typeinfo for QMouseEvent 19200 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19201 Name typeinfo name for QMouseEvent 19202 basetype: typeinfo for QEvent 19203 __________________________________________________________ 19204 19205 8.2.9.12. Class data for QChildEvent 19206 19207 The virtual table for the QChildEvent class is described in the 19208 generic part of this specification. 19209 19210 The Run Time Type Information for the QChildEvent class is 19211 described by Table 8-82 19212 19213 Table 8-82. typeinfo for QChildEvent 19214 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19215 Name typeinfo name for QChildEvent 19216 basetype: typeinfo for QEvent 19217 __________________________________________________________ 19218 19219 8.2.9.13. Class data for QEvent 19220 19221 The virtual table for the QEvent class is described in the 19222 generic part of this specification. 19223 19224 The Run Time Type Information for the QEvent class is described 19225 by Table 8-83 19226 19227 Table 8-83. typeinfo for QEvent 19228 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19229 Name typeinfo name for QEvent 19230 basetype: typeinfo for Qt 19231 __________________________________________________________ 19232 19233 8.2.9.14. Class data for QIMComposeEvent 19234 19235 The virtual table for the QIMComposeEvent class is described in 19236 the generic part of this specification. 19237 19238 The Run Time Type Information for the QIMComposeEvent class is 19239 described by Table 8-84 19240 19241 Table 8-84. typeinfo for QIMComposeEvent 19242 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19243 Name typeinfo name for QIMComposeEvent 19244 basetype: typeinfo for QIMEvent 19245 __________________________________________________________ 19246 19247 8.2.9.15. Class data for QShowEvent 19248 19249 The virtual table for the QShowEvent class is described in the 19250 generic part of this specification. 19251 19252 The Run Time Type Information for the QShowEvent class is 19253 described by Table 8-85 19254 19255 Table 8-85. typeinfo for QShowEvent 19256 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19257 Name typeinfo name for QShowEvent 19258 basetype: typeinfo for QEvent 19259 __________________________________________________________ 19260 19261 8.2.9.16. Class data for QPaintEvent 19262 19263 The virtual table for the QPaintEvent class is described in the 19264 generic part of this specification. 19265 19266 The Run Time Type Information for the QPaintEvent class is 19267 described by Table 8-86 19268 19269 Table 8-86. typeinfo for QPaintEvent 19270 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19271 Name typeinfo name for QPaintEvent 19272 basetype: typeinfo for QEvent 19273 __________________________________________________________ 19274 19275 8.2.9.17. Class data for QWheelEvent 19276 19277 The virtual table for the QWheelEvent class is described in the 19278 generic part of this specification. 19279 19280 The Run Time Type Information for the QWheelEvent class is 19281 described by Table 8-87 19282 19283 Table 8-87. typeinfo for QWheelEvent 19284 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19285 Name typeinfo name for QWheelEvent 19286 basetype: typeinfo for QEvent 19287 __________________________________________________________ 19288 19289 8.2.9.18. Class data for QMoveEvent 19290 19291 The virtual table for the QMoveEvent class is described in the 19292 generic part of this specification. 19293 19294 The Run Time Type Information for the QMoveEvent class is 19295 described by Table 8-88 19296 19297 Table 8-88. typeinfo for QMoveEvent 19298 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19299 Name typeinfo name for QMoveEvent 19300 basetype: typeinfo for QEvent 19301 __________________________________________________________ 19302 19303 8.2.9.19. Class data for QCloseEvent 19304 19305 The virtual table for the QCloseEvent class is described in the 19306 generic part of this specification. 19307 19308 The Run Time Type Information for the QCloseEvent class is 19309 described by Table 8-89 19310 19311 Table 8-89. typeinfo for QCloseEvent 19312 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19313 Name typeinfo name for QCloseEvent 19314 basetype: typeinfo for QEvent 19315 __________________________________________________________ 19316 19317 8.2.9.20. Interfaces for Qt3 Events 19318 19319 No external functions are defined for libqt-mt - Qt3 Events in 19320 this part of the specification. See also the generic 19321 specification. 19322 __________________________________________________________ 19323 19324 8.2.10. Qt3 Internationalization 19325 __________________________________________________________ 19326 19327 8.2.10.1. Class data for QUtf8Codec 19328 19329 The virtual table for the QUtf8Codec class is described in the 19330 generic part of this specification. 19331 19332 The Run Time Type Information for the QUtf8Codec class is 19333 described by Table 8-90 19334 19335 Table 8-90. typeinfo for QUtf8Codec 19336 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19337 Name typeinfo name for QUtf8Codec 19338 basetype: typeinfo for QTextCodec 19339 __________________________________________________________ 19340 19341 8.2.10.2. Class data for QTranslator 19342 19343 The virtual table for the QTranslator class is described in the 19344 generic part of this specification. 19345 19346 The Run Time Type Information for the QTranslator class is 19347 described by Table 8-91 19348 19349 Table 8-91. typeinfo for QTranslator 19350 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19351 Name typeinfo name for QTranslator 19352 basetype: typeinfo for QObject 19353 __________________________________________________________ 19354 19355 8.2.10.3. Class data for QGb18030Codec 19356 19357 The virtual table for the QGb18030Codec class is described in 19358 the generic part of this specification. 19359 19360 The Run Time Type Information for the QGb18030Codec class is 19361 described by Table 8-92 19362 19363 Table 8-92. typeinfo for QGb18030Codec 19364 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19365 Name typeinfo name for QGb18030Codec 19366 basetype: typeinfo for QTextCodec 19367 __________________________________________________________ 19368 19369 8.2.10.4. Class data for QGbkCodec 19370 19371 The virtual table for the QGbkCodec class is described in the 19372 generic part of this specification. 19373 19374 The Run Time Type Information for the QGbkCodec class is 19375 described by Table 8-93 19376 19377 Table 8-93. typeinfo for QGbkCodec 19378 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19379 Name typeinfo name for QGbkCodec 19380 basetype: typeinfo for QGb18030Codec 19381 __________________________________________________________ 19382 19383 8.2.10.5. Class data for QUtf16Codec 19384 19385 The virtual table for the QUtf16Codec class is described in the 19386 generic part of this specification. 19387 19388 The Run Time Type Information for the QUtf16Codec class is 19389 described by Table 8-94 19390 19391 Table 8-94. typeinfo for QUtf16Codec 19392 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19393 Name typeinfo name for QUtf16Codec 19394 basetype: typeinfo for QTextCodec 19395 __________________________________________________________ 19396 19397 8.2.10.6. Class data for QEucKrCodec 19398 19399 The virtual table for the QEucKrCodec class is described in the 19400 generic part of this specification. 19401 19402 The Run Time Type Information for the QEucKrCodec class is 19403 described by Table 8-95 19404 19405 Table 8-95. typeinfo for QEucKrCodec 19406 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19407 Name typeinfo name for QEucKrCodec 19408 basetype: typeinfo for QTextCodec 19409 __________________________________________________________ 19410 19411 8.2.10.7. Class data for QJisCodec 19412 19413 The virtual table for the QJisCodec class is described in the 19414 generic part of this specification. 19415 19416 The Run Time Type Information for the QJisCodec class is 19417 described by Table 8-96 19418 19419 Table 8-96. typeinfo for QJisCodec 19420 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19421 Name typeinfo name for QJisCodec 19422 basetype: typeinfo for QTextCodec 19423 __________________________________________________________ 19424 19425 8.2.10.8. Class data for QTextEncoder 19426 19427 The virtual table for the QTextEncoder class is described in 19428 the generic part of this specification. 19429 19430 The Run Time Type Information for the QTextEncoder class is 19431 described by Table 8-97 19432 19433 Table 8-97. typeinfo for QTextEncoder 19434 Base Vtable vtable for __cxxabiv1::__class_type_info 19435 Name typeinfo name for QTextEncoder 19436 __________________________________________________________ 19437 19438 8.2.10.9. Class data for QTsciiCodec 19439 19440 The virtual table for the QTsciiCodec class is described in the 19441 generic part of this specification. 19442 19443 The Run Time Type Information for the QTsciiCodec class is 19444 described by Table 8-98 19445 19446 Table 8-98. typeinfo for QTsciiCodec 19447 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19448 Name typeinfo name for QTsciiCodec 19449 basetype: typeinfo for QTextCodec 19450 __________________________________________________________ 19451 19452 8.2.10.10. Class data for QSjisCodec 19453 19454 The virtual table for the QSjisCodec class is described in the 19455 generic part of this specification. 19456 19457 The Run Time Type Information for the QSjisCodec class is 19458 described by Table 8-99 19459 19460 Table 8-99. typeinfo for QSjisCodec 19461 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19462 Name typeinfo name for QSjisCodec 19463 basetype: typeinfo for QTextCodec 19464 __________________________________________________________ 19465 19466 8.2.10.11. Class data for QEucJpCodec 19467 19468 The virtual table for the QEucJpCodec class is described in the 19469 generic part of this specification. 19470 19471 The Run Time Type Information for the QEucJpCodec class is 19472 described by Table 8-100 19473 19474 Table 8-100. typeinfo for QEucJpCodec 19475 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19476 Name typeinfo name for QEucJpCodec 19477 basetype: typeinfo for QTextCodec 19478 __________________________________________________________ 19479 19480 8.2.10.12. Class data for QGb2312Codec 19481 19482 The virtual table for the QGb2312Codec class is described in 19483 the generic part of this specification. 19484 19485 The Run Time Type Information for the QGb2312Codec class is 19486 described by Table 8-101 19487 19488 Table 8-101. typeinfo for QGb2312Codec 19489 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19490 Name typeinfo name for QGb2312Codec 19491 basetype: typeinfo for QGb18030Codec 19492 __________________________________________________________ 19493 19494 8.2.10.13. Class data for QHebrewCodec 19495 19496 The virtual table for the QHebrewCodec class is described in 19497 the generic part of this specification. 19498 19499 The Run Time Type Information for the QHebrewCodec class is 19500 described by Table 8-102 19501 19502 Table 8-102. typeinfo for QHebrewCodec 19503 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19504 Name typeinfo name for QHebrewCodec 19505 basetype: typeinfo for QTextCodec 19506 __________________________________________________________ 19507 19508 8.2.10.14. Class data for QTextDecoder 19509 19510 The virtual table for the QTextDecoder class is described in 19511 the generic part of this specification. 19512 19513 The Run Time Type Information for the QTextDecoder class is 19514 described by Table 8-103 19515 19516 Table 8-103. typeinfo for QTextDecoder 19517 Base Vtable vtable for __cxxabiv1::__class_type_info 19518 Name typeinfo name for QTextDecoder 19519 __________________________________________________________ 19520 19521 8.2.10.15. Class data for QTextCodec 19522 19523 The virtual table for the QTextCodec class is described in the 19524 generic part of this specification. 19525 19526 The Run Time Type Information for the QTextCodec class is 19527 described by Table 8-104 19528 19529 Table 8-104. typeinfo for QTextCodec 19530 Base Vtable vtable for __cxxabiv1::__class_type_info 19531 Name typeinfo name for QTextCodec 19532 __________________________________________________________ 19533 19534 8.2.10.16. Class data for QJpUnicodeConv 19535 19536 The virtual table for the QJpUnicodeConv class is described in 19537 the generic part of this specification. 19538 19539 The Run Time Type Information for the QJpUnicodeConv class is 19540 described by Table 8-105 19541 19542 Table 8-105. typeinfo for QJpUnicodeConv 19543 Base Vtable vtable for __cxxabiv1::__class_type_info 19544 Name typeinfo name for QJpUnicodeConv 19545 __________________________________________________________ 19546 19547 8.2.10.17. Interfaces for Qt3 Internationalization 19548 19549 No external functions are defined for libqt-mt - Qt3 19550 Internationalization in this part of the specification. See 19551 also the generic specification. 19552 __________________________________________________________ 19553 19554 8.2.11. Qt3 Input/Output 19555 __________________________________________________________ 19556 19557 8.2.11.1. Class data for QDataSource 19558 19559 The virtual table for the QDataSource class is described in the 19560 generic part of this specification. 19561 19562 The Run Time Type Information for the QDataSource class is 19563 described by Table 8-106 19564 19565 Table 8-106. typeinfo for QDataSource 19566 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19567 Name typeinfo name for QDataSource 19568 basetype: typeinfo for QAsyncIO 19569 __________________________________________________________ 19570 19571 8.2.11.2. Class data for QProcess 19572 19573 The virtual table for the QProcess class is described in the 19574 generic part of this specification. 19575 19576 The Run Time Type Information for the QProcess class is 19577 described by Table 8-107 19578 19579 Table 8-107. typeinfo for QProcess 19580 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19581 Name typeinfo name for QProcess 19582 basetype: typeinfo for QObject 19583 __________________________________________________________ 19584 19585 8.2.11.3. Class data for QDataPump 19586 19587 The virtual table for the QDataPump class is described in the 19588 generic part of this specification. 19589 19590 The Run Time Type Information for the QDataPump class is 19591 described by Table 8-108 19592 19593 Table 8-108. typeinfo for QDataPump 19594 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19595 Name typeinfo name for QDataPump 19596 basetype: typeinfo for QObject 19597 __________________________________________________________ 19598 19599 8.2.11.4. Class data for QFile 19600 19601 The virtual table for the QFile class is described in the 19602 generic part of this specification. 19603 19604 The Run Time Type Information for the QFile class is described 19605 by Table 8-109 19606 19607 Table 8-109. typeinfo for QFile 19608 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19609 Name typeinfo name for QFile 19610 basetype: typeinfo for QIODevice 19611 __________________________________________________________ 19612 19613 8.2.11.5. Class data for QBuffer 19614 19615 The virtual table for the QBuffer class is described in the 19616 generic part of this specification. 19617 19618 The Run Time Type Information for the QBuffer class is 19619 described by Table 8-110 19620 19621 Table 8-110. typeinfo for QBuffer 19622 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19623 Name typeinfo name for QBuffer 19624 basetype: typeinfo for QIODevice 19625 __________________________________________________________ 19626 19627 8.2.11.6. Class data for QClipboard 19628 19629 The virtual table for the QClipboard class is described in the 19630 generic part of this specification. 19631 19632 The Run Time Type Information for the QClipboard class is 19633 described by Table 8-111 19634 19635 Table 8-111. typeinfo for QClipboard 19636 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19637 Name typeinfo name for QClipboard 19638 basetype: typeinfo for QObject 19639 __________________________________________________________ 19640 19641 8.2.11.7. Class data for QAsyncIO 19642 19643 The virtual table for the QAsyncIO class is described in the 19644 generic part of this specification. 19645 19646 The Run Time Type Information for the QAsyncIO class is 19647 described by Table 8-112 19648 19649 Table 8-112. typeinfo for QAsyncIO 19650 Base Vtable vtable for __cxxabiv1::__class_type_info 19651 Name typeinfo name for QAsyncIO 19652 __________________________________________________________ 19653 19654 8.2.11.8. Class data for QSignal 19655 19656 The virtual table for the QSignal class is described in the 19657 generic part of this specification. 19658 19659 The Run Time Type Information for the QSignal class is 19660 described by Table 8-113 19661 19662 Table 8-113. typeinfo for QSignal 19663 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19664 Name typeinfo name for QSignal 19665 basetype: typeinfo for QObject 19666 __________________________________________________________ 19667 19668 8.2.11.9. Class data for QDataSink 19669 19670 The virtual table for the QDataSink class is described in the 19671 generic part of this specification. 19672 19673 The Run Time Type Information for the QDataSink class is 19674 described by Table 8-114 19675 19676 Table 8-114. typeinfo for QDataSink 19677 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19678 Name typeinfo name for QDataSink 19679 basetype: typeinfo for QAsyncIO 19680 __________________________________________________________ 19681 19682 8.2.11.10. Class data for QDir 19683 19684 The virtual table for the QDir class is described in the 19685 generic part of this specification. 19686 19687 The Run Time Type Information for the QDir class is described 19688 by Table 8-115 19689 19690 Table 8-115. typeinfo for QDir 19691 Base Vtable vtable for __cxxabiv1::__class_type_info 19692 Name typeinfo name for QDir 19693 __________________________________________________________ 19694 19695 8.2.11.11. Class data for QTextOStream 19696 19697 The virtual table for the QTextOStream class is described in 19698 the generic part of this specification. 19699 19700 The Run Time Type Information for the QTextOStream class is 19701 described by Table 8-116 19702 19703 Table 8-116. typeinfo for QTextOStream 19704 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19705 Name typeinfo name for QTextOStream 19706 basetype: typeinfo for QTextStream 19707 __________________________________________________________ 19708 19709 8.2.11.12. Class data for QTextStream 19710 19711 The virtual table for the QTextStream class is described in the 19712 generic part of this specification. 19713 19714 The Run Time Type Information for the QTextStream class is 19715 described by Table 8-117 19716 19717 Table 8-117. typeinfo for QTextStream 19718 Base Vtable vtable for __cxxabiv1::__class_type_info 19719 Name typeinfo name for QTextStream 19720 __________________________________________________________ 19721 19722 8.2.11.13. Class data for QSignalMapper 19723 19724 The virtual table for the QSignalMapper class is described in 19725 the generic part of this specification. 19726 19727 The Run Time Type Information for the QSignalMapper class is 19728 described by Table 8-118 19729 19730 Table 8-118. typeinfo for QSignalMapper 19731 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19732 Name typeinfo name for QSignalMapper 19733 basetype: typeinfo for QObject 19734 __________________________________________________________ 19735 19736 8.2.11.14. Class data for QIODeviceSource 19737 19738 The virtual table for the QIODeviceSource class is described in 19739 the generic part of this specification. 19740 19741 The Run Time Type Information for the QIODeviceSource class is 19742 described by Table 8-119 19743 19744 Table 8-119. typeinfo for QIODeviceSource 19745 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19746 Name typeinfo name for QIODeviceSource 19747 basetype: typeinfo for QDataSource 19748 __________________________________________________________ 19749 19750 8.2.11.15. Class data for QIODevice 19751 19752 The virtual table for the QIODevice class is described in the 19753 generic part of this specification. 19754 19755 The Run Time Type Information for the QIODevice class is 19756 described by Table 8-120 19757 19758 Table 8-120. typeinfo for QIODevice 19759 Base Vtable vtable for __cxxabiv1::__class_type_info 19760 Name typeinfo name for QIODevice 19761 __________________________________________________________ 19762 19763 8.2.11.16. Class data for QDataStream 19764 19765 The virtual table for the QDataStream class is described in the 19766 generic part of this specification. 19767 19768 The Run Time Type Information for the QDataStream class is 19769 described by Table 8-121 19770 19771 Table 8-121. typeinfo for QDataStream 19772 Base Vtable vtable for __cxxabiv1::__class_type_info 19773 Name typeinfo name for QDataStream 19774 __________________________________________________________ 19775 19776 8.2.11.17. Interfaces for Qt3 Input/Output 19777 19778 No external functions are defined for libqt-mt - Qt3 19779 Input/Output in this part of the specification. See also the 19780 generic specification. 19781 __________________________________________________________ 19782 19783 8.2.12. Qt3 Multimedia 19784 __________________________________________________________ 19785 19786 8.2.12.1. Class data for QImageFormat 19787 19788 The virtual table for the QImageFormat class is described in 19789 the generic part of this specification. 19790 19791 The Run Time Type Information for the QImageFormat class is 19792 described by Table 8-122 19793 19794 Table 8-122. typeinfo for QImageFormat 19795 Base Vtable vtable for __cxxabiv1::__class_type_info 19796 Name typeinfo name for QImageFormat 19797 __________________________________________________________ 19798 19799 8.2.12.2. Class data for QSound 19800 19801 The virtual table for the QSound class is described in the 19802 generic part of this specification. 19803 19804 The Run Time Type Information for the QSound class is described 19805 by Table 8-123 19806 19807 Table 8-123. typeinfo for QSound 19808 Base Vtable vtable for __cxxabiv1::__si_class_type_info 19809 Name typeinfo name for QSound 19810 basetype: typeinfo for QObject 19811 __________________________________________________________ 19812 19813 8.2.12.3. Class data for QImageConsumer 19814 19815 The virtual table for the QImageConsumer class is described in 19816 the generic part of this specification. 19817 19818 The Run Time Type Information for the QImageConsumer class is 19819 described by Table 8-124 19820 19821 Table 8-124. typeinfo for QImageConsumer 19822 Base Vtable vtable for __cxxabiv1::__class_type_info 19823 Name typeinfo name for QImageConsumer 19824 __________________________________________________________ 19825 19826 8.2.12.4. Class data for QImageFormatType 19827 19828 The virtual table for the QImageFormatType class is described 19829 in the generic part of this specification. 19830 19831 The Run Time Type Information for the QImageFormatType class is 19832 described by Table 8-125 19833 19834 Table 8-125. typeinfo for QImageFormatType 19835 Base Vtable vtable for __cxxabiv1::__class_type_info 19836 Name typeinfo name for QImageFormatType 19837 __________________________________________________________ 19838 19839 8.2.12.5. Interfaces for Qt3 Multimedia 19840 19841 No external functions are defined for libqt-mt - Qt3 Multimedia 19842 in this part of the specification. See also the generic 19843 specification. 19844 __________________________________________________________ 19845 19846 8.2.13. Qt3 Network 19847 __________________________________________________________ 19848 19849 8.2.13.1. Class data for QMimeSourceFactory 19850 19851 The virtual table for the QMimeSourceFactory class is described 19852 in the generic part of this specification. 19853 19854 The Run Time Type Information for the QMimeSourceFactory class 19855 is described by Table 8-126 19856 19857 Table 8-126. typeinfo for QMimeSourceFactory 19858 Base Vtable vtable for __cxxabiv1::__class_type_info 19859 Name typeinfo name for QMimeSourceFactory 19860 __________________________________________________________ 19861 19862 8.2.13.2. Class data for QUrlOperator 19863 19864 The virtual table for the QUrlOperator class is described by 19865 Table 8-127 19866 19867 Table 8-127. Primary vtable for QUrlOperator 19868 Base Offset 0 19869 Virtual Base Offset 0 19870 RTTI typeinfo for QUrlOperator 19871 vfunc[0]: NULL or QUrlOperator::metaObject() const 19872 vfunc[1]: QUrlOperator::className() const 19873 vfunc[2]: QUrlOperator::qt_cast(char const*) 19874 vfunc[3]: QUrlOperator::qt_invoke(int, QUObject*) 19875 vfunc[4]: QUrlOperator::qt_emit(int, QUObject*) 19876 vfunc[5]: QUrlOperator::qt_property(int, int, QVariant*) 19877 vfunc[6]: QUrlOperator::~QUrlOperator() 19878 vfunc[7]: QUrlOperator::~QUrlOperator() 19879 vfunc[8]: QObject::event(QEvent*) 19880 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 19881 vfunc[10]: QObject::setName(char const*) 19882 vfunc[11]: QObject::insertChild(QObject*) 19883 vfunc[12]: QObject::removeChild(QObject*) 19884 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 19885 vfunc[14]: QObject::property(char const*) const 19886 vfunc[15]: QObject::timerEvent(QTimerEvent*) 19887 vfunc[16]: QObject::childEvent(QChildEvent*) 19888 vfunc[17]: QObject::customEvent(QCustomEvent*) 19889 vfunc[18]: QObject::connectNotify(char const*) 19890 vfunc[19]: QObject::disconnectNotify(char const*) 19891 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 19892 const*, char const*) 19893 vfunc[21]: QUrlOperator::setPath(QString const&) 19894 vfunc[22]: QUrlOperator::cdUp() 19895 vfunc[23]: QUrlOperator::listChildren() 19896 vfunc[24]: QUrlOperator::mkdir(QString const&) 19897 vfunc[25]: QUrlOperator::remove(QString const&) 19898 vfunc[26]: QUrlOperator::rename(QString const&, QString const&) 19899 vfunc[27]: QUrlOperator::get(QString const&) 19900 vfunc[28]: QUrlOperator::put(QMemArray const&, QString 19901 const&) 19902 vfunc[29]: QUrlOperator::copy(QString const&, QString const&, 19903 bool, bool) 19904 vfunc[30]: QUrlOperator::copy(QStringList const&, QString 19905 const&, bool) 19906 vfunc[31]: QUrlOperator::isDir(bool*) 19907 vfunc[32]: QUrlOperator::setNameFilter(QString const&) 19908 vfunc[33]: QUrlOperator::info(QString const&) const 19909 vfunc[34]: QUrlOperator::stop() 19910 vfunc[35]: QUrlOperator::reset() 19911 vfunc[36]: QUrlOperator::parse(QString const&) 19912 vfunc[37]: QUrlOperator::checkValid() 19913 vfunc[38]: QUrlOperator::clearEntries() 19914 19915 Table 8-128. Secondary vtable for QUrlOperator 19916 Base Offset -80 19917 Virtual Base Offset 0 19918 RTTI typeinfo for QUrlOperator 19919 vfunc[0]: non-virtual thunk to QUrlOperator::~QUrlOperator() 19920 vfunc[1]: non-virtual thunk to QUrlOperator::~QUrlOperator() 19921 vfunc[2]: QUrl::setProtocol(QString const&) 19922 vfunc[3]: QUrl::setUser(QString const&) 19923 vfunc[4]: QUrl::setPassword(QString const&) 19924 vfunc[5]: QUrl::setHost(QString const&) 19925 vfunc[6]: QUrl::setPort(int) 19926 vfunc[7]: non-virtual thunk to QUrlOperator::setPath(QString 19927 const&) 19928 vfunc[8]: QUrl::setEncodedPathAndQuery(QString const&) 19929 vfunc[9]: QUrl::setQuery(QString const&) 19930 vfunc[10]: QUrl::setRef(QString const&) 19931 vfunc[11]: QUrl::addPath(QString const&) 19932 vfunc[12]: QUrl::setFileName(QString const&) 19933 vfunc[13]: QUrl::toString(bool, bool) const 19934 vfunc[14]: non-virtual thunk to QUrlOperator::cdUp() 19935 vfunc[15]: non-virtual thunk to QUrlOperator::reset() 19936 vfunc[16]: non-virtual thunk to QUrlOperator::parse(QString 19937 const&) 19938 19939 The Run Time Type Information for the QUrlOperator class is 19940 described by Table 8-129 19941 19942 Table 8-129. typeinfo for QUrlOperator 19943 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 19944 Name typeinfo name for QUrlOperator 19945 flags: 0 19946 basetype: typeinfo for QObject 2 19947 basetype: typeinfo for QUrl 10242 19948 __________________________________________________________ 19949 19950 8.2.13.3. Class data for QSocket 19951 19952 The virtual table for the QSocket class is described by Table 19953 8-130 19954 19955 Table 8-130. Primary vtable for QSocket 19956 Base Offset 0 19957 Virtual Base Offset 0 19958 RTTI typeinfo for QSocket 19959 vfunc[0]: NULL or QSocket::metaObject() const 19960 vfunc[1]: QSocket::className() const 19961 vfunc[2]: QSocket::qt_cast(char const*) 19962 vfunc[3]: QSocket::qt_invoke(int, QUObject*) 19963 vfunc[4]: QSocket::qt_emit(int, QUObject*) 19964 vfunc[5]: QSocket::qt_property(int, int, QVariant*) 19965 vfunc[6]: QSocket::~QSocket() 19966 vfunc[7]: QSocket::~QSocket() 19967 vfunc[8]: QObject::event(QEvent*) 19968 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 19969 vfunc[10]: QObject::setName(char const*) 19970 vfunc[11]: QObject::insertChild(QObject*) 19971 vfunc[12]: QObject::removeChild(QObject*) 19972 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 19973 vfunc[14]: QObject::property(char const*) const 19974 vfunc[15]: QObject::timerEvent(QTimerEvent*) 19975 vfunc[16]: QObject::childEvent(QChildEvent*) 19976 vfunc[17]: QObject::customEvent(QCustomEvent*) 19977 vfunc[18]: QObject::connectNotify(char const*) 19978 vfunc[19]: QObject::disconnectNotify(char const*) 19979 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 19980 const*, char const*) 19981 vfunc[21]: QSocket::setSocket(int) 19982 vfunc[22]: QSocket::setSocketDevice(QSocketDevice*) 19983 vfunc[23]: QSocket::connectToHost(QString const&, unsigned 19984 short) 19985 vfunc[24]: QSocket::open(int) 19986 vfunc[25]: QSocket::close() 19987 vfunc[26]: QSocket::flush() 19988 vfunc[27]: QSocket::size() const 19989 vfunc[28]: QSocket::at() const 19990 vfunc[29]: QSocket::at(unsigned long) 19991 vfunc[30]: QSocket::atEnd() const 19992 vfunc[31]: QSocket::readBlock(char*, unsigned long) 19993 vfunc[32]: QSocket::writeBlock(char const*, unsigned long) 19994 vfunc[33]: QSocket::readLine(char*, unsigned long) 19995 vfunc[34]: QSocket::getch() 19996 vfunc[35]: QSocket::putch(int) 19997 vfunc[36]: QSocket::ungetch(int) 19998 vfunc[37]: QSocket::readLine() 19999 vfunc[38]: QSocket::sn_read(bool) 20000 vfunc[39]: QSocket::sn_write() 20001 20002 Table 8-131. Secondary vtable for QSocket 20003 Base Offset -80 20004 Virtual Base Offset 0 20005 RTTI typeinfo for QSocket 20006 vfunc[0]: non-virtual thunk to QSocket::~QSocket() 20007 vfunc[1]: non-virtual thunk to QSocket::~QSocket() 20008 vfunc[2]: non-virtual thunk to QSocket::open(int) 20009 vfunc[3]: non-virtual thunk to QSocket::close() 20010 vfunc[4]: non-virtual thunk to QSocket::flush() 20011 vfunc[5]: non-virtual thunk to QSocket::size() const 20012 vfunc[6]: non-virtual thunk to QSocket::at() const 20013 vfunc[7]: non-virtual thunk to QSocket::at(unsigned long) 20014 vfunc[8]: non-virtual thunk to QSocket::atEnd() const 20015 vfunc[9]: non-virtual thunk to QSocket::readBlock(char*, 20016 unsigned long) 20017 vfunc[10]: non-virtual thunk to QSocket::writeBlock(char 20018 const*, unsigned long) 20019 vfunc[11]: non-virtual thunk to QSocket::readLine(char*, 20020 unsigned long) 20021 vfunc[12]: QIODevice::readAll() 20022 vfunc[13]: non-virtual thunk to QSocket::getch() 20023 vfunc[14]: non-virtual thunk to QSocket::putch(int) 20024 vfunc[15]: non-virtual thunk to QSocket::ungetch(int) 20025 20026 The Run Time Type Information for the QSocket class is 20027 described by Table 8-132 20028 20029 Table 8-132. typeinfo for QSocket 20030 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 20031 Name typeinfo name for QSocket 20032 flags: 0 20033 basetype: typeinfo for QObject 2 20034 basetype: typeinfo for QIODevice 10242 20035 __________________________________________________________ 20036 20037 8.2.13.4. Class data for QSocketNotifier 20038 20039 The virtual table for the QSocketNotifier class is described in 20040 the generic part of this specification. 20041 20042 The Run Time Type Information for the QSocketNotifier class is 20043 described by Table 8-133 20044 20045 Table 8-133. typeinfo for QSocketNotifier 20046 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20047 Name typeinfo name for QSocketNotifier 20048 basetype: typeinfo for QObject 20049 __________________________________________________________ 20050 20051 8.2.13.5. Class data for QNetworkProtocol 20052 20053 The virtual table for the QNetworkProtocol class is described 20054 in the generic part of this specification. 20055 20056 The Run Time Type Information for the QNetworkProtocol class is 20057 described by Table 8-134 20058 20059 Table 8-134. typeinfo for QNetworkProtocol 20060 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20061 Name typeinfo name for QNetworkProtocol 20062 basetype: typeinfo for QObject 20063 __________________________________________________________ 20064 20065 8.2.13.6. Class data for QUrl 20066 20067 The virtual table for the QUrl class is described in the 20068 generic part of this specification. 20069 20070 The Run Time Type Information for the QUrl class is described 20071 by Table 8-135 20072 20073 Table 8-135. typeinfo for QUrl 20074 Base Vtable vtable for __cxxabiv1::__class_type_info 20075 Name typeinfo name for QUrl 20076 __________________________________________________________ 20077 20078 8.2.13.7. Class data for QSocketDevice 20079 20080 The virtual table for the QSocketDevice class is described in 20081 the generic part of this specification. 20082 20083 The Run Time Type Information for the QSocketDevice class is 20084 described by Table 8-136 20085 20086 Table 8-136. typeinfo for QSocketDevice 20087 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20088 Name typeinfo name for QSocketDevice 20089 basetype: typeinfo for QIODevice 20090 __________________________________________________________ 20091 20092 8.2.13.8. Class data for QHttpResponseHeader 20093 20094 The virtual table for the QHttpResponseHeader class is 20095 described in the generic part of this specification. 20096 20097 The Run Time Type Information for the QHttpResponseHeader class 20098 is described by Table 8-137 20099 20100 Table 8-137. typeinfo for QHttpResponseHeader 20101 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20102 Name typeinfo name for QHttpResponseHeader 20103 basetype: typeinfo for QHttpHeader 20104 __________________________________________________________ 20105 20106 8.2.13.9. Class data for QServerSocket 20107 20108 The virtual table for the QServerSocket class is described in 20109 the generic part of this specification. 20110 20111 The Run Time Type Information for the QServerSocket class is 20112 described by Table 8-138 20113 20114 Table 8-138. typeinfo for QServerSocket 20115 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20116 Name typeinfo name for QServerSocket 20117 basetype: typeinfo for QObject 20118 __________________________________________________________ 20119 20120 8.2.13.10. Class data for QUrlInfo 20121 20122 The virtual table for the QUrlInfo class is described in the 20123 generic part of this specification. 20124 20125 The Run Time Type Information for the QUrlInfo class is 20126 described by Table 8-139 20127 20128 Table 8-139. typeinfo for QUrlInfo 20129 Base Vtable vtable for __cxxabiv1::__class_type_info 20130 Name typeinfo name for QUrlInfo 20131 __________________________________________________________ 20132 20133 8.2.13.11. Class data for QNetworkOperation 20134 20135 The virtual table for the QNetworkOperation class is described 20136 in the generic part of this specification. 20137 20138 The Run Time Type Information for the QNetworkOperation class 20139 is described by Table 8-140 20140 20141 Table 8-140. typeinfo for QNetworkOperation 20142 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20143 Name typeinfo name for QNetworkOperation 20144 basetype: typeinfo for QObject 20145 __________________________________________________________ 20146 20147 8.2.13.12. Class data for QHttp 20148 20149 The virtual table for the QHttp class is described in the 20150 generic part of this specification. 20151 20152 The Run Time Type Information for the QHttp class is described 20153 by Table 8-141 20154 20155 Table 8-141. typeinfo for QHttp 20156 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20157 Name typeinfo name for QHttp 20158 basetype: typeinfo for QNetworkProtocol 20159 __________________________________________________________ 20160 20161 8.2.13.13. Class data for QMimeSource 20162 20163 The virtual table for the QMimeSource class is described in the 20164 generic part of this specification. 20165 20166 The Run Time Type Information for the QMimeSource class is 20167 described by Table 8-142 20168 20169 Table 8-142. typeinfo for QMimeSource 20170 Base Vtable vtable for __cxxabiv1::__class_type_info 20171 Name typeinfo name for QMimeSource 20172 __________________________________________________________ 20173 20174 8.2.13.14. Class data for QDns 20175 20176 The virtual table for the QDns class is described in the 20177 generic part of this specification. 20178 20179 The Run Time Type Information for the QDns class is described 20180 by Table 8-143 20181 20182 Table 8-143. typeinfo for QDns 20183 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20184 Name typeinfo name for QDns 20185 basetype: typeinfo for QObject 20186 __________________________________________________________ 20187 20188 8.2.13.15. Class data for QHttpRequestHeader 20189 20190 The virtual table for the QHttpRequestHeader class is described 20191 in the generic part of this specification. 20192 20193 The Run Time Type Information for the QHttpRequestHeader class 20194 is described by Table 8-144 20195 20196 Table 8-144. typeinfo for QHttpRequestHeader 20197 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20198 Name typeinfo name for QHttpRequestHeader 20199 basetype: typeinfo for QHttpHeader 20200 __________________________________________________________ 20201 20202 8.2.13.16. Class data for QHttpHeader 20203 20204 The virtual table for the QHttpHeader class is described in the 20205 generic part of this specification. 20206 20207 The Run Time Type Information for the QHttpHeader class is 20208 described by Table 8-145 20209 20210 Table 8-145. typeinfo for QHttpHeader 20211 Base Vtable vtable for __cxxabiv1::__class_type_info 20212 Name typeinfo name for QHttpHeader 20213 __________________________________________________________ 20214 20215 8.2.13.17. Class data for QLocalFs 20216 20217 The virtual table for the QLocalFs class is described in the 20218 generic part of this specification. 20219 20220 The Run Time Type Information for the QLocalFs class is 20221 described by Table 8-146 20222 20223 Table 8-146. typeinfo for QLocalFs 20224 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20225 Name typeinfo name for QLocalFs 20226 basetype: typeinfo for QNetworkProtocol 20227 __________________________________________________________ 20228 20229 8.2.13.18. Class data for QConnectionList 20230 20231 The virtual table for the QConnectionList class is described in 20232 the generic part of this specification. 20233 20234 The Run Time Type Information for the QConnectionList class is 20235 described by Table 8-147 20236 20237 Table 8-147. typeinfo for QConnectionList 20238 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20239 Name typeinfo name for QConnectionList 20240 basetype: typeinfo for QPtrList 20241 __________________________________________________________ 20242 20243 8.2.13.19. Class data for QHostAddress 20244 20245 The virtual table for the QHostAddress class is described in 20246 the generic part of this specification. 20247 20248 The Run Time Type Information for the QHostAddress class is 20249 described by Table 8-148 20250 20251 Table 8-148. typeinfo for QHostAddress 20252 Base Vtable vtable for __cxxabiv1::__class_type_info 20253 Name typeinfo name for QHostAddress 20254 __________________________________________________________ 20255 20256 8.2.13.20. Class data for QFtp 20257 20258 The virtual table for the QFtp class is described in the 20259 generic part of this specification. 20260 20261 The Run Time Type Information for the QFtp class is described 20262 by Table 8-149 20263 20264 Table 8-149. typeinfo for QFtp 20265 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20266 Name typeinfo name for QFtp 20267 basetype: typeinfo for QNetworkProtocol 20268 __________________________________________________________ 20269 20270 8.2.13.21. Interfaces for Qt3 Network 20271 20272 An LSB conforming implementation shall provide the architecture 20273 specific functions for Qt3 Network specified in Table 8-150, 20274 with the full mandatory functionality as described in the 20275 referenced underlying specification. 20276 20277 Table 8-150. libqt-mt - Qt3 Network Function Interfaces 20278 _ZThn80_N12QUrlOperator4cdUpEv [CXXABI-1.86] 20279 _ZThn80_N12QUrlOperator5parseERK7QString [CXXABI-1.86] 20280 _ZThn80_N12QUrlOperator5resetEv [CXXABI-1.86] 20281 _ZThn80_N12QUrlOperator7setPathERK7QString [CXXABI-1.86] 20282 _ZThn80_N12QUrlOperatorD0Ev [CXXABI-1.86] 20283 _ZThn80_N12QUrlOperatorD1Ev [CXXABI-1.86] 20284 _ZThn80_N7QSocket10writeBlockEPKcm [CXXABI-1.86] 20285 _ZThn80_N7QSocket2atEm [CXXABI-1.86] 20286 _ZThn80_N7QSocket4openEi [CXXABI-1.86] 20287 _ZThn80_N7QSocket5closeEv [CXXABI-1.86] 20288 _ZThn80_N7QSocket5flushEv [CXXABI-1.86] 20289 _ZThn80_N7QSocket5getchEv [CXXABI-1.86] 20290 _ZThn80_N7QSocket5putchEi [CXXABI-1.86] 20291 _ZThn80_N7QSocket7ungetchEi [CXXABI-1.86] 20292 _ZThn80_N7QSocket8readLineEPcm [CXXABI-1.86] 20293 _ZThn80_N7QSocket9readBlockEPcm [CXXABI-1.86] 20294 _ZThn80_N7QSocketD0Ev [CXXABI-1.86] _ZThn80_N7QSocketD1Ev 20295 [CXXABI-1.86] 20296 _ZThn80_NK7QSocket2atEv [CXXABI-1.86] _ZThn80_NK7QSocket4sizeEv 20297 [CXXABI-1.86] 20298 _ZThn80_NK7QSocket5atEndEv [CXXABI-1.86] 20299 __________________________________________________________ 20300 20301 8.2.14. Qt3 Object Model 20302 __________________________________________________________ 20303 20304 8.2.14.1. Class data for QObjectCleanupHandler 20305 20306 The virtual table for the QObjectCleanupHandler class is 20307 described in the generic part of this specification. 20308 20309 The Run Time Type Information for the QObjectCleanupHandler 20310 class is described by Table 8-151 20311 20312 Table 8-151. typeinfo for QObjectCleanupHandler 20313 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20314 Name typeinfo name for QObjectCleanupHandler 20315 basetype: typeinfo for QObject 20316 __________________________________________________________ 20317 20318 8.2.14.2. Class data for QObjectUserData 20319 20320 The virtual table for the QObjectUserData class is described in 20321 the generic part of this specification. 20322 20323 The Run Time Type Information for the QObjectUserData class is 20324 described by Table 8-152 20325 20326 Table 8-152. typeinfo for QObjectUserData 20327 Base Vtable vtable for __cxxabiv1::__class_type_info 20328 Name typeinfo name for QObjectUserData 20329 __________________________________________________________ 20330 20331 8.2.14.3. Class data for QObject 20332 20333 The virtual table for the QObject class is described in the 20334 generic part of this specification. 20335 20336 The Run Time Type Information for the QObject class is 20337 described by Table 8-153 20338 20339 Table 8-153. typeinfo for QObject 20340 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20341 Name typeinfo name for QObject 20342 basetype: typeinfo for Qt 20343 __________________________________________________________ 20344 20345 8.2.14.4. Class data for QMetaObject 20346 20347 The virtual table for the QMetaObject class is described in the 20348 generic part of this specification. 20349 20350 The Run Time Type Information for the QMetaObject class is 20351 described by Table 8-154 20352 20353 Table 8-154. typeinfo for QMetaObject 20354 Base Vtable vtable for __cxxabiv1::__class_type_info 20355 Name typeinfo name for QMetaObject 20356 __________________________________________________________ 20357 20358 8.2.14.5. Class data for QGuardedPtrPrivate 20359 20360 The virtual table for the QGuardedPtrPrivate class is described 20361 in the generic part of this specification. 20362 20363 The Run Time Type Information for the QGuardedPtrPrivate class 20364 is described by Table 8-155 20365 20366 Table 8-155. typeinfo for QGuardedPtrPrivate 20367 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 20368 Name typeinfo name for QGuardedPtrPrivate 20369 flags: 0 20370 basetype: typeinfo for QObject 2 20371 basetype: typeinfo for QShared 10242 20372 __________________________________________________________ 20373 20374 8.2.14.6. Interfaces for Qt3 Object Model 20375 20376 No external functions are defined for libqt-mt - Qt3 Object 20377 Model in this part of the specification. See also the generic 20378 specification. 20379 __________________________________________________________ 20380 20381 8.2.15. Qt3 OpenGL 20382 __________________________________________________________ 20383 20384 8.2.15.1. Interfaces for Qt3 OpenGL 20385 20386 An LSB conforming implementation shall provide the architecture 20387 specific functions for Qt3 OpenGL specified in Table 8-156, 20388 with the full mandatory functionality as described in the 20389 referenced underlying specification. 20390 20391 Table 8-156. libqt-mt - Qt3 OpenGL Function Interfaces 20392 _ZThn80_N9QGLWidgetD0Ev [CXXABI-1.86] _ZThn80_N9QGLWidgetD1Ev 20393 [CXXABI-1.86] 20394 __________________________________________________________ 20395 20396 8.2.16. Qt3 Paint Device 20397 __________________________________________________________ 20398 20399 8.2.16.1. Class data for QPaintDevice 20400 20401 The virtual table for the QPaintDevice class is described in 20402 the generic part of this specification. 20403 20404 The Run Time Type Information for the QPaintDevice class is 20405 described by Table 8-157 20406 20407 Table 8-157. typeinfo for QPaintDevice 20408 Base Vtable vtable for __cxxabiv1::__class_type_info 20409 Name typeinfo name for QPaintDevice 20410 __________________________________________________________ 20411 20412 8.2.16.2. Class data for QBitmap 20413 20414 The virtual table for the QBitmap class is described in the 20415 generic part of this specification. 20416 20417 The Run Time Type Information for the QBitmap class is 20418 described by Table 8-158 20419 20420 Table 8-158. typeinfo for QBitmap 20421 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20422 Name typeinfo name for QBitmap 20423 basetype: typeinfo for QPixmap 20424 __________________________________________________________ 20425 20426 8.2.16.3. Class data for QPicture 20427 20428 The virtual table for the QPicture class is described in the 20429 generic part of this specification. 20430 20431 The Run Time Type Information for the QPicture class is 20432 described by Table 8-159 20433 20434 Table 8-159. typeinfo for QPicture 20435 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20436 Name typeinfo name for QPicture 20437 basetype: typeinfo for QPaintDevice 20438 __________________________________________________________ 20439 20440 8.2.16.4. Class data for QPixmap 20441 20442 The virtual table for the QPixmap class is described in the 20443 generic part of this specification. 20444 20445 The Run Time Type Information for the QPixmap class is 20446 described by Table 8-160 20447 20448 Table 8-160. typeinfo for QPixmap 20449 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 20450 Name typeinfo name for QPixmap 20451 flags: 0 20452 basetype: typeinfo for QPaintDevice 2 20453 basetype: typeinfo for Qt 2 20454 __________________________________________________________ 20455 20456 8.2.16.5. Class data for QPrinter 20457 20458 The virtual table for the QPrinter class is described in the 20459 generic part of this specification. 20460 20461 The Run Time Type Information for the QPrinter class is 20462 described by Table 8-161 20463 20464 Table 8-161. typeinfo for QPrinter 20465 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20466 Name typeinfo name for QPrinter 20467 basetype: typeinfo for QPaintDevice 20468 __________________________________________________________ 20469 20470 8.2.16.6. Interfaces for Qt3 Paint Device 20471 20472 No external functions are defined for libqt-mt - Qt3 Paint 20473 Device in this part of the specification. See also the generic 20474 specification. 20475 __________________________________________________________ 20476 20477 8.2.17. Qt3 SQL 20478 __________________________________________________________ 20479 20480 8.2.17.1. Class data for QSqlResult 20481 20482 The virtual table for the QSqlResult class is described in the 20483 generic part of this specification. 20484 20485 The Run Time Type Information for the QSqlResult class is 20486 described by Table 8-162 20487 20488 Table 8-162. typeinfo for QSqlResult 20489 Base Vtable vtable for __cxxabiv1::__class_type_info 20490 Name typeinfo name for QSqlResult 20491 __________________________________________________________ 20492 20493 8.2.17.2. Class data for QSqlSelectCursor 20494 20495 The virtual table for the QSqlSelectCursor class is described 20496 by Table 8-163 20497 20498 Table 8-163. Primary vtable for QSqlSelectCursor 20499 Base Offset 0 20500 Virtual Base Offset 0 20501 RTTI typeinfo for QSqlSelectCursor 20502 vfunc[0]: QSqlSelectCursor::~QSqlSelectCursor() 20503 vfunc[1]: QSqlSelectCursor::~QSqlSelectCursor() 20504 vfunc[2]: QSqlCursor::value(int) const 20505 vfunc[3]: QSqlCursor::value(QString const&) const 20506 vfunc[4]: QSqlCursor::setValue(int, QVariant const&) 20507 vfunc[5]: QSqlCursor::setValue(QString const&, QVariant const&) 20508 vfunc[6]: NULL or QSqlSelectCursor::setGenerated(QString 20509 const&, bool) 20510 vfunc[7]: NULL or QSqlSelectCursor::setGenerated(int, bool) 20511 vfunc[8]: QSqlRecord::setNull(int) 20512 vfunc[9]: QSqlRecord::setNull(QString const&) 20513 vfunc[10]: QSqlCursor::append(QSqlField const&) 20514 vfunc[11]: QSqlCursor::insert(int, QSqlField const&) 20515 vfunc[12]: NULL or QSqlSelectCursor::remove(int) 20516 vfunc[13]: NULL or QSqlSelectCursor::clear() 20517 vfunc[14]: QSqlRecord::clearValues(bool) 20518 vfunc[15]: NULL or QSqlSelectCursor::toString(QString const&, 20519 QString const&) const 20520 vfunc[16]: QSqlRecord::toStringList(QString const&) const 20521 vfunc[17]: NULL or QSqlSelectCursor::primaryIndex(bool) const 20522 vfunc[18]: NULL or QSqlSelectCursor::index(QStringList const&) 20523 const 20524 vfunc[19]: NULL or QSqlSelectCursor::setPrimaryIndex(QSqlIndex 20525 const&) 20526 vfunc[20]: NULL or QSqlSelectCursor::append(QSqlFieldInfo 20527 const&) 20528 vfunc[21]: NULL or QSqlSelectCursor::insert(int, QSqlFieldInfo 20529 const&) 20530 vfunc[22]: NULL or QSqlSelectCursor::editBuffer(bool) 20531 vfunc[23]: NULL or QSqlSelectCursor::primeInsert() 20532 vfunc[24]: NULL or QSqlSelectCursor::primeUpdate() 20533 vfunc[25]: NULL or QSqlSelectCursor::primeDelete() 20534 vfunc[26]: NULL or QSqlSelectCursor::insert(bool) 20535 vfunc[27]: NULL or QSqlSelectCursor::update(bool) 20536 vfunc[28]: NULL or QSqlSelectCursor::del(bool) 20537 vfunc[29]: NULL or QSqlSelectCursor::setMode(int) 20538 vfunc[30]: QSqlCursor::setCalculated(QString const&, bool) 20539 vfunc[31]: QSqlCursor::setTrimmed(QString const&, bool) 20540 vfunc[32]: QSqlSelectCursor::select(QString const&, QSqlIndex 20541 const&) 20542 vfunc[33]: NULL or QSqlSelectCursor::setSort(QSqlIndex const&) 20543 vfunc[34]: NULL or QSqlSelectCursor::setFilter(QString const&) 20544 vfunc[35]: NULL or QSqlSelectCursor::setName(QString const&, 20545 bool) 20546 vfunc[36]: QSqlCursor::afterSeek() 20547 vfunc[37]: QSqlSelectCursor::exec(QString const&) 20548 vfunc[38]: QSqlCursor::calculateField(QString const&) 20549 vfunc[39]: QSqlCursor::update(QString const&, bool) 20550 vfunc[40]: QSqlCursor::del(QString const&, bool) 20551 vfunc[41]: QSqlCursor::toString(QString const&, QSqlField*, 20552 QString const&) const 20553 vfunc[42]: QSqlCursor::toString(QSqlRecord*, QString const&, 20554 QString const&, QString const&) const 20555 vfunc[43]: QSqlCursor::toString(QSqlIndex const&, QSqlRecord*, 20556 QString const&, QString const&, QString const&) const 20557 20558 Table 8-164. Secondary vtable for QSqlSelectCursor 20559 Base Offset -16 20560 Virtual Base Offset 0 20561 RTTI typeinfo for QSqlSelectCursor 20562 vfunc[0]: non-virtual thunk to 20563 QSqlSelectCursor::~QSqlSelectCursor() 20564 vfunc[1]: non-virtual thunk to 20565 QSqlSelectCursor::~QSqlSelectCursor() 20566 vfunc[2]: non-virtual thunk to QSqlSelectCursor::exec(QString 20567 const&) 20568 vfunc[3]: non-virtual thunk to QSqlCursor::value(int) const 20569 vfunc[4]: QSqlQuery::seek(int, bool) 20570 vfunc[5]: QSqlQuery::next() 20571 vfunc[6]: QSqlQuery::prev() 20572 vfunc[7]: QSqlQuery::first() 20573 vfunc[8]: QSqlQuery::last() 20574 vfunc[9]: QSqlQuery::beforeSeek() 20575 vfunc[10]: non-virtual thunk to QSqlCursor::afterSeek() 20576 20577 The Run Time Type Information for the QSqlSelectCursor class is 20578 described by Table 8-165 20579 20580 Table 8-165. typeinfo for QSqlSelectCursor 20581 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20582 Name typeinfo name for QSqlSelectCursor 20583 basetype: typeinfo for QSqlCursor 20584 __________________________________________________________ 20585 20586 8.2.17.3. Class data for QSqlDriver 20587 20588 The virtual table for the QSqlDriver class is described in the 20589 generic part of this specification. 20590 20591 The Run Time Type Information for the QSqlDriver class is 20592 described by Table 8-166 20593 20594 Table 8-166. typeinfo for QSqlDriver 20595 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20596 Name typeinfo name for QSqlDriver 20597 basetype: typeinfo for QObject 20598 __________________________________________________________ 20599 20600 8.2.17.4. Class data for QSqlPropertyMap 20601 20602 The virtual table for the QSqlPropertyMap class is described in 20603 the generic part of this specification. 20604 20605 The Run Time Type Information for the QSqlPropertyMap class is 20606 described by Table 8-167 20607 20608 Table 8-167. typeinfo for QSqlPropertyMap 20609 Base Vtable vtable for __cxxabiv1::__class_type_info 20610 Name typeinfo name for QSqlPropertyMap 20611 __________________________________________________________ 20612 20613 8.2.17.5. Class data for QSqlQuery 20614 20615 The virtual table for the QSqlQuery class is described in the 20616 generic part of this specification. 20617 20618 The Run Time Type Information for the QSqlQuery class is 20619 described by Table 8-168 20620 20621 Table 8-168. typeinfo for QSqlQuery 20622 Base Vtable vtable for __cxxabiv1::__class_type_info 20623 Name typeinfo name for QSqlQuery 20624 __________________________________________________________ 20625 20626 8.2.17.6. Class data for QSqlRecord 20627 20628 The virtual table for the QSqlRecord class is described in the 20629 generic part of this specification. 20630 20631 The Run Time Type Information for the QSqlRecord class is 20632 described by Table 8-169 20633 20634 Table 8-169. typeinfo for QSqlRecord 20635 Base Vtable vtable for __cxxabiv1::__class_type_info 20636 Name typeinfo name for QSqlRecord 20637 __________________________________________________________ 20638 20639 8.2.17.7. Class data for QSqlDatabase 20640 20641 The virtual table for the QSqlDatabase class is described in 20642 the generic part of this specification. 20643 20644 The Run Time Type Information for the QSqlDatabase class is 20645 described by Table 8-170 20646 20647 Table 8-170. typeinfo for QSqlDatabase 20648 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20649 Name typeinfo name for QSqlDatabase 20650 basetype: typeinfo for QObject 20651 __________________________________________________________ 20652 20653 8.2.17.8. Class data for QEditorFactory 20654 20655 The virtual table for the QEditorFactory class is described in 20656 the generic part of this specification. 20657 20658 The Run Time Type Information for the QEditorFactory class is 20659 described by Table 8-171 20660 20661 Table 8-171. typeinfo for QEditorFactory 20662 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20663 Name typeinfo name for QEditorFactory 20664 basetype: typeinfo for QObject 20665 __________________________________________________________ 20666 20667 8.2.17.9. Class data for QSqlDriverPlugin 20668 20669 The virtual table for the QSqlDriverPlugin class is described 20670 in the generic part of this specification. 20671 20672 The Run Time Type Information for the QSqlDriverPlugin class is 20673 described by Table 8-172 20674 20675 Table 8-172. typeinfo for QSqlDriverPlugin 20676 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20677 Name typeinfo name for QSqlDriverPlugin 20678 basetype: typeinfo for QGPlugin 20679 __________________________________________________________ 20680 20681 8.2.17.10. Class data for QSqlResultShared 20682 20683 The virtual table for the QSqlResultShared class is described 20684 in the generic part of this specification. 20685 20686 The Run Time Type Information for the QSqlResultShared class is 20687 described by Table 8-173 20688 20689 Table 8-173. typeinfo for QSqlResultShared 20690 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 20691 Name typeinfo name for QSqlResultShared 20692 flags: 0 20693 basetype: typeinfo for QObject 2 20694 basetype: typeinfo for QShared 10242 20695 __________________________________________________________ 20696 20697 8.2.17.11. Class data for QSqlError 20698 20699 The virtual table for the QSqlError class is described in the 20700 generic part of this specification. 20701 20702 The Run Time Type Information for the QSqlError class is 20703 described by Table 8-174 20704 20705 Table 8-174. typeinfo for QSqlError 20706 Base Vtable vtable for __cxxabiv1::__class_type_info 20707 Name typeinfo name for QSqlError 20708 __________________________________________________________ 20709 20710 8.2.17.12. Class data for QSqlForm 20711 20712 The virtual table for the QSqlForm class is described in the 20713 generic part of this specification. 20714 20715 The Run Time Type Information for the QSqlForm class is 20716 described by Table 8-175 20717 20718 Table 8-175. typeinfo for QSqlForm 20719 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20720 Name typeinfo name for QSqlForm 20721 basetype: typeinfo for QObject 20722 __________________________________________________________ 20723 20724 8.2.17.13. Class data for QSqlEditorFactory 20725 20726 The virtual table for the QSqlEditorFactory class is described 20727 in the generic part of this specification. 20728 20729 The Run Time Type Information for the QSqlEditorFactory class 20730 is described by Table 8-176 20731 20732 Table 8-176. typeinfo for QSqlEditorFactory 20733 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20734 Name typeinfo name for QSqlEditorFactory 20735 basetype: typeinfo for QEditorFactory 20736 __________________________________________________________ 20737 20738 8.2.17.14. Class data for QSqlCursor 20739 20740 The virtual table for the QSqlCursor class is described by 20741 Table 8-177 20742 20743 Table 8-177. Primary vtable for QSqlCursor 20744 Base Offset 0 20745 Virtual Base Offset 0 20746 RTTI typeinfo for QSqlCursor 20747 vfunc[0]: QSqlCursor::~QSqlCursor() 20748 vfunc[1]: QSqlCursor::~QSqlCursor() 20749 vfunc[2]: QSqlCursor::value(int) const 20750 vfunc[3]: QSqlCursor::value(QString const&) const 20751 vfunc[4]: QSqlCursor::setValue(int, QVariant const&) 20752 vfunc[5]: QSqlCursor::setValue(QString const&, QVariant const&) 20753 vfunc[6]: QSqlCursor::setGenerated(QString const&, bool) 20754 vfunc[7]: QSqlCursor::setGenerated(int, bool) 20755 vfunc[8]: QSqlRecord::setNull(int) 20756 vfunc[9]: QSqlRecord::setNull(QString const&) 20757 vfunc[10]: QSqlCursor::append(QSqlField const&) 20758 vfunc[11]: QSqlCursor::insert(int, QSqlField const&) 20759 vfunc[12]: QSqlCursor::remove(int) 20760 vfunc[13]: QSqlCursor::clear() 20761 vfunc[14]: QSqlRecord::clearValues(bool) 20762 vfunc[15]: QSqlCursor::toString(QString const&, QString const&) 20763 const 20764 vfunc[16]: QSqlRecord::toStringList(QString const&) const 20765 vfunc[17]: QSqlCursor::primaryIndex(bool) const 20766 vfunc[18]: QSqlCursor::index(QStringList const&) const 20767 vfunc[19]: QSqlCursor::setPrimaryIndex(QSqlIndex const&) 20768 vfunc[20]: QSqlCursor::append(QSqlFieldInfo const&) 20769 vfunc[21]: QSqlCursor::insert(int, QSqlFieldInfo const&) 20770 vfunc[22]: QSqlCursor::editBuffer(bool) 20771 vfunc[23]: QSqlCursor::primeInsert() 20772 vfunc[24]: QSqlCursor::primeUpdate() 20773 vfunc[25]: QSqlCursor::primeDelete() 20774 vfunc[26]: QSqlCursor::insert(bool) 20775 vfunc[27]: QSqlCursor::update(bool) 20776 vfunc[28]: QSqlCursor::del(bool) 20777 vfunc[29]: QSqlCursor::setMode(int) 20778 vfunc[30]: QSqlCursor::setCalculated(QString const&, bool) 20779 vfunc[31]: QSqlCursor::setTrimmed(QString const&, bool) 20780 vfunc[32]: QSqlCursor::select(QString const&, QSqlIndex const&) 20781 vfunc[33]: QSqlCursor::setSort(QSqlIndex const&) 20782 vfunc[34]: QSqlCursor::setFilter(QString const&) 20783 vfunc[35]: QSqlCursor::setName(QString const&, bool) 20784 vfunc[36]: QSqlCursor::afterSeek() 20785 vfunc[37]: QSqlCursor::exec(QString const&) 20786 vfunc[38]: QSqlCursor::calculateField(QString const&) 20787 vfunc[39]: QSqlCursor::update(QString const&, bool) 20788 vfunc[40]: QSqlCursor::del(QString const&, bool) 20789 vfunc[41]: QSqlCursor::toString(QString const&, QSqlField*, 20790 QString const&) const 20791 vfunc[42]: QSqlCursor::toString(QSqlRecord*, QString const&, 20792 QString const&, QString const&) const 20793 vfunc[43]: QSqlCursor::toString(QSqlIndex const&, QSqlRecord*, 20794 QString const&, QString const&, QString const&) const 20795 20796 Table 8-178. Secondary vtable for QSqlCursor 20797 Base Offset -16 20798 Virtual Base Offset 0 20799 RTTI typeinfo for QSqlCursor 20800 vfunc[0]: non-virtual thunk to QSqlCursor::~QSqlCursor() 20801 vfunc[1]: non-virtual thunk to QSqlCursor::~QSqlCursor() 20802 vfunc[2]: non-virtual thunk to QSqlCursor::exec(QString const&) 20803 vfunc[3]: non-virtual thunk to QSqlCursor::value(int) const 20804 vfunc[4]: QSqlQuery::seek(int, bool) 20805 vfunc[5]: QSqlQuery::next() 20806 vfunc[6]: QSqlQuery::prev() 20807 vfunc[7]: QSqlQuery::first() 20808 vfunc[8]: QSqlQuery::last() 20809 vfunc[9]: QSqlQuery::beforeSeek() 20810 vfunc[10]: non-virtual thunk to QSqlCursor::afterSeek() 20811 20812 The Run Time Type Information for the QSqlCursor class is 20813 described by Table 8-179 20814 20815 Table 8-179. typeinfo for QSqlCursor 20816 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 20817 Name typeinfo name for QSqlCursor 20818 flags: 0 20819 basetype: typeinfo for QSqlRecord 2 20820 basetype: typeinfo for QSqlQuery 2050 20821 __________________________________________________________ 20822 20823 8.2.17.15. Class data for QSqlFieldInfo 20824 20825 The virtual table for the QSqlFieldInfo class is described in 20826 the generic part of this specification. 20827 20828 The Run Time Type Information for the QSqlFieldInfo class is 20829 described by Table 8-180 20830 20831 Table 8-180. typeinfo for QSqlFieldInfo 20832 Base Vtable vtable for __cxxabiv1::__class_type_info 20833 Name typeinfo name for QSqlFieldInfo 20834 __________________________________________________________ 20835 20836 8.2.17.16. Class data for QSqlIndex 20837 20838 The virtual table for the QSqlIndex class is described in the 20839 generic part of this specification. 20840 20841 The Run Time Type Information for the QSqlIndex class is 20842 described by Table 8-181 20843 20844 Table 8-181. typeinfo for QSqlIndex 20845 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20846 Name typeinfo name for QSqlIndex 20847 basetype: typeinfo for QSqlRecord 20848 __________________________________________________________ 20849 20850 8.2.17.17. Class data for QSqlField 20851 20852 The virtual table for the QSqlField class is described in the 20853 generic part of this specification. 20854 20855 The Run Time Type Information for the QSqlField class is 20856 described by Table 8-182 20857 20858 Table 8-182. typeinfo for QSqlField 20859 Base Vtable vtable for __cxxabiv1::__class_type_info 20860 Name typeinfo name for QSqlField 20861 __________________________________________________________ 20862 20863 8.2.17.18. Interfaces for Qt3 SQL 20864 20865 An LSB conforming implementation shall provide the architecture 20866 specific functions for Qt3 SQL specified in Table 8-183, with 20867 the full mandatory functionality as described in the referenced 20868 underlying specification. 20869 20870 Table 8-183. libqt-mt - Qt3 SQL Function Interfaces 20871 _ZThn16_N10QSqlCursor4execERK7QString [CXXABI-1.86] 20872 _ZThn16_N10QSqlCursor9afterSeekEv [CXXABI-1.86] 20873 _ZThn16_N10QSqlCursorD0Ev [CXXABI-1.86] 20874 _ZThn16_N10QSqlCursorD1Ev [CXXABI-1.86] 20875 _ZThn16_N16QSqlSelectCursor4execERK7QString [CXXABI-1.86] 20876 _ZThn16_N16QSqlSelectCursorD0Ev [CXXABI-1.86] 20877 _ZThn16_N16QSqlSelectCursorD1Ev [CXXABI-1.86] 20878 _ZThn16_NK10QSqlCursor5valueEi [CXXABI-1.86] 20879 __________________________________________________________ 20880 20881 8.2.18. Qt3 Style 20882 __________________________________________________________ 20883 20884 8.2.18.1. Class data for QCommonStyle 20885 20886 The virtual table for the QCommonStyle class is described in 20887 the generic part of this specification. 20888 20889 The Run Time Type Information for the QCommonStyle class is 20890 described by Table 8-184 20891 20892 Table 8-184. typeinfo for QCommonStyle 20893 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20894 Name typeinfo name for QCommonStyle 20895 basetype: typeinfo for QStyle 20896 __________________________________________________________ 20897 20898 8.2.18.2. Class data for QStyle 20899 20900 The virtual table for the QStyle class is described in the 20901 generic part of this specification. 20902 20903 The Run Time Type Information for the QStyle class is described 20904 by Table 8-185 20905 20906 Table 8-185. typeinfo for QStyle 20907 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20908 Name typeinfo name for QStyle 20909 basetype: typeinfo for QObject 20910 __________________________________________________________ 20911 20912 8.2.18.3. Interfaces for Qt3 Style 20913 20914 No external functions are defined for libqt-mt - Qt3 Style in 20915 this part of the specification. See also the generic 20916 specification. 20917 __________________________________________________________ 20918 20919 8.2.19. Qt3 Text 20920 __________________________________________________________ 20921 20922 8.2.19.1. Class data for QSyntaxHighlighter 20923 20924 The virtual table for the QSyntaxHighlighter class is described 20925 in the generic part of this specification. 20926 20927 The Run Time Type Information for the QSyntaxHighlighter class 20928 is described by Table 8-186 20929 20930 Table 8-186. typeinfo for QSyntaxHighlighter 20931 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20932 Name typeinfo name for QSyntaxHighlighter 20933 basetype: typeinfo for Qt 20934 __________________________________________________________ 20935 20936 8.2.19.2. Class data for QStyleSheet 20937 20938 The virtual table for the QStyleSheet class is described in the 20939 generic part of this specification. 20940 20941 The Run Time Type Information for the QStyleSheet class is 20942 described by Table 8-187 20943 20944 Table 8-187. typeinfo for QStyleSheet 20945 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20946 Name typeinfo name for QStyleSheet 20947 basetype: typeinfo for QObject 20948 __________________________________________________________ 20949 20950 8.2.19.3. Class data for QStrList 20951 20952 The virtual table for the QStrList class is described in the 20953 generic part of this specification. 20954 20955 The Run Time Type Information for the QStrList class is 20956 described by Table 8-188 20957 20958 Table 8-188. typeinfo for QStrList 20959 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20960 Name typeinfo name for QStrList 20961 basetype: typeinfo for QPtrList 20962 __________________________________________________________ 20963 20964 8.2.19.4. Class data for QCString 20965 20966 The virtual table for the QCString class is described in the 20967 generic part of this specification. 20968 20969 The Run Time Type Information for the QCString class is 20970 described by Table 8-189 20971 20972 Table 8-189. typeinfo for QCString 20973 Base Vtable vtable for __cxxabiv1::__si_class_type_info 20974 Name typeinfo name for QCString 20975 basetype: typeinfo for QMemArray 20976 __________________________________________________________ 20977 20978 8.2.19.5. Interfaces for Qt3 Text 20979 20980 No external functions are defined for libqt-mt - Qt3 Text in 20981 this part of the specification. See also the generic 20982 specification. 20983 __________________________________________________________ 20984 20985 8.2.20. Qt3 Threading 20986 __________________________________________________________ 20987 20988 8.2.20.1. Class data for QWaitCondition 20989 20990 The virtual table for the QWaitCondition class is described in 20991 the generic part of this specification. 20992 20993 The Run Time Type Information for the QWaitCondition class is 20994 described by Table 8-190 20995 20996 Table 8-190. typeinfo for QWaitCondition 20997 Base Vtable vtable for __cxxabiv1::__class_type_info 20998 Name typeinfo name for QWaitCondition 20999 __________________________________________________________ 21000 21001 8.2.20.2. Class data for QMutex 21002 21003 The virtual table for the QMutex class is described in the 21004 generic part of this specification. 21005 21006 The Run Time Type Information for the QMutex class is described 21007 by Table 8-191 21008 21009 Table 8-191. typeinfo for QMutex 21010 Base Vtable vtable for __cxxabiv1::__class_type_info 21011 Name typeinfo name for QMutex 21012 __________________________________________________________ 21013 21014 8.2.20.3. Class data for QThread 21015 21016 The virtual table for the QThread class is described in the 21017 generic part of this specification. 21018 21019 The Run Time Type Information for the QThread class is 21020 described by Table 8-192 21021 21022 Table 8-192. typeinfo for QThread 21023 Base Vtable vtable for __cxxabiv1::__si_class_type_info 21024 Name typeinfo name for QThread 21025 basetype: typeinfo for Qt 21026 __________________________________________________________ 21027 21028 8.2.20.4. Class data for QSemaphore 21029 21030 The virtual table for the QSemaphore class is described in the 21031 generic part of this specification. 21032 21033 The Run Time Type Information for the QSemaphore class is 21034 described by Table 8-193 21035 21036 Table 8-193. typeinfo for QSemaphore 21037 Base Vtable vtable for __cxxabiv1::__class_type_info 21038 Name typeinfo name for QSemaphore 21039 __________________________________________________________ 21040 21041 8.2.20.5. Interfaces for Qt3 Threading 21042 21043 No external functions are defined for libqt-mt - Qt3 Threading 21044 in this part of the specification. See also the generic 21045 specification. 21046 __________________________________________________________ 21047 21048 8.2.21. Qt3 Main Window and Application 21049 __________________________________________________________ 21050 21051 8.2.21.1. Class data for QToolBar 21052 21053 The virtual table for the QToolBar class is described by Table 21054 8-194 21055 21056 Table 8-194. Primary vtable for QToolBar 21057 Base Offset 0 21058 Virtual Base Offset 0 21059 RTTI typeinfo for QToolBar 21060 vfunc[0]: NULL or QToolBar::metaObject() const 21061 vfunc[1]: QToolBar::className() const 21062 vfunc[2]: QToolBar::qt_cast(char const*) 21063 vfunc[3]: QToolBar::qt_invoke(int, QUObject*) 21064 vfunc[4]: QToolBar::qt_emit(int, QUObject*) 21065 vfunc[5]: QToolBar::qt_property(int, int, QVariant*) 21066 vfunc[6]: QToolBar::~QToolBar() 21067 vfunc[7]: QToolBar::~QToolBar() 21068 vfunc[8]: QToolBar::event(QEvent*) 21069 vfunc[9]: QDockWindow::eventFilter(QObject*, QEvent*) 21070 vfunc[10]: QWidget::setName(char const*) 21071 vfunc[11]: QObject::insertChild(QObject*) 21072 vfunc[12]: QObject::removeChild(QObject*) 21073 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 21074 vfunc[14]: QObject::property(char const*) const 21075 vfunc[15]: QObject::timerEvent(QTimerEvent*) 21076 vfunc[16]: QObject::childEvent(QChildEvent*) 21077 vfunc[17]: QObject::customEvent(QCustomEvent*) 21078 vfunc[18]: QObject::connectNotify(char const*) 21079 vfunc[19]: QObject::disconnectNotify(char const*) 21080 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 21081 const*, char const*) 21082 vfunc[21]: QWidget::setEnabled(bool) 21083 vfunc[22]: QToolBar::setMinimumSize(int, int) 21084 vfunc[23]: QWidget::setMaximumSize(int, int) 21085 vfunc[24]: QWidget::setSizeIncrement(int, int) 21086 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 21087 vfunc[26]: QWidget::setEraseColor(QColor const&) 21088 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 21089 vfunc[28]: QWidget::setPalette(QPalette const&) 21090 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 21091 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 21092 vfunc[31]: QWidget::setFont(QFont const&) 21093 vfunc[32]: QWidget::setCursor(QCursor const&) 21094 vfunc[33]: QWidget::unsetCursor() 21095 vfunc[34]: QWidget::setMask(QBitmap const&) 21096 vfunc[35]: QWidget::setMask(QRegion const&) 21097 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 21098 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 21099 vfunc[38]: QDockWindow::setCaption(QString const&) 21100 vfunc[39]: QWidget::setIcon(QPixmap const&) 21101 vfunc[40]: QWidget::setIconText(QString const&) 21102 vfunc[41]: QWidget::setMouseTracking(bool) 21103 vfunc[42]: QWidget::setFocus() 21104 vfunc[43]: QWidget::setActiveWindow() 21105 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 21106 vfunc[45]: QWidget::setFocusProxy(QWidget*) 21107 vfunc[46]: QWidget::setUpdatesEnabled(bool) 21108 vfunc[47]: QToolBar::show() 21109 vfunc[48]: QToolBar::hide() 21110 vfunc[49]: QWidget::showMinimized() 21111 vfunc[50]: QWidget::showMaximized() 21112 vfunc[51]: QWidget::showNormal() 21113 vfunc[52]: QWidget::polish() 21114 vfunc[53]: QWidget::move(int, int) 21115 vfunc[54]: QWidget::resize(int, int) 21116 vfunc[55]: QWidget::setGeometry(int, int, int, int) 21117 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 21118 vfunc[57]: QWidget::close(bool) 21119 vfunc[58]: QDockWindow::sizeHint() const 21120 vfunc[59]: QToolBar::minimumSizeHint() const 21121 vfunc[60]: QWidget::sizePolicy() const 21122 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 21123 vfunc[62]: QWidget::heightForWidth(int) const 21124 vfunc[63]: QWidget::adjustSize() 21125 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 21126 const&, bool) 21127 vfunc[65]: QWidget::setAcceptDrops(bool) 21128 vfunc[66]: QWidget::setAutoMask(bool) 21129 vfunc[67]: 21130 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 21131 vfunc[68]: QWidget::customWhatsThis() const 21132 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 21133 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 21134 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 21135 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 21136 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 21137 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 21138 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 21139 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 21140 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 21141 vfunc[78]: QWidget::enterEvent(QEvent*) 21142 vfunc[79]: QWidget::leaveEvent(QEvent*) 21143 vfunc[80]: QFrame::paintEvent(QPaintEvent*) 21144 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 21145 vfunc[82]: QToolBar::resizeEvent(QResizeEvent*) 21146 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 21147 vfunc[84]: QDockWindow::contextMenuEvent(QContextMenuEvent*) 21148 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 21149 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 21150 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 21151 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 21152 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 21153 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 21154 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 21155 vfunc[92]: QWidget::dropEvent(QDropEvent*) 21156 vfunc[93]: QDockWindow::showEvent(QShowEvent*) 21157 vfunc[94]: QDockWindow::hideEvent(QHideEvent*) 21158 vfunc[95]: QWidget::x11Event(_XEvent*) 21159 vfunc[96]: QWidget::updateMask() 21160 vfunc[97]: QToolBar::styleChange(QStyle&) 21161 vfunc[98]: QWidget::enabledChange(bool) 21162 vfunc[99]: QWidget::paletteChange(QPalette const&) 21163 vfunc[100]: QWidget::fontChange(QFont const&) 21164 vfunc[101]: QWidget::windowActivationChange(bool) 21165 vfunc[102]: QWidget::metric(int) const 21166 vfunc[103]: QWidget::create(unsigned long, bool, bool) 21167 vfunc[104]: QWidget::destroy(bool, bool) 21168 vfunc[105]: NULL or QWidget::setWState(unsigned int) 21169 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 21170 vfunc[107]: QWidget::focusNextPrevChild(bool) 21171 vfunc[108]: QWidget::setKeyCompression(bool) 21172 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 21173 bool, QFont*) 21174 vfunc[110]: QFrame::setFrameStyle(int) 21175 vfunc[111]: QFrame::setLineWidth(int) 21176 vfunc[112]: QFrame::setMargin(int) 21177 vfunc[113]: QFrame::setMidLineWidth(int) 21178 vfunc[114]: QFrame::setFrameRect(QRect const&) 21179 vfunc[115]: QDockWindow::drawFrame(QPainter*) 21180 vfunc[116]: QDockWindow::drawContents(QPainter*) 21181 vfunc[117]: QFrame::frameChanged() 21182 vfunc[118]: QDockWindow::setWidget(QWidget*) 21183 vfunc[119]: QDockWindow::setCloseMode(int) 21184 vfunc[120]: QDockWindow::setResizeEnabled(bool) 21185 vfunc[121]: QDockWindow::setMovingEnabled(bool) 21186 vfunc[122]: QDockWindow::setHorizontallyStretchable(bool) 21187 vfunc[123]: QDockWindow::setVerticallyStretchable(bool) 21188 vfunc[124]: QDockWindow::setOffset(int) 21189 vfunc[125]: QDockWindow::setFixedExtentWidth(int) 21190 vfunc[126]: QDockWindow::setFixedExtentHeight(int) 21191 vfunc[127]: QDockWindow::setNewLine(bool) 21192 vfunc[128]: QDockWindow::setOpaqueMoving(bool) 21193 vfunc[129]: QDockWindow::undock(QWidget*) 21194 vfunc[130]: NULL or QDockWindow::undock() 21195 vfunc[131]: QDockWindow::dock() 21196 vfunc[132]: QToolBar::setOrientation(Qt::Orientation) 21197 vfunc[133]: QToolBar::setStretchableWidget(QWidget*) 21198 vfunc[134]: QToolBar::setLabel(QString const&) 21199 vfunc[135]: QToolBar::clear() 21200 21201 Table 8-195. Secondary vtable for QToolBar 21202 Base Offset -80 21203 Virtual Base Offset 0 21204 RTTI typeinfo for QToolBar 21205 vfunc[0]: non-virtual thunk to QToolBar::~QToolBar() 21206 vfunc[1]: non-virtual thunk to QToolBar::~QToolBar() 21207 vfunc[2]: QPaintDevice::setResolution(int) 21208 vfunc[3]: QPaintDevice::resolution() const 21209 vfunc[4]: QPaintDevice::handle() const 21210 vfunc[5]: QPaintDevice::x11RenderHandle() const 21211 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 21212 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 21213 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 21214 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 21215 const 21216 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 21217 21218 The Run Time Type Information for the QToolBar class is 21219 described by Table 8-196 21220 21221 Table 8-196. typeinfo for QToolBar 21222 Base Vtable vtable for __cxxabiv1::__si_class_type_info 21223 Name typeinfo name for QToolBar 21224 basetype: typeinfo for QDockWindow 21225 __________________________________________________________ 21226 21227 8.2.21.2. Class data for QActionGroup 21228 21229 The virtual table for the QActionGroup class is described in 21230 the generic part of this specification. 21231 21232 The Run Time Type Information for the QActionGroup class is 21233 described by Table 8-197 21234 21235 Table 8-197. typeinfo for QActionGroup 21236 Base Vtable vtable for __cxxabiv1::__si_class_type_info 21237 Name typeinfo name for QActionGroup 21238 basetype: typeinfo for QAction 21239 __________________________________________________________ 21240 21241 8.2.21.3. Class data for QStatusBar 21242 21243 The virtual table for the QStatusBar class is described by 21244 Table 8-198 21245 21246 Table 8-198. Primary vtable for QStatusBar 21247 Base Offset 0 21248 Virtual Base Offset 0 21249 RTTI typeinfo for QStatusBar 21250 vfunc[0]: NULL or QStatusBar::metaObject() const 21251 vfunc[1]: QStatusBar::className() const 21252 vfunc[2]: QStatusBar::qt_cast(char const*) 21253 vfunc[3]: QStatusBar::qt_invoke(int, QUObject*) 21254 vfunc[4]: QStatusBar::qt_emit(int, QUObject*) 21255 vfunc[5]: QStatusBar::qt_property(int, int, QVariant*) 21256 vfunc[6]: QStatusBar::~QStatusBar() 21257 vfunc[7]: QStatusBar::~QStatusBar() 21258 vfunc[8]: QStatusBar::event(QEvent*) 21259 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 21260 vfunc[10]: QWidget::setName(char const*) 21261 vfunc[11]: QObject::insertChild(QObject*) 21262 vfunc[12]: QObject::removeChild(QObject*) 21263 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 21264 vfunc[14]: QObject::property(char const*) const 21265 vfunc[15]: QObject::timerEvent(QTimerEvent*) 21266 vfunc[16]: QObject::childEvent(QChildEvent*) 21267 vfunc[17]: QObject::customEvent(QCustomEvent*) 21268 vfunc[18]: QObject::connectNotify(char const*) 21269 vfunc[19]: QObject::disconnectNotify(char const*) 21270 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 21271 const*, char const*) 21272 vfunc[21]: QWidget::setEnabled(bool) 21273 vfunc[22]: QWidget::setMinimumSize(int, int) 21274 vfunc[23]: QWidget::setMaximumSize(int, int) 21275 vfunc[24]: QWidget::setSizeIncrement(int, int) 21276 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 21277 vfunc[26]: QWidget::setEraseColor(QColor const&) 21278 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 21279 vfunc[28]: QWidget::setPalette(QPalette const&) 21280 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 21281 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 21282 vfunc[31]: QWidget::setFont(QFont const&) 21283 vfunc[32]: QWidget::setCursor(QCursor const&) 21284 vfunc[33]: QWidget::unsetCursor() 21285 vfunc[34]: QWidget::setMask(QBitmap const&) 21286 vfunc[35]: QWidget::setMask(QRegion const&) 21287 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 21288 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 21289 vfunc[38]: QWidget::setCaption(QString const&) 21290 vfunc[39]: QWidget::setIcon(QPixmap const&) 21291 vfunc[40]: QWidget::setIconText(QString const&) 21292 vfunc[41]: QWidget::setMouseTracking(bool) 21293 vfunc[42]: QWidget::setFocus() 21294 vfunc[43]: QWidget::setActiveWindow() 21295 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 21296 vfunc[45]: QWidget::setFocusProxy(QWidget*) 21297 vfunc[46]: QWidget::setUpdatesEnabled(bool) 21298 vfunc[47]: QWidget::show() 21299 vfunc[48]: QWidget::hide() 21300 vfunc[49]: QWidget::showMinimized() 21301 vfunc[50]: QWidget::showMaximized() 21302 vfunc[51]: QWidget::showNormal() 21303 vfunc[52]: QWidget::polish() 21304 vfunc[53]: QWidget::move(int, int) 21305 vfunc[54]: QWidget::resize(int, int) 21306 vfunc[55]: QWidget::setGeometry(int, int, int, int) 21307 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 21308 vfunc[57]: QWidget::close(bool) 21309 vfunc[58]: QWidget::sizeHint() const 21310 vfunc[59]: QWidget::minimumSizeHint() const 21311 vfunc[60]: QWidget::sizePolicy() const 21312 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 21313 vfunc[62]: QWidget::heightForWidth(int) const 21314 vfunc[63]: QWidget::adjustSize() 21315 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 21316 const&, bool) 21317 vfunc[65]: QWidget::setAcceptDrops(bool) 21318 vfunc[66]: QWidget::setAutoMask(bool) 21319 vfunc[67]: 21320 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 21321 vfunc[68]: QWidget::customWhatsThis() const 21322 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 21323 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 21324 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 21325 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 21326 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 21327 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 21328 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 21329 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 21330 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 21331 vfunc[78]: QWidget::enterEvent(QEvent*) 21332 vfunc[79]: QWidget::leaveEvent(QEvent*) 21333 vfunc[80]: QStatusBar::paintEvent(QPaintEvent*) 21334 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 21335 vfunc[82]: QStatusBar::resizeEvent(QResizeEvent*) 21336 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 21337 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 21338 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 21339 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 21340 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 21341 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 21342 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 21343 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 21344 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 21345 vfunc[92]: QWidget::dropEvent(QDropEvent*) 21346 vfunc[93]: QWidget::showEvent(QShowEvent*) 21347 vfunc[94]: QWidget::hideEvent(QHideEvent*) 21348 vfunc[95]: QWidget::x11Event(_XEvent*) 21349 vfunc[96]: QWidget::updateMask() 21350 vfunc[97]: QWidget::styleChange(QStyle&) 21351 vfunc[98]: QWidget::enabledChange(bool) 21352 vfunc[99]: QWidget::paletteChange(QPalette const&) 21353 vfunc[100]: QWidget::fontChange(QFont const&) 21354 vfunc[101]: QWidget::windowActivationChange(bool) 21355 vfunc[102]: QWidget::metric(int) const 21356 vfunc[103]: QWidget::create(unsigned long, bool, bool) 21357 vfunc[104]: QWidget::destroy(bool, bool) 21358 vfunc[105]: NULL or QWidget::setWState(unsigned int) 21359 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 21360 vfunc[107]: QWidget::focusNextPrevChild(bool) 21361 vfunc[108]: QWidget::setKeyCompression(bool) 21362 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 21363 bool, QFont*) 21364 vfunc[110]: QStatusBar::addWidget(QWidget*, int, bool) 21365 vfunc[111]: QStatusBar::removeWidget(QWidget*) 21366 21367 Table 8-199. Secondary vtable for QStatusBar 21368 Base Offset -80 21369 Virtual Base Offset 0 21370 RTTI typeinfo for QStatusBar 21371 vfunc[0]: non-virtual thunk to QStatusBar::~QStatusBar() 21372 vfunc[1]: non-virtual thunk to QStatusBar::~QStatusBar() 21373 vfunc[2]: QPaintDevice::setResolution(int) 21374 vfunc[3]: QPaintDevice::resolution() const 21375 vfunc[4]: QPaintDevice::handle() const 21376 vfunc[5]: QPaintDevice::x11RenderHandle() const 21377 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 21378 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 21379 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 21380 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 21381 const 21382 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 21383 21384 The Run Time Type Information for the QStatusBar class is 21385 described by Table 8-200 21386 21387 Table 8-200. typeinfo for QStatusBar 21388 Base Vtable vtable for __cxxabiv1::__si_class_type_info 21389 Name typeinfo name for QStatusBar 21390 basetype: typeinfo for QWidget 21391 __________________________________________________________ 21392 21393 8.2.21.4. Class data for QSizeGrip 21394 21395 The virtual table for the QSizeGrip class is described by Table 21396 8-201 21397 21398 Table 8-201. Primary vtable for QSizeGrip 21399 Base Offset 0 21400 Virtual Base Offset 0 21401 RTTI typeinfo for QSizeGrip 21402 vfunc[0]: NULL or QSizeGrip::metaObject() const 21403 vfunc[1]: QSizeGrip::className() const 21404 vfunc[2]: QSizeGrip::qt_cast(char const*) 21405 vfunc[3]: QSizeGrip::qt_invoke(int, QUObject*) 21406 vfunc[4]: QSizeGrip::qt_emit(int, QUObject*) 21407 vfunc[5]: QSizeGrip::qt_property(int, int, QVariant*) 21408 vfunc[6]: QSizeGrip::~QSizeGrip() 21409 vfunc[7]: QSizeGrip::~QSizeGrip() 21410 vfunc[8]: QWidget::event(QEvent*) 21411 vfunc[9]: QSizeGrip::eventFilter(QObject*, QEvent*) 21412 vfunc[10]: QWidget::setName(char const*) 21413 vfunc[11]: QObject::insertChild(QObject*) 21414 vfunc[12]: QObject::removeChild(QObject*) 21415 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 21416 vfunc[14]: QObject::property(char const*) const 21417 vfunc[15]: QObject::timerEvent(QTimerEvent*) 21418 vfunc[16]: QObject::childEvent(QChildEvent*) 21419 vfunc[17]: QObject::customEvent(QCustomEvent*) 21420 vfunc[18]: QObject::connectNotify(char const*) 21421 vfunc[19]: QObject::disconnectNotify(char const*) 21422 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 21423 const*, char const*) 21424 vfunc[21]: QWidget::setEnabled(bool) 21425 vfunc[22]: QWidget::setMinimumSize(int, int) 21426 vfunc[23]: QWidget::setMaximumSize(int, int) 21427 vfunc[24]: QWidget::setSizeIncrement(int, int) 21428 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 21429 vfunc[26]: QWidget::setEraseColor(QColor const&) 21430 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 21431 vfunc[28]: QWidget::setPalette(QPalette const&) 21432 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 21433 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 21434 vfunc[31]: QWidget::setFont(QFont const&) 21435 vfunc[32]: QWidget::setCursor(QCursor const&) 21436 vfunc[33]: QWidget::unsetCursor() 21437 vfunc[34]: QWidget::setMask(QBitmap const&) 21438 vfunc[35]: QWidget::setMask(QRegion const&) 21439 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 21440 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 21441 vfunc[38]: QWidget::setCaption(QString const&) 21442 vfunc[39]: QWidget::setIcon(QPixmap const&) 21443 vfunc[40]: QWidget::setIconText(QString const&) 21444 vfunc[41]: QWidget::setMouseTracking(bool) 21445 vfunc[42]: QWidget::setFocus() 21446 vfunc[43]: QWidget::setActiveWindow() 21447 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 21448 vfunc[45]: QWidget::setFocusProxy(QWidget*) 21449 vfunc[46]: QWidget::setUpdatesEnabled(bool) 21450 vfunc[47]: QWidget::show() 21451 vfunc[48]: QWidget::hide() 21452 vfunc[49]: QWidget::showMinimized() 21453 vfunc[50]: QWidget::showMaximized() 21454 vfunc[51]: QWidget::showNormal() 21455 vfunc[52]: QWidget::polish() 21456 vfunc[53]: QWidget::move(int, int) 21457 vfunc[54]: QWidget::resize(int, int) 21458 vfunc[55]: QWidget::setGeometry(int, int, int, int) 21459 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 21460 vfunc[57]: QWidget::close(bool) 21461 vfunc[58]: QSizeGrip::sizeHint() const 21462 vfunc[59]: QWidget::minimumSizeHint() const 21463 vfunc[60]: QWidget::sizePolicy() const 21464 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 21465 vfunc[62]: QWidget::heightForWidth(int) const 21466 vfunc[63]: QWidget::adjustSize() 21467 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 21468 const&, bool) 21469 vfunc[65]: QWidget::setAcceptDrops(bool) 21470 vfunc[66]: QWidget::setAutoMask(bool) 21471 vfunc[67]: 21472 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 21473 vfunc[68]: QWidget::customWhatsThis() const 21474 vfunc[69]: QSizeGrip::mousePressEvent(QMouseEvent*) 21475 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 21476 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 21477 vfunc[72]: QSizeGrip::mouseMoveEvent(QMouseEvent*) 21478 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 21479 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 21480 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 21481 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 21482 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 21483 vfunc[78]: QWidget::enterEvent(QEvent*) 21484 vfunc[79]: QWidget::leaveEvent(QEvent*) 21485 vfunc[80]: QSizeGrip::paintEvent(QPaintEvent*) 21486 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 21487 vfunc[82]: QWidget::resizeEvent(QResizeEvent*) 21488 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 21489 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 21490 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 21491 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 21492 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 21493 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 21494 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 21495 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 21496 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 21497 vfunc[92]: QWidget::dropEvent(QDropEvent*) 21498 vfunc[93]: QWidget::showEvent(QShowEvent*) 21499 vfunc[94]: QWidget::hideEvent(QHideEvent*) 21500 vfunc[95]: QWidget::x11Event(_XEvent*) 21501 vfunc[96]: QWidget::updateMask() 21502 vfunc[97]: QWidget::styleChange(QStyle&) 21503 vfunc[98]: QWidget::enabledChange(bool) 21504 vfunc[99]: QWidget::paletteChange(QPalette const&) 21505 vfunc[100]: QWidget::fontChange(QFont const&) 21506 vfunc[101]: QWidget::windowActivationChange(bool) 21507 vfunc[102]: QWidget::metric(int) const 21508 vfunc[103]: QWidget::create(unsigned long, bool, bool) 21509 vfunc[104]: QWidget::destroy(bool, bool) 21510 vfunc[105]: NULL or QWidget::setWState(unsigned int) 21511 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 21512 vfunc[107]: QWidget::focusNextPrevChild(bool) 21513 vfunc[108]: QWidget::setKeyCompression(bool) 21514 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 21515 bool, QFont*) 21516 21517 Table 8-202. Secondary vtable for QSizeGrip 21518 Base Offset -80 21519 Virtual Base Offset 0 21520 RTTI typeinfo for QSizeGrip 21521 vfunc[0]: non-virtual thunk to QSizeGrip::~QSizeGrip() 21522 vfunc[1]: non-virtual thunk to QSizeGrip::~QSizeGrip() 21523 vfunc[2]: QPaintDevice::setResolution(int) 21524 vfunc[3]: QPaintDevice::resolution() const 21525 vfunc[4]: QPaintDevice::handle() const 21526 vfunc[5]: QPaintDevice::x11RenderHandle() const 21527 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 21528 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 21529 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 21530 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 21531 const 21532 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 21533 21534 The Run Time Type Information for the QSizeGrip class is 21535 described by Table 8-203 21536 21537 Table 8-203. typeinfo for QSizeGrip 21538 Base Vtable vtable for __cxxabiv1::__si_class_type_info 21539 Name typeinfo name for QSizeGrip 21540 basetype: typeinfo for QWidget 21541 __________________________________________________________ 21542 21543 8.2.21.5. Class data for QSessionManager 21544 21545 The virtual table for the QSessionManager class is described in 21546 the generic part of this specification. 21547 21548 The Run Time Type Information for the QSessionManager class is 21549 described by Table 8-204 21550 21551 Table 8-204. typeinfo for QSessionManager 21552 Base Vtable vtable for __cxxabiv1::__si_class_type_info 21553 Name typeinfo name for QSessionManager 21554 basetype: typeinfo for QObject 21555 __________________________________________________________ 21556 21557 8.2.21.6. Class data for QApplication 21558 21559 The virtual table for the QApplication class is described in 21560 the generic part of this specification. 21561 21562 The Run Time Type Information for the QApplication class is 21563 described by Table 8-205 21564 21565 Table 8-205. typeinfo for QApplication 21566 Base Vtable vtable for __cxxabiv1::__si_class_type_info 21567 Name typeinfo name for QApplication 21568 basetype: typeinfo for QObject 21569 __________________________________________________________ 21570 21571 8.2.21.7. Class data for QWorkspace 21572 21573 The virtual table for the QWorkspace class is described by 21574 Table 8-206 21575 21576 Table 8-206. Primary vtable for QWorkspace 21577 Base Offset 0 21578 Virtual Base Offset 0 21579 RTTI typeinfo for QWorkspace 21580 vfunc[0]: NULL or QWorkspace::metaObject() const 21581 vfunc[1]: QWorkspace::className() const 21582 vfunc[2]: QWorkspace::qt_cast(char const*) 21583 vfunc[3]: QWorkspace::qt_invoke(int, QUObject*) 21584 vfunc[4]: QWorkspace::qt_emit(int, QUObject*) 21585 vfunc[5]: QWorkspace::qt_property(int, int, QVariant*) 21586 vfunc[6]: QWorkspace::~QWorkspace() 21587 vfunc[7]: QWorkspace::~QWorkspace() 21588 vfunc[8]: QWidget::event(QEvent*) 21589 vfunc[9]: QWorkspace::eventFilter(QObject*, QEvent*) 21590 vfunc[10]: QWidget::setName(char const*) 21591 vfunc[11]: QObject::insertChild(QObject*) 21592 vfunc[12]: QObject::removeChild(QObject*) 21593 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 21594 vfunc[14]: QObject::property(char const*) const 21595 vfunc[15]: QObject::timerEvent(QTimerEvent*) 21596 vfunc[16]: QWorkspace::childEvent(QChildEvent*) 21597 vfunc[17]: QObject::customEvent(QCustomEvent*) 21598 vfunc[18]: QObject::connectNotify(char const*) 21599 vfunc[19]: QObject::disconnectNotify(char const*) 21600 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 21601 const*, char const*) 21602 vfunc[21]: QWidget::setEnabled(bool) 21603 vfunc[22]: QWidget::setMinimumSize(int, int) 21604 vfunc[23]: QWidget::setMaximumSize(int, int) 21605 vfunc[24]: QWidget::setSizeIncrement(int, int) 21606 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 21607 vfunc[26]: QWidget::setEraseColor(QColor const&) 21608 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 21609 vfunc[28]: QWidget::setPalette(QPalette const&) 21610 vfunc[29]: QWorkspace::setPaletteBackgroundColor(QColor const&) 21611 vfunc[30]: QWorkspace::setPaletteBackgroundPixmap(QPixmap 21612 const&) 21613 vfunc[31]: QWidget::setFont(QFont const&) 21614 vfunc[32]: QWidget::setCursor(QCursor const&) 21615 vfunc[33]: QWidget::unsetCursor() 21616 vfunc[34]: QWidget::setMask(QBitmap const&) 21617 vfunc[35]: QWidget::setMask(QRegion const&) 21618 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 21619 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 21620 vfunc[38]: QWidget::setCaption(QString const&) 21621 vfunc[39]: QWidget::setIcon(QPixmap const&) 21622 vfunc[40]: QWidget::setIconText(QString const&) 21623 vfunc[41]: QWidget::setMouseTracking(bool) 21624 vfunc[42]: QWidget::setFocus() 21625 vfunc[43]: QWidget::setActiveWindow() 21626 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 21627 vfunc[45]: QWidget::setFocusProxy(QWidget*) 21628 vfunc[46]: QWidget::setUpdatesEnabled(bool) 21629 vfunc[47]: QWidget::show() 21630 vfunc[48]: QWidget::hide() 21631 vfunc[49]: QWidget::showMinimized() 21632 vfunc[50]: QWidget::showMaximized() 21633 vfunc[51]: QWidget::showNormal() 21634 vfunc[52]: QWidget::polish() 21635 vfunc[53]: QWidget::move(int, int) 21636 vfunc[54]: QWidget::resize(int, int) 21637 vfunc[55]: QWidget::setGeometry(int, int, int, int) 21638 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 21639 vfunc[57]: QWidget::close(bool) 21640 vfunc[58]: QWorkspace::sizeHint() const 21641 vfunc[59]: QWidget::minimumSizeHint() const 21642 vfunc[60]: QWidget::sizePolicy() const 21643 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 21644 vfunc[62]: QWidget::heightForWidth(int) const 21645 vfunc[63]: QWidget::adjustSize() 21646 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 21647 const&, bool) 21648 vfunc[65]: QWidget::setAcceptDrops(bool) 21649 vfunc[66]: QWidget::setAutoMask(bool) 21650 vfunc[67]: 21651 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 21652 vfunc[68]: QWidget::customWhatsThis() const 21653 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 21654 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 21655 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 21656 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 21657 vfunc[73]: QWorkspace::wheelEvent(QWheelEvent*) 21658 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 21659 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 21660 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 21661 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 21662 vfunc[78]: QWidget::enterEvent(QEvent*) 21663 vfunc[79]: QWidget::leaveEvent(QEvent*) 21664 vfunc[80]: QWidget::paintEvent(QPaintEvent*) 21665 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 21666 vfunc[82]: QWorkspace::resizeEvent(QResizeEvent*) 21667 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 21668 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 21669 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 21670 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 21671 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 21672 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 21673 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 21674 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 21675 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 21676 vfunc[92]: QWidget::dropEvent(QDropEvent*) 21677 vfunc[93]: QWorkspace::showEvent(QShowEvent*) 21678 vfunc[94]: QWorkspace::hideEvent(QHideEvent*) 21679 vfunc[95]: QWidget::x11Event(_XEvent*) 21680 vfunc[96]: QWidget::updateMask() 21681 vfunc[97]: QWorkspace::styleChange(QStyle&) 21682 vfunc[98]: QWidget::enabledChange(bool) 21683 vfunc[99]: QWidget::paletteChange(QPalette const&) 21684 vfunc[100]: QWidget::fontChange(QFont const&) 21685 vfunc[101]: QWidget::windowActivationChange(bool) 21686 vfunc[102]: QWidget::metric(int) const 21687 vfunc[103]: QWidget::create(unsigned long, bool, bool) 21688 vfunc[104]: QWidget::destroy(bool, bool) 21689 vfunc[105]: NULL or QWidget::setWState(unsigned int) 21690 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 21691 vfunc[107]: QWidget::focusNextPrevChild(bool) 21692 vfunc[108]: QWidget::setKeyCompression(bool) 21693 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 21694 bool, QFont*) 21695 21696 Table 8-207. Secondary vtable for QWorkspace 21697 Base Offset -80 21698 Virtual Base Offset 0 21699 RTTI typeinfo for QWorkspace 21700 vfunc[0]: non-virtual thunk to QWorkspace::~QWorkspace() 21701 vfunc[1]: non-virtual thunk to QWorkspace::~QWorkspace() 21702 vfunc[2]: QPaintDevice::setResolution(int) 21703 vfunc[3]: QPaintDevice::resolution() const 21704 vfunc[4]: QPaintDevice::handle() const 21705 vfunc[5]: QPaintDevice::x11RenderHandle() const 21706 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 21707 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 21708 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 21709 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 21710 const 21711 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 21712 21713 The Run Time Type Information for the QWorkspace class is 21714 described by Table 8-208 21715 21716 Table 8-208. typeinfo for QWorkspace 21717 Base Vtable vtable for __cxxabiv1::__si_class_type_info 21718 Name typeinfo name for QWorkspace 21719 basetype: typeinfo for QWidget 21720 __________________________________________________________ 21721 21722 8.2.21.8. Class data for QAction 21723 21724 The virtual table for the QAction class is described in the 21725 generic part of this specification. 21726 21727 The Run Time Type Information for the QAction class is 21728 described by Table 8-209 21729 21730 Table 8-209. typeinfo for QAction 21731 Base Vtable vtable for __cxxabiv1::__si_class_type_info 21732 Name typeinfo name for QAction 21733 basetype: typeinfo for QObject 21734 __________________________________________________________ 21735 21736 8.2.21.9. Interfaces for Qt3 Main Window and Application 21737 21738 An LSB conforming implementation shall provide the architecture 21739 specific functions for Qt3 Main Window and Application 21740 specified in Table 8-210, with the full mandatory functionality 21741 as described in the referenced underlying specification. 21742 21743 Table 8-210. libqt-mt - Qt3 Main Window and Application 21744 Function Interfaces 21745 _ZThn80_N10QStatusBarD0Ev [CXXABI-1.86] 21746 _ZThn80_N10QStatusBarD1Ev [CXXABI-1.86] 21747 _ZThn80_N10QWorkspaceD0Ev [CXXABI-1.86] 21748 _ZThn80_N10QWorkspaceD1Ev [CXXABI-1.86] 21749 _ZThn80_N8QToolBarD0Ev [CXXABI-1.86] _ZThn80_N8QToolBarD1Ev 21750 [CXXABI-1.86] 21751 _ZThn80_N9QSizeGripD0Ev [CXXABI-1.86] _ZThn80_N9QSizeGripD1Ev 21752 [CXXABI-1.86] 21753 _ZThn80_N9QTitleBarD0Ev [CXXABI-1.86] _ZThn80_N9QTitleBarD1Ev 21754 [CXXABI-1.86] 21755 __________________________________________________________ 21756 21757 8.2.22. Qt3 Widgets 21758 __________________________________________________________ 21759 21760 8.2.22.1. Class data for QFrame 21761 21762 The virtual table for the QFrame class is described by Table 21763 8-211 21764 21765 Table 8-211. Primary vtable for QFrame 21766 Base Offset 0 21767 Virtual Base Offset 0 21768 RTTI typeinfo for QFrame 21769 vfunc[0]: NULL or QFrame::metaObject() const 21770 vfunc[1]: QFrame::className() const 21771 vfunc[2]: QFrame::qt_cast(char const*) 21772 vfunc[3]: QFrame::qt_invoke(int, QUObject*) 21773 vfunc[4]: QFrame::qt_emit(int, QUObject*) 21774 vfunc[5]: QFrame::qt_property(int, int, QVariant*) 21775 vfunc[6]: NULL or QFrame::~QFrame() 21776 vfunc[7]: NULL or QFrame::~QFrame() 21777 vfunc[8]: QWidget::event(QEvent*) 21778 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 21779 vfunc[10]: QWidget::setName(char const*) 21780 vfunc[11]: QObject::insertChild(QObject*) 21781 vfunc[12]: QObject::removeChild(QObject*) 21782 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 21783 vfunc[14]: QObject::property(char const*) const 21784 vfunc[15]: QObject::timerEvent(QTimerEvent*) 21785 vfunc[16]: QObject::childEvent(QChildEvent*) 21786 vfunc[17]: QObject::customEvent(QCustomEvent*) 21787 vfunc[18]: QObject::connectNotify(char const*) 21788 vfunc[19]: QObject::disconnectNotify(char const*) 21789 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 21790 const*, char const*) 21791 vfunc[21]: QWidget::setEnabled(bool) 21792 vfunc[22]: QWidget::setMinimumSize(int, int) 21793 vfunc[23]: QWidget::setMaximumSize(int, int) 21794 vfunc[24]: QWidget::setSizeIncrement(int, int) 21795 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 21796 vfunc[26]: QWidget::setEraseColor(QColor const&) 21797 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 21798 vfunc[28]: QWidget::setPalette(QPalette const&) 21799 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 21800 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 21801 vfunc[31]: QWidget::setFont(QFont const&) 21802 vfunc[32]: QWidget::setCursor(QCursor const&) 21803 vfunc[33]: QWidget::unsetCursor() 21804 vfunc[34]: QWidget::setMask(QBitmap const&) 21805 vfunc[35]: QWidget::setMask(QRegion const&) 21806 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 21807 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 21808 vfunc[38]: QWidget::setCaption(QString const&) 21809 vfunc[39]: QWidget::setIcon(QPixmap const&) 21810 vfunc[40]: QWidget::setIconText(QString const&) 21811 vfunc[41]: QWidget::setMouseTracking(bool) 21812 vfunc[42]: QWidget::setFocus() 21813 vfunc[43]: QWidget::setActiveWindow() 21814 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 21815 vfunc[45]: QWidget::setFocusProxy(QWidget*) 21816 vfunc[46]: QWidget::setUpdatesEnabled(bool) 21817 vfunc[47]: QWidget::show() 21818 vfunc[48]: QWidget::hide() 21819 vfunc[49]: QWidget::showMinimized() 21820 vfunc[50]: QWidget::showMaximized() 21821 vfunc[51]: QWidget::showNormal() 21822 vfunc[52]: QWidget::polish() 21823 vfunc[53]: QWidget::move(int, int) 21824 vfunc[54]: QWidget::resize(int, int) 21825 vfunc[55]: QWidget::setGeometry(int, int, int, int) 21826 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 21827 vfunc[57]: QWidget::close(bool) 21828 vfunc[58]: QFrame::sizeHint() const 21829 vfunc[59]: QWidget::minimumSizeHint() const 21830 vfunc[60]: QWidget::sizePolicy() const 21831 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 21832 vfunc[62]: QWidget::heightForWidth(int) const 21833 vfunc[63]: QWidget::adjustSize() 21834 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 21835 const&, bool) 21836 vfunc[65]: QWidget::setAcceptDrops(bool) 21837 vfunc[66]: QWidget::setAutoMask(bool) 21838 vfunc[67]: 21839 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 21840 vfunc[68]: QWidget::customWhatsThis() const 21841 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 21842 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 21843 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 21844 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 21845 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 21846 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 21847 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 21848 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 21849 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 21850 vfunc[78]: QWidget::enterEvent(QEvent*) 21851 vfunc[79]: QWidget::leaveEvent(QEvent*) 21852 vfunc[80]: QFrame::paintEvent(QPaintEvent*) 21853 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 21854 vfunc[82]: QFrame::resizeEvent(QResizeEvent*) 21855 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 21856 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 21857 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 21858 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 21859 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 21860 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 21861 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 21862 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 21863 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 21864 vfunc[92]: QWidget::dropEvent(QDropEvent*) 21865 vfunc[93]: QWidget::showEvent(QShowEvent*) 21866 vfunc[94]: QWidget::hideEvent(QHideEvent*) 21867 vfunc[95]: QWidget::x11Event(_XEvent*) 21868 vfunc[96]: QWidget::updateMask() 21869 vfunc[97]: QFrame::styleChange(QStyle&) 21870 vfunc[98]: QWidget::enabledChange(bool) 21871 vfunc[99]: QWidget::paletteChange(QPalette const&) 21872 vfunc[100]: QWidget::fontChange(QFont const&) 21873 vfunc[101]: QWidget::windowActivationChange(bool) 21874 vfunc[102]: QWidget::metric(int) const 21875 vfunc[103]: QWidget::create(unsigned long, bool, bool) 21876 vfunc[104]: QWidget::destroy(bool, bool) 21877 vfunc[105]: NULL or QWidget::setWState(unsigned int) 21878 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 21879 vfunc[107]: QWidget::focusNextPrevChild(bool) 21880 vfunc[108]: QWidget::setKeyCompression(bool) 21881 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 21882 bool, QFont*) 21883 vfunc[110]: QFrame::setFrameStyle(int) 21884 vfunc[111]: QFrame::setLineWidth(int) 21885 vfunc[112]: QFrame::setMargin(int) 21886 vfunc[113]: QFrame::setMidLineWidth(int) 21887 vfunc[114]: QFrame::setFrameRect(QRect const&) 21888 vfunc[115]: QFrame::drawFrame(QPainter*) 21889 vfunc[116]: QFrame::drawContents(QPainter*) 21890 vfunc[117]: QFrame::frameChanged() 21891 21892 Table 8-212. Secondary vtable for QFrame 21893 Base Offset -80 21894 Virtual Base Offset 0 21895 RTTI typeinfo for QFrame 21896 vfunc[0]: non-virtual thunk to QFrame::~QFrame() 21897 vfunc[1]: non-virtual thunk to QFrame::~QFrame() 21898 vfunc[2]: QPaintDevice::setResolution(int) 21899 vfunc[3]: QPaintDevice::resolution() const 21900 vfunc[4]: QPaintDevice::handle() const 21901 vfunc[5]: QPaintDevice::x11RenderHandle() const 21902 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 21903 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 21904 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 21905 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 21906 const 21907 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 21908 21909 The Run Time Type Information for the QFrame class is described 21910 by Table 8-213 21911 21912 Table 8-213. typeinfo for QFrame 21913 Base Vtable vtable for __cxxabiv1::__si_class_type_info 21914 Name typeinfo name for QFrame 21915 basetype: typeinfo for QWidget 21916 __________________________________________________________ 21917 21918 8.2.22.2. Class data for QScrollView 21919 21920 The virtual table for the QScrollView class is described by 21921 Table 8-214 21922 21923 Table 8-214. Primary vtable for QScrollView 21924 Base Offset 0 21925 Virtual Base Offset 0 21926 RTTI typeinfo for QScrollView 21927 vfunc[0]: NULL or QScrollView::metaObject() const 21928 vfunc[1]: QScrollView::className() const 21929 vfunc[2]: QScrollView::qt_cast(char const*) 21930 vfunc[3]: QScrollView::qt_invoke(int, QUObject*) 21931 vfunc[4]: QScrollView::qt_emit(int, QUObject*) 21932 vfunc[5]: QScrollView::qt_property(int, int, QVariant*) 21933 vfunc[6]: QScrollView::~QScrollView() 21934 vfunc[7]: QScrollView::~QScrollView() 21935 vfunc[8]: QWidget::event(QEvent*) 21936 vfunc[9]: QScrollView::eventFilter(QObject*, QEvent*) 21937 vfunc[10]: QWidget::setName(char const*) 21938 vfunc[11]: QObject::insertChild(QObject*) 21939 vfunc[12]: QScrollView::removeChild(QObject*) 21940 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 21941 vfunc[14]: QObject::property(char const*) const 21942 vfunc[15]: QObject::timerEvent(QTimerEvent*) 21943 vfunc[16]: QObject::childEvent(QChildEvent*) 21944 vfunc[17]: QObject::customEvent(QCustomEvent*) 21945 vfunc[18]: QObject::connectNotify(char const*) 21946 vfunc[19]: QObject::disconnectNotify(char const*) 21947 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 21948 const*, char const*) 21949 vfunc[21]: QScrollView::setEnabled(bool) 21950 vfunc[22]: QWidget::setMinimumSize(int, int) 21951 vfunc[23]: QWidget::setMaximumSize(int, int) 21952 vfunc[24]: QWidget::setSizeIncrement(int, int) 21953 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 21954 vfunc[26]: QWidget::setEraseColor(QColor const&) 21955 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 21956 vfunc[28]: QWidget::setPalette(QPalette const&) 21957 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 21958 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 21959 vfunc[31]: QWidget::setFont(QFont const&) 21960 vfunc[32]: QWidget::setCursor(QCursor const&) 21961 vfunc[33]: QWidget::unsetCursor() 21962 vfunc[34]: QWidget::setMask(QBitmap const&) 21963 vfunc[35]: QWidget::setMask(QRegion const&) 21964 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 21965 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 21966 vfunc[38]: QWidget::setCaption(QString const&) 21967 vfunc[39]: QWidget::setIcon(QPixmap const&) 21968 vfunc[40]: QWidget::setIconText(QString const&) 21969 vfunc[41]: QWidget::setMouseTracking(bool) 21970 vfunc[42]: QWidget::setFocus() 21971 vfunc[43]: QWidget::setActiveWindow() 21972 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 21973 vfunc[45]: QWidget::setFocusProxy(QWidget*) 21974 vfunc[46]: QWidget::setUpdatesEnabled(bool) 21975 vfunc[47]: QScrollView::show() 21976 vfunc[48]: QWidget::hide() 21977 vfunc[49]: QWidget::showMinimized() 21978 vfunc[50]: QWidget::showMaximized() 21979 vfunc[51]: QWidget::showNormal() 21980 vfunc[52]: QWidget::polish() 21981 vfunc[53]: QWidget::move(int, int) 21982 vfunc[54]: QScrollView::resize(int, int) 21983 vfunc[55]: QWidget::setGeometry(int, int, int, int) 21984 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 21985 vfunc[57]: QWidget::close(bool) 21986 vfunc[58]: QScrollView::sizeHint() const 21987 vfunc[59]: QScrollView::minimumSizeHint() const 21988 vfunc[60]: QWidget::sizePolicy() const 21989 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 21990 vfunc[62]: QWidget::heightForWidth(int) const 21991 vfunc[63]: QWidget::adjustSize() 21992 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 21993 const&, bool) 21994 vfunc[65]: QWidget::setAcceptDrops(bool) 21995 vfunc[66]: QWidget::setAutoMask(bool) 21996 vfunc[67]: 21997 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 21998 vfunc[68]: QWidget::customWhatsThis() const 21999 vfunc[69]: QScrollView::mousePressEvent(QMouseEvent*) 22000 vfunc[70]: QScrollView::mouseReleaseEvent(QMouseEvent*) 22001 vfunc[71]: QScrollView::mouseDoubleClickEvent(QMouseEvent*) 22002 vfunc[72]: QScrollView::mouseMoveEvent(QMouseEvent*) 22003 vfunc[73]: QScrollView::wheelEvent(QWheelEvent*) 22004 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 22005 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 22006 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 22007 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 22008 vfunc[78]: QWidget::enterEvent(QEvent*) 22009 vfunc[79]: QWidget::leaveEvent(QEvent*) 22010 vfunc[80]: QFrame::paintEvent(QPaintEvent*) 22011 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 22012 vfunc[82]: QScrollView::resizeEvent(QResizeEvent*) 22013 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 22014 vfunc[84]: QScrollView::contextMenuEvent(QContextMenuEvent*) 22015 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 22016 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 22017 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 22018 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 22019 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 22020 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 22021 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 22022 vfunc[92]: QWidget::dropEvent(QDropEvent*) 22023 vfunc[93]: QWidget::showEvent(QShowEvent*) 22024 vfunc[94]: QWidget::hideEvent(QHideEvent*) 22025 vfunc[95]: QWidget::x11Event(_XEvent*) 22026 vfunc[96]: QWidget::updateMask() 22027 vfunc[97]: QScrollView::styleChange(QStyle&) 22028 vfunc[98]: QWidget::enabledChange(bool) 22029 vfunc[99]: QWidget::paletteChange(QPalette const&) 22030 vfunc[100]: QScrollView::fontChange(QFont const&) 22031 vfunc[101]: QWidget::windowActivationChange(bool) 22032 vfunc[102]: QWidget::metric(int) const 22033 vfunc[103]: QWidget::create(unsigned long, bool, bool) 22034 vfunc[104]: QWidget::destroy(bool, bool) 22035 vfunc[105]: NULL or QWidget::setWState(unsigned int) 22036 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 22037 vfunc[107]: QScrollView::focusNextPrevChild(bool) 22038 vfunc[108]: QWidget::setKeyCompression(bool) 22039 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 22040 bool, QFont*) 22041 vfunc[110]: QFrame::setFrameStyle(int) 22042 vfunc[111]: QFrame::setLineWidth(int) 22043 vfunc[112]: QFrame::setMargin(int) 22044 vfunc[113]: QFrame::setMidLineWidth(int) 22045 vfunc[114]: QFrame::setFrameRect(QRect const&) 22046 vfunc[115]: QFrame::drawFrame(QPainter*) 22047 vfunc[116]: QScrollView::drawContents(QPainter*) 22048 vfunc[117]: QScrollView::frameChanged() 22049 vfunc[118]: 22050 QScrollView::setResizePolicy(QScrollView::ResizePolicy) 22051 vfunc[119]: QScrollView::addChild(QWidget*, int, int) 22052 vfunc[120]: QScrollView::moveChild(QWidget*, int, int) 22053 vfunc[121]: 22054 QScrollView::setVScrollBarMode(QScrollView::ScrollBarMode) 22055 vfunc[122]: 22056 QScrollView::setHScrollBarMode(QScrollView::ScrollBarMode) 22057 vfunc[123]: QScrollView::setCornerWidget(QWidget*) 22058 vfunc[124]: QScrollView::setDragAutoScroll(bool) 22059 vfunc[125]: QScrollView::resizeContents(int, int) 22060 vfunc[126]: QScrollView::setContentsPos(int, int) 22061 vfunc[127]: QScrollView::drawContents(QPainter*, int, int, int, 22062 int) 22063 vfunc[128]: QScrollView::drawContentsOffset(QPainter*, int, 22064 int, int, int, int, int) 22065 vfunc[129]: QScrollView::contentsMousePressEvent(QMouseEvent*) 22066 vfunc[130]: 22067 QScrollView::contentsMouseReleaseEvent(QMouseEvent*) 22068 vfunc[131]: 22069 QScrollView::contentsMouseDoubleClickEvent(QMouseEvent*) 22070 vfunc[132]: QScrollView::contentsMouseMoveEvent(QMouseEvent*) 22071 vfunc[133]: 22072 QScrollView::contentsDragEnterEvent(QDragEnterEvent*) 22073 vfunc[134]: QScrollView::contentsDragMoveEvent(QDragMoveEvent*) 22074 vfunc[135]: 22075 QScrollView::contentsDragLeaveEvent(QDragLeaveEvent*) 22076 vfunc[136]: QScrollView::contentsDropEvent(QDropEvent*) 22077 vfunc[137]: QScrollView::contentsWheelEvent(QWheelEvent*) 22078 vfunc[138]: 22079 QScrollView::contentsContextMenuEvent(QContextMenuEvent*) 22080 vfunc[139]: QScrollView::viewportPaintEvent(QPaintEvent*) 22081 vfunc[140]: QScrollView::viewportResizeEvent(QResizeEvent*) 22082 vfunc[141]: QScrollView::viewportMousePressEvent(QMouseEvent*) 22083 vfunc[142]: 22084 QScrollView::viewportMouseReleaseEvent(QMouseEvent*) 22085 vfunc[143]: 22086 QScrollView::viewportMouseDoubleClickEvent(QMouseEvent*) 22087 vfunc[144]: QScrollView::viewportMouseMoveEvent(QMouseEvent*) 22088 vfunc[145]: 22089 QScrollView::viewportDragEnterEvent(QDragEnterEvent*) 22090 vfunc[146]: QScrollView::viewportDragMoveEvent(QDragMoveEvent*) 22091 vfunc[147]: 22092 QScrollView::viewportDragLeaveEvent(QDragLeaveEvent*) 22093 vfunc[148]: QScrollView::viewportDropEvent(QDropEvent*) 22094 vfunc[149]: QScrollView::viewportWheelEvent(QWheelEvent*) 22095 vfunc[150]: 22096 QScrollView::viewportContextMenuEvent(QContextMenuEvent*) 22097 vfunc[151]: QScrollView::setMargins(int, int, int, int) 22098 vfunc[152]: QScrollView::setHBarGeometry(QScrollBar&, int, int, 22099 int, int) 22100 vfunc[153]: QScrollView::setVBarGeometry(QScrollBar&, int, int, 22101 int, int) 22102 22103 Table 8-215. Secondary vtable for QScrollView 22104 Base Offset -80 22105 Virtual Base Offset 0 22106 RTTI typeinfo for QScrollView 22107 vfunc[0]: non-virtual thunk to QScrollView::~QScrollView() 22108 vfunc[1]: non-virtual thunk to QScrollView::~QScrollView() 22109 vfunc[2]: QPaintDevice::setResolution(int) 22110 vfunc[3]: QPaintDevice::resolution() const 22111 vfunc[4]: QPaintDevice::handle() const 22112 vfunc[5]: QPaintDevice::x11RenderHandle() const 22113 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 22114 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 22115 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 22116 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 22117 const 22118 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 22119 22120 The Run Time Type Information for the QScrollView class is 22121 described by Table 8-216 22122 22123 Table 8-216. typeinfo for QScrollView 22124 Base Vtable vtable for __cxxabiv1::__si_class_type_info 22125 Name typeinfo name for QScrollView 22126 basetype: typeinfo for QFrame 22127 __________________________________________________________ 22128 22129 8.2.22.3. Class data for QTextBrowser 22130 22131 The virtual table for the QTextBrowser class is described by 22132 Table 8-217 22133 22134 Table 8-217. Primary vtable for QTextBrowser 22135 Base Offset 0 22136 Virtual Base Offset 0 22137 RTTI typeinfo for QTextBrowser 22138 vfunc[0]: NULL or QTextBrowser::metaObject() const 22139 vfunc[1]: QTextBrowser::className() const 22140 vfunc[2]: QTextBrowser::qt_cast(char const*) 22141 vfunc[3]: QTextBrowser::qt_invoke(int, QUObject*) 22142 vfunc[4]: QTextBrowser::qt_emit(int, QUObject*) 22143 vfunc[5]: QTextBrowser::qt_property(int, int, QVariant*) 22144 vfunc[6]: QTextBrowser::~QTextBrowser() 22145 vfunc[7]: QTextBrowser::~QTextBrowser() 22146 vfunc[8]: QTextEdit::event(QEvent*) 22147 vfunc[9]: QTextEdit::eventFilter(QObject*, QEvent*) 22148 vfunc[10]: QWidget::setName(char const*) 22149 vfunc[11]: QObject::insertChild(QObject*) 22150 vfunc[12]: QScrollView::removeChild(QObject*) 22151 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 22152 vfunc[14]: QObject::property(char const*) const 22153 vfunc[15]: QObject::timerEvent(QTimerEvent*) 22154 vfunc[16]: QObject::childEvent(QChildEvent*) 22155 vfunc[17]: QObject::customEvent(QCustomEvent*) 22156 vfunc[18]: QObject::connectNotify(char const*) 22157 vfunc[19]: QObject::disconnectNotify(char const*) 22158 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 22159 const*, char const*) 22160 vfunc[21]: QTextEdit::setEnabled(bool) 22161 vfunc[22]: QWidget::setMinimumSize(int, int) 22162 vfunc[23]: QWidget::setMaximumSize(int, int) 22163 vfunc[24]: QWidget::setSizeIncrement(int, int) 22164 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 22165 vfunc[26]: QWidget::setEraseColor(QColor const&) 22166 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 22167 vfunc[28]: QTextEdit::setPalette(QPalette const&) 22168 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 22169 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 22170 vfunc[31]: QTextEdit::setFont(QFont const&) 22171 vfunc[32]: QWidget::setCursor(QCursor const&) 22172 vfunc[33]: QWidget::unsetCursor() 22173 vfunc[34]: QWidget::setMask(QBitmap const&) 22174 vfunc[35]: QWidget::setMask(QRegion const&) 22175 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 22176 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 22177 vfunc[38]: QWidget::setCaption(QString const&) 22178 vfunc[39]: QWidget::setIcon(QPixmap const&) 22179 vfunc[40]: QWidget::setIconText(QString const&) 22180 vfunc[41]: QWidget::setMouseTracking(bool) 22181 vfunc[42]: QWidget::setFocus() 22182 vfunc[43]: QWidget::setActiveWindow() 22183 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 22184 vfunc[45]: QWidget::setFocusProxy(QWidget*) 22185 vfunc[46]: QWidget::setUpdatesEnabled(bool) 22186 vfunc[47]: QScrollView::show() 22187 vfunc[48]: QWidget::hide() 22188 vfunc[49]: QWidget::showMinimized() 22189 vfunc[50]: QWidget::showMaximized() 22190 vfunc[51]: QWidget::showNormal() 22191 vfunc[52]: QTextEdit::polish() 22192 vfunc[53]: QWidget::move(int, int) 22193 vfunc[54]: QScrollView::resize(int, int) 22194 vfunc[55]: QWidget::setGeometry(int, int, int, int) 22195 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 22196 vfunc[57]: QWidget::close(bool) 22197 vfunc[58]: QTextEdit::sizeHint() const 22198 vfunc[59]: QScrollView::minimumSizeHint() const 22199 vfunc[60]: QWidget::sizePolicy() const 22200 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 22201 vfunc[62]: QTextEdit::heightForWidth(int) const 22202 vfunc[63]: QWidget::adjustSize() 22203 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 22204 const&, bool) 22205 vfunc[65]: QWidget::setAcceptDrops(bool) 22206 vfunc[66]: QWidget::setAutoMask(bool) 22207 vfunc[67]: 22208 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 22209 vfunc[68]: QWidget::customWhatsThis() const 22210 vfunc[69]: QScrollView::mousePressEvent(QMouseEvent*) 22211 vfunc[70]: QScrollView::mouseReleaseEvent(QMouseEvent*) 22212 vfunc[71]: QScrollView::mouseDoubleClickEvent(QMouseEvent*) 22213 vfunc[72]: QScrollView::mouseMoveEvent(QMouseEvent*) 22214 vfunc[73]: QScrollView::wheelEvent(QWheelEvent*) 22215 vfunc[74]: QTextBrowser::keyPressEvent(QKeyEvent*) 22216 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 22217 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 22218 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 22219 vfunc[78]: QWidget::enterEvent(QEvent*) 22220 vfunc[79]: QWidget::leaveEvent(QEvent*) 22221 vfunc[80]: QFrame::paintEvent(QPaintEvent*) 22222 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 22223 vfunc[82]: QTextEdit::resizeEvent(QResizeEvent*) 22224 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 22225 vfunc[84]: QScrollView::contextMenuEvent(QContextMenuEvent*) 22226 vfunc[85]: QTextEdit::imStartEvent(QIMEvent*) 22227 vfunc[86]: QTextEdit::imComposeEvent(QIMEvent*) 22228 vfunc[87]: QTextEdit::imEndEvent(QIMEvent*) 22229 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 22230 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 22231 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 22232 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 22233 vfunc[92]: QWidget::dropEvent(QDropEvent*) 22234 vfunc[93]: QWidget::showEvent(QShowEvent*) 22235 vfunc[94]: QWidget::hideEvent(QHideEvent*) 22236 vfunc[95]: QWidget::x11Event(_XEvent*) 22237 vfunc[96]: QWidget::updateMask() 22238 vfunc[97]: QScrollView::styleChange(QStyle&) 22239 vfunc[98]: QWidget::enabledChange(bool) 22240 vfunc[99]: QWidget::paletteChange(QPalette const&) 22241 vfunc[100]: QScrollView::fontChange(QFont const&) 22242 vfunc[101]: QTextEdit::windowActivationChange(bool) 22243 vfunc[102]: QWidget::metric(int) const 22244 vfunc[103]: QWidget::create(unsigned long, bool, bool) 22245 vfunc[104]: QWidget::destroy(bool, bool) 22246 vfunc[105]: NULL or QWidget::setWState(unsigned int) 22247 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 22248 vfunc[107]: QTextEdit::focusNextPrevChild(bool) 22249 vfunc[108]: QWidget::setKeyCompression(bool) 22250 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 22251 bool, QFont*) 22252 vfunc[110]: QFrame::setFrameStyle(int) 22253 vfunc[111]: QFrame::setLineWidth(int) 22254 vfunc[112]: QFrame::setMargin(int) 22255 vfunc[113]: QFrame::setMidLineWidth(int) 22256 vfunc[114]: QFrame::setFrameRect(QRect const&) 22257 vfunc[115]: QFrame::drawFrame(QPainter*) 22258 vfunc[116]: QTextEdit::drawContents(QPainter*) 22259 vfunc[117]: QScrollView::frameChanged() 22260 vfunc[118]: 22261 QScrollView::setResizePolicy(QScrollView::ResizePolicy) 22262 vfunc[119]: QScrollView::addChild(QWidget*, int, int) 22263 vfunc[120]: QScrollView::moveChild(QWidget*, int, int) 22264 vfunc[121]: 22265 QScrollView::setVScrollBarMode(QScrollView::ScrollBarMode) 22266 vfunc[122]: 22267 QScrollView::setHScrollBarMode(QScrollView::ScrollBarMode) 22268 vfunc[123]: QScrollView::setCornerWidget(QWidget*) 22269 vfunc[124]: QScrollView::setDragAutoScroll(bool) 22270 vfunc[125]: QScrollView::resizeContents(int, int) 22271 vfunc[126]: QScrollView::setContentsPos(int, int) 22272 vfunc[127]: QTextEdit::drawContents(QPainter*, int, int, int, 22273 int) 22274 vfunc[128]: QScrollView::drawContentsOffset(QPainter*, int, 22275 int, int, int, int, int) 22276 vfunc[129]: QTextEdit::contentsMousePressEvent(QMouseEvent*) 22277 vfunc[130]: QTextEdit::contentsMouseReleaseEvent(QMouseEvent*) 22278 vfunc[131]: 22279 QTextEdit::contentsMouseDoubleClickEvent(QMouseEvent*) 22280 vfunc[132]: QTextEdit::contentsMouseMoveEvent(QMouseEvent*) 22281 vfunc[133]: QTextEdit::contentsDragEnterEvent(QDragEnterEvent*) 22282 vfunc[134]: QTextEdit::contentsDragMoveEvent(QDragMoveEvent*) 22283 vfunc[135]: QTextEdit::contentsDragLeaveEvent(QDragLeaveEvent*) 22284 vfunc[136]: QTextEdit::contentsDropEvent(QDropEvent*) 22285 vfunc[137]: QTextEdit::contentsWheelEvent(QWheelEvent*) 22286 vfunc[138]: 22287 QTextEdit::contentsContextMenuEvent(QContextMenuEvent*) 22288 vfunc[139]: QScrollView::viewportPaintEvent(QPaintEvent*) 22289 vfunc[140]: QTextEdit::viewportResizeEvent(QResizeEvent*) 22290 vfunc[141]: QScrollView::viewportMousePressEvent(QMouseEvent*) 22291 vfunc[142]: 22292 QScrollView::viewportMouseReleaseEvent(QMouseEvent*) 22293 vfunc[143]: 22294 QScrollView::viewportMouseDoubleClickEvent(QMouseEvent*) 22295 vfunc[144]: QScrollView::viewportMouseMoveEvent(QMouseEvent*) 22296 vfunc[145]: 22297 QScrollView::viewportDragEnterEvent(QDragEnterEvent*) 22298 vfunc[146]: QScrollView::viewportDragMoveEvent(QDragMoveEvent*) 22299 vfunc[147]: 22300 QScrollView::viewportDragLeaveEvent(QDragLeaveEvent*) 22301 vfunc[148]: QScrollView::viewportDropEvent(QDropEvent*) 22302 vfunc[149]: QScrollView::viewportWheelEvent(QWheelEvent*) 22303 vfunc[150]: 22304 QScrollView::viewportContextMenuEvent(QContextMenuEvent*) 22305 vfunc[151]: QScrollView::setMargins(int, int, int, int) 22306 vfunc[152]: QScrollView::setHBarGeometry(QScrollBar&, int, int, 22307 int, int) 22308 vfunc[153]: QScrollView::setVBarGeometry(QScrollBar&, int, int, 22309 int, int) 22310 vfunc[154]: QTextEdit::find(QString const&, bool, bool, bool, 22311 int*, int*) 22312 vfunc[155]: QTextEdit::getFormat(int, int, QFont*, QColor*, 22313 QTextEdit::VerticalAlignment*) 22314 vfunc[156]: QTextEdit::getParagraphFormat(int, QFont*, QColor*, 22315 QTextEdit::VerticalAlignment*, int*, 22316 QStyleSheetItem::DisplayMode*, QStyleSheetItem::ListStyle*, 22317 int*) 22318 vfunc[157]: 22319 QTextEdit::setMimeSourceFactory(QMimeSourceFactory*) 22320 vfunc[158]: QTextEdit::setStyleSheet(QStyleSheet*) 22321 vfunc[159]: QTextEdit::scrollToAnchor(QString const&) 22322 vfunc[160]: QTextEdit::setPaper(QBrush const&) 22323 vfunc[161]: QTextEdit::setLinkUnderline(bool) 22324 vfunc[162]: QTextEdit::setWordWrap(QTextEdit::WordWrap) 22325 vfunc[163]: QTextEdit::setWrapColumnOrWidth(int) 22326 vfunc[164]: QTextEdit::setWrapPolicy(QTextEdit::WrapPolicy) 22327 vfunc[165]: QTextEdit::copy() 22328 vfunc[166]: QTextEdit::append(QString const&) 22329 vfunc[167]: QTextBrowser::setText(QString const&, QString 22330 const&) 22331 vfunc[168]: QTextEdit::setTextFormat(Qt::TextFormat) 22332 vfunc[169]: QTextEdit::selectAll(bool) 22333 vfunc[170]: QTextEdit::setTabStopWidth(int) 22334 vfunc[171]: QTextEdit::zoomIn(int) 22335 vfunc[172]: NULL or QTextEdit::zoomIn() 22336 vfunc[173]: QTextEdit::zoomOut(int) 22337 vfunc[174]: NULL or QTextEdit::zoomOut() 22338 vfunc[175]: QTextEdit::zoomTo(int) 22339 vfunc[176]: QTextEdit::sync() 22340 vfunc[177]: QTextEdit::setReadOnly(bool) 22341 vfunc[178]: QTextEdit::undo() 22342 vfunc[179]: QTextEdit::redo() 22343 vfunc[180]: QTextEdit::cut() 22344 vfunc[181]: QTextEdit::paste() 22345 vfunc[182]: QTextEdit::pasteSubType(QCString const&) 22346 vfunc[183]: QTextEdit::clear() 22347 vfunc[184]: QTextEdit::del() 22348 vfunc[185]: QTextEdit::indent() 22349 vfunc[186]: QTextEdit::setItalic(bool) 22350 vfunc[187]: QTextEdit::setBold(bool) 22351 vfunc[188]: QTextEdit::setUnderline(bool) 22352 vfunc[189]: QTextEdit::setFamily(QString const&) 22353 vfunc[190]: QTextEdit::setPointSize(int) 22354 vfunc[191]: QTextEdit::setColor(QColor const&) 22355 vfunc[192]: 22356 QTextEdit::setVerticalAlignment(QTextEdit::VerticalAlignment) 22357 vfunc[193]: QTextEdit::setAlignment(int) 22358 vfunc[194]: 22359 QTextEdit::setParagType(QStyleSheetItem::DisplayMode, 22360 QStyleSheetItem::ListStyle) 22361 vfunc[195]: QTextEdit::setCursorPosition(int, int) 22362 vfunc[196]: QTextEdit::setSelection(int, int, int, int, int) 22363 vfunc[197]: QTextEdit::setSelectionAttributes(int, QColor 22364 const&, bool) 22365 vfunc[198]: QTextEdit::setModified(bool) 22366 vfunc[199]: QTextEdit::resetFormat() 22367 vfunc[200]: QTextEdit::setUndoDepth(int) 22368 vfunc[201]: QTextEdit::setFormat(QTextFormat*, int) 22369 vfunc[202]: QTextEdit::ensureCursorVisible() 22370 vfunc[203]: QTextEdit::placeCursor(QPoint const&, QTextCursor*) 22371 vfunc[204]: QTextEdit::moveCursor(QTextEdit::CursorAction, 22372 bool) 22373 vfunc[205]: 22374 QTextEdit::doKeyboardAction(QTextEdit::KeyboardAction) 22375 vfunc[206]: QTextEdit::removeSelectedText(int) 22376 vfunc[207]: QTextEdit::removeSelection(int) 22377 vfunc[208]: NULL or QTextEdit::setCurrentFont(QFont const&) 22378 vfunc[209]: NULL or QTextEdit::setOverwriteMode(bool) 22379 vfunc[210]: QTextEdit::scrollToBottom() 22380 vfunc[211]: QTextEdit::insert(QString const&, bool, bool, bool) 22381 vfunc[212]: QTextEdit::insertAt(QString const&, int, int) 22382 vfunc[213]: QTextEdit::removeParagraph(int) 22383 vfunc[214]: QTextEdit::insertParagraph(QString const&, int) 22384 vfunc[215]: QTextEdit::setParagraphBackgroundColor(int, QColor 22385 const&) 22386 vfunc[216]: QTextEdit::clearParagraphBackground(int) 22387 vfunc[217]: QTextEdit::setUndoRedoEnabled(bool) 22388 vfunc[218]: QTextEdit::createPopupMenu(QPoint const&) 22389 vfunc[219]: QTextEdit::createPopupMenu() 22390 vfunc[220]: QTextEdit::doChangeInterval() 22391 vfunc[221]: NULL or QTextBrowser::linksEnabled() const 22392 vfunc[222]: QTextBrowser::emitHighlighted(QString const&) 22393 vfunc[223]: QTextBrowser::emitLinkClicked(QString const&) 22394 vfunc[224]: QTextBrowser::setSource(QString const&) 22395 vfunc[225]: QTextBrowser::backward() 22396 vfunc[226]: QTextBrowser::forward() 22397 vfunc[227]: QTextBrowser::home() 22398 vfunc[228]: QTextBrowser::reload() 22399 22400 Table 8-218. Secondary vtable for QTextBrowser 22401 Base Offset -80 22402 Virtual Base Offset 0 22403 RTTI typeinfo for QTextBrowser 22404 vfunc[0]: non-virtual thunk to QTextBrowser::~QTextBrowser() 22405 vfunc[1]: non-virtual thunk to QTextBrowser::~QTextBrowser() 22406 vfunc[2]: QPaintDevice::setResolution(int) 22407 vfunc[3]: QPaintDevice::resolution() const 22408 vfunc[4]: QPaintDevice::handle() const 22409 vfunc[5]: QPaintDevice::x11RenderHandle() const 22410 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 22411 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 22412 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 22413 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 22414 const 22415 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 22416 22417 The Run Time Type Information for the QTextBrowser class is 22418 described by Table 8-219 22419 22420 Table 8-219. typeinfo for QTextBrowser 22421 Base Vtable vtable for __cxxabiv1::__si_class_type_info 22422 Name typeinfo name for QTextBrowser 22423 basetype: typeinfo for QTextEdit 22424 __________________________________________________________ 22425 22426 8.2.22.4. Class data for QLineEdit 22427 22428 The virtual table for the QLineEdit class is described by Table 22429 8-220 22430 22431 Table 8-220. Primary vtable for QLineEdit 22432 Base Offset 0 22433 Virtual Base Offset 0 22434 RTTI typeinfo for QLineEdit 22435 vfunc[0]: NULL or QLineEdit::metaObject() const 22436 vfunc[1]: QLineEdit::className() const 22437 vfunc[2]: QLineEdit::qt_cast(char const*) 22438 vfunc[3]: QLineEdit::qt_invoke(int, QUObject*) 22439 vfunc[4]: QLineEdit::qt_emit(int, QUObject*) 22440 vfunc[5]: QLineEdit::qt_property(int, int, QVariant*) 22441 vfunc[6]: QLineEdit::~QLineEdit() 22442 vfunc[7]: QLineEdit::~QLineEdit() 22443 vfunc[8]: QLineEdit::event(QEvent*) 22444 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 22445 vfunc[10]: QWidget::setName(char const*) 22446 vfunc[11]: QObject::insertChild(QObject*) 22447 vfunc[12]: QObject::removeChild(QObject*) 22448 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 22449 vfunc[14]: QObject::property(char const*) const 22450 vfunc[15]: QObject::timerEvent(QTimerEvent*) 22451 vfunc[16]: QObject::childEvent(QChildEvent*) 22452 vfunc[17]: QObject::customEvent(QCustomEvent*) 22453 vfunc[18]: QObject::connectNotify(char const*) 22454 vfunc[19]: QObject::disconnectNotify(char const*) 22455 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 22456 const*, char const*) 22457 vfunc[21]: QWidget::setEnabled(bool) 22458 vfunc[22]: QWidget::setMinimumSize(int, int) 22459 vfunc[23]: QWidget::setMaximumSize(int, int) 22460 vfunc[24]: QWidget::setSizeIncrement(int, int) 22461 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 22462 vfunc[26]: QWidget::setEraseColor(QColor const&) 22463 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 22464 vfunc[28]: QLineEdit::setPalette(QPalette const&) 22465 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 22466 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 22467 vfunc[31]: QLineEdit::setFont(QFont const&) 22468 vfunc[32]: QWidget::setCursor(QCursor const&) 22469 vfunc[33]: QWidget::unsetCursor() 22470 vfunc[34]: QWidget::setMask(QBitmap const&) 22471 vfunc[35]: QWidget::setMask(QRegion const&) 22472 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 22473 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 22474 vfunc[38]: QWidget::setCaption(QString const&) 22475 vfunc[39]: QWidget::setIcon(QPixmap const&) 22476 vfunc[40]: QWidget::setIconText(QString const&) 22477 vfunc[41]: QWidget::setMouseTracking(bool) 22478 vfunc[42]: QWidget::setFocus() 22479 vfunc[43]: QWidget::setActiveWindow() 22480 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 22481 vfunc[45]: QWidget::setFocusProxy(QWidget*) 22482 vfunc[46]: QWidget::setUpdatesEnabled(bool) 22483 vfunc[47]: QWidget::show() 22484 vfunc[48]: QWidget::hide() 22485 vfunc[49]: QWidget::showMinimized() 22486 vfunc[50]: QWidget::showMaximized() 22487 vfunc[51]: QWidget::showNormal() 22488 vfunc[52]: QWidget::polish() 22489 vfunc[53]: QWidget::move(int, int) 22490 vfunc[54]: QWidget::resize(int, int) 22491 vfunc[55]: QWidget::setGeometry(int, int, int, int) 22492 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 22493 vfunc[57]: QWidget::close(bool) 22494 vfunc[58]: QLineEdit::sizeHint() const 22495 vfunc[59]: QLineEdit::minimumSizeHint() const 22496 vfunc[60]: QWidget::sizePolicy() const 22497 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 22498 vfunc[62]: QWidget::heightForWidth(int) const 22499 vfunc[63]: QWidget::adjustSize() 22500 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 22501 const&, bool) 22502 vfunc[65]: QWidget::setAcceptDrops(bool) 22503 vfunc[66]: QWidget::setAutoMask(bool) 22504 vfunc[67]: 22505 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 22506 vfunc[68]: QWidget::customWhatsThis() const 22507 vfunc[69]: QLineEdit::mousePressEvent(QMouseEvent*) 22508 vfunc[70]: QLineEdit::mouseReleaseEvent(QMouseEvent*) 22509 vfunc[71]: QLineEdit::mouseDoubleClickEvent(QMouseEvent*) 22510 vfunc[72]: QLineEdit::mouseMoveEvent(QMouseEvent*) 22511 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 22512 vfunc[74]: QLineEdit::keyPressEvent(QKeyEvent*) 22513 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 22514 vfunc[76]: QLineEdit::focusInEvent(QFocusEvent*) 22515 vfunc[77]: QLineEdit::focusOutEvent(QFocusEvent*) 22516 vfunc[78]: QWidget::enterEvent(QEvent*) 22517 vfunc[79]: QWidget::leaveEvent(QEvent*) 22518 vfunc[80]: QFrame::paintEvent(QPaintEvent*) 22519 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 22520 vfunc[82]: QLineEdit::resizeEvent(QResizeEvent*) 22521 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 22522 vfunc[84]: QLineEdit::contextMenuEvent(QContextMenuEvent*) 22523 vfunc[85]: QLineEdit::imStartEvent(QIMEvent*) 22524 vfunc[86]: QLineEdit::imComposeEvent(QIMEvent*) 22525 vfunc[87]: QLineEdit::imEndEvent(QIMEvent*) 22526 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 22527 vfunc[89]: QLineEdit::dragEnterEvent(QDragEnterEvent*) 22528 vfunc[90]: QLineEdit::dragMoveEvent(QDragMoveEvent*) 22529 vfunc[91]: QLineEdit::dragLeaveEvent(QDragLeaveEvent*) 22530 vfunc[92]: QLineEdit::dropEvent(QDropEvent*) 22531 vfunc[93]: QWidget::showEvent(QShowEvent*) 22532 vfunc[94]: QWidget::hideEvent(QHideEvent*) 22533 vfunc[95]: QWidget::x11Event(_XEvent*) 22534 vfunc[96]: QWidget::updateMask() 22535 vfunc[97]: QFrame::styleChange(QStyle&) 22536 vfunc[98]: QWidget::enabledChange(bool) 22537 vfunc[99]: QWidget::paletteChange(QPalette const&) 22538 vfunc[100]: QWidget::fontChange(QFont const&) 22539 vfunc[101]: QLineEdit::windowActivationChange(bool) 22540 vfunc[102]: QWidget::metric(int) const 22541 vfunc[103]: QWidget::create(unsigned long, bool, bool) 22542 vfunc[104]: QWidget::destroy(bool, bool) 22543 vfunc[105]: NULL or QWidget::setWState(unsigned int) 22544 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 22545 vfunc[107]: QWidget::focusNextPrevChild(bool) 22546 vfunc[108]: QWidget::setKeyCompression(bool) 22547 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 22548 bool, QFont*) 22549 vfunc[110]: QFrame::setFrameStyle(int) 22550 vfunc[111]: QFrame::setLineWidth(int) 22551 vfunc[112]: QFrame::setMargin(int) 22552 vfunc[113]: QFrame::setMidLineWidth(int) 22553 vfunc[114]: QFrame::setFrameRect(QRect const&) 22554 vfunc[115]: QFrame::drawFrame(QPainter*) 22555 vfunc[116]: QLineEdit::drawContents(QPainter*) 22556 vfunc[117]: QFrame::frameChanged() 22557 vfunc[118]: QLineEdit::setText(QString const&) 22558 vfunc[119]: QLineEdit::selectAll() 22559 vfunc[120]: QLineEdit::deselect() 22560 vfunc[121]: QLineEdit::clearValidator() 22561 vfunc[122]: QLineEdit::insert(QString const&) 22562 vfunc[123]: QLineEdit::clear() 22563 vfunc[124]: QLineEdit::undo() 22564 vfunc[125]: QLineEdit::redo() 22565 vfunc[126]: QLineEdit::setMaxLength(int) 22566 vfunc[127]: QLineEdit::setFrame(bool) 22567 vfunc[128]: QLineEdit::setEchoMode(QLineEdit::EchoMode) 22568 vfunc[129]: QLineEdit::setReadOnly(bool) 22569 vfunc[130]: QLineEdit::setValidator(QValidator const*) 22570 vfunc[131]: QLineEdit::setSelection(int, int) 22571 vfunc[132]: QLineEdit::setCursorPosition(int) 22572 vfunc[133]: QLineEdit::setAlignment(int) 22573 vfunc[134]: QLineEdit::cut() 22574 vfunc[135]: QLineEdit::copy() const 22575 vfunc[136]: QLineEdit::paste() 22576 vfunc[137]: QLineEdit::setDragEnabled(bool) 22577 vfunc[138]: QLineEdit::createPopupMenu() 22578 22579 Table 8-221. Secondary vtable for QLineEdit 22580 Base Offset -80 22581 Virtual Base Offset 0 22582 RTTI typeinfo for QLineEdit 22583 vfunc[0]: non-virtual thunk to QLineEdit::~QLineEdit() 22584 vfunc[1]: non-virtual thunk to QLineEdit::~QLineEdit() 22585 vfunc[2]: QPaintDevice::setResolution(int) 22586 vfunc[3]: QPaintDevice::resolution() const 22587 vfunc[4]: QPaintDevice::handle() const 22588 vfunc[5]: QPaintDevice::x11RenderHandle() const 22589 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 22590 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 22591 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 22592 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 22593 const 22594 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 22595 22596 The Run Time Type Information for the QLineEdit class is 22597 described by Table 8-222 22598 22599 Table 8-222. typeinfo for QLineEdit 22600 Base Vtable vtable for __cxxabiv1::__si_class_type_info 22601 Name typeinfo name for QLineEdit 22602 basetype: typeinfo for QFrame 22603 __________________________________________________________ 22604 22605 8.2.22.5. Class data for QListBoxText 22606 22607 The virtual table for the QListBoxText class is described in 22608 the generic part of this specification. 22609 22610 The Run Time Type Information for the QListBoxText class is 22611 described by Table 8-223 22612 22613 Table 8-223. typeinfo for QListBoxText 22614 Base Vtable vtable for __cxxabiv1::__si_class_type_info 22615 Name typeinfo name for QListBoxText 22616 basetype: typeinfo for QListBoxItem 22617 __________________________________________________________ 22618 22619 8.2.22.6. Class data for QLCDNumber 22620 22621 The virtual table for the QLCDNumber class is described by 22622 Table 8-224 22623 22624 Table 8-224. Primary vtable for QLCDNumber 22625 Base Offset 0 22626 Virtual Base Offset 0 22627 RTTI typeinfo for QLCDNumber 22628 vfunc[0]: NULL or QLCDNumber::metaObject() const 22629 vfunc[1]: QLCDNumber::className() const 22630 vfunc[2]: QLCDNumber::qt_cast(char const*) 22631 vfunc[3]: QLCDNumber::qt_invoke(int, QUObject*) 22632 vfunc[4]: QLCDNumber::qt_emit(int, QUObject*) 22633 vfunc[5]: QLCDNumber::qt_property(int, int, QVariant*) 22634 vfunc[6]: QLCDNumber::~QLCDNumber() 22635 vfunc[7]: QLCDNumber::~QLCDNumber() 22636 vfunc[8]: QWidget::event(QEvent*) 22637 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 22638 vfunc[10]: QWidget::setName(char const*) 22639 vfunc[11]: QObject::insertChild(QObject*) 22640 vfunc[12]: QObject::removeChild(QObject*) 22641 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 22642 vfunc[14]: QObject::property(char const*) const 22643 vfunc[15]: QObject::timerEvent(QTimerEvent*) 22644 vfunc[16]: QObject::childEvent(QChildEvent*) 22645 vfunc[17]: QObject::customEvent(QCustomEvent*) 22646 vfunc[18]: QObject::connectNotify(char const*) 22647 vfunc[19]: QObject::disconnectNotify(char const*) 22648 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 22649 const*, char const*) 22650 vfunc[21]: QWidget::setEnabled(bool) 22651 vfunc[22]: QWidget::setMinimumSize(int, int) 22652 vfunc[23]: QWidget::setMaximumSize(int, int) 22653 vfunc[24]: QWidget::setSizeIncrement(int, int) 22654 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 22655 vfunc[26]: QWidget::setEraseColor(QColor const&) 22656 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 22657 vfunc[28]: QWidget::setPalette(QPalette const&) 22658 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 22659 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 22660 vfunc[31]: QWidget::setFont(QFont const&) 22661 vfunc[32]: QWidget::setCursor(QCursor const&) 22662 vfunc[33]: QWidget::unsetCursor() 22663 vfunc[34]: QWidget::setMask(QBitmap const&) 22664 vfunc[35]: QWidget::setMask(QRegion const&) 22665 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 22666 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 22667 vfunc[38]: QWidget::setCaption(QString const&) 22668 vfunc[39]: QWidget::setIcon(QPixmap const&) 22669 vfunc[40]: QWidget::setIconText(QString const&) 22670 vfunc[41]: QWidget::setMouseTracking(bool) 22671 vfunc[42]: QWidget::setFocus() 22672 vfunc[43]: QWidget::setActiveWindow() 22673 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 22674 vfunc[45]: QWidget::setFocusProxy(QWidget*) 22675 vfunc[46]: QWidget::setUpdatesEnabled(bool) 22676 vfunc[47]: QWidget::show() 22677 vfunc[48]: QWidget::hide() 22678 vfunc[49]: QWidget::showMinimized() 22679 vfunc[50]: QWidget::showMaximized() 22680 vfunc[51]: QWidget::showNormal() 22681 vfunc[52]: QWidget::polish() 22682 vfunc[53]: QWidget::move(int, int) 22683 vfunc[54]: QWidget::resize(int, int) 22684 vfunc[55]: QWidget::setGeometry(int, int, int, int) 22685 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 22686 vfunc[57]: QWidget::close(bool) 22687 vfunc[58]: QLCDNumber::sizeHint() const 22688 vfunc[59]: QWidget::minimumSizeHint() const 22689 vfunc[60]: QWidget::sizePolicy() const 22690 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 22691 vfunc[62]: QWidget::heightForWidth(int) const 22692 vfunc[63]: QWidget::adjustSize() 22693 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 22694 const&, bool) 22695 vfunc[65]: QWidget::setAcceptDrops(bool) 22696 vfunc[66]: QWidget::setAutoMask(bool) 22697 vfunc[67]: 22698 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 22699 vfunc[68]: QWidget::customWhatsThis() const 22700 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 22701 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 22702 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 22703 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 22704 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 22705 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 22706 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 22707 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 22708 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 22709 vfunc[78]: QWidget::enterEvent(QEvent*) 22710 vfunc[79]: QWidget::leaveEvent(QEvent*) 22711 vfunc[80]: QFrame::paintEvent(QPaintEvent*) 22712 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 22713 vfunc[82]: QFrame::resizeEvent(QResizeEvent*) 22714 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 22715 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 22716 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 22717 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 22718 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 22719 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 22720 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 22721 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 22722 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 22723 vfunc[92]: QWidget::dropEvent(QDropEvent*) 22724 vfunc[93]: QWidget::showEvent(QShowEvent*) 22725 vfunc[94]: QWidget::hideEvent(QHideEvent*) 22726 vfunc[95]: QWidget::x11Event(_XEvent*) 22727 vfunc[96]: QWidget::updateMask() 22728 vfunc[97]: QFrame::styleChange(QStyle&) 22729 vfunc[98]: QWidget::enabledChange(bool) 22730 vfunc[99]: QWidget::paletteChange(QPalette const&) 22731 vfunc[100]: QWidget::fontChange(QFont const&) 22732 vfunc[101]: QWidget::windowActivationChange(bool) 22733 vfunc[102]: QWidget::metric(int) const 22734 vfunc[103]: QWidget::create(unsigned long, bool, bool) 22735 vfunc[104]: QWidget::destroy(bool, bool) 22736 vfunc[105]: NULL or QWidget::setWState(unsigned int) 22737 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 22738 vfunc[107]: QWidget::focusNextPrevChild(bool) 22739 vfunc[108]: QWidget::setKeyCompression(bool) 22740 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 22741 bool, QFont*) 22742 vfunc[110]: QFrame::setFrameStyle(int) 22743 vfunc[111]: QFrame::setLineWidth(int) 22744 vfunc[112]: QFrame::setMargin(int) 22745 vfunc[113]: QFrame::setMidLineWidth(int) 22746 vfunc[114]: QFrame::setFrameRect(QRect const&) 22747 vfunc[115]: QFrame::drawFrame(QPainter*) 22748 vfunc[116]: QLCDNumber::drawContents(QPainter*) 22749 vfunc[117]: QFrame::frameChanged() 22750 vfunc[118]: QLCDNumber::setNumDigits(int) 22751 vfunc[119]: QLCDNumber::setMode(QLCDNumber::Mode) 22752 vfunc[120]: 22753 QLCDNumber::setSegmentStyle(QLCDNumber::SegmentStyle) 22754 vfunc[121]: QLCDNumber::setHexMode() 22755 vfunc[122]: QLCDNumber::setDecMode() 22756 vfunc[123]: QLCDNumber::setOctMode() 22757 vfunc[124]: QLCDNumber::setBinMode() 22758 vfunc[125]: QLCDNumber::setSmallDecimalPoint(bool) 22759 22760 Table 8-225. Secondary vtable for QLCDNumber 22761 Base Offset -80 22762 Virtual Base Offset 0 22763 RTTI typeinfo for QLCDNumber 22764 vfunc[0]: non-virtual thunk to QLCDNumber::~QLCDNumber() 22765 vfunc[1]: non-virtual thunk to QLCDNumber::~QLCDNumber() 22766 vfunc[2]: QPaintDevice::setResolution(int) 22767 vfunc[3]: QPaintDevice::resolution() const 22768 vfunc[4]: QPaintDevice::handle() const 22769 vfunc[5]: QPaintDevice::x11RenderHandle() const 22770 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 22771 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 22772 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 22773 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 22774 const 22775 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 22776 22777 The Run Time Type Information for the QLCDNumber class is 22778 described by Table 8-226 22779 22780 Table 8-226. typeinfo for QLCDNumber 22781 Base Vtable vtable for __cxxabiv1::__si_class_type_info 22782 Name typeinfo name for QLCDNumber 22783 basetype: typeinfo for QFrame 22784 __________________________________________________________ 22785 22786 8.2.22.7. Class data for QGridView 22787 22788 The virtual table for the QGridView class is described by Table 22789 8-227 22790 22791 Table 8-227. Primary vtable for QGridView 22792 Base Offset 0 22793 Virtual Base Offset 0 22794 RTTI typeinfo for QGridView 22795 vfunc[0]: NULL or QGridView::metaObject() const 22796 vfunc[1]: QGridView::className() const 22797 vfunc[2]: QGridView::qt_cast(char const*) 22798 vfunc[3]: QGridView::qt_invoke(int, QUObject*) 22799 vfunc[4]: QGridView::qt_emit(int, QUObject*) 22800 vfunc[5]: QGridView::qt_property(int, int, QVariant*) 22801 vfunc[6]: QGridView::~QGridView() 22802 vfunc[7]: QGridView::~QGridView() 22803 vfunc[8]: QWidget::event(QEvent*) 22804 vfunc[9]: QScrollView::eventFilter(QObject*, QEvent*) 22805 vfunc[10]: QWidget::setName(char const*) 22806 vfunc[11]: QObject::insertChild(QObject*) 22807 vfunc[12]: QScrollView::removeChild(QObject*) 22808 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 22809 vfunc[14]: QObject::property(char const*) const 22810 vfunc[15]: QObject::timerEvent(QTimerEvent*) 22811 vfunc[16]: QObject::childEvent(QChildEvent*) 22812 vfunc[17]: QObject::customEvent(QCustomEvent*) 22813 vfunc[18]: QObject::connectNotify(char const*) 22814 vfunc[19]: QObject::disconnectNotify(char const*) 22815 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 22816 const*, char const*) 22817 vfunc[21]: QScrollView::setEnabled(bool) 22818 vfunc[22]: QWidget::setMinimumSize(int, int) 22819 vfunc[23]: QWidget::setMaximumSize(int, int) 22820 vfunc[24]: QWidget::setSizeIncrement(int, int) 22821 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 22822 vfunc[26]: QWidget::setEraseColor(QColor const&) 22823 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 22824 vfunc[28]: QWidget::setPalette(QPalette const&) 22825 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 22826 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 22827 vfunc[31]: QWidget::setFont(QFont const&) 22828 vfunc[32]: QWidget::setCursor(QCursor const&) 22829 vfunc[33]: QWidget::unsetCursor() 22830 vfunc[34]: QWidget::setMask(QBitmap const&) 22831 vfunc[35]: QWidget::setMask(QRegion const&) 22832 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 22833 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 22834 vfunc[38]: QWidget::setCaption(QString const&) 22835 vfunc[39]: QWidget::setIcon(QPixmap const&) 22836 vfunc[40]: QWidget::setIconText(QString const&) 22837 vfunc[41]: QWidget::setMouseTracking(bool) 22838 vfunc[42]: QWidget::setFocus() 22839 vfunc[43]: QWidget::setActiveWindow() 22840 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 22841 vfunc[45]: QWidget::setFocusProxy(QWidget*) 22842 vfunc[46]: QWidget::setUpdatesEnabled(bool) 22843 vfunc[47]: QScrollView::show() 22844 vfunc[48]: QWidget::hide() 22845 vfunc[49]: QWidget::showMinimized() 22846 vfunc[50]: QWidget::showMaximized() 22847 vfunc[51]: QWidget::showNormal() 22848 vfunc[52]: QWidget::polish() 22849 vfunc[53]: QWidget::move(int, int) 22850 vfunc[54]: QScrollView::resize(int, int) 22851 vfunc[55]: QWidget::setGeometry(int, int, int, int) 22852 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 22853 vfunc[57]: QWidget::close(bool) 22854 vfunc[58]: QScrollView::sizeHint() const 22855 vfunc[59]: QScrollView::minimumSizeHint() const 22856 vfunc[60]: QWidget::sizePolicy() const 22857 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 22858 vfunc[62]: QWidget::heightForWidth(int) const 22859 vfunc[63]: QWidget::adjustSize() 22860 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 22861 const&, bool) 22862 vfunc[65]: QWidget::setAcceptDrops(bool) 22863 vfunc[66]: QWidget::setAutoMask(bool) 22864 vfunc[67]: 22865 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 22866 vfunc[68]: QWidget::customWhatsThis() const 22867 vfunc[69]: QScrollView::mousePressEvent(QMouseEvent*) 22868 vfunc[70]: QScrollView::mouseReleaseEvent(QMouseEvent*) 22869 vfunc[71]: QScrollView::mouseDoubleClickEvent(QMouseEvent*) 22870 vfunc[72]: QScrollView::mouseMoveEvent(QMouseEvent*) 22871 vfunc[73]: QScrollView::wheelEvent(QWheelEvent*) 22872 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 22873 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 22874 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 22875 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 22876 vfunc[78]: QWidget::enterEvent(QEvent*) 22877 vfunc[79]: QWidget::leaveEvent(QEvent*) 22878 vfunc[80]: QFrame::paintEvent(QPaintEvent*) 22879 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 22880 vfunc[82]: QScrollView::resizeEvent(QResizeEvent*) 22881 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 22882 vfunc[84]: QScrollView::contextMenuEvent(QContextMenuEvent*) 22883 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 22884 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 22885 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 22886 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 22887 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 22888 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 22889 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 22890 vfunc[92]: QWidget::dropEvent(QDropEvent*) 22891 vfunc[93]: QWidget::showEvent(QShowEvent*) 22892 vfunc[94]: QWidget::hideEvent(QHideEvent*) 22893 vfunc[95]: QWidget::x11Event(_XEvent*) 22894 vfunc[96]: QWidget::updateMask() 22895 vfunc[97]: QScrollView::styleChange(QStyle&) 22896 vfunc[98]: QWidget::enabledChange(bool) 22897 vfunc[99]: QWidget::paletteChange(QPalette const&) 22898 vfunc[100]: QScrollView::fontChange(QFont const&) 22899 vfunc[101]: QWidget::windowActivationChange(bool) 22900 vfunc[102]: QWidget::metric(int) const 22901 vfunc[103]: QWidget::create(unsigned long, bool, bool) 22902 vfunc[104]: QWidget::destroy(bool, bool) 22903 vfunc[105]: NULL or QWidget::setWState(unsigned int) 22904 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 22905 vfunc[107]: QScrollView::focusNextPrevChild(bool) 22906 vfunc[108]: QWidget::setKeyCompression(bool) 22907 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 22908 bool, QFont*) 22909 vfunc[110]: QFrame::setFrameStyle(int) 22910 vfunc[111]: QFrame::setLineWidth(int) 22911 vfunc[112]: QFrame::setMargin(int) 22912 vfunc[113]: QFrame::setMidLineWidth(int) 22913 vfunc[114]: QFrame::setFrameRect(QRect const&) 22914 vfunc[115]: QFrame::drawFrame(QPainter*) 22915 vfunc[116]: QGridView::drawContents(QPainter*) 22916 vfunc[117]: QScrollView::frameChanged() 22917 vfunc[118]: 22918 QScrollView::setResizePolicy(QScrollView::ResizePolicy) 22919 vfunc[119]: QScrollView::addChild(QWidget*, int, int) 22920 vfunc[120]: QScrollView::moveChild(QWidget*, int, int) 22921 vfunc[121]: 22922 QScrollView::setVScrollBarMode(QScrollView::ScrollBarMode) 22923 vfunc[122]: 22924 QScrollView::setHScrollBarMode(QScrollView::ScrollBarMode) 22925 vfunc[123]: QScrollView::setCornerWidget(QWidget*) 22926 vfunc[124]: QScrollView::setDragAutoScroll(bool) 22927 vfunc[125]: QScrollView::resizeContents(int, int) 22928 vfunc[126]: QScrollView::setContentsPos(int, int) 22929 vfunc[127]: QGridView::drawContents(QPainter*, int, int, int, 22930 int) 22931 vfunc[128]: QScrollView::drawContentsOffset(QPainter*, int, 22932 int, int, int, int, int) 22933 vfunc[129]: QScrollView::contentsMousePressEvent(QMouseEvent*) 22934 vfunc[130]: 22935 QScrollView::contentsMouseReleaseEvent(QMouseEvent*) 22936 vfunc[131]: 22937 QScrollView::contentsMouseDoubleClickEvent(QMouseEvent*) 22938 vfunc[132]: QScrollView::contentsMouseMoveEvent(QMouseEvent*) 22939 vfunc[133]: 22940 QScrollView::contentsDragEnterEvent(QDragEnterEvent*) 22941 vfunc[134]: QScrollView::contentsDragMoveEvent(QDragMoveEvent*) 22942 vfunc[135]: 22943 QScrollView::contentsDragLeaveEvent(QDragLeaveEvent*) 22944 vfunc[136]: QScrollView::contentsDropEvent(QDropEvent*) 22945 vfunc[137]: QScrollView::contentsWheelEvent(QWheelEvent*) 22946 vfunc[138]: 22947 QScrollView::contentsContextMenuEvent(QContextMenuEvent*) 22948 vfunc[139]: QScrollView::viewportPaintEvent(QPaintEvent*) 22949 vfunc[140]: QScrollView::viewportResizeEvent(QResizeEvent*) 22950 vfunc[141]: QScrollView::viewportMousePressEvent(QMouseEvent*) 22951 vfunc[142]: 22952 QScrollView::viewportMouseReleaseEvent(QMouseEvent*) 22953 vfunc[143]: 22954 QScrollView::viewportMouseDoubleClickEvent(QMouseEvent*) 22955 vfunc[144]: QScrollView::viewportMouseMoveEvent(QMouseEvent*) 22956 vfunc[145]: 22957 QScrollView::viewportDragEnterEvent(QDragEnterEvent*) 22958 vfunc[146]: QScrollView::viewportDragMoveEvent(QDragMoveEvent*) 22959 vfunc[147]: 22960 QScrollView::viewportDragLeaveEvent(QDragLeaveEvent*) 22961 vfunc[148]: QScrollView::viewportDropEvent(QDropEvent*) 22962 vfunc[149]: QScrollView::viewportWheelEvent(QWheelEvent*) 22963 vfunc[150]: 22964 QScrollView::viewportContextMenuEvent(QContextMenuEvent*) 22965 vfunc[151]: QScrollView::setMargins(int, int, int, int) 22966 vfunc[152]: QScrollView::setHBarGeometry(QScrollBar&, int, int, 22967 int, int) 22968 vfunc[153]: QScrollView::setVBarGeometry(QScrollBar&, int, int, 22969 int, int) 22970 vfunc[154]: QGridView::setNumRows(int) 22971 vfunc[155]: QGridView::setNumCols(int) 22972 vfunc[156]: QGridView::setCellWidth(int) 22973 vfunc[157]: QGridView::setCellHeight(int) 22974 vfunc[158]: __cxa_pure_virtual 22975 vfunc[159]: QGridView::paintEmptyArea(QPainter*, int, int, int, 22976 int) 22977 vfunc[160]: QGridView::dimensionChange(int, int) 22978 22979 Table 8-228. Secondary vtable for QGridView 22980 Base Offset -80 22981 Virtual Base Offset 0 22982 RTTI typeinfo for QGridView 22983 vfunc[0]: non-virtual thunk to QGridView::~QGridView() 22984 vfunc[1]: non-virtual thunk to QGridView::~QGridView() 22985 vfunc[2]: QPaintDevice::setResolution(int) 22986 vfunc[3]: QPaintDevice::resolution() const 22987 vfunc[4]: QPaintDevice::handle() const 22988 vfunc[5]: QPaintDevice::x11RenderHandle() const 22989 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 22990 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 22991 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 22992 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 22993 const 22994 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 22995 22996 The Run Time Type Information for the QGridView class is 22997 described by Table 8-229 22998 22999 Table 8-229. typeinfo for QGridView 23000 Base Vtable vtable for __cxxabiv1::__si_class_type_info 23001 Name typeinfo name for QGridView 23002 basetype: typeinfo for QScrollView 23003 __________________________________________________________ 23004 23005 8.2.22.8. Class data for QButton 23006 23007 The virtual table for the QButton class is described by Table 23008 8-230 23009 23010 Table 8-230. Primary vtable for QButton 23011 Base Offset 0 23012 Virtual Base Offset 0 23013 RTTI typeinfo for QButton 23014 vfunc[0]: NULL or QButton::metaObject() const 23015 vfunc[1]: QButton::className() const 23016 vfunc[2]: QButton::qt_cast(char const*) 23017 vfunc[3]: QButton::qt_invoke(int, QUObject*) 23018 vfunc[4]: QButton::qt_emit(int, QUObject*) 23019 vfunc[5]: QButton::qt_property(int, int, QVariant*) 23020 vfunc[6]: QButton::~QButton() 23021 vfunc[7]: QButton::~QButton() 23022 vfunc[8]: QWidget::event(QEvent*) 23023 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 23024 vfunc[10]: QWidget::setName(char const*) 23025 vfunc[11]: QObject::insertChild(QObject*) 23026 vfunc[12]: QObject::removeChild(QObject*) 23027 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 23028 vfunc[14]: QObject::property(char const*) const 23029 vfunc[15]: QObject::timerEvent(QTimerEvent*) 23030 vfunc[16]: QObject::childEvent(QChildEvent*) 23031 vfunc[17]: QObject::customEvent(QCustomEvent*) 23032 vfunc[18]: QObject::connectNotify(char const*) 23033 vfunc[19]: QObject::disconnectNotify(char const*) 23034 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 23035 const*, char const*) 23036 vfunc[21]: QWidget::setEnabled(bool) 23037 vfunc[22]: QWidget::setMinimumSize(int, int) 23038 vfunc[23]: QWidget::setMaximumSize(int, int) 23039 vfunc[24]: QWidget::setSizeIncrement(int, int) 23040 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 23041 vfunc[26]: QWidget::setEraseColor(QColor const&) 23042 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 23043 vfunc[28]: QWidget::setPalette(QPalette const&) 23044 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 23045 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 23046 vfunc[31]: QWidget::setFont(QFont const&) 23047 vfunc[32]: QWidget::setCursor(QCursor const&) 23048 vfunc[33]: QWidget::unsetCursor() 23049 vfunc[34]: QWidget::setMask(QBitmap const&) 23050 vfunc[35]: QWidget::setMask(QRegion const&) 23051 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 23052 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 23053 vfunc[38]: QWidget::setCaption(QString const&) 23054 vfunc[39]: QWidget::setIcon(QPixmap const&) 23055 vfunc[40]: QWidget::setIconText(QString const&) 23056 vfunc[41]: QWidget::setMouseTracking(bool) 23057 vfunc[42]: QWidget::setFocus() 23058 vfunc[43]: QWidget::setActiveWindow() 23059 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 23060 vfunc[45]: QWidget::setFocusProxy(QWidget*) 23061 vfunc[46]: QWidget::setUpdatesEnabled(bool) 23062 vfunc[47]: QWidget::show() 23063 vfunc[48]: QWidget::hide() 23064 vfunc[49]: QWidget::showMinimized() 23065 vfunc[50]: QWidget::showMaximized() 23066 vfunc[51]: QWidget::showNormal() 23067 vfunc[52]: QWidget::polish() 23068 vfunc[53]: QWidget::move(int, int) 23069 vfunc[54]: QWidget::resize(int, int) 23070 vfunc[55]: QWidget::setGeometry(int, int, int, int) 23071 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 23072 vfunc[57]: QWidget::close(bool) 23073 vfunc[58]: QWidget::sizeHint() const 23074 vfunc[59]: QWidget::minimumSizeHint() const 23075 vfunc[60]: QWidget::sizePolicy() const 23076 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 23077 vfunc[62]: QWidget::heightForWidth(int) const 23078 vfunc[63]: QWidget::adjustSize() 23079 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 23080 const&, bool) 23081 vfunc[65]: QWidget::setAcceptDrops(bool) 23082 vfunc[66]: QWidget::setAutoMask(bool) 23083 vfunc[67]: 23084 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 23085 vfunc[68]: QWidget::customWhatsThis() const 23086 vfunc[69]: QButton::mousePressEvent(QMouseEvent*) 23087 vfunc[70]: QButton::mouseReleaseEvent(QMouseEvent*) 23088 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 23089 vfunc[72]: QButton::mouseMoveEvent(QMouseEvent*) 23090 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 23091 vfunc[74]: QButton::keyPressEvent(QKeyEvent*) 23092 vfunc[75]: QButton::keyReleaseEvent(QKeyEvent*) 23093 vfunc[76]: QButton::focusInEvent(QFocusEvent*) 23094 vfunc[77]: QButton::focusOutEvent(QFocusEvent*) 23095 vfunc[78]: QWidget::enterEvent(QEvent*) 23096 vfunc[79]: QWidget::leaveEvent(QEvent*) 23097 vfunc[80]: QButton::paintEvent(QPaintEvent*) 23098 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 23099 vfunc[82]: QWidget::resizeEvent(QResizeEvent*) 23100 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 23101 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 23102 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 23103 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 23104 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 23105 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 23106 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 23107 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 23108 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 23109 vfunc[92]: QWidget::dropEvent(QDropEvent*) 23110 vfunc[93]: QWidget::showEvent(QShowEvent*) 23111 vfunc[94]: QWidget::hideEvent(QHideEvent*) 23112 vfunc[95]: QWidget::x11Event(_XEvent*) 23113 vfunc[96]: QWidget::updateMask() 23114 vfunc[97]: QWidget::styleChange(QStyle&) 23115 vfunc[98]: QButton::enabledChange(bool) 23116 vfunc[99]: QWidget::paletteChange(QPalette const&) 23117 vfunc[100]: QWidget::fontChange(QFont const&) 23118 vfunc[101]: QWidget::windowActivationChange(bool) 23119 vfunc[102]: QWidget::metric(int) const 23120 vfunc[103]: QWidget::create(unsigned long, bool, bool) 23121 vfunc[104]: QWidget::destroy(bool, bool) 23122 vfunc[105]: NULL or QWidget::setWState(unsigned int) 23123 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 23124 vfunc[107]: QWidget::focusNextPrevChild(bool) 23125 vfunc[108]: QWidget::setKeyCompression(bool) 23126 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 23127 bool, QFont*) 23128 vfunc[110]: QButton::setText(QString const&) 23129 vfunc[111]: QButton::setPixmap(QPixmap const&) 23130 vfunc[112]: QButton::setAccel(QKeySequence const&) 23131 vfunc[113]: QButton::setDown(bool) 23132 vfunc[114]: QButton::setAutoRepeat(bool) 23133 vfunc[115]: QButton::setToggleType(QButton::ToggleType) 23134 vfunc[116]: QButton::setState(QButton::ToggleState) 23135 vfunc[117]: QButton::hitButton(QPoint const&) const 23136 vfunc[118]: QButton::drawButton(QPainter*) 23137 vfunc[119]: QButton::drawButtonLabel(QPainter*) 23138 vfunc[120]: QButton::setGroup(QButtonGroup*) 23139 23140 Table 8-231. Secondary vtable for QButton 23141 Base Offset -80 23142 Virtual Base Offset 0 23143 RTTI typeinfo for QButton 23144 vfunc[0]: non-virtual thunk to QButton::~QButton() 23145 vfunc[1]: non-virtual thunk to QButton::~QButton() 23146 vfunc[2]: QPaintDevice::setResolution(int) 23147 vfunc[3]: QPaintDevice::resolution() const 23148 vfunc[4]: QPaintDevice::handle() const 23149 vfunc[5]: QPaintDevice::x11RenderHandle() const 23150 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 23151 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 23152 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 23153 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 23154 const 23155 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 23156 23157 The Run Time Type Information for the QButton class is 23158 described by Table 8-232 23159 23160 Table 8-232. typeinfo for QButton 23161 Base Vtable vtable for __cxxabiv1::__si_class_type_info 23162 Name typeinfo name for QButton 23163 basetype: typeinfo for QWidget 23164 __________________________________________________________ 23165 23166 8.2.22.9. Class data for QTabWidget 23167 23168 The virtual table for the QTabWidget class is described by 23169 Table 8-233 23170 23171 Table 8-233. Primary vtable for QTabWidget 23172 Base Offset 0 23173 Virtual Base Offset 0 23174 RTTI typeinfo for QTabWidget 23175 vfunc[0]: NULL or QTabWidget::metaObject() const 23176 vfunc[1]: QTabWidget::className() const 23177 vfunc[2]: QTabWidget::qt_cast(char const*) 23178 vfunc[3]: QTabWidget::qt_invoke(int, QUObject*) 23179 vfunc[4]: QTabWidget::qt_emit(int, QUObject*) 23180 vfunc[5]: QTabWidget::qt_property(int, int, QVariant*) 23181 vfunc[6]: QTabWidget::~QTabWidget() 23182 vfunc[7]: QTabWidget::~QTabWidget() 23183 vfunc[8]: QWidget::event(QEvent*) 23184 vfunc[9]: QTabWidget::eventFilter(QObject*, QEvent*) 23185 vfunc[10]: QWidget::setName(char const*) 23186 vfunc[11]: QObject::insertChild(QObject*) 23187 vfunc[12]: QObject::removeChild(QObject*) 23188 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 23189 vfunc[14]: QObject::property(char const*) const 23190 vfunc[15]: QObject::timerEvent(QTimerEvent*) 23191 vfunc[16]: QObject::childEvent(QChildEvent*) 23192 vfunc[17]: QObject::customEvent(QCustomEvent*) 23193 vfunc[18]: QObject::connectNotify(char const*) 23194 vfunc[19]: QObject::disconnectNotify(char const*) 23195 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 23196 const*, char const*) 23197 vfunc[21]: QWidget::setEnabled(bool) 23198 vfunc[22]: QWidget::setMinimumSize(int, int) 23199 vfunc[23]: QWidget::setMaximumSize(int, int) 23200 vfunc[24]: QWidget::setSizeIncrement(int, int) 23201 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 23202 vfunc[26]: QWidget::setEraseColor(QColor const&) 23203 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 23204 vfunc[28]: QWidget::setPalette(QPalette const&) 23205 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 23206 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 23207 vfunc[31]: QWidget::setFont(QFont const&) 23208 vfunc[32]: QWidget::setCursor(QCursor const&) 23209 vfunc[33]: QWidget::unsetCursor() 23210 vfunc[34]: QWidget::setMask(QBitmap const&) 23211 vfunc[35]: QWidget::setMask(QRegion const&) 23212 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 23213 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 23214 vfunc[38]: QWidget::setCaption(QString const&) 23215 vfunc[39]: QWidget::setIcon(QPixmap const&) 23216 vfunc[40]: QWidget::setIconText(QString const&) 23217 vfunc[41]: QWidget::setMouseTracking(bool) 23218 vfunc[42]: QWidget::setFocus() 23219 vfunc[43]: QWidget::setActiveWindow() 23220 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 23221 vfunc[45]: QWidget::setFocusProxy(QWidget*) 23222 vfunc[46]: QWidget::setUpdatesEnabled(bool) 23223 vfunc[47]: QWidget::show() 23224 vfunc[48]: QWidget::hide() 23225 vfunc[49]: QWidget::showMinimized() 23226 vfunc[50]: QWidget::showMaximized() 23227 vfunc[51]: QWidget::showNormal() 23228 vfunc[52]: QWidget::polish() 23229 vfunc[53]: QWidget::move(int, int) 23230 vfunc[54]: QWidget::resize(int, int) 23231 vfunc[55]: QWidget::setGeometry(int, int, int, int) 23232 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 23233 vfunc[57]: QWidget::close(bool) 23234 vfunc[58]: QTabWidget::sizeHint() const 23235 vfunc[59]: QTabWidget::minimumSizeHint() const 23236 vfunc[60]: QWidget::sizePolicy() const 23237 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 23238 vfunc[62]: QWidget::heightForWidth(int) const 23239 vfunc[63]: QWidget::adjustSize() 23240 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 23241 const&, bool) 23242 vfunc[65]: QWidget::setAcceptDrops(bool) 23243 vfunc[66]: QWidget::setAutoMask(bool) 23244 vfunc[67]: 23245 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 23246 vfunc[68]: QWidget::customWhatsThis() const 23247 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 23248 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 23249 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 23250 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 23251 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 23252 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 23253 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 23254 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 23255 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 23256 vfunc[78]: QWidget::enterEvent(QEvent*) 23257 vfunc[79]: QWidget::leaveEvent(QEvent*) 23258 vfunc[80]: QWidget::paintEvent(QPaintEvent*) 23259 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 23260 vfunc[82]: QTabWidget::resizeEvent(QResizeEvent*) 23261 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 23262 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 23263 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 23264 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 23265 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 23266 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 23267 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 23268 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 23269 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 23270 vfunc[92]: QWidget::dropEvent(QDropEvent*) 23271 vfunc[93]: QTabWidget::showEvent(QShowEvent*) 23272 vfunc[94]: QWidget::hideEvent(QHideEvent*) 23273 vfunc[95]: QWidget::x11Event(_XEvent*) 23274 vfunc[96]: QTabWidget::updateMask() 23275 vfunc[97]: QTabWidget::styleChange(QStyle&) 23276 vfunc[98]: QWidget::enabledChange(bool) 23277 vfunc[99]: QWidget::paletteChange(QPalette const&) 23278 vfunc[100]: QWidget::fontChange(QFont const&) 23279 vfunc[101]: QWidget::windowActivationChange(bool) 23280 vfunc[102]: QWidget::metric(int) const 23281 vfunc[103]: QWidget::create(unsigned long, bool, bool) 23282 vfunc[104]: QWidget::destroy(bool, bool) 23283 vfunc[105]: NULL or QWidget::setWState(unsigned int) 23284 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 23285 vfunc[107]: QWidget::focusNextPrevChild(bool) 23286 vfunc[108]: QWidget::setKeyCompression(bool) 23287 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 23288 bool, QFont*) 23289 vfunc[110]: QTabWidget::addTab(QWidget*, QString const&) 23290 vfunc[111]: QTabWidget::addTab(QWidget*, QIconSet const&, 23291 QString const&) 23292 vfunc[112]: QTabWidget::addTab(QWidget*, QTab*) 23293 vfunc[113]: QTabWidget::insertTab(QWidget*, QString const&, 23294 int) 23295 vfunc[114]: QTabWidget::insertTab(QWidget*, QIconSet const&, 23296 QString const&, int) 23297 vfunc[115]: QTabWidget::insertTab(QWidget*, QTab*, int) 23298 vfunc[116]: QTabWidget::showPage(QWidget*) 23299 vfunc[117]: QTabWidget::removePage(QWidget*) 23300 23301 Table 8-234. Secondary vtable for QTabWidget 23302 Base Offset -80 23303 Virtual Base Offset 0 23304 RTTI typeinfo for QTabWidget 23305 vfunc[0]: non-virtual thunk to QTabWidget::~QTabWidget() 23306 vfunc[1]: non-virtual thunk to QTabWidget::~QTabWidget() 23307 vfunc[2]: QPaintDevice::setResolution(int) 23308 vfunc[3]: QPaintDevice::resolution() const 23309 vfunc[4]: QPaintDevice::handle() const 23310 vfunc[5]: QPaintDevice::x11RenderHandle() const 23311 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 23312 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 23313 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 23314 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 23315 const 23316 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 23317 23318 The Run Time Type Information for the QTabWidget class is 23319 described by Table 8-235 23320 23321 Table 8-235. typeinfo for QTabWidget 23322 Base Vtable vtable for __cxxabiv1::__si_class_type_info 23323 Name typeinfo name for QTabWidget 23324 basetype: typeinfo for QWidget 23325 __________________________________________________________ 23326 23327 8.2.22.10. Class data for QTextView 23328 23329 The virtual table for the QTextView class is described by Table 23330 8-236 23331 23332 Table 8-236. Primary vtable for QTextView 23333 Base Offset 0 23334 Virtual Base Offset 0 23335 RTTI typeinfo for QTextView 23336 vfunc[0]: NULL or QTextView::metaObject() const 23337 vfunc[1]: QTextView::className() const 23338 vfunc[2]: QTextView::qt_cast(char const*) 23339 vfunc[3]: QTextView::qt_invoke(int, QUObject*) 23340 vfunc[4]: QTextView::qt_emit(int, QUObject*) 23341 vfunc[5]: QTextView::qt_property(int, int, QVariant*) 23342 vfunc[6]: QTextView::~QTextView() 23343 vfunc[7]: QTextView::~QTextView() 23344 vfunc[8]: QTextEdit::event(QEvent*) 23345 vfunc[9]: QTextEdit::eventFilter(QObject*, QEvent*) 23346 vfunc[10]: QWidget::setName(char const*) 23347 vfunc[11]: QObject::insertChild(QObject*) 23348 vfunc[12]: QScrollView::removeChild(QObject*) 23349 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 23350 vfunc[14]: QObject::property(char const*) const 23351 vfunc[15]: QObject::timerEvent(QTimerEvent*) 23352 vfunc[16]: QObject::childEvent(QChildEvent*) 23353 vfunc[17]: QObject::customEvent(QCustomEvent*) 23354 vfunc[18]: QObject::connectNotify(char const*) 23355 vfunc[19]: QObject::disconnectNotify(char const*) 23356 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 23357 const*, char const*) 23358 vfunc[21]: QTextEdit::setEnabled(bool) 23359 vfunc[22]: QWidget::setMinimumSize(int, int) 23360 vfunc[23]: QWidget::setMaximumSize(int, int) 23361 vfunc[24]: QWidget::setSizeIncrement(int, int) 23362 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 23363 vfunc[26]: QWidget::setEraseColor(QColor const&) 23364 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 23365 vfunc[28]: QTextEdit::setPalette(QPalette const&) 23366 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 23367 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 23368 vfunc[31]: QTextEdit::setFont(QFont const&) 23369 vfunc[32]: QWidget::setCursor(QCursor const&) 23370 vfunc[33]: QWidget::unsetCursor() 23371 vfunc[34]: QWidget::setMask(QBitmap const&) 23372 vfunc[35]: QWidget::setMask(QRegion const&) 23373 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 23374 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 23375 vfunc[38]: QWidget::setCaption(QString const&) 23376 vfunc[39]: QWidget::setIcon(QPixmap const&) 23377 vfunc[40]: QWidget::setIconText(QString const&) 23378 vfunc[41]: QWidget::setMouseTracking(bool) 23379 vfunc[42]: QWidget::setFocus() 23380 vfunc[43]: QWidget::setActiveWindow() 23381 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 23382 vfunc[45]: QWidget::setFocusProxy(QWidget*) 23383 vfunc[46]: QWidget::setUpdatesEnabled(bool) 23384 vfunc[47]: QScrollView::show() 23385 vfunc[48]: QWidget::hide() 23386 vfunc[49]: QWidget::showMinimized() 23387 vfunc[50]: QWidget::showMaximized() 23388 vfunc[51]: QWidget::showNormal() 23389 vfunc[52]: QTextEdit::polish() 23390 vfunc[53]: QWidget::move(int, int) 23391 vfunc[54]: QScrollView::resize(int, int) 23392 vfunc[55]: QWidget::setGeometry(int, int, int, int) 23393 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 23394 vfunc[57]: QWidget::close(bool) 23395 vfunc[58]: QTextEdit::sizeHint() const 23396 vfunc[59]: QScrollView::minimumSizeHint() const 23397 vfunc[60]: QWidget::sizePolicy() const 23398 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 23399 vfunc[62]: QTextEdit::heightForWidth(int) const 23400 vfunc[63]: QWidget::adjustSize() 23401 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 23402 const&, bool) 23403 vfunc[65]: QWidget::setAcceptDrops(bool) 23404 vfunc[66]: QWidget::setAutoMask(bool) 23405 vfunc[67]: 23406 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 23407 vfunc[68]: QWidget::customWhatsThis() const 23408 vfunc[69]: QScrollView::mousePressEvent(QMouseEvent*) 23409 vfunc[70]: QScrollView::mouseReleaseEvent(QMouseEvent*) 23410 vfunc[71]: QScrollView::mouseDoubleClickEvent(QMouseEvent*) 23411 vfunc[72]: QScrollView::mouseMoveEvent(QMouseEvent*) 23412 vfunc[73]: QScrollView::wheelEvent(QWheelEvent*) 23413 vfunc[74]: QTextEdit::keyPressEvent(QKeyEvent*) 23414 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 23415 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 23416 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 23417 vfunc[78]: QWidget::enterEvent(QEvent*) 23418 vfunc[79]: QWidget::leaveEvent(QEvent*) 23419 vfunc[80]: QFrame::paintEvent(QPaintEvent*) 23420 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 23421 vfunc[82]: QTextEdit::resizeEvent(QResizeEvent*) 23422 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 23423 vfunc[84]: QScrollView::contextMenuEvent(QContextMenuEvent*) 23424 vfunc[85]: QTextEdit::imStartEvent(QIMEvent*) 23425 vfunc[86]: QTextEdit::imComposeEvent(QIMEvent*) 23426 vfunc[87]: QTextEdit::imEndEvent(QIMEvent*) 23427 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 23428 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 23429 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 23430 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 23431 vfunc[92]: QWidget::dropEvent(QDropEvent*) 23432 vfunc[93]: QWidget::showEvent(QShowEvent*) 23433 vfunc[94]: QWidget::hideEvent(QHideEvent*) 23434 vfunc[95]: QWidget::x11Event(_XEvent*) 23435 vfunc[96]: QWidget::updateMask() 23436 vfunc[97]: QScrollView::styleChange(QStyle&) 23437 vfunc[98]: QWidget::enabledChange(bool) 23438 vfunc[99]: QWidget::paletteChange(QPalette const&) 23439 vfunc[100]: QScrollView::fontChange(QFont const&) 23440 vfunc[101]: QTextEdit::windowActivationChange(bool) 23441 vfunc[102]: QWidget::metric(int) const 23442 vfunc[103]: QWidget::create(unsigned long, bool, bool) 23443 vfunc[104]: QWidget::destroy(bool, bool) 23444 vfunc[105]: NULL or QWidget::setWState(unsigned int) 23445 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 23446 vfunc[107]: QTextEdit::focusNextPrevChild(bool) 23447 vfunc[108]: QWidget::setKeyCompression(bool) 23448 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 23449 bool, QFont*) 23450 vfunc[110]: QFrame::setFrameStyle(int) 23451 vfunc[111]: QFrame::setLineWidth(int) 23452 vfunc[112]: QFrame::setMargin(int) 23453 vfunc[113]: QFrame::setMidLineWidth(int) 23454 vfunc[114]: QFrame::setFrameRect(QRect const&) 23455 vfunc[115]: QFrame::drawFrame(QPainter*) 23456 vfunc[116]: QTextEdit::drawContents(QPainter*) 23457 vfunc[117]: QScrollView::frameChanged() 23458 vfunc[118]: 23459 QScrollView::setResizePolicy(QScrollView::ResizePolicy) 23460 vfunc[119]: QScrollView::addChild(QWidget*, int, int) 23461 vfunc[120]: QScrollView::moveChild(QWidget*, int, int) 23462 vfunc[121]: 23463 QScrollView::setVScrollBarMode(QScrollView::ScrollBarMode) 23464 vfunc[122]: 23465 QScrollView::setHScrollBarMode(QScrollView::ScrollBarMode) 23466 vfunc[123]: QScrollView::setCornerWidget(QWidget*) 23467 vfunc[124]: QScrollView::setDragAutoScroll(bool) 23468 vfunc[125]: QScrollView::resizeContents(int, int) 23469 vfunc[126]: QScrollView::setContentsPos(int, int) 23470 vfunc[127]: QTextEdit::drawContents(QPainter*, int, int, int, 23471 int) 23472 vfunc[128]: QScrollView::drawContentsOffset(QPainter*, int, 23473 int, int, int, int, int) 23474 vfunc[129]: QTextEdit::contentsMousePressEvent(QMouseEvent*) 23475 vfunc[130]: QTextEdit::contentsMouseReleaseEvent(QMouseEvent*) 23476 vfunc[131]: 23477 QTextEdit::contentsMouseDoubleClickEvent(QMouseEvent*) 23478 vfunc[132]: QTextEdit::contentsMouseMoveEvent(QMouseEvent*) 23479 vfunc[133]: QTextEdit::contentsDragEnterEvent(QDragEnterEvent*) 23480 vfunc[134]: QTextEdit::contentsDragMoveEvent(QDragMoveEvent*) 23481 vfunc[135]: QTextEdit::contentsDragLeaveEvent(QDragLeaveEvent*) 23482 vfunc[136]: QTextEdit::contentsDropEvent(QDropEvent*) 23483 vfunc[137]: QTextEdit::contentsWheelEvent(QWheelEvent*) 23484 vfunc[138]: 23485 QTextEdit::contentsContextMenuEvent(QContextMenuEvent*) 23486 vfunc[139]: QScrollView::viewportPaintEvent(QPaintEvent*) 23487 vfunc[140]: QTextEdit::viewportResizeEvent(QResizeEvent*) 23488 vfunc[141]: QScrollView::viewportMousePressEvent(QMouseEvent*) 23489 vfunc[142]: 23490 QScrollView::viewportMouseReleaseEvent(QMouseEvent*) 23491 vfunc[143]: 23492 QScrollView::viewportMouseDoubleClickEvent(QMouseEvent*) 23493 vfunc[144]: QScrollView::viewportMouseMoveEvent(QMouseEvent*) 23494 vfunc[145]: 23495 QScrollView::viewportDragEnterEvent(QDragEnterEvent*) 23496 vfunc[146]: QScrollView::viewportDragMoveEvent(QDragMoveEvent*) 23497 vfunc[147]: 23498 QScrollView::viewportDragLeaveEvent(QDragLeaveEvent*) 23499 vfunc[148]: QScrollView::viewportDropEvent(QDropEvent*) 23500 vfunc[149]: QScrollView::viewportWheelEvent(QWheelEvent*) 23501 vfunc[150]: 23502 QScrollView::viewportContextMenuEvent(QContextMenuEvent*) 23503 vfunc[151]: QScrollView::setMargins(int, int, int, int) 23504 vfunc[152]: QScrollView::setHBarGeometry(QScrollBar&, int, int, 23505 int, int) 23506 vfunc[153]: QScrollView::setVBarGeometry(QScrollBar&, int, int, 23507 int, int) 23508 vfunc[154]: QTextEdit::find(QString const&, bool, bool, bool, 23509 int*, int*) 23510 vfunc[155]: QTextEdit::getFormat(int, int, QFont*, QColor*, 23511 QTextEdit::VerticalAlignment*) 23512 vfunc[156]: QTextEdit::getParagraphFormat(int, QFont*, QColor*, 23513 QTextEdit::VerticalAlignment*, int*, 23514 QStyleSheetItem::DisplayMode*, QStyleSheetItem::ListStyle*, 23515 int*) 23516 vfunc[157]: 23517 QTextEdit::setMimeSourceFactory(QMimeSourceFactory*) 23518 vfunc[158]: QTextEdit::setStyleSheet(QStyleSheet*) 23519 vfunc[159]: QTextEdit::scrollToAnchor(QString const&) 23520 vfunc[160]: QTextEdit::setPaper(QBrush const&) 23521 vfunc[161]: QTextEdit::setLinkUnderline(bool) 23522 vfunc[162]: QTextEdit::setWordWrap(QTextEdit::WordWrap) 23523 vfunc[163]: QTextEdit::setWrapColumnOrWidth(int) 23524 vfunc[164]: QTextEdit::setWrapPolicy(QTextEdit::WrapPolicy) 23525 vfunc[165]: QTextEdit::copy() 23526 vfunc[166]: QTextEdit::append(QString const&) 23527 vfunc[167]: QTextEdit::setText(QString const&, QString const&) 23528 vfunc[168]: QTextEdit::setTextFormat(Qt::TextFormat) 23529 vfunc[169]: QTextEdit::selectAll(bool) 23530 vfunc[170]: QTextEdit::setTabStopWidth(int) 23531 vfunc[171]: QTextEdit::zoomIn(int) 23532 vfunc[172]: NULL or QTextEdit::zoomIn() 23533 vfunc[173]: QTextEdit::zoomOut(int) 23534 vfunc[174]: NULL or QTextEdit::zoomOut() 23535 vfunc[175]: QTextEdit::zoomTo(int) 23536 vfunc[176]: QTextEdit::sync() 23537 vfunc[177]: QTextEdit::setReadOnly(bool) 23538 vfunc[178]: QTextEdit::undo() 23539 vfunc[179]: QTextEdit::redo() 23540 vfunc[180]: QTextEdit::cut() 23541 vfunc[181]: QTextEdit::paste() 23542 vfunc[182]: QTextEdit::pasteSubType(QCString const&) 23543 vfunc[183]: QTextEdit::clear() 23544 vfunc[184]: QTextEdit::del() 23545 vfunc[185]: QTextEdit::indent() 23546 vfunc[186]: QTextEdit::setItalic(bool) 23547 vfunc[187]: QTextEdit::setBold(bool) 23548 vfunc[188]: QTextEdit::setUnderline(bool) 23549 vfunc[189]: QTextEdit::setFamily(QString const&) 23550 vfunc[190]: QTextEdit::setPointSize(int) 23551 vfunc[191]: QTextEdit::setColor(QColor const&) 23552 vfunc[192]: 23553 QTextEdit::setVerticalAlignment(QTextEdit::VerticalAlignment) 23554 vfunc[193]: QTextEdit::setAlignment(int) 23555 vfunc[194]: 23556 QTextEdit::setParagType(QStyleSheetItem::DisplayMode, 23557 QStyleSheetItem::ListStyle) 23558 vfunc[195]: QTextEdit::setCursorPosition(int, int) 23559 vfunc[196]: QTextEdit::setSelection(int, int, int, int, int) 23560 vfunc[197]: QTextEdit::setSelectionAttributes(int, QColor 23561 const&, bool) 23562 vfunc[198]: QTextEdit::setModified(bool) 23563 vfunc[199]: QTextEdit::resetFormat() 23564 vfunc[200]: QTextEdit::setUndoDepth(int) 23565 vfunc[201]: QTextEdit::setFormat(QTextFormat*, int) 23566 vfunc[202]: QTextEdit::ensureCursorVisible() 23567 vfunc[203]: QTextEdit::placeCursor(QPoint const&, QTextCursor*) 23568 vfunc[204]: QTextEdit::moveCursor(QTextEdit::CursorAction, 23569 bool) 23570 vfunc[205]: 23571 QTextEdit::doKeyboardAction(QTextEdit::KeyboardAction) 23572 vfunc[206]: QTextEdit::removeSelectedText(int) 23573 vfunc[207]: QTextEdit::removeSelection(int) 23574 vfunc[208]: NULL or QTextEdit::setCurrentFont(QFont const&) 23575 vfunc[209]: NULL or QTextEdit::setOverwriteMode(bool) 23576 vfunc[210]: QTextEdit::scrollToBottom() 23577 vfunc[211]: QTextEdit::insert(QString const&, bool, bool, bool) 23578 vfunc[212]: QTextEdit::insertAt(QString const&, int, int) 23579 vfunc[213]: QTextEdit::removeParagraph(int) 23580 vfunc[214]: QTextEdit::insertParagraph(QString const&, int) 23581 vfunc[215]: QTextEdit::setParagraphBackgroundColor(int, QColor 23582 const&) 23583 vfunc[216]: QTextEdit::clearParagraphBackground(int) 23584 vfunc[217]: QTextEdit::setUndoRedoEnabled(bool) 23585 vfunc[218]: QTextEdit::createPopupMenu(QPoint const&) 23586 vfunc[219]: QTextEdit::createPopupMenu() 23587 vfunc[220]: QTextEdit::doChangeInterval() 23588 vfunc[221]: NULL or QTextEdit::linksEnabled() const 23589 vfunc[222]: NULL or QTextEdit::emitHighlighted(QString const&) 23590 vfunc[223]: NULL or QTextEdit::emitLinkClicked(QString const&) 23591 23592 Table 8-237. Secondary vtable for QTextView 23593 Base Offset -80 23594 Virtual Base Offset 0 23595 RTTI typeinfo for QTextView 23596 vfunc[0]: non-virtual thunk to QTextView::~QTextView() 23597 vfunc[1]: non-virtual thunk to QTextView::~QTextView() 23598 vfunc[2]: QPaintDevice::setResolution(int) 23599 vfunc[3]: QPaintDevice::resolution() const 23600 vfunc[4]: QPaintDevice::handle() const 23601 vfunc[5]: QPaintDevice::x11RenderHandle() const 23602 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 23603 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 23604 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 23605 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 23606 const 23607 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 23608 23609 The Run Time Type Information for the QTextView class is 23610 described by Table 8-238 23611 23612 Table 8-238. typeinfo for QTextView 23613 Base Vtable vtable for __cxxabiv1::__si_class_type_info 23614 Name typeinfo name for QTextView 23615 basetype: typeinfo for QTextEdit 23616 __________________________________________________________ 23617 23618 8.2.22.11. Class data for QTab 23619 23620 The virtual table for the QTab class is described in the 23621 generic part of this specification. 23622 23623 The Run Time Type Information for the QTab class is described 23624 by Table 8-239 23625 23626 Table 8-239. typeinfo for QTab 23627 Base Vtable vtable for __cxxabiv1::__si_class_type_info 23628 Name typeinfo name for QTab 23629 basetype: typeinfo for Qt 23630 __________________________________________________________ 23631 23632 8.2.22.12. Class data for QDial 23633 23634 The virtual table for the QDial class is described by Table 23635 8-240 23636 23637 Table 8-240. Primary vtable for QDial 23638 Base Offset 0 23639 Virtual Base Offset 0 23640 RTTI typeinfo for QDial 23641 vfunc[0]: NULL or QDial::metaObject() const 23642 vfunc[1]: QDial::className() const 23643 vfunc[2]: QDial::qt_cast(char const*) 23644 vfunc[3]: QDial::qt_invoke(int, QUObject*) 23645 vfunc[4]: QDial::qt_emit(int, QUObject*) 23646 vfunc[5]: QDial::qt_property(int, int, QVariant*) 23647 vfunc[6]: QDial::~QDial() 23648 vfunc[7]: QDial::~QDial() 23649 vfunc[8]: QWidget::event(QEvent*) 23650 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 23651 vfunc[10]: QWidget::setName(char const*) 23652 vfunc[11]: QObject::insertChild(QObject*) 23653 vfunc[12]: QObject::removeChild(QObject*) 23654 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 23655 vfunc[14]: QObject::property(char const*) const 23656 vfunc[15]: QObject::timerEvent(QTimerEvent*) 23657 vfunc[16]: QObject::childEvent(QChildEvent*) 23658 vfunc[17]: QObject::customEvent(QCustomEvent*) 23659 vfunc[18]: QObject::connectNotify(char const*) 23660 vfunc[19]: QObject::disconnectNotify(char const*) 23661 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 23662 const*, char const*) 23663 vfunc[21]: QWidget::setEnabled(bool) 23664 vfunc[22]: QWidget::setMinimumSize(int, int) 23665 vfunc[23]: QWidget::setMaximumSize(int, int) 23666 vfunc[24]: QWidget::setSizeIncrement(int, int) 23667 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 23668 vfunc[26]: QWidget::setEraseColor(QColor const&) 23669 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 23670 vfunc[28]: QWidget::setPalette(QPalette const&) 23671 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 23672 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 23673 vfunc[31]: QWidget::setFont(QFont const&) 23674 vfunc[32]: QWidget::setCursor(QCursor const&) 23675 vfunc[33]: QWidget::unsetCursor() 23676 vfunc[34]: QWidget::setMask(QBitmap const&) 23677 vfunc[35]: QWidget::setMask(QRegion const&) 23678 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 23679 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 23680 vfunc[38]: QWidget::setCaption(QString const&) 23681 vfunc[39]: QWidget::setIcon(QPixmap const&) 23682 vfunc[40]: QWidget::setIconText(QString const&) 23683 vfunc[41]: QWidget::setMouseTracking(bool) 23684 vfunc[42]: QWidget::setFocus() 23685 vfunc[43]: QWidget::setActiveWindow() 23686 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 23687 vfunc[45]: QWidget::setFocusProxy(QWidget*) 23688 vfunc[46]: QWidget::setUpdatesEnabled(bool) 23689 vfunc[47]: QWidget::show() 23690 vfunc[48]: QWidget::hide() 23691 vfunc[49]: QWidget::showMinimized() 23692 vfunc[50]: QWidget::showMaximized() 23693 vfunc[51]: QWidget::showNormal() 23694 vfunc[52]: QWidget::polish() 23695 vfunc[53]: QWidget::move(int, int) 23696 vfunc[54]: QWidget::resize(int, int) 23697 vfunc[55]: QWidget::setGeometry(int, int, int, int) 23698 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 23699 vfunc[57]: QWidget::close(bool) 23700 vfunc[58]: QDial::sizeHint() const 23701 vfunc[59]: QDial::minimumSizeHint() const 23702 vfunc[60]: QWidget::sizePolicy() const 23703 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 23704 vfunc[62]: QWidget::heightForWidth(int) const 23705 vfunc[63]: QWidget::adjustSize() 23706 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 23707 const&, bool) 23708 vfunc[65]: QWidget::setAcceptDrops(bool) 23709 vfunc[66]: QWidget::setAutoMask(bool) 23710 vfunc[67]: 23711 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 23712 vfunc[68]: QWidget::customWhatsThis() const 23713 vfunc[69]: QDial::mousePressEvent(QMouseEvent*) 23714 vfunc[70]: QDial::mouseReleaseEvent(QMouseEvent*) 23715 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 23716 vfunc[72]: QDial::mouseMoveEvent(QMouseEvent*) 23717 vfunc[73]: QDial::wheelEvent(QWheelEvent*) 23718 vfunc[74]: QDial::keyPressEvent(QKeyEvent*) 23719 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 23720 vfunc[76]: QDial::focusInEvent(QFocusEvent*) 23721 vfunc[77]: QDial::focusOutEvent(QFocusEvent*) 23722 vfunc[78]: QWidget::enterEvent(QEvent*) 23723 vfunc[79]: QWidget::leaveEvent(QEvent*) 23724 vfunc[80]: QDial::paintEvent(QPaintEvent*) 23725 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 23726 vfunc[82]: QDial::resizeEvent(QResizeEvent*) 23727 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 23728 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 23729 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 23730 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 23731 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 23732 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 23733 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 23734 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 23735 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 23736 vfunc[92]: QWidget::dropEvent(QDropEvent*) 23737 vfunc[93]: QWidget::showEvent(QShowEvent*) 23738 vfunc[94]: QWidget::hideEvent(QHideEvent*) 23739 vfunc[95]: QWidget::x11Event(_XEvent*) 23740 vfunc[96]: QWidget::updateMask() 23741 vfunc[97]: QWidget::styleChange(QStyle&) 23742 vfunc[98]: QWidget::enabledChange(bool) 23743 vfunc[99]: QWidget::paletteChange(QPalette const&) 23744 vfunc[100]: QWidget::fontChange(QFont const&) 23745 vfunc[101]: QWidget::windowActivationChange(bool) 23746 vfunc[102]: QWidget::metric(int) const 23747 vfunc[103]: QWidget::create(unsigned long, bool, bool) 23748 vfunc[104]: QWidget::destroy(bool, bool) 23749 vfunc[105]: NULL or QWidget::setWState(unsigned int) 23750 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 23751 vfunc[107]: QWidget::focusNextPrevChild(bool) 23752 vfunc[108]: QWidget::setKeyCompression(bool) 23753 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 23754 bool, QFont*) 23755 vfunc[110]: QDial::setNotchTarget(double) 23756 vfunc[111]: QDial::setValue(int) 23757 vfunc[112]: QDial::setNotchesVisible(bool) 23758 vfunc[113]: QDial::setWrapping(bool) 23759 vfunc[114]: QDial::setTracking(bool) 23760 vfunc[115]: QDial::valueChange() 23761 vfunc[116]: QDial::rangeChange() 23762 vfunc[117]: QDial::repaintScreen(QRect const*) 23763 23764 Table 8-241. Secondary vtable for QDial 23765 Base Offset -80 23766 Virtual Base Offset 0 23767 RTTI typeinfo for QDial 23768 vfunc[0]: non-virtual thunk to QDial::~QDial() 23769 vfunc[1]: non-virtual thunk to QDial::~QDial() 23770 vfunc[2]: QPaintDevice::setResolution(int) 23771 vfunc[3]: QPaintDevice::resolution() const 23772 vfunc[4]: QPaintDevice::handle() const 23773 vfunc[5]: QPaintDevice::x11RenderHandle() const 23774 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 23775 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 23776 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 23777 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 23778 const 23779 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 23780 23781 Table 8-242. Secondary vtable for QDial 23782 Base Offset -200 23783 Virtual Base Offset 0 23784 RTTI typeinfo for QDial 23785 vfunc[0]: non-virtual thunk to QDial::~QDial() 23786 vfunc[1]: non-virtual thunk to QDial::~QDial() 23787 vfunc[2]: non-virtual thunk to QDial::valueChange() 23788 vfunc[3]: non-virtual thunk to QDial::rangeChange() 23789 vfunc[4]: QRangeControl::stepChange() 23790 23791 The Run Time Type Information for the QDial class is described 23792 by Table 8-243 23793 23794 Table 8-243. typeinfo for QDial 23795 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 23796 Name typeinfo name for QDial 23797 flags: 0 23798 basetype: typeinfo for QWidget 2 23799 basetype: typeinfo for QRangeControl 29698 23800 __________________________________________________________ 23801 23802 8.2.22.13. Class data for QListView 23803 23804 The virtual table for the QListView class is described by Table 23805 8-244 23806 23807 Table 8-244. Primary vtable for QListView 23808 Base Offset 0 23809 Virtual Base Offset 0 23810 RTTI typeinfo for QListView 23811 vfunc[0]: NULL or QListView::metaObject() const 23812 vfunc[1]: QListView::className() const 23813 vfunc[2]: QListView::qt_cast(char const*) 23814 vfunc[3]: QListView::qt_invoke(int, QUObject*) 23815 vfunc[4]: QListView::qt_emit(int, QUObject*) 23816 vfunc[5]: QListView::qt_property(int, int, QVariant*) 23817 vfunc[6]: QListView::~QListView() 23818 vfunc[7]: QListView::~QListView() 23819 vfunc[8]: QWidget::event(QEvent*) 23820 vfunc[9]: QListView::eventFilter(QObject*, QEvent*) 23821 vfunc[10]: QWidget::setName(char const*) 23822 vfunc[11]: QObject::insertChild(QObject*) 23823 vfunc[12]: QScrollView::removeChild(QObject*) 23824 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 23825 vfunc[14]: QObject::property(char const*) const 23826 vfunc[15]: QObject::timerEvent(QTimerEvent*) 23827 vfunc[16]: QObject::childEvent(QChildEvent*) 23828 vfunc[17]: QObject::customEvent(QCustomEvent*) 23829 vfunc[18]: QObject::connectNotify(char const*) 23830 vfunc[19]: QObject::disconnectNotify(char const*) 23831 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 23832 const*, char const*) 23833 vfunc[21]: QScrollView::setEnabled(bool) 23834 vfunc[22]: QWidget::setMinimumSize(int, int) 23835 vfunc[23]: QWidget::setMaximumSize(int, int) 23836 vfunc[24]: QWidget::setSizeIncrement(int, int) 23837 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 23838 vfunc[26]: QWidget::setEraseColor(QColor const&) 23839 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 23840 vfunc[28]: QListView::setPalette(QPalette const&) 23841 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 23842 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 23843 vfunc[31]: QListView::setFont(QFont const&) 23844 vfunc[32]: QWidget::setCursor(QCursor const&) 23845 vfunc[33]: QWidget::unsetCursor() 23846 vfunc[34]: QWidget::setMask(QBitmap const&) 23847 vfunc[35]: QWidget::setMask(QRegion const&) 23848 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 23849 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 23850 vfunc[38]: QWidget::setCaption(QString const&) 23851 vfunc[39]: QWidget::setIcon(QPixmap const&) 23852 vfunc[40]: QWidget::setIconText(QString const&) 23853 vfunc[41]: QWidget::setMouseTracking(bool) 23854 vfunc[42]: QWidget::setFocus() 23855 vfunc[43]: QWidget::setActiveWindow() 23856 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 23857 vfunc[45]: QWidget::setFocusProxy(QWidget*) 23858 vfunc[46]: QWidget::setUpdatesEnabled(bool) 23859 vfunc[47]: QListView::show() 23860 vfunc[48]: QWidget::hide() 23861 vfunc[49]: QWidget::showMinimized() 23862 vfunc[50]: QWidget::showMaximized() 23863 vfunc[51]: QWidget::showNormal() 23864 vfunc[52]: QWidget::polish() 23865 vfunc[53]: QWidget::move(int, int) 23866 vfunc[54]: QScrollView::resize(int, int) 23867 vfunc[55]: QWidget::setGeometry(int, int, int, int) 23868 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 23869 vfunc[57]: QWidget::close(bool) 23870 vfunc[58]: QListView::sizeHint() const 23871 vfunc[59]: QListView::minimumSizeHint() const 23872 vfunc[60]: QWidget::sizePolicy() const 23873 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 23874 vfunc[62]: QWidget::heightForWidth(int) const 23875 vfunc[63]: QWidget::adjustSize() 23876 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 23877 const&, bool) 23878 vfunc[65]: QWidget::setAcceptDrops(bool) 23879 vfunc[66]: QWidget::setAutoMask(bool) 23880 vfunc[67]: 23881 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 23882 vfunc[68]: QWidget::customWhatsThis() const 23883 vfunc[69]: QScrollView::mousePressEvent(QMouseEvent*) 23884 vfunc[70]: QScrollView::mouseReleaseEvent(QMouseEvent*) 23885 vfunc[71]: QScrollView::mouseDoubleClickEvent(QMouseEvent*) 23886 vfunc[72]: QScrollView::mouseMoveEvent(QMouseEvent*) 23887 vfunc[73]: QScrollView::wheelEvent(QWheelEvent*) 23888 vfunc[74]: QListView::keyPressEvent(QKeyEvent*) 23889 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 23890 vfunc[76]: QListView::focusInEvent(QFocusEvent*) 23891 vfunc[77]: QListView::focusOutEvent(QFocusEvent*) 23892 vfunc[78]: QWidget::enterEvent(QEvent*) 23893 vfunc[79]: QWidget::leaveEvent(QEvent*) 23894 vfunc[80]: QFrame::paintEvent(QPaintEvent*) 23895 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 23896 vfunc[82]: QListView::resizeEvent(QResizeEvent*) 23897 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 23898 vfunc[84]: QScrollView::contextMenuEvent(QContextMenuEvent*) 23899 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 23900 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 23901 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 23902 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 23903 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 23904 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 23905 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 23906 vfunc[92]: QWidget::dropEvent(QDropEvent*) 23907 vfunc[93]: QListView::showEvent(QShowEvent*) 23908 vfunc[94]: QWidget::hideEvent(QHideEvent*) 23909 vfunc[95]: QWidget::x11Event(_XEvent*) 23910 vfunc[96]: QWidget::updateMask() 23911 vfunc[97]: QListView::styleChange(QStyle&) 23912 vfunc[98]: QWidget::enabledChange(bool) 23913 vfunc[99]: QWidget::paletteChange(QPalette const&) 23914 vfunc[100]: QScrollView::fontChange(QFont const&) 23915 vfunc[101]: QListView::windowActivationChange(bool) 23916 vfunc[102]: QWidget::metric(int) const 23917 vfunc[103]: QWidget::create(unsigned long, bool, bool) 23918 vfunc[104]: QWidget::destroy(bool, bool) 23919 vfunc[105]: NULL or QWidget::setWState(unsigned int) 23920 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 23921 vfunc[107]: QScrollView::focusNextPrevChild(bool) 23922 vfunc[108]: QWidget::setKeyCompression(bool) 23923 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 23924 bool, QFont*) 23925 vfunc[110]: QFrame::setFrameStyle(int) 23926 vfunc[111]: QFrame::setLineWidth(int) 23927 vfunc[112]: QFrame::setMargin(int) 23928 vfunc[113]: QFrame::setMidLineWidth(int) 23929 vfunc[114]: QFrame::setFrameRect(QRect const&) 23930 vfunc[115]: QFrame::drawFrame(QPainter*) 23931 vfunc[116]: QScrollView::drawContents(QPainter*) 23932 vfunc[117]: QScrollView::frameChanged() 23933 vfunc[118]: 23934 QScrollView::setResizePolicy(QScrollView::ResizePolicy) 23935 vfunc[119]: QScrollView::addChild(QWidget*, int, int) 23936 vfunc[120]: QScrollView::moveChild(QWidget*, int, int) 23937 vfunc[121]: 23938 QScrollView::setVScrollBarMode(QScrollView::ScrollBarMode) 23939 vfunc[122]: 23940 QScrollView::setHScrollBarMode(QScrollView::ScrollBarMode) 23941 vfunc[123]: QScrollView::setCornerWidget(QWidget*) 23942 vfunc[124]: QScrollView::setDragAutoScroll(bool) 23943 vfunc[125]: QScrollView::resizeContents(int, int) 23944 vfunc[126]: QListView::setContentsPos(int, int) 23945 vfunc[127]: QScrollView::drawContents(QPainter*, int, int, int, 23946 int) 23947 vfunc[128]: QListView::drawContentsOffset(QPainter*, int, int, 23948 int, int, int, int) 23949 vfunc[129]: QListView::contentsMousePressEvent(QMouseEvent*) 23950 vfunc[130]: QListView::contentsMouseReleaseEvent(QMouseEvent*) 23951 vfunc[131]: 23952 QListView::contentsMouseDoubleClickEvent(QMouseEvent*) 23953 vfunc[132]: QListView::contentsMouseMoveEvent(QMouseEvent*) 23954 vfunc[133]: QListView::contentsDragEnterEvent(QDragEnterEvent*) 23955 vfunc[134]: QListView::contentsDragMoveEvent(QDragMoveEvent*) 23956 vfunc[135]: QListView::contentsDragLeaveEvent(QDragLeaveEvent*) 23957 vfunc[136]: QListView::contentsDropEvent(QDropEvent*) 23958 vfunc[137]: QScrollView::contentsWheelEvent(QWheelEvent*) 23959 vfunc[138]: 23960 QListView::contentsContextMenuEvent(QContextMenuEvent*) 23961 vfunc[139]: QScrollView::viewportPaintEvent(QPaintEvent*) 23962 vfunc[140]: QListView::viewportResizeEvent(QResizeEvent*) 23963 vfunc[141]: QScrollView::viewportMousePressEvent(QMouseEvent*) 23964 vfunc[142]: 23965 QScrollView::viewportMouseReleaseEvent(QMouseEvent*) 23966 vfunc[143]: 23967 QScrollView::viewportMouseDoubleClickEvent(QMouseEvent*) 23968 vfunc[144]: QScrollView::viewportMouseMoveEvent(QMouseEvent*) 23969 vfunc[145]: 23970 QScrollView::viewportDragEnterEvent(QDragEnterEvent*) 23971 vfunc[146]: QScrollView::viewportDragMoveEvent(QDragMoveEvent*) 23972 vfunc[147]: 23973 QScrollView::viewportDragLeaveEvent(QDragLeaveEvent*) 23974 vfunc[148]: QScrollView::viewportDropEvent(QDropEvent*) 23975 vfunc[149]: QScrollView::viewportWheelEvent(QWheelEvent*) 23976 vfunc[150]: 23977 QScrollView::viewportContextMenuEvent(QContextMenuEvent*) 23978 vfunc[151]: QScrollView::setMargins(int, int, int, int) 23979 vfunc[152]: QScrollView::setHBarGeometry(QScrollBar&, int, int, 23980 int, int) 23981 vfunc[153]: QScrollView::setVBarGeometry(QScrollBar&, int, int, 23982 int, int) 23983 vfunc[154]: QListView::setTreeStepSize(int) 23984 vfunc[155]: QListView::insertItem(QListViewItem*) 23985 vfunc[156]: QListView::takeItem(QListViewItem*) 23986 vfunc[157]: NULL or QListView::removeItem(QListViewItem*) 23987 vfunc[158]: QListView::addColumn(QString const&, int) 23988 vfunc[159]: QListView::addColumn(QIconSet const&, QString 23989 const&, int) 23990 vfunc[160]: QListView::removeColumn(int) 23991 vfunc[161]: QListView::setColumnText(int, QString const&) 23992 vfunc[162]: QListView::setColumnText(int, QIconSet const&, 23993 QString const&) 23994 vfunc[163]: QListView::setColumnWidth(int, int) 23995 vfunc[164]: QListView::setColumnWidthMode(int, 23996 QListView::WidthMode) 23997 vfunc[165]: QListView::setColumnAlignment(int, int) 23998 vfunc[166]: QListView::setMultiSelection(bool) 23999 vfunc[167]: QListView::clearSelection() 24000 vfunc[168]: QListView::setSelected(QListViewItem*, bool) 24001 vfunc[169]: QListView::setOpen(QListViewItem*, bool) 24002 vfunc[170]: QListView::setCurrentItem(QListViewItem*) 24003 vfunc[171]: QListView::setAllColumnsShowFocus(bool) 24004 vfunc[172]: QListView::setItemMargin(int) 24005 vfunc[173]: QListView::setRootIsDecorated(bool) 24006 vfunc[174]: QListView::setSorting(int, bool) 24007 vfunc[175]: QListView::sort() 24008 vfunc[176]: QListView::setShowSortIndicator(bool) 24009 vfunc[177]: QListView::setShowToolTips(bool) 24010 vfunc[178]: QListView::setResizeMode(QListView::ResizeMode) 24011 vfunc[179]: 24012 QListView::setDefaultRenameAction(QListView::RenameAction) 24013 vfunc[180]: QListView::clear() 24014 vfunc[181]: QListView::invertSelection() 24015 vfunc[182]: QListView::selectAll(bool) 24016 vfunc[183]: QListView::dragObject() 24017 vfunc[184]: QListView::startDrag() 24018 vfunc[185]: QListView::paintEmptyArea(QPainter*, QRect const&) 24019 24020 Table 8-245. Secondary vtable for QListView 24021 Base Offset -80 24022 Virtual Base Offset 0 24023 RTTI typeinfo for QListView 24024 vfunc[0]: non-virtual thunk to QListView::~QListView() 24025 vfunc[1]: non-virtual thunk to QListView::~QListView() 24026 vfunc[2]: QPaintDevice::setResolution(int) 24027 vfunc[3]: QPaintDevice::resolution() const 24028 vfunc[4]: QPaintDevice::handle() const 24029 vfunc[5]: QPaintDevice::x11RenderHandle() const 24030 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 24031 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 24032 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 24033 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 24034 const 24035 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 24036 24037 The Run Time Type Information for the QListView class is 24038 described by Table 8-246 24039 24040 Table 8-246. typeinfo for QListView 24041 Base Vtable vtable for __cxxabiv1::__si_class_type_info 24042 Name typeinfo name for QListView 24043 basetype: typeinfo for QScrollView 24044 __________________________________________________________ 24045 24046 8.2.22.14. Class data for QDesktopWidget 24047 24048 The virtual table for the QDesktopWidget class is described by 24049 Table 8-247 24050 24051 Table 8-247. Primary vtable for QDesktopWidget 24052 Base Offset 0 24053 Virtual Base Offset 0 24054 RTTI typeinfo for QDesktopWidget 24055 vfunc[0]: NULL or QDesktopWidget::metaObject() const 24056 vfunc[1]: QDesktopWidget::className() const 24057 vfunc[2]: QDesktopWidget::qt_cast(char const*) 24058 vfunc[3]: QDesktopWidget::qt_invoke(int, QUObject*) 24059 vfunc[4]: QDesktopWidget::qt_emit(int, QUObject*) 24060 vfunc[5]: QDesktopWidget::qt_property(int, int, QVariant*) 24061 vfunc[6]: QDesktopWidget::~QDesktopWidget() 24062 vfunc[7]: QDesktopWidget::~QDesktopWidget() 24063 vfunc[8]: QWidget::event(QEvent*) 24064 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 24065 vfunc[10]: QWidget::setName(char const*) 24066 vfunc[11]: QDesktopWidget::insertChild(QObject*) 24067 vfunc[12]: QObject::removeChild(QObject*) 24068 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 24069 vfunc[14]: QObject::property(char const*) const 24070 vfunc[15]: QObject::timerEvent(QTimerEvent*) 24071 vfunc[16]: QObject::childEvent(QChildEvent*) 24072 vfunc[17]: QObject::customEvent(QCustomEvent*) 24073 vfunc[18]: QObject::connectNotify(char const*) 24074 vfunc[19]: QObject::disconnectNotify(char const*) 24075 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 24076 const*, char const*) 24077 vfunc[21]: QWidget::setEnabled(bool) 24078 vfunc[22]: QWidget::setMinimumSize(int, int) 24079 vfunc[23]: QWidget::setMaximumSize(int, int) 24080 vfunc[24]: QWidget::setSizeIncrement(int, int) 24081 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 24082 vfunc[26]: QWidget::setEraseColor(QColor const&) 24083 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 24084 vfunc[28]: QWidget::setPalette(QPalette const&) 24085 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 24086 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 24087 vfunc[31]: QWidget::setFont(QFont const&) 24088 vfunc[32]: QWidget::setCursor(QCursor const&) 24089 vfunc[33]: QWidget::unsetCursor() 24090 vfunc[34]: QWidget::setMask(QBitmap const&) 24091 vfunc[35]: QWidget::setMask(QRegion const&) 24092 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 24093 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 24094 vfunc[38]: QWidget::setCaption(QString const&) 24095 vfunc[39]: QWidget::setIcon(QPixmap const&) 24096 vfunc[40]: QWidget::setIconText(QString const&) 24097 vfunc[41]: QWidget::setMouseTracking(bool) 24098 vfunc[42]: QWidget::setFocus() 24099 vfunc[43]: QWidget::setActiveWindow() 24100 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 24101 vfunc[45]: QWidget::setFocusProxy(QWidget*) 24102 vfunc[46]: QWidget::setUpdatesEnabled(bool) 24103 vfunc[47]: QWidget::show() 24104 vfunc[48]: QWidget::hide() 24105 vfunc[49]: QWidget::showMinimized() 24106 vfunc[50]: QWidget::showMaximized() 24107 vfunc[51]: QWidget::showNormal() 24108 vfunc[52]: QWidget::polish() 24109 vfunc[53]: QWidget::move(int, int) 24110 vfunc[54]: QWidget::resize(int, int) 24111 vfunc[55]: QWidget::setGeometry(int, int, int, int) 24112 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 24113 vfunc[57]: QWidget::close(bool) 24114 vfunc[58]: QWidget::sizeHint() const 24115 vfunc[59]: QWidget::minimumSizeHint() const 24116 vfunc[60]: QWidget::sizePolicy() const 24117 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 24118 vfunc[62]: QWidget::heightForWidth(int) const 24119 vfunc[63]: QWidget::adjustSize() 24120 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 24121 const&, bool) 24122 vfunc[65]: QWidget::setAcceptDrops(bool) 24123 vfunc[66]: QWidget::setAutoMask(bool) 24124 vfunc[67]: 24125 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 24126 vfunc[68]: QWidget::customWhatsThis() const 24127 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 24128 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 24129 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 24130 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 24131 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 24132 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 24133 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 24134 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 24135 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 24136 vfunc[78]: QWidget::enterEvent(QEvent*) 24137 vfunc[79]: QWidget::leaveEvent(QEvent*) 24138 vfunc[80]: QWidget::paintEvent(QPaintEvent*) 24139 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 24140 vfunc[82]: QDesktopWidget::resizeEvent(QResizeEvent*) 24141 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 24142 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 24143 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 24144 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 24145 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 24146 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 24147 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 24148 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 24149 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 24150 vfunc[92]: QWidget::dropEvent(QDropEvent*) 24151 vfunc[93]: QWidget::showEvent(QShowEvent*) 24152 vfunc[94]: QWidget::hideEvent(QHideEvent*) 24153 vfunc[95]: QWidget::x11Event(_XEvent*) 24154 vfunc[96]: QWidget::updateMask() 24155 vfunc[97]: QWidget::styleChange(QStyle&) 24156 vfunc[98]: QWidget::enabledChange(bool) 24157 vfunc[99]: QWidget::paletteChange(QPalette const&) 24158 vfunc[100]: QWidget::fontChange(QFont const&) 24159 vfunc[101]: QWidget::windowActivationChange(bool) 24160 vfunc[102]: QWidget::metric(int) const 24161 vfunc[103]: QWidget::create(unsigned long, bool, bool) 24162 vfunc[104]: QWidget::destroy(bool, bool) 24163 vfunc[105]: NULL or QWidget::setWState(unsigned int) 24164 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 24165 vfunc[107]: QWidget::focusNextPrevChild(bool) 24166 vfunc[108]: QWidget::setKeyCompression(bool) 24167 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 24168 bool, QFont*) 24169 24170 Table 8-248. Secondary vtable for QDesktopWidget 24171 Base Offset -80 24172 Virtual Base Offset 0 24173 RTTI typeinfo for QDesktopWidget 24174 vfunc[0]: non-virtual thunk to 24175 QDesktopWidget::~QDesktopWidget() 24176 vfunc[1]: non-virtual thunk to 24177 QDesktopWidget::~QDesktopWidget() 24178 vfunc[2]: QPaintDevice::setResolution(int) 24179 vfunc[3]: QPaintDevice::resolution() const 24180 vfunc[4]: QPaintDevice::handle() const 24181 vfunc[5]: QPaintDevice::x11RenderHandle() const 24182 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 24183 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 24184 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 24185 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 24186 const 24187 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 24188 24189 The Run Time Type Information for the QDesktopWidget class is 24190 described by Table 8-249 24191 24192 Table 8-249. typeinfo for QDesktopWidget 24193 Base Vtable vtable for __cxxabiv1::__si_class_type_info 24194 Name typeinfo name for QDesktopWidget 24195 basetype: typeinfo for QWidget 24196 __________________________________________________________ 24197 24198 8.2.22.15. Class data for QListBoxItem 24199 24200 The virtual table for the QListBoxItem class is described in 24201 the generic part of this specification. 24202 24203 The Run Time Type Information for the QListBoxItem class is 24204 described by Table 8-250 24205 24206 Table 8-250. typeinfo for QListBoxItem 24207 Base Vtable vtable for __cxxabiv1::__class_type_info 24208 Name typeinfo name for QListBoxItem 24209 __________________________________________________________ 24210 24211 8.2.22.16. Class data for QScrollBar 24212 24213 The virtual table for the QScrollBar class is described by 24214 Table 8-251 24215 24216 Table 8-251. Primary vtable for QScrollBar 24217 Base Offset 0 24218 Virtual Base Offset 0 24219 RTTI typeinfo for QScrollBar 24220 vfunc[0]: NULL or QScrollBar::metaObject() const 24221 vfunc[1]: QScrollBar::className() const 24222 vfunc[2]: QScrollBar::qt_cast(char const*) 24223 vfunc[3]: QScrollBar::qt_invoke(int, QUObject*) 24224 vfunc[4]: QScrollBar::qt_emit(int, QUObject*) 24225 vfunc[5]: QScrollBar::qt_property(int, int, QVariant*) 24226 vfunc[6]: QScrollBar::~QScrollBar() 24227 vfunc[7]: QScrollBar::~QScrollBar() 24228 vfunc[8]: QWidget::event(QEvent*) 24229 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 24230 vfunc[10]: QWidget::setName(char const*) 24231 vfunc[11]: QObject::insertChild(QObject*) 24232 vfunc[12]: QObject::removeChild(QObject*) 24233 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 24234 vfunc[14]: QObject::property(char const*) const 24235 vfunc[15]: QObject::timerEvent(QTimerEvent*) 24236 vfunc[16]: QObject::childEvent(QChildEvent*) 24237 vfunc[17]: QObject::customEvent(QCustomEvent*) 24238 vfunc[18]: QObject::connectNotify(char const*) 24239 vfunc[19]: QObject::disconnectNotify(char const*) 24240 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 24241 const*, char const*) 24242 vfunc[21]: QWidget::setEnabled(bool) 24243 vfunc[22]: QWidget::setMinimumSize(int, int) 24244 vfunc[23]: QWidget::setMaximumSize(int, int) 24245 vfunc[24]: QWidget::setSizeIncrement(int, int) 24246 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 24247 vfunc[26]: QWidget::setEraseColor(QColor const&) 24248 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 24249 vfunc[28]: QScrollBar::setPalette(QPalette const&) 24250 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 24251 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 24252 vfunc[31]: QWidget::setFont(QFont const&) 24253 vfunc[32]: QWidget::setCursor(QCursor const&) 24254 vfunc[33]: QWidget::unsetCursor() 24255 vfunc[34]: QWidget::setMask(QBitmap const&) 24256 vfunc[35]: QWidget::setMask(QRegion const&) 24257 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 24258 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 24259 vfunc[38]: QWidget::setCaption(QString const&) 24260 vfunc[39]: QWidget::setIcon(QPixmap const&) 24261 vfunc[40]: QWidget::setIconText(QString const&) 24262 vfunc[41]: QWidget::setMouseTracking(bool) 24263 vfunc[42]: QWidget::setFocus() 24264 vfunc[43]: QWidget::setActiveWindow() 24265 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 24266 vfunc[45]: QWidget::setFocusProxy(QWidget*) 24267 vfunc[46]: QWidget::setUpdatesEnabled(bool) 24268 vfunc[47]: QWidget::show() 24269 vfunc[48]: QWidget::hide() 24270 vfunc[49]: QWidget::showMinimized() 24271 vfunc[50]: QWidget::showMaximized() 24272 vfunc[51]: QWidget::showNormal() 24273 vfunc[52]: QWidget::polish() 24274 vfunc[53]: QWidget::move(int, int) 24275 vfunc[54]: QWidget::resize(int, int) 24276 vfunc[55]: QWidget::setGeometry(int, int, int, int) 24277 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 24278 vfunc[57]: QWidget::close(bool) 24279 vfunc[58]: QScrollBar::sizeHint() const 24280 vfunc[59]: QWidget::minimumSizeHint() const 24281 vfunc[60]: QWidget::sizePolicy() const 24282 vfunc[61]: QScrollBar::setSizePolicy(QSizePolicy) 24283 vfunc[62]: QWidget::heightForWidth(int) const 24284 vfunc[63]: QWidget::adjustSize() 24285 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 24286 const&, bool) 24287 vfunc[65]: QWidget::setAcceptDrops(bool) 24288 vfunc[66]: QWidget::setAutoMask(bool) 24289 vfunc[67]: 24290 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 24291 vfunc[68]: QWidget::customWhatsThis() const 24292 vfunc[69]: QScrollBar::mousePressEvent(QMouseEvent*) 24293 vfunc[70]: QScrollBar::mouseReleaseEvent(QMouseEvent*) 24294 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 24295 vfunc[72]: QScrollBar::mouseMoveEvent(QMouseEvent*) 24296 vfunc[73]: QScrollBar::wheelEvent(QWheelEvent*) 24297 vfunc[74]: QScrollBar::keyPressEvent(QKeyEvent*) 24298 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 24299 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 24300 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 24301 vfunc[78]: QWidget::enterEvent(QEvent*) 24302 vfunc[79]: QWidget::leaveEvent(QEvent*) 24303 vfunc[80]: QScrollBar::paintEvent(QPaintEvent*) 24304 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 24305 vfunc[82]: QScrollBar::resizeEvent(QResizeEvent*) 24306 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 24307 vfunc[84]: QScrollBar::contextMenuEvent(QContextMenuEvent*) 24308 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 24309 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 24310 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 24311 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 24312 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 24313 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 24314 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 24315 vfunc[92]: QWidget::dropEvent(QDropEvent*) 24316 vfunc[93]: QWidget::showEvent(QShowEvent*) 24317 vfunc[94]: QScrollBar::hideEvent(QHideEvent*) 24318 vfunc[95]: QWidget::x11Event(_XEvent*) 24319 vfunc[96]: QWidget::updateMask() 24320 vfunc[97]: QScrollBar::styleChange(QStyle&) 24321 vfunc[98]: QWidget::enabledChange(bool) 24322 vfunc[99]: QWidget::paletteChange(QPalette const&) 24323 vfunc[100]: QWidget::fontChange(QFont const&) 24324 vfunc[101]: QWidget::windowActivationChange(bool) 24325 vfunc[102]: QWidget::metric(int) const 24326 vfunc[103]: QWidget::create(unsigned long, bool, bool) 24327 vfunc[104]: QWidget::destroy(bool, bool) 24328 vfunc[105]: NULL or QWidget::setWState(unsigned int) 24329 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 24330 vfunc[107]: QWidget::focusNextPrevChild(bool) 24331 vfunc[108]: QWidget::setKeyCompression(bool) 24332 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 24333 bool, QFont*) 24334 vfunc[110]: QScrollBar::setOrientation(Qt::Orientation) 24335 vfunc[111]: NULL or QScrollBar::setTracking(bool) 24336 vfunc[112]: QScrollBar::valueChange() 24337 vfunc[113]: QScrollBar::stepChange() 24338 vfunc[114]: QScrollBar::rangeChange() 24339 24340 Table 8-252. Secondary vtable for QScrollBar 24341 Base Offset -80 24342 Virtual Base Offset 0 24343 RTTI typeinfo for QScrollBar 24344 vfunc[0]: non-virtual thunk to QScrollBar::~QScrollBar() 24345 vfunc[1]: non-virtual thunk to QScrollBar::~QScrollBar() 24346 vfunc[2]: QPaintDevice::setResolution(int) 24347 vfunc[3]: QPaintDevice::resolution() const 24348 vfunc[4]: QPaintDevice::handle() const 24349 vfunc[5]: QPaintDevice::x11RenderHandle() const 24350 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 24351 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 24352 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 24353 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 24354 const 24355 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 24356 24357 Table 8-253. Secondary vtable for QScrollBar 24358 Base Offset -200 24359 Virtual Base Offset 0 24360 RTTI typeinfo for QScrollBar 24361 vfunc[0]: non-virtual thunk to QScrollBar::~QScrollBar() 24362 vfunc[1]: non-virtual thunk to QScrollBar::~QScrollBar() 24363 vfunc[2]: non-virtual thunk to QScrollBar::valueChange() 24364 vfunc[3]: non-virtual thunk to QScrollBar::rangeChange() 24365 vfunc[4]: non-virtual thunk to QScrollBar::stepChange() 24366 24367 The Run Time Type Information for the QScrollBar class is 24368 described by Table 8-254 24369 24370 Table 8-254. typeinfo for QScrollBar 24371 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 24372 Name typeinfo name for QScrollBar 24373 flags: 0 24374 basetype: typeinfo for QWidget 2 24375 basetype: typeinfo for QRangeControl 29698 24376 __________________________________________________________ 24377 24378 8.2.22.17. Class data for QIconFactory 24379 24380 The virtual table for the QIconFactory class is described in 24381 the generic part of this specification. 24382 24383 The Run Time Type Information for the QIconFactory class is 24384 described by Table 8-255 24385 24386 Table 8-255. typeinfo for QIconFactory 24387 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 24388 Name typeinfo name for QIconFactory 24389 flags: 0 24390 basetype: typeinfo for QShared 1024 24391 __________________________________________________________ 24392 24393 8.2.22.18. Class data for QSpinBox 24394 24395 The virtual table for the QSpinBox class is described by Table 24396 8-256 24397 24398 Table 8-256. Primary vtable for QSpinBox 24399 Base Offset 0 24400 Virtual Base Offset 0 24401 RTTI typeinfo for QSpinBox 24402 vfunc[0]: NULL or QSpinBox::metaObject() const 24403 vfunc[1]: QSpinBox::className() const 24404 vfunc[2]: QSpinBox::qt_cast(char const*) 24405 vfunc[3]: QSpinBox::qt_invoke(int, QUObject*) 24406 vfunc[4]: QSpinBox::qt_emit(int, QUObject*) 24407 vfunc[5]: QSpinBox::qt_property(int, int, QVariant*) 24408 vfunc[6]: QSpinBox::~QSpinBox() 24409 vfunc[7]: QSpinBox::~QSpinBox() 24410 vfunc[8]: QWidget::event(QEvent*) 24411 vfunc[9]: QSpinBox::eventFilter(QObject*, QEvent*) 24412 vfunc[10]: QWidget::setName(char const*) 24413 vfunc[11]: QObject::insertChild(QObject*) 24414 vfunc[12]: QObject::removeChild(QObject*) 24415 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 24416 vfunc[14]: QObject::property(char const*) const 24417 vfunc[15]: QObject::timerEvent(QTimerEvent*) 24418 vfunc[16]: QObject::childEvent(QChildEvent*) 24419 vfunc[17]: QObject::customEvent(QCustomEvent*) 24420 vfunc[18]: QObject::connectNotify(char const*) 24421 vfunc[19]: QObject::disconnectNotify(char const*) 24422 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 24423 const*, char const*) 24424 vfunc[21]: QSpinBox::setEnabled(bool) 24425 vfunc[22]: QWidget::setMinimumSize(int, int) 24426 vfunc[23]: QWidget::setMaximumSize(int, int) 24427 vfunc[24]: QWidget::setSizeIncrement(int, int) 24428 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 24429 vfunc[26]: QWidget::setEraseColor(QColor const&) 24430 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 24431 vfunc[28]: QWidget::setPalette(QPalette const&) 24432 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 24433 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 24434 vfunc[31]: QWidget::setFont(QFont const&) 24435 vfunc[32]: QWidget::setCursor(QCursor const&) 24436 vfunc[33]: QWidget::unsetCursor() 24437 vfunc[34]: QWidget::setMask(QBitmap const&) 24438 vfunc[35]: QWidget::setMask(QRegion const&) 24439 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 24440 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 24441 vfunc[38]: QWidget::setCaption(QString const&) 24442 vfunc[39]: QWidget::setIcon(QPixmap const&) 24443 vfunc[40]: QWidget::setIconText(QString const&) 24444 vfunc[41]: QWidget::setMouseTracking(bool) 24445 vfunc[42]: QWidget::setFocus() 24446 vfunc[43]: QWidget::setActiveWindow() 24447 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 24448 vfunc[45]: QWidget::setFocusProxy(QWidget*) 24449 vfunc[46]: QWidget::setUpdatesEnabled(bool) 24450 vfunc[47]: QWidget::show() 24451 vfunc[48]: QWidget::hide() 24452 vfunc[49]: QWidget::showMinimized() 24453 vfunc[50]: QWidget::showMaximized() 24454 vfunc[51]: QWidget::showNormal() 24455 vfunc[52]: QWidget::polish() 24456 vfunc[53]: QWidget::move(int, int) 24457 vfunc[54]: QWidget::resize(int, int) 24458 vfunc[55]: QWidget::setGeometry(int, int, int, int) 24459 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 24460 vfunc[57]: QWidget::close(bool) 24461 vfunc[58]: QSpinBox::sizeHint() const 24462 vfunc[59]: QSpinBox::minimumSizeHint() const 24463 vfunc[60]: QWidget::sizePolicy() const 24464 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 24465 vfunc[62]: QWidget::heightForWidth(int) const 24466 vfunc[63]: QWidget::adjustSize() 24467 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 24468 const&, bool) 24469 vfunc[65]: QWidget::setAcceptDrops(bool) 24470 vfunc[66]: QWidget::setAutoMask(bool) 24471 vfunc[67]: 24472 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 24473 vfunc[68]: QWidget::customWhatsThis() const 24474 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 24475 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 24476 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 24477 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 24478 vfunc[73]: QSpinBox::wheelEvent(QWheelEvent*) 24479 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 24480 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 24481 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 24482 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 24483 vfunc[78]: QWidget::enterEvent(QEvent*) 24484 vfunc[79]: QSpinBox::leaveEvent(QEvent*) 24485 vfunc[80]: QWidget::paintEvent(QPaintEvent*) 24486 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 24487 vfunc[82]: QSpinBox::resizeEvent(QResizeEvent*) 24488 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 24489 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 24490 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 24491 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 24492 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 24493 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 24494 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 24495 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 24496 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 24497 vfunc[92]: QWidget::dropEvent(QDropEvent*) 24498 vfunc[93]: QWidget::showEvent(QShowEvent*) 24499 vfunc[94]: QWidget::hideEvent(QHideEvent*) 24500 vfunc[95]: QWidget::x11Event(_XEvent*) 24501 vfunc[96]: QWidget::updateMask() 24502 vfunc[97]: QSpinBox::styleChange(QStyle&) 24503 vfunc[98]: QWidget::enabledChange(bool) 24504 vfunc[99]: QWidget::paletteChange(QPalette const&) 24505 vfunc[100]: QWidget::fontChange(QFont const&) 24506 vfunc[101]: QWidget::windowActivationChange(bool) 24507 vfunc[102]: QWidget::metric(int) const 24508 vfunc[103]: QWidget::create(unsigned long, bool, bool) 24509 vfunc[104]: QWidget::destroy(bool, bool) 24510 vfunc[105]: NULL or QWidget::setWState(unsigned int) 24511 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 24512 vfunc[107]: QWidget::focusNextPrevChild(bool) 24513 vfunc[108]: QWidget::setKeyCompression(bool) 24514 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 24515 bool, QFont*) 24516 vfunc[110]: QSpinBox::prefix() const 24517 vfunc[111]: QSpinBox::suffix() const 24518 vfunc[112]: QSpinBox::cleanText() const 24519 vfunc[113]: QSpinBox::setSpecialValueText(QString const&) 24520 vfunc[114]: QSpinBox::setWrapping(bool) 24521 vfunc[115]: QSpinBox::setButtonSymbols(QSpinBox::ButtonSymbols) 24522 vfunc[116]: QSpinBox::setValidator(QValidator const*) 24523 vfunc[117]: QSpinBox::setValue(int) 24524 vfunc[118]: QSpinBox::setPrefix(QString const&) 24525 vfunc[119]: QSpinBox::setSuffix(QString const&) 24526 vfunc[120]: QSpinBox::stepUp() 24527 vfunc[121]: QSpinBox::stepDown() 24528 vfunc[122]: QSpinBox::selectAll() 24529 vfunc[123]: QSpinBox::mapValueToText(int) 24530 vfunc[124]: QSpinBox::mapTextToValue(bool*) 24531 vfunc[125]: QSpinBox::updateDisplay() 24532 vfunc[126]: QSpinBox::interpretText() 24533 vfunc[127]: QSpinBox::valueChange() 24534 vfunc[128]: QSpinBox::rangeChange() 24535 24536 Table 8-257. Secondary vtable for QSpinBox 24537 Base Offset -80 24538 Virtual Base Offset 0 24539 RTTI typeinfo for QSpinBox 24540 vfunc[0]: non-virtual thunk to QSpinBox::~QSpinBox() 24541 vfunc[1]: non-virtual thunk to QSpinBox::~QSpinBox() 24542 vfunc[2]: QPaintDevice::setResolution(int) 24543 vfunc[3]: QPaintDevice::resolution() const 24544 vfunc[4]: QPaintDevice::handle() const 24545 vfunc[5]: QPaintDevice::x11RenderHandle() const 24546 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 24547 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 24548 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 24549 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 24550 const 24551 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 24552 24553 Table 8-258. Secondary vtable for QSpinBox 24554 Base Offset -200 24555 Virtual Base Offset 0 24556 RTTI typeinfo for QSpinBox 24557 vfunc[0]: non-virtual thunk to QSpinBox::~QSpinBox() 24558 vfunc[1]: non-virtual thunk to QSpinBox::~QSpinBox() 24559 vfunc[2]: non-virtual thunk to QSpinBox::valueChange() 24560 vfunc[3]: non-virtual thunk to QSpinBox::rangeChange() 24561 vfunc[4]: QRangeControl::stepChange() 24562 24563 The Run Time Type Information for the QSpinBox class is 24564 described by Table 8-259 24565 24566 Table 8-259. typeinfo for QSpinBox 24567 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 24568 Name typeinfo name for QSpinBox 24569 flags: 0 24570 basetype: typeinfo for QWidget 2 24571 basetype: typeinfo for QRangeControl 29698 24572 __________________________________________________________ 24573 24574 8.2.22.19. Class data for QLabel 24575 24576 The virtual table for the QLabel class is described by Table 24577 8-260 24578 24579 Table 8-260. Primary vtable for QLabel 24580 Base Offset 0 24581 Virtual Base Offset 0 24582 RTTI typeinfo for QLabel 24583 vfunc[0]: NULL or QLabel::metaObject() const 24584 vfunc[1]: QLabel::className() const 24585 vfunc[2]: QLabel::qt_cast(char const*) 24586 vfunc[3]: QLabel::qt_invoke(int, QUObject*) 24587 vfunc[4]: QLabel::qt_emit(int, QUObject*) 24588 vfunc[5]: QLabel::qt_property(int, int, QVariant*) 24589 vfunc[6]: QLabel::~QLabel() 24590 vfunc[7]: QLabel::~QLabel() 24591 vfunc[8]: QWidget::event(QEvent*) 24592 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 24593 vfunc[10]: QWidget::setName(char const*) 24594 vfunc[11]: QObject::insertChild(QObject*) 24595 vfunc[12]: QObject::removeChild(QObject*) 24596 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 24597 vfunc[14]: QObject::property(char const*) const 24598 vfunc[15]: QObject::timerEvent(QTimerEvent*) 24599 vfunc[16]: QObject::childEvent(QChildEvent*) 24600 vfunc[17]: QObject::customEvent(QCustomEvent*) 24601 vfunc[18]: QObject::connectNotify(char const*) 24602 vfunc[19]: QObject::disconnectNotify(char const*) 24603 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 24604 const*, char const*) 24605 vfunc[21]: QWidget::setEnabled(bool) 24606 vfunc[22]: QWidget::setMinimumSize(int, int) 24607 vfunc[23]: QWidget::setMaximumSize(int, int) 24608 vfunc[24]: QWidget::setSizeIncrement(int, int) 24609 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 24610 vfunc[26]: QWidget::setEraseColor(QColor const&) 24611 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 24612 vfunc[28]: QWidget::setPalette(QPalette const&) 24613 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 24614 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 24615 vfunc[31]: QLabel::setFont(QFont const&) 24616 vfunc[32]: QWidget::setCursor(QCursor const&) 24617 vfunc[33]: QWidget::unsetCursor() 24618 vfunc[34]: QWidget::setMask(QBitmap const&) 24619 vfunc[35]: QWidget::setMask(QRegion const&) 24620 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 24621 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 24622 vfunc[38]: QWidget::setCaption(QString const&) 24623 vfunc[39]: QWidget::setIcon(QPixmap const&) 24624 vfunc[40]: QWidget::setIconText(QString const&) 24625 vfunc[41]: QWidget::setMouseTracking(bool) 24626 vfunc[42]: QWidget::setFocus() 24627 vfunc[43]: QWidget::setActiveWindow() 24628 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 24629 vfunc[45]: QWidget::setFocusProxy(QWidget*) 24630 vfunc[46]: QWidget::setUpdatesEnabled(bool) 24631 vfunc[47]: QWidget::show() 24632 vfunc[48]: QWidget::hide() 24633 vfunc[49]: QWidget::showMinimized() 24634 vfunc[50]: QWidget::showMaximized() 24635 vfunc[51]: QWidget::showNormal() 24636 vfunc[52]: QWidget::polish() 24637 vfunc[53]: QWidget::move(int, int) 24638 vfunc[54]: QWidget::resize(int, int) 24639 vfunc[55]: QWidget::setGeometry(int, int, int, int) 24640 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 24641 vfunc[57]: QWidget::close(bool) 24642 vfunc[58]: QLabel::sizeHint() const 24643 vfunc[59]: QLabel::minimumSizeHint() const 24644 vfunc[60]: QWidget::sizePolicy() const 24645 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 24646 vfunc[62]: QLabel::heightForWidth(int) const 24647 vfunc[63]: QWidget::adjustSize() 24648 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 24649 const&, bool) 24650 vfunc[65]: QWidget::setAcceptDrops(bool) 24651 vfunc[66]: QWidget::setAutoMask(bool) 24652 vfunc[67]: 24653 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 24654 vfunc[68]: QWidget::customWhatsThis() const 24655 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 24656 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 24657 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 24658 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 24659 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 24660 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 24661 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 24662 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 24663 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 24664 vfunc[78]: QWidget::enterEvent(QEvent*) 24665 vfunc[79]: QWidget::leaveEvent(QEvent*) 24666 vfunc[80]: QFrame::paintEvent(QPaintEvent*) 24667 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 24668 vfunc[82]: QLabel::resizeEvent(QResizeEvent*) 24669 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 24670 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 24671 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 24672 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 24673 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 24674 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 24675 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 24676 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 24677 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 24678 vfunc[92]: QWidget::dropEvent(QDropEvent*) 24679 vfunc[93]: QWidget::showEvent(QShowEvent*) 24680 vfunc[94]: QWidget::hideEvent(QHideEvent*) 24681 vfunc[95]: QWidget::x11Event(_XEvent*) 24682 vfunc[96]: QWidget::updateMask() 24683 vfunc[97]: QFrame::styleChange(QStyle&) 24684 vfunc[98]: QWidget::enabledChange(bool) 24685 vfunc[99]: QWidget::paletteChange(QPalette const&) 24686 vfunc[100]: QLabel::fontChange(QFont const&) 24687 vfunc[101]: QWidget::windowActivationChange(bool) 24688 vfunc[102]: QWidget::metric(int) const 24689 vfunc[103]: QWidget::create(unsigned long, bool, bool) 24690 vfunc[104]: QWidget::destroy(bool, bool) 24691 vfunc[105]: NULL or QWidget::setWState(unsigned int) 24692 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 24693 vfunc[107]: QWidget::focusNextPrevChild(bool) 24694 vfunc[108]: QWidget::setKeyCompression(bool) 24695 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 24696 bool, QFont*) 24697 vfunc[110]: QFrame::setFrameStyle(int) 24698 vfunc[111]: QFrame::setLineWidth(int) 24699 vfunc[112]: QFrame::setMargin(int) 24700 vfunc[113]: QFrame::setMidLineWidth(int) 24701 vfunc[114]: QFrame::setFrameRect(QRect const&) 24702 vfunc[115]: QFrame::drawFrame(QPainter*) 24703 vfunc[116]: QLabel::drawContents(QPainter*) 24704 vfunc[117]: QFrame::frameChanged() 24705 vfunc[118]: QLabel::setAlignment(int) 24706 vfunc[119]: QLabel::setAutoResize(bool) 24707 vfunc[120]: QLabel::setBuddy(QWidget*) 24708 vfunc[121]: QLabel::setText(QString const&) 24709 vfunc[122]: QLabel::setPixmap(QPixmap const&) 24710 vfunc[123]: QLabel::setPicture(QPicture const&) 24711 vfunc[124]: QLabel::setMovie(QMovie const&) 24712 vfunc[125]: QLabel::setNum(int) 24713 vfunc[126]: QLabel::setNum(double) 24714 24715 Table 8-261. Secondary vtable for QLabel 24716 Base Offset -80 24717 Virtual Base Offset 0 24718 RTTI typeinfo for QLabel 24719 vfunc[0]: non-virtual thunk to QLabel::~QLabel() 24720 vfunc[1]: non-virtual thunk to QLabel::~QLabel() 24721 vfunc[2]: QPaintDevice::setResolution(int) 24722 vfunc[3]: QPaintDevice::resolution() const 24723 vfunc[4]: QPaintDevice::handle() const 24724 vfunc[5]: QPaintDevice::x11RenderHandle() const 24725 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 24726 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 24727 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 24728 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 24729 const 24730 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 24731 24732 The Run Time Type Information for the QLabel class is described 24733 by Table 8-262 24734 24735 Table 8-262. typeinfo for QLabel 24736 Base Vtable vtable for __cxxabiv1::__si_class_type_info 24737 Name typeinfo name for QLabel 24738 basetype: typeinfo for QFrame 24739 __________________________________________________________ 24740 24741 8.2.22.20. Class data for QListBoxPixmap 24742 24743 The virtual table for the QListBoxPixmap class is described in 24744 the generic part of this specification. 24745 24746 The Run Time Type Information for the QListBoxPixmap class is 24747 described by Table 8-263 24748 24749 Table 8-263. typeinfo for QListBoxPixmap 24750 Base Vtable vtable for __cxxabiv1::__si_class_type_info 24751 Name typeinfo name for QListBoxPixmap 24752 basetype: typeinfo for QListBoxItem 24753 __________________________________________________________ 24754 24755 8.2.22.21. Class data for QWhatsThis 24756 24757 The virtual table for the QWhatsThis class is described in the 24758 generic part of this specification. 24759 24760 The Run Time Type Information for the QWhatsThis class is 24761 described by Table 8-264 24762 24763 Table 8-264. typeinfo for QWhatsThis 24764 Base Vtable vtable for __cxxabiv1::__si_class_type_info 24765 Name typeinfo name for QWhatsThis 24766 basetype: typeinfo for Qt 24767 __________________________________________________________ 24768 24769 8.2.22.22. Class data for QMultiLineEdit 24770 24771 The virtual table for the QMultiLineEdit class is described by 24772 Table 8-265 24773 24774 Table 8-265. Primary vtable for QMultiLineEdit 24775 Base Offset 0 24776 Virtual Base Offset 0 24777 RTTI typeinfo for QMultiLineEdit 24778 vfunc[0]: NULL or QMultiLineEdit::metaObject() const 24779 vfunc[1]: QMultiLineEdit::className() const 24780 vfunc[2]: QMultiLineEdit::qt_cast(char const*) 24781 vfunc[3]: QMultiLineEdit::qt_invoke(int, QUObject*) 24782 vfunc[4]: QMultiLineEdit::qt_emit(int, QUObject*) 24783 vfunc[5]: QMultiLineEdit::qt_property(int, int, QVariant*) 24784 vfunc[6]: QMultiLineEdit::~QMultiLineEdit() 24785 vfunc[7]: QMultiLineEdit::~QMultiLineEdit() 24786 vfunc[8]: QTextEdit::event(QEvent*) 24787 vfunc[9]: QTextEdit::eventFilter(QObject*, QEvent*) 24788 vfunc[10]: QWidget::setName(char const*) 24789 vfunc[11]: QObject::insertChild(QObject*) 24790 vfunc[12]: QScrollView::removeChild(QObject*) 24791 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 24792 vfunc[14]: QObject::property(char const*) const 24793 vfunc[15]: QObject::timerEvent(QTimerEvent*) 24794 vfunc[16]: QObject::childEvent(QChildEvent*) 24795 vfunc[17]: QObject::customEvent(QCustomEvent*) 24796 vfunc[18]: QObject::connectNotify(char const*) 24797 vfunc[19]: QObject::disconnectNotify(char const*) 24798 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 24799 const*, char const*) 24800 vfunc[21]: QTextEdit::setEnabled(bool) 24801 vfunc[22]: QWidget::setMinimumSize(int, int) 24802 vfunc[23]: QWidget::setMaximumSize(int, int) 24803 vfunc[24]: QWidget::setSizeIncrement(int, int) 24804 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 24805 vfunc[26]: QWidget::setEraseColor(QColor const&) 24806 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 24807 vfunc[28]: QTextEdit::setPalette(QPalette const&) 24808 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 24809 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 24810 vfunc[31]: QTextEdit::setFont(QFont const&) 24811 vfunc[32]: QWidget::setCursor(QCursor const&) 24812 vfunc[33]: QWidget::unsetCursor() 24813 vfunc[34]: QWidget::setMask(QBitmap const&) 24814 vfunc[35]: QWidget::setMask(QRegion const&) 24815 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 24816 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 24817 vfunc[38]: QWidget::setCaption(QString const&) 24818 vfunc[39]: QWidget::setIcon(QPixmap const&) 24819 vfunc[40]: QWidget::setIconText(QString const&) 24820 vfunc[41]: QWidget::setMouseTracking(bool) 24821 vfunc[42]: QWidget::setFocus() 24822 vfunc[43]: QWidget::setActiveWindow() 24823 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 24824 vfunc[45]: QWidget::setFocusProxy(QWidget*) 24825 vfunc[46]: QWidget::setUpdatesEnabled(bool) 24826 vfunc[47]: QScrollView::show() 24827 vfunc[48]: QWidget::hide() 24828 vfunc[49]: QWidget::showMinimized() 24829 vfunc[50]: QWidget::showMaximized() 24830 vfunc[51]: QWidget::showNormal() 24831 vfunc[52]: QTextEdit::polish() 24832 vfunc[53]: QWidget::move(int, int) 24833 vfunc[54]: QScrollView::resize(int, int) 24834 vfunc[55]: QWidget::setGeometry(int, int, int, int) 24835 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 24836 vfunc[57]: QWidget::close(bool) 24837 vfunc[58]: QTextEdit::sizeHint() const 24838 vfunc[59]: QScrollView::minimumSizeHint() const 24839 vfunc[60]: QWidget::sizePolicy() const 24840 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 24841 vfunc[62]: QTextEdit::heightForWidth(int) const 24842 vfunc[63]: QWidget::adjustSize() 24843 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 24844 const&, bool) 24845 vfunc[65]: QWidget::setAcceptDrops(bool) 24846 vfunc[66]: QWidget::setAutoMask(bool) 24847 vfunc[67]: 24848 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 24849 vfunc[68]: QWidget::customWhatsThis() const 24850 vfunc[69]: QScrollView::mousePressEvent(QMouseEvent*) 24851 vfunc[70]: QScrollView::mouseReleaseEvent(QMouseEvent*) 24852 vfunc[71]: QScrollView::mouseDoubleClickEvent(QMouseEvent*) 24853 vfunc[72]: QScrollView::mouseMoveEvent(QMouseEvent*) 24854 vfunc[73]: QScrollView::wheelEvent(QWheelEvent*) 24855 vfunc[74]: QTextEdit::keyPressEvent(QKeyEvent*) 24856 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 24857 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 24858 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 24859 vfunc[78]: QWidget::enterEvent(QEvent*) 24860 vfunc[79]: QWidget::leaveEvent(QEvent*) 24861 vfunc[80]: QFrame::paintEvent(QPaintEvent*) 24862 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 24863 vfunc[82]: QTextEdit::resizeEvent(QResizeEvent*) 24864 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 24865 vfunc[84]: QScrollView::contextMenuEvent(QContextMenuEvent*) 24866 vfunc[85]: QTextEdit::imStartEvent(QIMEvent*) 24867 vfunc[86]: QTextEdit::imComposeEvent(QIMEvent*) 24868 vfunc[87]: QTextEdit::imEndEvent(QIMEvent*) 24869 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 24870 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 24871 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 24872 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 24873 vfunc[92]: QWidget::dropEvent(QDropEvent*) 24874 vfunc[93]: QWidget::showEvent(QShowEvent*) 24875 vfunc[94]: QWidget::hideEvent(QHideEvent*) 24876 vfunc[95]: QWidget::x11Event(_XEvent*) 24877 vfunc[96]: QWidget::updateMask() 24878 vfunc[97]: QScrollView::styleChange(QStyle&) 24879 vfunc[98]: QWidget::enabledChange(bool) 24880 vfunc[99]: QWidget::paletteChange(QPalette const&) 24881 vfunc[100]: QScrollView::fontChange(QFont const&) 24882 vfunc[101]: QTextEdit::windowActivationChange(bool) 24883 vfunc[102]: QWidget::metric(int) const 24884 vfunc[103]: QWidget::create(unsigned long, bool, bool) 24885 vfunc[104]: QWidget::destroy(bool, bool) 24886 vfunc[105]: NULL or QWidget::setWState(unsigned int) 24887 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 24888 vfunc[107]: QTextEdit::focusNextPrevChild(bool) 24889 vfunc[108]: QWidget::setKeyCompression(bool) 24890 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 24891 bool, QFont*) 24892 vfunc[110]: QFrame::setFrameStyle(int) 24893 vfunc[111]: QFrame::setLineWidth(int) 24894 vfunc[112]: QFrame::setMargin(int) 24895 vfunc[113]: QFrame::setMidLineWidth(int) 24896 vfunc[114]: QFrame::setFrameRect(QRect const&) 24897 vfunc[115]: QFrame::drawFrame(QPainter*) 24898 vfunc[116]: QTextEdit::drawContents(QPainter*) 24899 vfunc[117]: QScrollView::frameChanged() 24900 vfunc[118]: 24901 QScrollView::setResizePolicy(QScrollView::ResizePolicy) 24902 vfunc[119]: QScrollView::addChild(QWidget*, int, int) 24903 vfunc[120]: QScrollView::moveChild(QWidget*, int, int) 24904 vfunc[121]: 24905 QScrollView::setVScrollBarMode(QScrollView::ScrollBarMode) 24906 vfunc[122]: 24907 QScrollView::setHScrollBarMode(QScrollView::ScrollBarMode) 24908 vfunc[123]: QScrollView::setCornerWidget(QWidget*) 24909 vfunc[124]: QScrollView::setDragAutoScroll(bool) 24910 vfunc[125]: QScrollView::resizeContents(int, int) 24911 vfunc[126]: QScrollView::setContentsPos(int, int) 24912 vfunc[127]: QTextEdit::drawContents(QPainter*, int, int, int, 24913 int) 24914 vfunc[128]: QScrollView::drawContentsOffset(QPainter*, int, 24915 int, int, int, int, int) 24916 vfunc[129]: QTextEdit::contentsMousePressEvent(QMouseEvent*) 24917 vfunc[130]: QTextEdit::contentsMouseReleaseEvent(QMouseEvent*) 24918 vfunc[131]: 24919 QTextEdit::contentsMouseDoubleClickEvent(QMouseEvent*) 24920 vfunc[132]: QTextEdit::contentsMouseMoveEvent(QMouseEvent*) 24921 vfunc[133]: QTextEdit::contentsDragEnterEvent(QDragEnterEvent*) 24922 vfunc[134]: QTextEdit::contentsDragMoveEvent(QDragMoveEvent*) 24923 vfunc[135]: QTextEdit::contentsDragLeaveEvent(QDragLeaveEvent*) 24924 vfunc[136]: QTextEdit::contentsDropEvent(QDropEvent*) 24925 vfunc[137]: QTextEdit::contentsWheelEvent(QWheelEvent*) 24926 vfunc[138]: 24927 QTextEdit::contentsContextMenuEvent(QContextMenuEvent*) 24928 vfunc[139]: QScrollView::viewportPaintEvent(QPaintEvent*) 24929 vfunc[140]: QTextEdit::viewportResizeEvent(QResizeEvent*) 24930 vfunc[141]: QScrollView::viewportMousePressEvent(QMouseEvent*) 24931 vfunc[142]: 24932 QScrollView::viewportMouseReleaseEvent(QMouseEvent*) 24933 vfunc[143]: 24934 QScrollView::viewportMouseDoubleClickEvent(QMouseEvent*) 24935 vfunc[144]: QScrollView::viewportMouseMoveEvent(QMouseEvent*) 24936 vfunc[145]: 24937 QScrollView::viewportDragEnterEvent(QDragEnterEvent*) 24938 vfunc[146]: QScrollView::viewportDragMoveEvent(QDragMoveEvent*) 24939 vfunc[147]: 24940 QScrollView::viewportDragLeaveEvent(QDragLeaveEvent*) 24941 vfunc[148]: QScrollView::viewportDropEvent(QDropEvent*) 24942 vfunc[149]: QScrollView::viewportWheelEvent(QWheelEvent*) 24943 vfunc[150]: 24944 QScrollView::viewportContextMenuEvent(QContextMenuEvent*) 24945 vfunc[151]: QScrollView::setMargins(int, int, int, int) 24946 vfunc[152]: QScrollView::setHBarGeometry(QScrollBar&, int, int, 24947 int, int) 24948 vfunc[153]: QScrollView::setVBarGeometry(QScrollBar&, int, int, 24949 int, int) 24950 vfunc[154]: QTextEdit::find(QString const&, bool, bool, bool, 24951 int*, int*) 24952 vfunc[155]: QTextEdit::getFormat(int, int, QFont*, QColor*, 24953 QTextEdit::VerticalAlignment*) 24954 vfunc[156]: QTextEdit::getParagraphFormat(int, QFont*, QColor*, 24955 QTextEdit::VerticalAlignment*, int*, 24956 QStyleSheetItem::DisplayMode*, QStyleSheetItem::ListStyle*, 24957 int*) 24958 vfunc[157]: 24959 QTextEdit::setMimeSourceFactory(QMimeSourceFactory*) 24960 vfunc[158]: QTextEdit::setStyleSheet(QStyleSheet*) 24961 vfunc[159]: QTextEdit::scrollToAnchor(QString const&) 24962 vfunc[160]: QTextEdit::setPaper(QBrush const&) 24963 vfunc[161]: QTextEdit::setLinkUnderline(bool) 24964 vfunc[162]: QTextEdit::setWordWrap(QTextEdit::WordWrap) 24965 vfunc[163]: QTextEdit::setWrapColumnOrWidth(int) 24966 vfunc[164]: QTextEdit::setWrapPolicy(QTextEdit::WrapPolicy) 24967 vfunc[165]: QTextEdit::copy() 24968 vfunc[166]: QTextEdit::append(QString const&) 24969 vfunc[167]: QTextEdit::setText(QString const&, QString const&) 24970 vfunc[168]: QTextEdit::setTextFormat(Qt::TextFormat) 24971 vfunc[169]: QTextEdit::selectAll(bool) 24972 vfunc[170]: QTextEdit::setTabStopWidth(int) 24973 vfunc[171]: QTextEdit::zoomIn(int) 24974 vfunc[172]: NULL or QTextEdit::zoomIn() 24975 vfunc[173]: QTextEdit::zoomOut(int) 24976 vfunc[174]: NULL or QTextEdit::zoomOut() 24977 vfunc[175]: QTextEdit::zoomTo(int) 24978 vfunc[176]: QTextEdit::sync() 24979 vfunc[177]: QTextEdit::setReadOnly(bool) 24980 vfunc[178]: QTextEdit::undo() 24981 vfunc[179]: QTextEdit::redo() 24982 vfunc[180]: QTextEdit::cut() 24983 vfunc[181]: QTextEdit::paste() 24984 vfunc[182]: QTextEdit::pasteSubType(QCString const&) 24985 vfunc[183]: QTextEdit::clear() 24986 vfunc[184]: QTextEdit::del() 24987 vfunc[185]: QTextEdit::indent() 24988 vfunc[186]: QTextEdit::setItalic(bool) 24989 vfunc[187]: QTextEdit::setBold(bool) 24990 vfunc[188]: QTextEdit::setUnderline(bool) 24991 vfunc[189]: QTextEdit::setFamily(QString const&) 24992 vfunc[190]: QTextEdit::setPointSize(int) 24993 vfunc[191]: QTextEdit::setColor(QColor const&) 24994 vfunc[192]: 24995 QTextEdit::setVerticalAlignment(QTextEdit::VerticalAlignment) 24996 vfunc[193]: QMultiLineEdit::setAlignment(int) 24997 vfunc[194]: 24998 QTextEdit::setParagType(QStyleSheetItem::DisplayMode, 24999 QStyleSheetItem::ListStyle) 25000 vfunc[195]: NULL or QMultiLineEdit::setCursorPosition(int, int) 25001 vfunc[196]: QTextEdit::setSelection(int, int, int, int, int) 25002 vfunc[197]: QTextEdit::setSelectionAttributes(int, QColor 25003 const&, bool) 25004 vfunc[198]: QTextEdit::setModified(bool) 25005 vfunc[199]: QTextEdit::resetFormat() 25006 vfunc[200]: QTextEdit::setUndoDepth(int) 25007 vfunc[201]: QTextEdit::setFormat(QTextFormat*, int) 25008 vfunc[202]: QTextEdit::ensureCursorVisible() 25009 vfunc[203]: QTextEdit::placeCursor(QPoint const&, QTextCursor*) 25010 vfunc[204]: QTextEdit::moveCursor(QTextEdit::CursorAction, 25011 bool) 25012 vfunc[205]: 25013 QTextEdit::doKeyboardAction(QTextEdit::KeyboardAction) 25014 vfunc[206]: QTextEdit::removeSelectedText(int) 25015 vfunc[207]: QTextEdit::removeSelection(int) 25016 vfunc[208]: NULL or QTextEdit::setCurrentFont(QFont const&) 25017 vfunc[209]: NULL or QTextEdit::setOverwriteMode(bool) 25018 vfunc[210]: QTextEdit::scrollToBottom() 25019 vfunc[211]: QTextEdit::insert(QString const&, bool, bool, bool) 25020 vfunc[212]: NULL or QMultiLineEdit::insertAt(QString const&, 25021 int, int) 25022 vfunc[213]: QTextEdit::removeParagraph(int) 25023 vfunc[214]: QTextEdit::insertParagraph(QString const&, int) 25024 vfunc[215]: QTextEdit::setParagraphBackgroundColor(int, QColor 25025 const&) 25026 vfunc[216]: QTextEdit::clearParagraphBackground(int) 25027 vfunc[217]: QTextEdit::setUndoRedoEnabled(bool) 25028 vfunc[218]: QTextEdit::createPopupMenu(QPoint const&) 25029 vfunc[219]: QTextEdit::createPopupMenu() 25030 vfunc[220]: QTextEdit::doChangeInterval() 25031 vfunc[221]: NULL or QTextEdit::linksEnabled() const 25032 vfunc[222]: NULL or QTextEdit::emitHighlighted(QString const&) 25033 vfunc[223]: NULL or QTextEdit::emitLinkClicked(QString const&) 25034 vfunc[224]: QMultiLineEdit::insertLine(QString const&, int) 25035 vfunc[225]: QMultiLineEdit::insertAt(QString const&, int, int, 25036 bool) 25037 vfunc[226]: QMultiLineEdit::removeLine(int) 25038 vfunc[227]: QMultiLineEdit::setCursorPosition(int, int, bool) 25039 vfunc[228]: NULL or QMultiLineEdit::setAutoUpdate(bool) 25040 vfunc[229]: QMultiLineEdit::insertAndMark(QString const&, bool) 25041 vfunc[230]: QMultiLineEdit::newLine() 25042 vfunc[231]: QMultiLineEdit::killLine() 25043 vfunc[232]: QMultiLineEdit::pageUp(bool) 25044 vfunc[233]: QMultiLineEdit::pageDown(bool) 25045 vfunc[234]: QMultiLineEdit::cursorLeft(bool, bool) 25046 vfunc[235]: QMultiLineEdit::cursorRight(bool, bool) 25047 vfunc[236]: QMultiLineEdit::cursorUp(bool) 25048 vfunc[237]: QMultiLineEdit::cursorDown(bool) 25049 vfunc[238]: QMultiLineEdit::backspace() 25050 vfunc[239]: QMultiLineEdit::home(bool) 25051 vfunc[240]: QMultiLineEdit::end(bool) 25052 25053 Table 8-266. Secondary vtable for QMultiLineEdit 25054 Base Offset -80 25055 Virtual Base Offset 0 25056 RTTI typeinfo for QMultiLineEdit 25057 vfunc[0]: non-virtual thunk to 25058 QMultiLineEdit::~QMultiLineEdit() 25059 vfunc[1]: non-virtual thunk to 25060 QMultiLineEdit::~QMultiLineEdit() 25061 vfunc[2]: QPaintDevice::setResolution(int) 25062 vfunc[3]: QPaintDevice::resolution() const 25063 vfunc[4]: QPaintDevice::handle() const 25064 vfunc[5]: QPaintDevice::x11RenderHandle() const 25065 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 25066 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 25067 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 25068 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 25069 const 25070 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 25071 25072 The Run Time Type Information for the QMultiLineEdit class is 25073 described by Table 8-267 25074 25075 Table 8-267. typeinfo for QMultiLineEdit 25076 Base Vtable vtable for __cxxabiv1::__si_class_type_info 25077 Name typeinfo name for QMultiLineEdit 25078 basetype: typeinfo for QTextEdit 25079 __________________________________________________________ 25080 25081 8.2.22.23. Class data for QListBox 25082 25083 The virtual table for the QListBox class is described by Table 25084 8-268 25085 25086 Table 8-268. Primary vtable for QListBox 25087 Base Offset 0 25088 Virtual Base Offset 0 25089 RTTI typeinfo for QListBox 25090 vfunc[0]: NULL or QListBox::metaObject() const 25091 vfunc[1]: QListBox::className() const 25092 vfunc[2]: QListBox::qt_cast(char const*) 25093 vfunc[3]: QListBox::qt_invoke(int, QUObject*) 25094 vfunc[4]: QListBox::qt_emit(int, QUObject*) 25095 vfunc[5]: QListBox::qt_property(int, int, QVariant*) 25096 vfunc[6]: QListBox::~QListBox() 25097 vfunc[7]: QListBox::~QListBox() 25098 vfunc[8]: QWidget::event(QEvent*) 25099 vfunc[9]: QListBox::eventFilter(QObject*, QEvent*) 25100 vfunc[10]: QWidget::setName(char const*) 25101 vfunc[11]: QObject::insertChild(QObject*) 25102 vfunc[12]: QScrollView::removeChild(QObject*) 25103 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 25104 vfunc[14]: QObject::property(char const*) const 25105 vfunc[15]: QObject::timerEvent(QTimerEvent*) 25106 vfunc[16]: QObject::childEvent(QChildEvent*) 25107 vfunc[17]: QObject::customEvent(QCustomEvent*) 25108 vfunc[18]: QObject::connectNotify(char const*) 25109 vfunc[19]: QObject::disconnectNotify(char const*) 25110 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 25111 const*, char const*) 25112 vfunc[21]: QScrollView::setEnabled(bool) 25113 vfunc[22]: QWidget::setMinimumSize(int, int) 25114 vfunc[23]: QWidget::setMaximumSize(int, int) 25115 vfunc[24]: QWidget::setSizeIncrement(int, int) 25116 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 25117 vfunc[26]: QWidget::setEraseColor(QColor const&) 25118 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 25119 vfunc[28]: QWidget::setPalette(QPalette const&) 25120 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 25121 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 25122 vfunc[31]: QListBox::setFont(QFont const&) 25123 vfunc[32]: QWidget::setCursor(QCursor const&) 25124 vfunc[33]: QWidget::unsetCursor() 25125 vfunc[34]: QWidget::setMask(QBitmap const&) 25126 vfunc[35]: QWidget::setMask(QRegion const&) 25127 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 25128 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 25129 vfunc[38]: QWidget::setCaption(QString const&) 25130 vfunc[39]: QWidget::setIcon(QPixmap const&) 25131 vfunc[40]: QWidget::setIconText(QString const&) 25132 vfunc[41]: QWidget::setMouseTracking(bool) 25133 vfunc[42]: QWidget::setFocus() 25134 vfunc[43]: QWidget::setActiveWindow() 25135 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 25136 vfunc[45]: QWidget::setFocusProxy(QWidget*) 25137 vfunc[46]: QWidget::setUpdatesEnabled(bool) 25138 vfunc[47]: QScrollView::show() 25139 vfunc[48]: QWidget::hide() 25140 vfunc[49]: QWidget::showMinimized() 25141 vfunc[50]: QWidget::showMaximized() 25142 vfunc[51]: QWidget::showNormal() 25143 vfunc[52]: QWidget::polish() 25144 vfunc[53]: QWidget::move(int, int) 25145 vfunc[54]: QScrollView::resize(int, int) 25146 vfunc[55]: QWidget::setGeometry(int, int, int, int) 25147 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 25148 vfunc[57]: QWidget::close(bool) 25149 vfunc[58]: QListBox::sizeHint() const 25150 vfunc[59]: QListBox::minimumSizeHint() const 25151 vfunc[60]: QWidget::sizePolicy() const 25152 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 25153 vfunc[62]: QWidget::heightForWidth(int) const 25154 vfunc[63]: QWidget::adjustSize() 25155 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 25156 const&, bool) 25157 vfunc[65]: QWidget::setAcceptDrops(bool) 25158 vfunc[66]: QWidget::setAutoMask(bool) 25159 vfunc[67]: 25160 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 25161 vfunc[68]: QWidget::customWhatsThis() const 25162 vfunc[69]: QListBox::mousePressEvent(QMouseEvent*) 25163 vfunc[70]: QListBox::mouseReleaseEvent(QMouseEvent*) 25164 vfunc[71]: QListBox::mouseDoubleClickEvent(QMouseEvent*) 25165 vfunc[72]: QListBox::mouseMoveEvent(QMouseEvent*) 25166 vfunc[73]: QScrollView::wheelEvent(QWheelEvent*) 25167 vfunc[74]: QListBox::keyPressEvent(QKeyEvent*) 25168 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 25169 vfunc[76]: QListBox::focusInEvent(QFocusEvent*) 25170 vfunc[77]: QListBox::focusOutEvent(QFocusEvent*) 25171 vfunc[78]: QWidget::enterEvent(QEvent*) 25172 vfunc[79]: QWidget::leaveEvent(QEvent*) 25173 vfunc[80]: QFrame::paintEvent(QPaintEvent*) 25174 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 25175 vfunc[82]: QListBox::resizeEvent(QResizeEvent*) 25176 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 25177 vfunc[84]: QScrollView::contextMenuEvent(QContextMenuEvent*) 25178 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 25179 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 25180 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 25181 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 25182 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 25183 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 25184 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 25185 vfunc[92]: QWidget::dropEvent(QDropEvent*) 25186 vfunc[93]: QListBox::showEvent(QShowEvent*) 25187 vfunc[94]: QWidget::hideEvent(QHideEvent*) 25188 vfunc[95]: QWidget::x11Event(_XEvent*) 25189 vfunc[96]: QWidget::updateMask() 25190 vfunc[97]: QScrollView::styleChange(QStyle&) 25191 vfunc[98]: QWidget::enabledChange(bool) 25192 vfunc[99]: QWidget::paletteChange(QPalette const&) 25193 vfunc[100]: QScrollView::fontChange(QFont const&) 25194 vfunc[101]: QListBox::windowActivationChange(bool) 25195 vfunc[102]: QWidget::metric(int) const 25196 vfunc[103]: QWidget::create(unsigned long, bool, bool) 25197 vfunc[104]: QWidget::destroy(bool, bool) 25198 vfunc[105]: NULL or QWidget::setWState(unsigned int) 25199 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 25200 vfunc[107]: QScrollView::focusNextPrevChild(bool) 25201 vfunc[108]: QWidget::setKeyCompression(bool) 25202 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 25203 bool, QFont*) 25204 vfunc[110]: QFrame::setFrameStyle(int) 25205 vfunc[111]: QFrame::setLineWidth(int) 25206 vfunc[112]: QFrame::setMargin(int) 25207 vfunc[113]: QFrame::setMidLineWidth(int) 25208 vfunc[114]: QFrame::setFrameRect(QRect const&) 25209 vfunc[115]: QFrame::drawFrame(QPainter*) 25210 vfunc[116]: QScrollView::drawContents(QPainter*) 25211 vfunc[117]: QScrollView::frameChanged() 25212 vfunc[118]: 25213 QScrollView::setResizePolicy(QScrollView::ResizePolicy) 25214 vfunc[119]: QScrollView::addChild(QWidget*, int, int) 25215 vfunc[120]: QScrollView::moveChild(QWidget*, int, int) 25216 vfunc[121]: 25217 QScrollView::setVScrollBarMode(QScrollView::ScrollBarMode) 25218 vfunc[122]: 25219 QScrollView::setHScrollBarMode(QScrollView::ScrollBarMode) 25220 vfunc[123]: QScrollView::setCornerWidget(QWidget*) 25221 vfunc[124]: QScrollView::setDragAutoScroll(bool) 25222 vfunc[125]: QScrollView::resizeContents(int, int) 25223 vfunc[126]: QScrollView::setContentsPos(int, int) 25224 vfunc[127]: QScrollView::drawContents(QPainter*, int, int, int, 25225 int) 25226 vfunc[128]: QScrollView::drawContentsOffset(QPainter*, int, 25227 int, int, int, int, int) 25228 vfunc[129]: QScrollView::contentsMousePressEvent(QMouseEvent*) 25229 vfunc[130]: 25230 QScrollView::contentsMouseReleaseEvent(QMouseEvent*) 25231 vfunc[131]: 25232 QScrollView::contentsMouseDoubleClickEvent(QMouseEvent*) 25233 vfunc[132]: QScrollView::contentsMouseMoveEvent(QMouseEvent*) 25234 vfunc[133]: 25235 QScrollView::contentsDragEnterEvent(QDragEnterEvent*) 25236 vfunc[134]: QScrollView::contentsDragMoveEvent(QDragMoveEvent*) 25237 vfunc[135]: 25238 QScrollView::contentsDragLeaveEvent(QDragLeaveEvent*) 25239 vfunc[136]: QScrollView::contentsDropEvent(QDropEvent*) 25240 vfunc[137]: QScrollView::contentsWheelEvent(QWheelEvent*) 25241 vfunc[138]: 25242 QListBox::contentsContextMenuEvent(QContextMenuEvent*) 25243 vfunc[139]: QListBox::viewportPaintEvent(QPaintEvent*) 25244 vfunc[140]: QScrollView::viewportResizeEvent(QResizeEvent*) 25245 vfunc[141]: QScrollView::viewportMousePressEvent(QMouseEvent*) 25246 vfunc[142]: 25247 QScrollView::viewportMouseReleaseEvent(QMouseEvent*) 25248 vfunc[143]: 25249 QScrollView::viewportMouseDoubleClickEvent(QMouseEvent*) 25250 vfunc[144]: QScrollView::viewportMouseMoveEvent(QMouseEvent*) 25251 vfunc[145]: 25252 QScrollView::viewportDragEnterEvent(QDragEnterEvent*) 25253 vfunc[146]: QScrollView::viewportDragMoveEvent(QDragMoveEvent*) 25254 vfunc[147]: 25255 QScrollView::viewportDragLeaveEvent(QDragLeaveEvent*) 25256 vfunc[148]: QScrollView::viewportDropEvent(QDropEvent*) 25257 vfunc[149]: QScrollView::viewportWheelEvent(QWheelEvent*) 25258 vfunc[150]: 25259 QScrollView::viewportContextMenuEvent(QContextMenuEvent*) 25260 vfunc[151]: QScrollView::setMargins(int, int, int, int) 25261 vfunc[152]: QScrollView::setHBarGeometry(QScrollBar&, int, int, 25262 int, int) 25263 vfunc[153]: QScrollView::setVBarGeometry(QScrollBar&, int, int, 25264 int, int) 25265 vfunc[154]: QListBox::setCurrentItem(int) 25266 vfunc[155]: QListBox::setCurrentItem(QListBoxItem*) 25267 vfunc[156]: QListBox::setTopItem(int) 25268 vfunc[157]: QListBox::setBottomItem(int) 25269 vfunc[158]: QListBox::setSelectionMode(QListBox::SelectionMode) 25270 vfunc[159]: QListBox::setSelected(QListBoxItem*, bool) 25271 vfunc[160]: QListBox::setColumnMode(QListBox::LayoutMode) 25272 vfunc[161]: QListBox::setColumnMode(int) 25273 vfunc[162]: QListBox::setRowMode(QListBox::LayoutMode) 25274 vfunc[163]: QListBox::setRowMode(int) 25275 vfunc[164]: QListBox::setVariableWidth(bool) 25276 vfunc[165]: QListBox::setVariableHeight(bool) 25277 vfunc[166]: QListBox::ensureCurrentVisible() 25278 vfunc[167]: QListBox::clearSelection() 25279 vfunc[168]: QListBox::selectAll(bool) 25280 vfunc[169]: QListBox::invertSelection() 25281 vfunc[170]: QListBox::paintCell(QPainter*, int, int) 25282 25283 Table 8-269. Secondary vtable for QListBox 25284 Base Offset -80 25285 Virtual Base Offset 0 25286 RTTI typeinfo for QListBox 25287 vfunc[0]: non-virtual thunk to QListBox::~QListBox() 25288 vfunc[1]: non-virtual thunk to QListBox::~QListBox() 25289 vfunc[2]: QPaintDevice::setResolution(int) 25290 vfunc[3]: QPaintDevice::resolution() const 25291 vfunc[4]: QPaintDevice::handle() const 25292 vfunc[5]: QPaintDevice::x11RenderHandle() const 25293 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 25294 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 25295 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 25296 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 25297 const 25298 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 25299 25300 The Run Time Type Information for the QListBox class is 25301 described by Table 8-270 25302 25303 Table 8-270. typeinfo for QListBox 25304 Base Vtable vtable for __cxxabiv1::__si_class_type_info 25305 Name typeinfo name for QListBox 25306 basetype: typeinfo for QScrollView 25307 __________________________________________________________ 25308 25309 8.2.22.24. Class data for QComboBox 25310 25311 The virtual table for the QComboBox class is described by Table 25312 8-271 25313 25314 Table 8-271. Primary vtable for QComboBox 25315 Base Offset 0 25316 Virtual Base Offset 0 25317 RTTI typeinfo for QComboBox 25318 vfunc[0]: NULL or QComboBox::metaObject() const 25319 vfunc[1]: QComboBox::className() const 25320 vfunc[2]: QComboBox::qt_cast(char const*) 25321 vfunc[3]: QComboBox::qt_invoke(int, QUObject*) 25322 vfunc[4]: QComboBox::qt_emit(int, QUObject*) 25323 vfunc[5]: QComboBox::qt_property(int, int, QVariant*) 25324 vfunc[6]: QComboBox::~QComboBox() 25325 vfunc[7]: QComboBox::~QComboBox() 25326 vfunc[8]: QWidget::event(QEvent*) 25327 vfunc[9]: QComboBox::eventFilter(QObject*, QEvent*) 25328 vfunc[10]: QWidget::setName(char const*) 25329 vfunc[11]: QObject::insertChild(QObject*) 25330 vfunc[12]: QObject::removeChild(QObject*) 25331 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 25332 vfunc[14]: QObject::property(char const*) const 25333 vfunc[15]: QObject::timerEvent(QTimerEvent*) 25334 vfunc[16]: QObject::childEvent(QChildEvent*) 25335 vfunc[17]: QObject::customEvent(QCustomEvent*) 25336 vfunc[18]: QObject::connectNotify(char const*) 25337 vfunc[19]: QObject::disconnectNotify(char const*) 25338 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 25339 const*, char const*) 25340 vfunc[21]: QComboBox::setEnabled(bool) 25341 vfunc[22]: QWidget::setMinimumSize(int, int) 25342 vfunc[23]: QWidget::setMaximumSize(int, int) 25343 vfunc[24]: QWidget::setSizeIncrement(int, int) 25344 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 25345 vfunc[26]: QWidget::setEraseColor(QColor const&) 25346 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 25347 vfunc[28]: QComboBox::setPalette(QPalette const&) 25348 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 25349 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 25350 vfunc[31]: QComboBox::setFont(QFont const&) 25351 vfunc[32]: QWidget::setCursor(QCursor const&) 25352 vfunc[33]: QWidget::unsetCursor() 25353 vfunc[34]: QWidget::setMask(QBitmap const&) 25354 vfunc[35]: QWidget::setMask(QRegion const&) 25355 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 25356 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 25357 vfunc[38]: QWidget::setCaption(QString const&) 25358 vfunc[39]: QWidget::setIcon(QPixmap const&) 25359 vfunc[40]: QWidget::setIconText(QString const&) 25360 vfunc[41]: QWidget::setMouseTracking(bool) 25361 vfunc[42]: QWidget::setFocus() 25362 vfunc[43]: QWidget::setActiveWindow() 25363 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 25364 vfunc[45]: QWidget::setFocusProxy(QWidget*) 25365 vfunc[46]: QWidget::setUpdatesEnabled(bool) 25366 vfunc[47]: QWidget::show() 25367 vfunc[48]: QComboBox::hide() 25368 vfunc[49]: QWidget::showMinimized() 25369 vfunc[50]: QWidget::showMaximized() 25370 vfunc[51]: QWidget::showNormal() 25371 vfunc[52]: QWidget::polish() 25372 vfunc[53]: QWidget::move(int, int) 25373 vfunc[54]: QWidget::resize(int, int) 25374 vfunc[55]: QWidget::setGeometry(int, int, int, int) 25375 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 25376 vfunc[57]: QWidget::close(bool) 25377 vfunc[58]: QComboBox::sizeHint() const 25378 vfunc[59]: QWidget::minimumSizeHint() const 25379 vfunc[60]: QWidget::sizePolicy() const 25380 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 25381 vfunc[62]: QWidget::heightForWidth(int) const 25382 vfunc[63]: QWidget::adjustSize() 25383 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 25384 const&, bool) 25385 vfunc[65]: QWidget::setAcceptDrops(bool) 25386 vfunc[66]: QWidget::setAutoMask(bool) 25387 vfunc[67]: 25388 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 25389 vfunc[68]: QWidget::customWhatsThis() const 25390 vfunc[69]: QComboBox::mousePressEvent(QMouseEvent*) 25391 vfunc[70]: QComboBox::mouseReleaseEvent(QMouseEvent*) 25392 vfunc[71]: QComboBox::mouseDoubleClickEvent(QMouseEvent*) 25393 vfunc[72]: QComboBox::mouseMoveEvent(QMouseEvent*) 25394 vfunc[73]: QComboBox::wheelEvent(QWheelEvent*) 25395 vfunc[74]: QComboBox::keyPressEvent(QKeyEvent*) 25396 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 25397 vfunc[76]: QComboBox::focusInEvent(QFocusEvent*) 25398 vfunc[77]: QComboBox::focusOutEvent(QFocusEvent*) 25399 vfunc[78]: QWidget::enterEvent(QEvent*) 25400 vfunc[79]: QWidget::leaveEvent(QEvent*) 25401 vfunc[80]: QComboBox::paintEvent(QPaintEvent*) 25402 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 25403 vfunc[82]: QComboBox::resizeEvent(QResizeEvent*) 25404 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 25405 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 25406 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 25407 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 25408 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 25409 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 25410 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 25411 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 25412 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 25413 vfunc[92]: QWidget::dropEvent(QDropEvent*) 25414 vfunc[93]: QWidget::showEvent(QShowEvent*) 25415 vfunc[94]: QWidget::hideEvent(QHideEvent*) 25416 vfunc[95]: QWidget::x11Event(_XEvent*) 25417 vfunc[96]: QComboBox::updateMask() 25418 vfunc[97]: QComboBox::styleChange(QStyle&) 25419 vfunc[98]: QWidget::enabledChange(bool) 25420 vfunc[99]: QWidget::paletteChange(QPalette const&) 25421 vfunc[100]: QWidget::fontChange(QFont const&) 25422 vfunc[101]: QWidget::windowActivationChange(bool) 25423 vfunc[102]: QWidget::metric(int) const 25424 vfunc[103]: QWidget::create(unsigned long, bool, bool) 25425 vfunc[104]: QWidget::destroy(bool, bool) 25426 vfunc[105]: NULL or QWidget::setWState(unsigned int) 25427 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 25428 vfunc[107]: QWidget::focusNextPrevChild(bool) 25429 vfunc[108]: QWidget::setKeyCompression(bool) 25430 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 25431 bool, QFont*) 25432 vfunc[110]: QComboBox::setCurrentItem(int) 25433 vfunc[111]: QComboBox::setCurrentText(QString const&) 25434 vfunc[112]: QComboBox::setAutoResize(bool) 25435 vfunc[113]: QComboBox::setSizeLimit(int) 25436 vfunc[114]: QComboBox::setMaxCount(int) 25437 vfunc[115]: QComboBox::setInsertionPolicy(QComboBox::Policy) 25438 vfunc[116]: QComboBox::setValidator(QValidator const*) 25439 vfunc[117]: QComboBox::setListBox(QListBox*) 25440 vfunc[118]: QComboBox::setLineEdit(QLineEdit*) 25441 vfunc[119]: QComboBox::setAutoCompletion(bool) 25442 vfunc[120]: QComboBox::popup() 25443 vfunc[121]: QComboBox::setEditText(QString const&) 25444 25445 Table 8-272. Secondary vtable for QComboBox 25446 Base Offset -80 25447 Virtual Base Offset 0 25448 RTTI typeinfo for QComboBox 25449 vfunc[0]: non-virtual thunk to QComboBox::~QComboBox() 25450 vfunc[1]: non-virtual thunk to QComboBox::~QComboBox() 25451 vfunc[2]: QPaintDevice::setResolution(int) 25452 vfunc[3]: QPaintDevice::resolution() const 25453 vfunc[4]: QPaintDevice::handle() const 25454 vfunc[5]: QPaintDevice::x11RenderHandle() const 25455 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 25456 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 25457 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 25458 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 25459 const 25460 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 25461 25462 The Run Time Type Information for the QComboBox class is 25463 described by Table 8-273 25464 25465 Table 8-273. typeinfo for QComboBox 25466 Base Vtable vtable for __cxxabiv1::__si_class_type_info 25467 Name typeinfo name for QComboBox 25468 basetype: typeinfo for QWidget 25469 __________________________________________________________ 25470 25471 8.2.22.25. Class data for QRadioButton 25472 25473 The virtual table for the QRadioButton class is described by 25474 Table 8-274 25475 25476 Table 8-274. Primary vtable for QRadioButton 25477 Base Offset 0 25478 Virtual Base Offset 0 25479 RTTI typeinfo for QRadioButton 25480 vfunc[0]: NULL or QRadioButton::metaObject() const 25481 vfunc[1]: QRadioButton::className() const 25482 vfunc[2]: QRadioButton::qt_cast(char const*) 25483 vfunc[3]: QRadioButton::qt_invoke(int, QUObject*) 25484 vfunc[4]: QRadioButton::qt_emit(int, QUObject*) 25485 vfunc[5]: QRadioButton::qt_property(int, int, QVariant*) 25486 vfunc[6]: NULL or QRadioButton::~QRadioButton() 25487 vfunc[7]: NULL or QRadioButton::~QRadioButton() 25488 vfunc[8]: QWidget::event(QEvent*) 25489 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 25490 vfunc[10]: QWidget::setName(char const*) 25491 vfunc[11]: QObject::insertChild(QObject*) 25492 vfunc[12]: QObject::removeChild(QObject*) 25493 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 25494 vfunc[14]: QObject::property(char const*) const 25495 vfunc[15]: QObject::timerEvent(QTimerEvent*) 25496 vfunc[16]: QObject::childEvent(QChildEvent*) 25497 vfunc[17]: QObject::customEvent(QCustomEvent*) 25498 vfunc[18]: QObject::connectNotify(char const*) 25499 vfunc[19]: QObject::disconnectNotify(char const*) 25500 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 25501 const*, char const*) 25502 vfunc[21]: QWidget::setEnabled(bool) 25503 vfunc[22]: QWidget::setMinimumSize(int, int) 25504 vfunc[23]: QWidget::setMaximumSize(int, int) 25505 vfunc[24]: QWidget::setSizeIncrement(int, int) 25506 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 25507 vfunc[26]: QWidget::setEraseColor(QColor const&) 25508 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 25509 vfunc[28]: QWidget::setPalette(QPalette const&) 25510 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 25511 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 25512 vfunc[31]: QWidget::setFont(QFont const&) 25513 vfunc[32]: QWidget::setCursor(QCursor const&) 25514 vfunc[33]: QWidget::unsetCursor() 25515 vfunc[34]: QWidget::setMask(QBitmap const&) 25516 vfunc[35]: QWidget::setMask(QRegion const&) 25517 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 25518 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 25519 vfunc[38]: QWidget::setCaption(QString const&) 25520 vfunc[39]: QWidget::setIcon(QPixmap const&) 25521 vfunc[40]: QWidget::setIconText(QString const&) 25522 vfunc[41]: QWidget::setMouseTracking(bool) 25523 vfunc[42]: QWidget::setFocus() 25524 vfunc[43]: QWidget::setActiveWindow() 25525 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 25526 vfunc[45]: QWidget::setFocusProxy(QWidget*) 25527 vfunc[46]: QWidget::setUpdatesEnabled(bool) 25528 vfunc[47]: QWidget::show() 25529 vfunc[48]: QWidget::hide() 25530 vfunc[49]: QWidget::showMinimized() 25531 vfunc[50]: QWidget::showMaximized() 25532 vfunc[51]: QWidget::showNormal() 25533 vfunc[52]: QWidget::polish() 25534 vfunc[53]: QWidget::move(int, int) 25535 vfunc[54]: QWidget::resize(int, int) 25536 vfunc[55]: QWidget::setGeometry(int, int, int, int) 25537 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 25538 vfunc[57]: QWidget::close(bool) 25539 vfunc[58]: QRadioButton::sizeHint() const 25540 vfunc[59]: QWidget::minimumSizeHint() const 25541 vfunc[60]: QWidget::sizePolicy() const 25542 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 25543 vfunc[62]: QWidget::heightForWidth(int) const 25544 vfunc[63]: QWidget::adjustSize() 25545 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 25546 const&, bool) 25547 vfunc[65]: QWidget::setAcceptDrops(bool) 25548 vfunc[66]: QWidget::setAutoMask(bool) 25549 vfunc[67]: 25550 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 25551 vfunc[68]: QWidget::customWhatsThis() const 25552 vfunc[69]: QButton::mousePressEvent(QMouseEvent*) 25553 vfunc[70]: QButton::mouseReleaseEvent(QMouseEvent*) 25554 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 25555 vfunc[72]: QButton::mouseMoveEvent(QMouseEvent*) 25556 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 25557 vfunc[74]: QButton::keyPressEvent(QKeyEvent*) 25558 vfunc[75]: QButton::keyReleaseEvent(QKeyEvent*) 25559 vfunc[76]: QButton::focusInEvent(QFocusEvent*) 25560 vfunc[77]: QButton::focusOutEvent(QFocusEvent*) 25561 vfunc[78]: QWidget::enterEvent(QEvent*) 25562 vfunc[79]: QWidget::leaveEvent(QEvent*) 25563 vfunc[80]: QButton::paintEvent(QPaintEvent*) 25564 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 25565 vfunc[82]: QRadioButton::resizeEvent(QResizeEvent*) 25566 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 25567 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 25568 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 25569 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 25570 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 25571 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 25572 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 25573 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 25574 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 25575 vfunc[92]: QWidget::dropEvent(QDropEvent*) 25576 vfunc[93]: QWidget::showEvent(QShowEvent*) 25577 vfunc[94]: QWidget::hideEvent(QHideEvent*) 25578 vfunc[95]: QWidget::x11Event(_XEvent*) 25579 vfunc[96]: QRadioButton::updateMask() 25580 vfunc[97]: QWidget::styleChange(QStyle&) 25581 vfunc[98]: QButton::enabledChange(bool) 25582 vfunc[99]: QWidget::paletteChange(QPalette const&) 25583 vfunc[100]: QWidget::fontChange(QFont const&) 25584 vfunc[101]: QWidget::windowActivationChange(bool) 25585 vfunc[102]: QWidget::metric(int) const 25586 vfunc[103]: QWidget::create(unsigned long, bool, bool) 25587 vfunc[104]: QWidget::destroy(bool, bool) 25588 vfunc[105]: NULL or QWidget::setWState(unsigned int) 25589 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 25590 vfunc[107]: QWidget::focusNextPrevChild(bool) 25591 vfunc[108]: QWidget::setKeyCompression(bool) 25592 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 25593 bool, QFont*) 25594 vfunc[110]: QButton::setText(QString const&) 25595 vfunc[111]: QButton::setPixmap(QPixmap const&) 25596 vfunc[112]: QButton::setAccel(QKeySequence const&) 25597 vfunc[113]: QButton::setDown(bool) 25598 vfunc[114]: QButton::setAutoRepeat(bool) 25599 vfunc[115]: QButton::setToggleType(QButton::ToggleType) 25600 vfunc[116]: QButton::setState(QButton::ToggleState) 25601 vfunc[117]: QRadioButton::hitButton(QPoint const&) const 25602 vfunc[118]: QRadioButton::drawButton(QPainter*) 25603 vfunc[119]: QRadioButton::drawButtonLabel(QPainter*) 25604 vfunc[120]: QButton::setGroup(QButtonGroup*) 25605 vfunc[121]: QRadioButton::setChecked(bool) 25606 25607 Table 8-275. Secondary vtable for QRadioButton 25608 Base Offset -80 25609 Virtual Base Offset 0 25610 RTTI typeinfo for QRadioButton 25611 vfunc[0]: non-virtual thunk to QRadioButton::~QRadioButton() 25612 vfunc[1]: non-virtual thunk to QRadioButton::~QRadioButton() 25613 vfunc[2]: QPaintDevice::setResolution(int) 25614 vfunc[3]: QPaintDevice::resolution() const 25615 vfunc[4]: QPaintDevice::handle() const 25616 vfunc[5]: QPaintDevice::x11RenderHandle() const 25617 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 25618 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 25619 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 25620 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 25621 const 25622 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 25623 25624 The Run Time Type Information for the QRadioButton class is 25625 described by Table 8-276 25626 25627 Table 8-276. typeinfo for QRadioButton 25628 Base Vtable vtable for __cxxabiv1::__si_class_type_info 25629 Name typeinfo name for QRadioButton 25630 basetype: typeinfo for QButton 25631 __________________________________________________________ 25632 25633 8.2.22.26. Class data for QSlider 25634 25635 The virtual table for the QSlider class is described by Table 25636 8-277 25637 25638 Table 8-277. Primary vtable for QSlider 25639 Base Offset 0 25640 Virtual Base Offset 0 25641 RTTI typeinfo for QSlider 25642 vfunc[0]: NULL or QSlider::metaObject() const 25643 vfunc[1]: QSlider::className() const 25644 vfunc[2]: QSlider::qt_cast(char const*) 25645 vfunc[3]: QSlider::qt_invoke(int, QUObject*) 25646 vfunc[4]: QSlider::qt_emit(int, QUObject*) 25647 vfunc[5]: QSlider::qt_property(int, int, QVariant*) 25648 vfunc[6]: QSlider::~QSlider() 25649 vfunc[7]: QSlider::~QSlider() 25650 vfunc[8]: QWidget::event(QEvent*) 25651 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 25652 vfunc[10]: QWidget::setName(char const*) 25653 vfunc[11]: QObject::insertChild(QObject*) 25654 vfunc[12]: QObject::removeChild(QObject*) 25655 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 25656 vfunc[14]: QObject::property(char const*) const 25657 vfunc[15]: QObject::timerEvent(QTimerEvent*) 25658 vfunc[16]: QObject::childEvent(QChildEvent*) 25659 vfunc[17]: QObject::customEvent(QCustomEvent*) 25660 vfunc[18]: QObject::connectNotify(char const*) 25661 vfunc[19]: QObject::disconnectNotify(char const*) 25662 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 25663 const*, char const*) 25664 vfunc[21]: QWidget::setEnabled(bool) 25665 vfunc[22]: QWidget::setMinimumSize(int, int) 25666 vfunc[23]: QWidget::setMaximumSize(int, int) 25667 vfunc[24]: QWidget::setSizeIncrement(int, int) 25668 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 25669 vfunc[26]: QWidget::setEraseColor(QColor const&) 25670 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 25671 vfunc[28]: QSlider::setPalette(QPalette const&) 25672 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 25673 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 25674 vfunc[31]: QWidget::setFont(QFont const&) 25675 vfunc[32]: QWidget::setCursor(QCursor const&) 25676 vfunc[33]: QWidget::unsetCursor() 25677 vfunc[34]: QWidget::setMask(QBitmap const&) 25678 vfunc[35]: QWidget::setMask(QRegion const&) 25679 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 25680 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 25681 vfunc[38]: QWidget::setCaption(QString const&) 25682 vfunc[39]: QWidget::setIcon(QPixmap const&) 25683 vfunc[40]: QWidget::setIconText(QString const&) 25684 vfunc[41]: QWidget::setMouseTracking(bool) 25685 vfunc[42]: QWidget::setFocus() 25686 vfunc[43]: QWidget::setActiveWindow() 25687 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 25688 vfunc[45]: QWidget::setFocusProxy(QWidget*) 25689 vfunc[46]: QWidget::setUpdatesEnabled(bool) 25690 vfunc[47]: QWidget::show() 25691 vfunc[48]: QWidget::hide() 25692 vfunc[49]: QWidget::showMinimized() 25693 vfunc[50]: QWidget::showMaximized() 25694 vfunc[51]: QWidget::showNormal() 25695 vfunc[52]: QWidget::polish() 25696 vfunc[53]: QWidget::move(int, int) 25697 vfunc[54]: QWidget::resize(int, int) 25698 vfunc[55]: QWidget::setGeometry(int, int, int, int) 25699 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 25700 vfunc[57]: QWidget::close(bool) 25701 vfunc[58]: QSlider::sizeHint() const 25702 vfunc[59]: QSlider::minimumSizeHint() const 25703 vfunc[60]: QSlider::sizePolicy() const 25704 vfunc[61]: QSlider::setSizePolicy(QSizePolicy) 25705 vfunc[62]: QWidget::heightForWidth(int) const 25706 vfunc[63]: QWidget::adjustSize() 25707 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 25708 const&, bool) 25709 vfunc[65]: QWidget::setAcceptDrops(bool) 25710 vfunc[66]: QWidget::setAutoMask(bool) 25711 vfunc[67]: 25712 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 25713 vfunc[68]: QWidget::customWhatsThis() const 25714 vfunc[69]: QSlider::mousePressEvent(QMouseEvent*) 25715 vfunc[70]: QSlider::mouseReleaseEvent(QMouseEvent*) 25716 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 25717 vfunc[72]: QSlider::mouseMoveEvent(QMouseEvent*) 25718 vfunc[73]: QSlider::wheelEvent(QWheelEvent*) 25719 vfunc[74]: QSlider::keyPressEvent(QKeyEvent*) 25720 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 25721 vfunc[76]: QSlider::focusInEvent(QFocusEvent*) 25722 vfunc[77]: QSlider::focusOutEvent(QFocusEvent*) 25723 vfunc[78]: QWidget::enterEvent(QEvent*) 25724 vfunc[79]: QWidget::leaveEvent(QEvent*) 25725 vfunc[80]: QSlider::paintEvent(QPaintEvent*) 25726 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 25727 vfunc[82]: QSlider::resizeEvent(QResizeEvent*) 25728 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 25729 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 25730 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 25731 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 25732 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 25733 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 25734 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 25735 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 25736 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 25737 vfunc[92]: QWidget::dropEvent(QDropEvent*) 25738 vfunc[93]: QWidget::showEvent(QShowEvent*) 25739 vfunc[94]: QWidget::hideEvent(QHideEvent*) 25740 vfunc[95]: QWidget::x11Event(_XEvent*) 25741 vfunc[96]: QWidget::updateMask() 25742 vfunc[97]: QSlider::styleChange(QStyle&) 25743 vfunc[98]: QWidget::enabledChange(bool) 25744 vfunc[99]: QWidget::paletteChange(QPalette const&) 25745 vfunc[100]: QWidget::fontChange(QFont const&) 25746 vfunc[101]: QWidget::windowActivationChange(bool) 25747 vfunc[102]: QWidget::metric(int) const 25748 vfunc[103]: QWidget::create(unsigned long, bool, bool) 25749 vfunc[104]: QWidget::destroy(bool, bool) 25750 vfunc[105]: NULL or QWidget::setWState(unsigned int) 25751 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 25752 vfunc[107]: QWidget::focusNextPrevChild(bool) 25753 vfunc[108]: QWidget::setKeyCompression(bool) 25754 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 25755 bool, QFont*) 25756 vfunc[110]: QSlider::setOrientation(Qt::Orientation) 25757 vfunc[111]: QSlider::setTracking(bool) 25758 vfunc[112]: QSlider::setTickmarks(QSlider::TickSetting) 25759 vfunc[113]: QSlider::setTickInterval(int) 25760 vfunc[114]: QSlider::setValue(int) 25761 vfunc[115]: QSlider::valueChange() 25762 vfunc[116]: QSlider::rangeChange() 25763 25764 Table 8-278. Secondary vtable for QSlider 25765 Base Offset -80 25766 Virtual Base Offset 0 25767 RTTI typeinfo for QSlider 25768 vfunc[0]: non-virtual thunk to QSlider::~QSlider() 25769 vfunc[1]: non-virtual thunk to QSlider::~QSlider() 25770 vfunc[2]: QPaintDevice::setResolution(int) 25771 vfunc[3]: QPaintDevice::resolution() const 25772 vfunc[4]: QPaintDevice::handle() const 25773 vfunc[5]: QPaintDevice::x11RenderHandle() const 25774 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 25775 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 25776 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 25777 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 25778 const 25779 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 25780 25781 Table 8-279. Secondary vtable for QSlider 25782 Base Offset -200 25783 Virtual Base Offset 0 25784 RTTI typeinfo for QSlider 25785 vfunc[0]: non-virtual thunk to QSlider::~QSlider() 25786 vfunc[1]: non-virtual thunk to QSlider::~QSlider() 25787 vfunc[2]: non-virtual thunk to QSlider::valueChange() 25788 vfunc[3]: non-virtual thunk to QSlider::rangeChange() 25789 vfunc[4]: QRangeControl::stepChange() 25790 25791 The Run Time Type Information for the QSlider class is 25792 described by Table 8-280 25793 25794 Table 8-280. typeinfo for QSlider 25795 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 25796 Name typeinfo name for QSlider 25797 flags: 0 25798 basetype: typeinfo for QWidget 2 25799 basetype: typeinfo for QRangeControl 29698 25800 __________________________________________________________ 25801 25802 8.2.22.27. Class data for QMainWindow 25803 25804 The virtual table for the QMainWindow class is described by 25805 Table 8-281 25806 25807 Table 8-281. Primary vtable for QMainWindow 25808 Base Offset 0 25809 Virtual Base Offset 0 25810 RTTI typeinfo for QMainWindow 25811 vfunc[0]: NULL or QMainWindow::metaObject() const 25812 vfunc[1]: QMainWindow::className() const 25813 vfunc[2]: QMainWindow::qt_cast(char const*) 25814 vfunc[3]: QMainWindow::qt_invoke(int, QUObject*) 25815 vfunc[4]: QMainWindow::qt_emit(int, QUObject*) 25816 vfunc[5]: QMainWindow::qt_property(int, int, QVariant*) 25817 vfunc[6]: QMainWindow::~QMainWindow() 25818 vfunc[7]: QMainWindow::~QMainWindow() 25819 vfunc[8]: QMainWindow::event(QEvent*) 25820 vfunc[9]: QMainWindow::eventFilter(QObject*, QEvent*) 25821 vfunc[10]: QWidget::setName(char const*) 25822 vfunc[11]: QObject::insertChild(QObject*) 25823 vfunc[12]: QObject::removeChild(QObject*) 25824 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 25825 vfunc[14]: QObject::property(char const*) const 25826 vfunc[15]: QObject::timerEvent(QTimerEvent*) 25827 vfunc[16]: QMainWindow::childEvent(QChildEvent*) 25828 vfunc[17]: QObject::customEvent(QCustomEvent*) 25829 vfunc[18]: QObject::connectNotify(char const*) 25830 vfunc[19]: QObject::disconnectNotify(char const*) 25831 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 25832 const*, char const*) 25833 vfunc[21]: QWidget::setEnabled(bool) 25834 vfunc[22]: QWidget::setMinimumSize(int, int) 25835 vfunc[23]: QWidget::setMaximumSize(int, int) 25836 vfunc[24]: QWidget::setSizeIncrement(int, int) 25837 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 25838 vfunc[26]: QWidget::setEraseColor(QColor const&) 25839 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 25840 vfunc[28]: QWidget::setPalette(QPalette const&) 25841 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 25842 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 25843 vfunc[31]: QWidget::setFont(QFont const&) 25844 vfunc[32]: QWidget::setCursor(QCursor const&) 25845 vfunc[33]: QWidget::unsetCursor() 25846 vfunc[34]: QWidget::setMask(QBitmap const&) 25847 vfunc[35]: QWidget::setMask(QRegion const&) 25848 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 25849 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 25850 vfunc[38]: QWidget::setCaption(QString const&) 25851 vfunc[39]: QWidget::setIcon(QPixmap const&) 25852 vfunc[40]: QWidget::setIconText(QString const&) 25853 vfunc[41]: QWidget::setMouseTracking(bool) 25854 vfunc[42]: QWidget::setFocus() 25855 vfunc[43]: QWidget::setActiveWindow() 25856 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 25857 vfunc[45]: QWidget::setFocusProxy(QWidget*) 25858 vfunc[46]: QWidget::setUpdatesEnabled(bool) 25859 vfunc[47]: QMainWindow::show() 25860 vfunc[48]: QMainWindow::hide() 25861 vfunc[49]: QWidget::showMinimized() 25862 vfunc[50]: QWidget::showMaximized() 25863 vfunc[51]: QWidget::showNormal() 25864 vfunc[52]: QWidget::polish() 25865 vfunc[53]: QWidget::move(int, int) 25866 vfunc[54]: QWidget::resize(int, int) 25867 vfunc[55]: QWidget::setGeometry(int, int, int, int) 25868 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 25869 vfunc[57]: QWidget::close(bool) 25870 vfunc[58]: QMainWindow::sizeHint() const 25871 vfunc[59]: QMainWindow::minimumSizeHint() const 25872 vfunc[60]: QWidget::sizePolicy() const 25873 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 25874 vfunc[62]: QWidget::heightForWidth(int) const 25875 vfunc[63]: QWidget::adjustSize() 25876 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 25877 const&, bool) 25878 vfunc[65]: QWidget::setAcceptDrops(bool) 25879 vfunc[66]: QWidget::setAutoMask(bool) 25880 vfunc[67]: 25881 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 25882 vfunc[68]: QWidget::customWhatsThis() const 25883 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 25884 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 25885 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 25886 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 25887 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 25888 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 25889 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 25890 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 25891 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 25892 vfunc[78]: QWidget::enterEvent(QEvent*) 25893 vfunc[79]: QWidget::leaveEvent(QEvent*) 25894 vfunc[80]: QMainWindow::paintEvent(QPaintEvent*) 25895 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 25896 vfunc[82]: QWidget::resizeEvent(QResizeEvent*) 25897 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 25898 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 25899 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 25900 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 25901 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 25902 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 25903 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 25904 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 25905 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 25906 vfunc[92]: QWidget::dropEvent(QDropEvent*) 25907 vfunc[93]: QWidget::showEvent(QShowEvent*) 25908 vfunc[94]: QWidget::hideEvent(QHideEvent*) 25909 vfunc[95]: QWidget::x11Event(_XEvent*) 25910 vfunc[96]: QWidget::updateMask() 25911 vfunc[97]: QMainWindow::styleChange(QStyle&) 25912 vfunc[98]: QWidget::enabledChange(bool) 25913 vfunc[99]: QWidget::paletteChange(QPalette const&) 25914 vfunc[100]: QWidget::fontChange(QFont const&) 25915 vfunc[101]: QWidget::windowActivationChange(bool) 25916 vfunc[102]: QWidget::metric(int) const 25917 vfunc[103]: QWidget::create(unsigned long, bool, bool) 25918 vfunc[104]: QWidget::destroy(bool, bool) 25919 vfunc[105]: NULL or QWidget::setWState(unsigned int) 25920 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 25921 vfunc[107]: QWidget::focusNextPrevChild(bool) 25922 vfunc[108]: QWidget::setKeyCompression(bool) 25923 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 25924 bool, QFont*) 25925 vfunc[110]: QMainWindow::setCentralWidget(QWidget*) 25926 vfunc[111]: QMainWindow::setDockEnabled(Qt::Dock, bool) 25927 vfunc[112]: QMainWindow::setDockEnabled(QDockWindow*, Qt::Dock, 25928 bool) 25929 vfunc[113]: QMainWindow::addDockWindow(QDockWindow*, Qt::Dock, 25930 bool) 25931 vfunc[114]: QMainWindow::addDockWindow(QDockWindow*, QString 25932 const&, Qt::Dock, bool) 25933 vfunc[115]: QMainWindow::moveDockWindow(QDockWindow*, Qt::Dock) 25934 vfunc[116]: QMainWindow::moveDockWindow(QDockWindow*, Qt::Dock, 25935 bool, int, int) 25936 vfunc[117]: QMainWindow::removeDockWindow(QDockWindow*) 25937 vfunc[118]: QMainWindow::dockingArea(QPoint const&) 25938 vfunc[119]: QMainWindow::isCustomizable() const 25939 vfunc[120]: QMainWindow::setRightJustification(bool) 25940 vfunc[121]: QMainWindow::setUsesBigPixmaps(bool) 25941 vfunc[122]: QMainWindow::setUsesTextLabel(bool) 25942 vfunc[123]: QMainWindow::setDockWindowsMovable(bool) 25943 vfunc[124]: QMainWindow::setOpaqueMoving(bool) 25944 vfunc[125]: QMainWindow::setDockMenuEnabled(bool) 25945 vfunc[126]: QMainWindow::whatsThis() 25946 vfunc[127]: QMainWindow::setAppropriate(QDockWindow*, bool) 25947 vfunc[128]: QMainWindow::customize() 25948 vfunc[129]: QMainWindow::setUpLayout() 25949 vfunc[130]: QMainWindow::showDockMenu(QPoint const&) 25950 vfunc[131]: QMainWindow::setMenuBar(QMenuBar*) 25951 vfunc[132]: QMainWindow::setStatusBar(QStatusBar*) 25952 vfunc[133]: QMainWindow::setToolTipGroup(QToolTipGroup*) 25953 25954 Table 8-282. Secondary vtable for QMainWindow 25955 Base Offset -80 25956 Virtual Base Offset 0 25957 RTTI typeinfo for QMainWindow 25958 vfunc[0]: non-virtual thunk to QMainWindow::~QMainWindow() 25959 vfunc[1]: non-virtual thunk to QMainWindow::~QMainWindow() 25960 vfunc[2]: QPaintDevice::setResolution(int) 25961 vfunc[3]: QPaintDevice::resolution() const 25962 vfunc[4]: QPaintDevice::handle() const 25963 vfunc[5]: QPaintDevice::x11RenderHandle() const 25964 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 25965 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 25966 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 25967 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 25968 const 25969 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 25970 25971 The Run Time Type Information for the QMainWindow class is 25972 described by Table 8-283 25973 25974 Table 8-283. typeinfo for QMainWindow 25975 Base Vtable vtable for __cxxabiv1::__si_class_type_info 25976 Name typeinfo name for QMainWindow 25977 basetype: typeinfo for QWidget 25978 __________________________________________________________ 25979 25980 8.2.22.28. Class data for QToolButton 25981 25982 The virtual table for the QToolButton class is described by 25983 Table 8-284 25984 25985 Table 8-284. Primary vtable for QToolButton 25986 Base Offset 0 25987 Virtual Base Offset 0 25988 RTTI typeinfo for QToolButton 25989 vfunc[0]: NULL or QToolButton::metaObject() const 25990 vfunc[1]: QToolButton::className() const 25991 vfunc[2]: QToolButton::qt_cast(char const*) 25992 vfunc[3]: QToolButton::qt_invoke(int, QUObject*) 25993 vfunc[4]: QToolButton::qt_emit(int, QUObject*) 25994 vfunc[5]: QToolButton::qt_property(int, int, QVariant*) 25995 vfunc[6]: QToolButton::~QToolButton() 25996 vfunc[7]: QToolButton::~QToolButton() 25997 vfunc[8]: QWidget::event(QEvent*) 25998 vfunc[9]: QToolButton::eventFilter(QObject*, QEvent*) 25999 vfunc[10]: QWidget::setName(char const*) 26000 vfunc[11]: QObject::insertChild(QObject*) 26001 vfunc[12]: QObject::removeChild(QObject*) 26002 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 26003 vfunc[14]: QObject::property(char const*) const 26004 vfunc[15]: QObject::timerEvent(QTimerEvent*) 26005 vfunc[16]: QObject::childEvent(QChildEvent*) 26006 vfunc[17]: QObject::customEvent(QCustomEvent*) 26007 vfunc[18]: QObject::connectNotify(char const*) 26008 vfunc[19]: QObject::disconnectNotify(char const*) 26009 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 26010 const*, char const*) 26011 vfunc[21]: QWidget::setEnabled(bool) 26012 vfunc[22]: QWidget::setMinimumSize(int, int) 26013 vfunc[23]: QWidget::setMaximumSize(int, int) 26014 vfunc[24]: QWidget::setSizeIncrement(int, int) 26015 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 26016 vfunc[26]: QWidget::setEraseColor(QColor const&) 26017 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 26018 vfunc[28]: QWidget::setPalette(QPalette const&) 26019 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 26020 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 26021 vfunc[31]: QWidget::setFont(QFont const&) 26022 vfunc[32]: QWidget::setCursor(QCursor const&) 26023 vfunc[33]: QWidget::unsetCursor() 26024 vfunc[34]: QWidget::setMask(QBitmap const&) 26025 vfunc[35]: QWidget::setMask(QRegion const&) 26026 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 26027 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 26028 vfunc[38]: QWidget::setCaption(QString const&) 26029 vfunc[39]: QWidget::setIcon(QPixmap const&) 26030 vfunc[40]: QWidget::setIconText(QString const&) 26031 vfunc[41]: QWidget::setMouseTracking(bool) 26032 vfunc[42]: QWidget::setFocus() 26033 vfunc[43]: QWidget::setActiveWindow() 26034 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 26035 vfunc[45]: QWidget::setFocusProxy(QWidget*) 26036 vfunc[46]: QWidget::setUpdatesEnabled(bool) 26037 vfunc[47]: QWidget::show() 26038 vfunc[48]: QWidget::hide() 26039 vfunc[49]: QWidget::showMinimized() 26040 vfunc[50]: QWidget::showMaximized() 26041 vfunc[51]: QWidget::showNormal() 26042 vfunc[52]: QWidget::polish() 26043 vfunc[53]: QWidget::move(int, int) 26044 vfunc[54]: QWidget::resize(int, int) 26045 vfunc[55]: QWidget::setGeometry(int, int, int, int) 26046 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 26047 vfunc[57]: QWidget::close(bool) 26048 vfunc[58]: QToolButton::sizeHint() const 26049 vfunc[59]: QToolButton::minimumSizeHint() const 26050 vfunc[60]: QWidget::sizePolicy() const 26051 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 26052 vfunc[62]: QWidget::heightForWidth(int) const 26053 vfunc[63]: QWidget::adjustSize() 26054 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 26055 const&, bool) 26056 vfunc[65]: QWidget::setAcceptDrops(bool) 26057 vfunc[66]: QWidget::setAutoMask(bool) 26058 vfunc[67]: 26059 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 26060 vfunc[68]: QWidget::customWhatsThis() const 26061 vfunc[69]: QToolButton::mousePressEvent(QMouseEvent*) 26062 vfunc[70]: QButton::mouseReleaseEvent(QMouseEvent*) 26063 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 26064 vfunc[72]: QButton::mouseMoveEvent(QMouseEvent*) 26065 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 26066 vfunc[74]: QButton::keyPressEvent(QKeyEvent*) 26067 vfunc[75]: QButton::keyReleaseEvent(QKeyEvent*) 26068 vfunc[76]: QButton::focusInEvent(QFocusEvent*) 26069 vfunc[77]: QButton::focusOutEvent(QFocusEvent*) 26070 vfunc[78]: QToolButton::enterEvent(QEvent*) 26071 vfunc[79]: QToolButton::leaveEvent(QEvent*) 26072 vfunc[80]: QButton::paintEvent(QPaintEvent*) 26073 vfunc[81]: QToolButton::moveEvent(QMoveEvent*) 26074 vfunc[82]: QWidget::resizeEvent(QResizeEvent*) 26075 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 26076 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 26077 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 26078 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 26079 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 26080 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 26081 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 26082 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 26083 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 26084 vfunc[92]: QWidget::dropEvent(QDropEvent*) 26085 vfunc[93]: QWidget::showEvent(QShowEvent*) 26086 vfunc[94]: QWidget::hideEvent(QHideEvent*) 26087 vfunc[95]: QWidget::x11Event(_XEvent*) 26088 vfunc[96]: QWidget::updateMask() 26089 vfunc[97]: QWidget::styleChange(QStyle&) 26090 vfunc[98]: QButton::enabledChange(bool) 26091 vfunc[99]: QToolButton::paletteChange(QPalette const&) 26092 vfunc[100]: QWidget::fontChange(QFont const&) 26093 vfunc[101]: QWidget::windowActivationChange(bool) 26094 vfunc[102]: QWidget::metric(int) const 26095 vfunc[103]: QWidget::create(unsigned long, bool, bool) 26096 vfunc[104]: QWidget::destroy(bool, bool) 26097 vfunc[105]: NULL or QWidget::setWState(unsigned int) 26098 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 26099 vfunc[107]: QWidget::focusNextPrevChild(bool) 26100 vfunc[108]: QWidget::setKeyCompression(bool) 26101 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 26102 bool, QFont*) 26103 vfunc[110]: QToolButton::setText(QString const&) 26104 vfunc[111]: QButton::setPixmap(QPixmap const&) 26105 vfunc[112]: QButton::setAccel(QKeySequence const&) 26106 vfunc[113]: QButton::setDown(bool) 26107 vfunc[114]: QButton::setAutoRepeat(bool) 26108 vfunc[115]: QButton::setToggleType(QButton::ToggleType) 26109 vfunc[116]: QButton::setState(QButton::ToggleState) 26110 vfunc[117]: QButton::hitButton(QPoint const&) const 26111 vfunc[118]: QToolButton::drawButton(QPainter*) 26112 vfunc[119]: QToolButton::drawButtonLabel(QPainter*) 26113 vfunc[120]: QButton::setGroup(QButtonGroup*) 26114 vfunc[121]: QToolButton::setIconSet(QIconSet const&) 26115 vfunc[122]: QToolButton::setUsesBigPixmap(bool) 26116 vfunc[123]: QToolButton::setUsesTextLabel(bool) 26117 vfunc[124]: QToolButton::setTextLabel(QString const&, bool) 26118 vfunc[125]: QToolButton::setToggleButton(bool) 26119 vfunc[126]: QToolButton::setOn(bool) 26120 26121 Table 8-285. Secondary vtable for QToolButton 26122 Base Offset -80 26123 Virtual Base Offset 0 26124 RTTI typeinfo for QToolButton 26125 vfunc[0]: non-virtual thunk to QToolButton::~QToolButton() 26126 vfunc[1]: non-virtual thunk to QToolButton::~QToolButton() 26127 vfunc[2]: QPaintDevice::setResolution(int) 26128 vfunc[3]: QPaintDevice::resolution() const 26129 vfunc[4]: QPaintDevice::handle() const 26130 vfunc[5]: QPaintDevice::x11RenderHandle() const 26131 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 26132 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 26133 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 26134 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 26135 const 26136 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 26137 26138 The Run Time Type Information for the QToolButton class is 26139 described by Table 8-286 26140 26141 Table 8-286. typeinfo for QToolButton 26142 Base Vtable vtable for __cxxabiv1::__si_class_type_info 26143 Name typeinfo name for QToolButton 26144 basetype: typeinfo for QButton 26145 __________________________________________________________ 26146 26147 8.2.22.29. Class data for QWidgetIntDict 26148 26149 The virtual table for the QWidgetIntDict class is described in 26150 the generic part of this specification. 26151 26152 The Run Time Type Information for the QWidgetIntDict class is 26153 described by Table 8-287 26154 26155 Table 8-287. typeinfo for QWidgetIntDict 26156 Base Vtable vtable for __cxxabiv1::__si_class_type_info 26157 Name typeinfo name for QWidgetIntDict 26158 basetype: typeinfo for QIntDict 26159 __________________________________________________________ 26160 26161 8.2.22.30. Class data for QTabBar 26162 26163 The virtual table for the QTabBar class is described by Table 26164 8-288 26165 26166 Table 8-288. Primary vtable for QTabBar 26167 Base Offset 0 26168 Virtual Base Offset 0 26169 RTTI typeinfo for QTabBar 26170 vfunc[0]: NULL or QTabBar::metaObject() const 26171 vfunc[1]: QTabBar::className() const 26172 vfunc[2]: QTabBar::qt_cast(char const*) 26173 vfunc[3]: QTabBar::qt_invoke(int, QUObject*) 26174 vfunc[4]: QTabBar::qt_emit(int, QUObject*) 26175 vfunc[5]: QTabBar::qt_property(int, int, QVariant*) 26176 vfunc[6]: QTabBar::~QTabBar() 26177 vfunc[7]: QTabBar::~QTabBar() 26178 vfunc[8]: QTabBar::event(QEvent*) 26179 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 26180 vfunc[10]: QWidget::setName(char const*) 26181 vfunc[11]: QObject::insertChild(QObject*) 26182 vfunc[12]: QObject::removeChild(QObject*) 26183 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 26184 vfunc[14]: QObject::property(char const*) const 26185 vfunc[15]: QObject::timerEvent(QTimerEvent*) 26186 vfunc[16]: QObject::childEvent(QChildEvent*) 26187 vfunc[17]: QObject::customEvent(QCustomEvent*) 26188 vfunc[18]: QObject::connectNotify(char const*) 26189 vfunc[19]: QObject::disconnectNotify(char const*) 26190 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 26191 const*, char const*) 26192 vfunc[21]: QWidget::setEnabled(bool) 26193 vfunc[22]: QWidget::setMinimumSize(int, int) 26194 vfunc[23]: QWidget::setMaximumSize(int, int) 26195 vfunc[24]: QWidget::setSizeIncrement(int, int) 26196 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 26197 vfunc[26]: QWidget::setEraseColor(QColor const&) 26198 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 26199 vfunc[28]: QWidget::setPalette(QPalette const&) 26200 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 26201 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 26202 vfunc[31]: QWidget::setFont(QFont const&) 26203 vfunc[32]: QWidget::setCursor(QCursor const&) 26204 vfunc[33]: QWidget::unsetCursor() 26205 vfunc[34]: QWidget::setMask(QBitmap const&) 26206 vfunc[35]: QWidget::setMask(QRegion const&) 26207 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 26208 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 26209 vfunc[38]: QWidget::setCaption(QString const&) 26210 vfunc[39]: QWidget::setIcon(QPixmap const&) 26211 vfunc[40]: QWidget::setIconText(QString const&) 26212 vfunc[41]: QWidget::setMouseTracking(bool) 26213 vfunc[42]: QWidget::setFocus() 26214 vfunc[43]: QWidget::setActiveWindow() 26215 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 26216 vfunc[45]: QWidget::setFocusProxy(QWidget*) 26217 vfunc[46]: QWidget::setUpdatesEnabled(bool) 26218 vfunc[47]: QTabBar::show() 26219 vfunc[48]: QWidget::hide() 26220 vfunc[49]: QWidget::showMinimized() 26221 vfunc[50]: QWidget::showMaximized() 26222 vfunc[51]: QWidget::showNormal() 26223 vfunc[52]: QWidget::polish() 26224 vfunc[53]: QWidget::move(int, int) 26225 vfunc[54]: QWidget::resize(int, int) 26226 vfunc[55]: QWidget::setGeometry(int, int, int, int) 26227 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 26228 vfunc[57]: QWidget::close(bool) 26229 vfunc[58]: QTabBar::sizeHint() const 26230 vfunc[59]: QTabBar::minimumSizeHint() const 26231 vfunc[60]: QWidget::sizePolicy() const 26232 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 26233 vfunc[62]: QWidget::heightForWidth(int) const 26234 vfunc[63]: QWidget::adjustSize() 26235 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 26236 const&, bool) 26237 vfunc[65]: QWidget::setAcceptDrops(bool) 26238 vfunc[66]: QWidget::setAutoMask(bool) 26239 vfunc[67]: 26240 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 26241 vfunc[68]: QWidget::customWhatsThis() const 26242 vfunc[69]: QTabBar::mousePressEvent(QMouseEvent*) 26243 vfunc[70]: QTabBar::mouseReleaseEvent(QMouseEvent*) 26244 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 26245 vfunc[72]: QTabBar::mouseMoveEvent(QMouseEvent*) 26246 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 26247 vfunc[74]: QTabBar::keyPressEvent(QKeyEvent*) 26248 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 26249 vfunc[76]: QTabBar::focusInEvent(QFocusEvent*) 26250 vfunc[77]: QTabBar::focusOutEvent(QFocusEvent*) 26251 vfunc[78]: QWidget::enterEvent(QEvent*) 26252 vfunc[79]: QWidget::leaveEvent(QEvent*) 26253 vfunc[80]: QTabBar::paintEvent(QPaintEvent*) 26254 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 26255 vfunc[82]: QTabBar::resizeEvent(QResizeEvent*) 26256 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 26257 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 26258 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 26259 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 26260 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 26261 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 26262 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 26263 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 26264 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 26265 vfunc[92]: QWidget::dropEvent(QDropEvent*) 26266 vfunc[93]: QWidget::showEvent(QShowEvent*) 26267 vfunc[94]: QWidget::hideEvent(QHideEvent*) 26268 vfunc[95]: QWidget::x11Event(_XEvent*) 26269 vfunc[96]: QWidget::updateMask() 26270 vfunc[97]: QTabBar::styleChange(QStyle&) 26271 vfunc[98]: QWidget::enabledChange(bool) 26272 vfunc[99]: QWidget::paletteChange(QPalette const&) 26273 vfunc[100]: QTabBar::fontChange(QFont const&) 26274 vfunc[101]: QWidget::windowActivationChange(bool) 26275 vfunc[102]: QWidget::metric(int) const 26276 vfunc[103]: QWidget::create(unsigned long, bool, bool) 26277 vfunc[104]: QWidget::destroy(bool, bool) 26278 vfunc[105]: NULL or QWidget::setWState(unsigned int) 26279 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 26280 vfunc[107]: QWidget::focusNextPrevChild(bool) 26281 vfunc[108]: QWidget::setKeyCompression(bool) 26282 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 26283 bool, QFont*) 26284 vfunc[110]: QTabBar::setShape(QTabBar::Shape) 26285 vfunc[111]: QTabBar::addTab(QTab*) 26286 vfunc[112]: QTabBar::insertTab(QTab*, int) 26287 vfunc[113]: QTabBar::removeTab(QTab*) 26288 vfunc[114]: QTabBar::setTabEnabled(int, bool) 26289 vfunc[115]: QTabBar::layoutTabs() 26290 vfunc[116]: QTabBar::selectTab(QPoint const&) const 26291 vfunc[117]: QTabBar::setCurrentTab(int) 26292 vfunc[118]: QTabBar::setCurrentTab(QTab*) 26293 vfunc[119]: QTabBar::paint(QPainter*, QTab*, bool) const 26294 vfunc[120]: QTabBar::paintLabel(QPainter*, QRect const&, QTab*, 26295 bool) const 26296 26297 Table 8-289. Secondary vtable for QTabBar 26298 Base Offset -80 26299 Virtual Base Offset 0 26300 RTTI typeinfo for QTabBar 26301 vfunc[0]: non-virtual thunk to QTabBar::~QTabBar() 26302 vfunc[1]: non-virtual thunk to QTabBar::~QTabBar() 26303 vfunc[2]: QPaintDevice::setResolution(int) 26304 vfunc[3]: QPaintDevice::resolution() const 26305 vfunc[4]: QPaintDevice::handle() const 26306 vfunc[5]: QPaintDevice::x11RenderHandle() const 26307 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 26308 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 26309 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 26310 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 26311 const 26312 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 26313 26314 The Run Time Type Information for the QTabBar class is 26315 described by Table 8-290 26316 26317 Table 8-290. typeinfo for QTabBar 26318 Base Vtable vtable for __cxxabiv1::__si_class_type_info 26319 Name typeinfo name for QTabBar 26320 basetype: typeinfo for QWidget 26321 __________________________________________________________ 26322 26323 8.2.22.31. Class data for QToolTip 26324 26325 The virtual table for the QToolTip class is described in the 26326 generic part of this specification. 26327 26328 The Run Time Type Information for the QToolTip class is 26329 described by Table 8-291 26330 26331 Table 8-291. typeinfo for QToolTip 26332 Base Vtable vtable for __cxxabiv1::__si_class_type_info 26333 Name typeinfo name for QToolTip 26334 basetype: typeinfo for Qt 26335 __________________________________________________________ 26336 26337 8.2.22.32. Class data for QCheckBox 26338 26339 The virtual table for the QCheckBox class is described by Table 26340 8-292 26341 26342 Table 8-292. Primary vtable for QCheckBox 26343 Base Offset 0 26344 Virtual Base Offset 0 26345 RTTI typeinfo for QCheckBox 26346 vfunc[0]: NULL or QCheckBox::metaObject() const 26347 vfunc[1]: QCheckBox::className() const 26348 vfunc[2]: QCheckBox::qt_cast(char const*) 26349 vfunc[3]: QCheckBox::qt_invoke(int, QUObject*) 26350 vfunc[4]: QCheckBox::qt_emit(int, QUObject*) 26351 vfunc[5]: QCheckBox::qt_property(int, int, QVariant*) 26352 vfunc[6]: NULL or QCheckBox::~QCheckBox() 26353 vfunc[7]: NULL or QCheckBox::~QCheckBox() 26354 vfunc[8]: QWidget::event(QEvent*) 26355 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 26356 vfunc[10]: QWidget::setName(char const*) 26357 vfunc[11]: QObject::insertChild(QObject*) 26358 vfunc[12]: QObject::removeChild(QObject*) 26359 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 26360 vfunc[14]: QObject::property(char const*) const 26361 vfunc[15]: QObject::timerEvent(QTimerEvent*) 26362 vfunc[16]: QObject::childEvent(QChildEvent*) 26363 vfunc[17]: QObject::customEvent(QCustomEvent*) 26364 vfunc[18]: QObject::connectNotify(char const*) 26365 vfunc[19]: QObject::disconnectNotify(char const*) 26366 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 26367 const*, char const*) 26368 vfunc[21]: QWidget::setEnabled(bool) 26369 vfunc[22]: QWidget::setMinimumSize(int, int) 26370 vfunc[23]: QWidget::setMaximumSize(int, int) 26371 vfunc[24]: QWidget::setSizeIncrement(int, int) 26372 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 26373 vfunc[26]: QWidget::setEraseColor(QColor const&) 26374 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 26375 vfunc[28]: QWidget::setPalette(QPalette const&) 26376 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 26377 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 26378 vfunc[31]: QWidget::setFont(QFont const&) 26379 vfunc[32]: QWidget::setCursor(QCursor const&) 26380 vfunc[33]: QWidget::unsetCursor() 26381 vfunc[34]: QWidget::setMask(QBitmap const&) 26382 vfunc[35]: QWidget::setMask(QRegion const&) 26383 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 26384 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 26385 vfunc[38]: QWidget::setCaption(QString const&) 26386 vfunc[39]: QWidget::setIcon(QPixmap const&) 26387 vfunc[40]: QWidget::setIconText(QString const&) 26388 vfunc[41]: QWidget::setMouseTracking(bool) 26389 vfunc[42]: QWidget::setFocus() 26390 vfunc[43]: QWidget::setActiveWindow() 26391 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 26392 vfunc[45]: QWidget::setFocusProxy(QWidget*) 26393 vfunc[46]: QWidget::setUpdatesEnabled(bool) 26394 vfunc[47]: QWidget::show() 26395 vfunc[48]: QWidget::hide() 26396 vfunc[49]: QWidget::showMinimized() 26397 vfunc[50]: QWidget::showMaximized() 26398 vfunc[51]: QWidget::showNormal() 26399 vfunc[52]: QWidget::polish() 26400 vfunc[53]: QWidget::move(int, int) 26401 vfunc[54]: QWidget::resize(int, int) 26402 vfunc[55]: QWidget::setGeometry(int, int, int, int) 26403 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 26404 vfunc[57]: QWidget::close(bool) 26405 vfunc[58]: QCheckBox::sizeHint() const 26406 vfunc[59]: QWidget::minimumSizeHint() const 26407 vfunc[60]: QWidget::sizePolicy() const 26408 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 26409 vfunc[62]: QWidget::heightForWidth(int) const 26410 vfunc[63]: QWidget::adjustSize() 26411 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 26412 const&, bool) 26413 vfunc[65]: QWidget::setAcceptDrops(bool) 26414 vfunc[66]: QWidget::setAutoMask(bool) 26415 vfunc[67]: 26416 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 26417 vfunc[68]: QWidget::customWhatsThis() const 26418 vfunc[69]: QButton::mousePressEvent(QMouseEvent*) 26419 vfunc[70]: QButton::mouseReleaseEvent(QMouseEvent*) 26420 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 26421 vfunc[72]: QButton::mouseMoveEvent(QMouseEvent*) 26422 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 26423 vfunc[74]: QButton::keyPressEvent(QKeyEvent*) 26424 vfunc[75]: QButton::keyReleaseEvent(QKeyEvent*) 26425 vfunc[76]: QButton::focusInEvent(QFocusEvent*) 26426 vfunc[77]: QButton::focusOutEvent(QFocusEvent*) 26427 vfunc[78]: QWidget::enterEvent(QEvent*) 26428 vfunc[79]: QWidget::leaveEvent(QEvent*) 26429 vfunc[80]: QButton::paintEvent(QPaintEvent*) 26430 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 26431 vfunc[82]: QCheckBox::resizeEvent(QResizeEvent*) 26432 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 26433 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 26434 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 26435 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 26436 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 26437 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 26438 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 26439 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 26440 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 26441 vfunc[92]: QWidget::dropEvent(QDropEvent*) 26442 vfunc[93]: QWidget::showEvent(QShowEvent*) 26443 vfunc[94]: QWidget::hideEvent(QHideEvent*) 26444 vfunc[95]: QWidget::x11Event(_XEvent*) 26445 vfunc[96]: QCheckBox::updateMask() 26446 vfunc[97]: QWidget::styleChange(QStyle&) 26447 vfunc[98]: QButton::enabledChange(bool) 26448 vfunc[99]: QWidget::paletteChange(QPalette const&) 26449 vfunc[100]: QWidget::fontChange(QFont const&) 26450 vfunc[101]: QWidget::windowActivationChange(bool) 26451 vfunc[102]: QWidget::metric(int) const 26452 vfunc[103]: QWidget::create(unsigned long, bool, bool) 26453 vfunc[104]: QWidget::destroy(bool, bool) 26454 vfunc[105]: NULL or QWidget::setWState(unsigned int) 26455 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 26456 vfunc[107]: QWidget::focusNextPrevChild(bool) 26457 vfunc[108]: QWidget::setKeyCompression(bool) 26458 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 26459 bool, QFont*) 26460 vfunc[110]: QButton::setText(QString const&) 26461 vfunc[111]: QButton::setPixmap(QPixmap const&) 26462 vfunc[112]: QButton::setAccel(QKeySequence const&) 26463 vfunc[113]: QButton::setDown(bool) 26464 vfunc[114]: QButton::setAutoRepeat(bool) 26465 vfunc[115]: QButton::setToggleType(QButton::ToggleType) 26466 vfunc[116]: QButton::setState(QButton::ToggleState) 26467 vfunc[117]: QCheckBox::hitButton(QPoint const&) const 26468 vfunc[118]: QCheckBox::drawButton(QPainter*) 26469 vfunc[119]: QCheckBox::drawButtonLabel(QPainter*) 26470 vfunc[120]: QButton::setGroup(QButtonGroup*) 26471 26472 Table 8-293. Secondary vtable for QCheckBox 26473 Base Offset -80 26474 Virtual Base Offset 0 26475 RTTI typeinfo for QCheckBox 26476 vfunc[0]: non-virtual thunk to QCheckBox::~QCheckBox() 26477 vfunc[1]: non-virtual thunk to QCheckBox::~QCheckBox() 26478 vfunc[2]: QPaintDevice::setResolution(int) 26479 vfunc[3]: QPaintDevice::resolution() const 26480 vfunc[4]: QPaintDevice::handle() const 26481 vfunc[5]: QPaintDevice::x11RenderHandle() const 26482 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 26483 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 26484 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 26485 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 26486 const 26487 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 26488 26489 The Run Time Type Information for the QCheckBox class is 26490 described by Table 8-294 26491 26492 Table 8-294. typeinfo for QCheckBox 26493 Base Vtable vtable for __cxxabiv1::__si_class_type_info 26494 Name typeinfo name for QCheckBox 26495 basetype: typeinfo for QButton 26496 __________________________________________________________ 26497 26498 8.2.22.33. Class data for QDockWindow 26499 26500 The virtual table for the QDockWindow class is described by 26501 Table 8-295 26502 26503 Table 8-295. Primary vtable for QDockWindow 26504 Base Offset 0 26505 Virtual Base Offset 0 26506 RTTI typeinfo for QDockWindow 26507 vfunc[0]: NULL or QDockWindow::metaObject() const 26508 vfunc[1]: QDockWindow::className() const 26509 vfunc[2]: QDockWindow::qt_cast(char const*) 26510 vfunc[3]: QDockWindow::qt_invoke(int, QUObject*) 26511 vfunc[4]: QDockWindow::qt_emit(int, QUObject*) 26512 vfunc[5]: QDockWindow::qt_property(int, int, QVariant*) 26513 vfunc[6]: QDockWindow::~QDockWindow() 26514 vfunc[7]: QDockWindow::~QDockWindow() 26515 vfunc[8]: QDockWindow::event(QEvent*) 26516 vfunc[9]: QDockWindow::eventFilter(QObject*, QEvent*) 26517 vfunc[10]: QWidget::setName(char const*) 26518 vfunc[11]: QObject::insertChild(QObject*) 26519 vfunc[12]: QObject::removeChild(QObject*) 26520 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 26521 vfunc[14]: QObject::property(char const*) const 26522 vfunc[15]: QObject::timerEvent(QTimerEvent*) 26523 vfunc[16]: QObject::childEvent(QChildEvent*) 26524 vfunc[17]: QObject::customEvent(QCustomEvent*) 26525 vfunc[18]: QObject::connectNotify(char const*) 26526 vfunc[19]: QObject::disconnectNotify(char const*) 26527 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 26528 const*, char const*) 26529 vfunc[21]: QWidget::setEnabled(bool) 26530 vfunc[22]: QWidget::setMinimumSize(int, int) 26531 vfunc[23]: QWidget::setMaximumSize(int, int) 26532 vfunc[24]: QWidget::setSizeIncrement(int, int) 26533 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 26534 vfunc[26]: QWidget::setEraseColor(QColor const&) 26535 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 26536 vfunc[28]: QWidget::setPalette(QPalette const&) 26537 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 26538 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 26539 vfunc[31]: QWidget::setFont(QFont const&) 26540 vfunc[32]: QWidget::setCursor(QCursor const&) 26541 vfunc[33]: QWidget::unsetCursor() 26542 vfunc[34]: QWidget::setMask(QBitmap const&) 26543 vfunc[35]: QWidget::setMask(QRegion const&) 26544 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 26545 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 26546 vfunc[38]: QDockWindow::setCaption(QString const&) 26547 vfunc[39]: QWidget::setIcon(QPixmap const&) 26548 vfunc[40]: QWidget::setIconText(QString const&) 26549 vfunc[41]: QWidget::setMouseTracking(bool) 26550 vfunc[42]: QWidget::setFocus() 26551 vfunc[43]: QWidget::setActiveWindow() 26552 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 26553 vfunc[45]: QWidget::setFocusProxy(QWidget*) 26554 vfunc[46]: QWidget::setUpdatesEnabled(bool) 26555 vfunc[47]: QWidget::show() 26556 vfunc[48]: QWidget::hide() 26557 vfunc[49]: QWidget::showMinimized() 26558 vfunc[50]: QWidget::showMaximized() 26559 vfunc[51]: QWidget::showNormal() 26560 vfunc[52]: QWidget::polish() 26561 vfunc[53]: QWidget::move(int, int) 26562 vfunc[54]: QWidget::resize(int, int) 26563 vfunc[55]: QWidget::setGeometry(int, int, int, int) 26564 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 26565 vfunc[57]: QWidget::close(bool) 26566 vfunc[58]: QDockWindow::sizeHint() const 26567 vfunc[59]: QDockWindow::minimumSizeHint() const 26568 vfunc[60]: QWidget::sizePolicy() const 26569 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 26570 vfunc[62]: QWidget::heightForWidth(int) const 26571 vfunc[63]: QWidget::adjustSize() 26572 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 26573 const&, bool) 26574 vfunc[65]: QWidget::setAcceptDrops(bool) 26575 vfunc[66]: QWidget::setAutoMask(bool) 26576 vfunc[67]: 26577 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 26578 vfunc[68]: QWidget::customWhatsThis() const 26579 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 26580 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 26581 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 26582 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 26583 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 26584 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 26585 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 26586 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 26587 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 26588 vfunc[78]: QWidget::enterEvent(QEvent*) 26589 vfunc[79]: QWidget::leaveEvent(QEvent*) 26590 vfunc[80]: QFrame::paintEvent(QPaintEvent*) 26591 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 26592 vfunc[82]: QDockWindow::resizeEvent(QResizeEvent*) 26593 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 26594 vfunc[84]: QDockWindow::contextMenuEvent(QContextMenuEvent*) 26595 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 26596 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 26597 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 26598 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 26599 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 26600 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 26601 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 26602 vfunc[92]: QWidget::dropEvent(QDropEvent*) 26603 vfunc[93]: QDockWindow::showEvent(QShowEvent*) 26604 vfunc[94]: QDockWindow::hideEvent(QHideEvent*) 26605 vfunc[95]: QWidget::x11Event(_XEvent*) 26606 vfunc[96]: QWidget::updateMask() 26607 vfunc[97]: QFrame::styleChange(QStyle&) 26608 vfunc[98]: QWidget::enabledChange(bool) 26609 vfunc[99]: QWidget::paletteChange(QPalette const&) 26610 vfunc[100]: QWidget::fontChange(QFont const&) 26611 vfunc[101]: QWidget::windowActivationChange(bool) 26612 vfunc[102]: QWidget::metric(int) const 26613 vfunc[103]: QWidget::create(unsigned long, bool, bool) 26614 vfunc[104]: QWidget::destroy(bool, bool) 26615 vfunc[105]: NULL or QWidget::setWState(unsigned int) 26616 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 26617 vfunc[107]: QWidget::focusNextPrevChild(bool) 26618 vfunc[108]: QWidget::setKeyCompression(bool) 26619 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 26620 bool, QFont*) 26621 vfunc[110]: QFrame::setFrameStyle(int) 26622 vfunc[111]: QFrame::setLineWidth(int) 26623 vfunc[112]: QFrame::setMargin(int) 26624 vfunc[113]: QFrame::setMidLineWidth(int) 26625 vfunc[114]: QFrame::setFrameRect(QRect const&) 26626 vfunc[115]: QDockWindow::drawFrame(QPainter*) 26627 vfunc[116]: QDockWindow::drawContents(QPainter*) 26628 vfunc[117]: QFrame::frameChanged() 26629 vfunc[118]: QDockWindow::setWidget(QWidget*) 26630 vfunc[119]: QDockWindow::setCloseMode(int) 26631 vfunc[120]: QDockWindow::setResizeEnabled(bool) 26632 vfunc[121]: QDockWindow::setMovingEnabled(bool) 26633 vfunc[122]: QDockWindow::setHorizontallyStretchable(bool) 26634 vfunc[123]: QDockWindow::setVerticallyStretchable(bool) 26635 vfunc[124]: QDockWindow::setOffset(int) 26636 vfunc[125]: QDockWindow::setFixedExtentWidth(int) 26637 vfunc[126]: QDockWindow::setFixedExtentHeight(int) 26638 vfunc[127]: QDockWindow::setNewLine(bool) 26639 vfunc[128]: QDockWindow::setOpaqueMoving(bool) 26640 vfunc[129]: QDockWindow::undock(QWidget*) 26641 vfunc[130]: NULL or QDockWindow::undock() 26642 vfunc[131]: QDockWindow::dock() 26643 vfunc[132]: QDockWindow::setOrientation(Qt::Orientation) 26644 26645 Table 8-296. Secondary vtable for QDockWindow 26646 Base Offset -80 26647 Virtual Base Offset 0 26648 RTTI typeinfo for QDockWindow 26649 vfunc[0]: non-virtual thunk to QDockWindow::~QDockWindow() 26650 vfunc[1]: non-virtual thunk to QDockWindow::~QDockWindow() 26651 vfunc[2]: QPaintDevice::setResolution(int) 26652 vfunc[3]: QPaintDevice::resolution() const 26653 vfunc[4]: QPaintDevice::handle() const 26654 vfunc[5]: QPaintDevice::x11RenderHandle() const 26655 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 26656 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 26657 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 26658 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 26659 const 26660 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 26661 26662 The Run Time Type Information for the QDockWindow class is 26663 described by Table 8-297 26664 26665 Table 8-297. typeinfo for QDockWindow 26666 Base Vtable vtable for __cxxabiv1::__si_class_type_info 26667 Name typeinfo name for QDockWindow 26668 basetype: typeinfo for QFrame 26669 __________________________________________________________ 26670 26671 8.2.22.34. Class data for QSpinWidget 26672 26673 The virtual table for the QSpinWidget class is described by 26674 Table 8-298 26675 26676 Table 8-298. Primary vtable for QSpinWidget 26677 Base Offset 0 26678 Virtual Base Offset 0 26679 RTTI typeinfo for QSpinWidget 26680 vfunc[0]: NULL or QSpinWidget::metaObject() const 26681 vfunc[1]: QSpinWidget::className() const 26682 vfunc[2]: QSpinWidget::qt_cast(char const*) 26683 vfunc[3]: QSpinWidget::qt_invoke(int, QUObject*) 26684 vfunc[4]: QSpinWidget::qt_emit(int, QUObject*) 26685 vfunc[5]: QSpinWidget::qt_property(int, int, QVariant*) 26686 vfunc[6]: QSpinWidget::~QSpinWidget() 26687 vfunc[7]: QSpinWidget::~QSpinWidget() 26688 vfunc[8]: QWidget::event(QEvent*) 26689 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 26690 vfunc[10]: QWidget::setName(char const*) 26691 vfunc[11]: QObject::insertChild(QObject*) 26692 vfunc[12]: QObject::removeChild(QObject*) 26693 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 26694 vfunc[14]: QObject::property(char const*) const 26695 vfunc[15]: QObject::timerEvent(QTimerEvent*) 26696 vfunc[16]: QObject::childEvent(QChildEvent*) 26697 vfunc[17]: QObject::customEvent(QCustomEvent*) 26698 vfunc[18]: QObject::connectNotify(char const*) 26699 vfunc[19]: QObject::disconnectNotify(char const*) 26700 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 26701 const*, char const*) 26702 vfunc[21]: QWidget::setEnabled(bool) 26703 vfunc[22]: QWidget::setMinimumSize(int, int) 26704 vfunc[23]: QWidget::setMaximumSize(int, int) 26705 vfunc[24]: QWidget::setSizeIncrement(int, int) 26706 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 26707 vfunc[26]: QWidget::setEraseColor(QColor const&) 26708 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 26709 vfunc[28]: QWidget::setPalette(QPalette const&) 26710 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 26711 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 26712 vfunc[31]: QWidget::setFont(QFont const&) 26713 vfunc[32]: QWidget::setCursor(QCursor const&) 26714 vfunc[33]: QWidget::unsetCursor() 26715 vfunc[34]: QWidget::setMask(QBitmap const&) 26716 vfunc[35]: QWidget::setMask(QRegion const&) 26717 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 26718 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 26719 vfunc[38]: QWidget::setCaption(QString const&) 26720 vfunc[39]: QWidget::setIcon(QPixmap const&) 26721 vfunc[40]: QWidget::setIconText(QString const&) 26722 vfunc[41]: QWidget::setMouseTracking(bool) 26723 vfunc[42]: QWidget::setFocus() 26724 vfunc[43]: QWidget::setActiveWindow() 26725 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 26726 vfunc[45]: QWidget::setFocusProxy(QWidget*) 26727 vfunc[46]: QWidget::setUpdatesEnabled(bool) 26728 vfunc[47]: QWidget::show() 26729 vfunc[48]: QWidget::hide() 26730 vfunc[49]: QWidget::showMinimized() 26731 vfunc[50]: QWidget::showMaximized() 26732 vfunc[51]: QWidget::showNormal() 26733 vfunc[52]: QWidget::polish() 26734 vfunc[53]: QWidget::move(int, int) 26735 vfunc[54]: QWidget::resize(int, int) 26736 vfunc[55]: QWidget::setGeometry(int, int, int, int) 26737 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 26738 vfunc[57]: QWidget::close(bool) 26739 vfunc[58]: QWidget::sizeHint() const 26740 vfunc[59]: QWidget::minimumSizeHint() const 26741 vfunc[60]: QWidget::sizePolicy() const 26742 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 26743 vfunc[62]: QWidget::heightForWidth(int) const 26744 vfunc[63]: QWidget::adjustSize() 26745 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 26746 const&, bool) 26747 vfunc[65]: QWidget::setAcceptDrops(bool) 26748 vfunc[66]: QWidget::setAutoMask(bool) 26749 vfunc[67]: 26750 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 26751 vfunc[68]: QWidget::customWhatsThis() const 26752 vfunc[69]: QSpinWidget::mousePressEvent(QMouseEvent*) 26753 vfunc[70]: QSpinWidget::mouseReleaseEvent(QMouseEvent*) 26754 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 26755 vfunc[72]: QSpinWidget::mouseMoveEvent(QMouseEvent*) 26756 vfunc[73]: QSpinWidget::wheelEvent(QWheelEvent*) 26757 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 26758 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 26759 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 26760 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 26761 vfunc[78]: QWidget::enterEvent(QEvent*) 26762 vfunc[79]: QWidget::leaveEvent(QEvent*) 26763 vfunc[80]: QSpinWidget::paintEvent(QPaintEvent*) 26764 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 26765 vfunc[82]: QSpinWidget::resizeEvent(QResizeEvent*) 26766 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 26767 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 26768 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 26769 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 26770 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 26771 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 26772 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 26773 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 26774 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 26775 vfunc[92]: QWidget::dropEvent(QDropEvent*) 26776 vfunc[93]: QWidget::showEvent(QShowEvent*) 26777 vfunc[94]: QWidget::hideEvent(QHideEvent*) 26778 vfunc[95]: QWidget::x11Event(_XEvent*) 26779 vfunc[96]: QWidget::updateMask() 26780 vfunc[97]: QSpinWidget::styleChange(QStyle&) 26781 vfunc[98]: QWidget::enabledChange(bool) 26782 vfunc[99]: QWidget::paletteChange(QPalette const&) 26783 vfunc[100]: QWidget::fontChange(QFont const&) 26784 vfunc[101]: QSpinWidget::windowActivationChange(bool) 26785 vfunc[102]: QWidget::metric(int) const 26786 vfunc[103]: QWidget::create(unsigned long, bool, bool) 26787 vfunc[104]: QWidget::destroy(bool, bool) 26788 vfunc[105]: NULL or QWidget::setWState(unsigned int) 26789 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 26790 vfunc[107]: QWidget::focusNextPrevChild(bool) 26791 vfunc[108]: QWidget::setKeyCompression(bool) 26792 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 26793 bool, QFont*) 26794 vfunc[110]: 26795 QSpinWidget::setButtonSymbols(QSpinWidget::ButtonSymbols) 26796 26797 Table 8-299. Secondary vtable for QSpinWidget 26798 Base Offset -80 26799 Virtual Base Offset 0 26800 RTTI typeinfo for QSpinWidget 26801 vfunc[0]: non-virtual thunk to QSpinWidget::~QSpinWidget() 26802 vfunc[1]: non-virtual thunk to QSpinWidget::~QSpinWidget() 26803 vfunc[2]: QPaintDevice::setResolution(int) 26804 vfunc[3]: QPaintDevice::resolution() const 26805 vfunc[4]: QPaintDevice::handle() const 26806 vfunc[5]: QPaintDevice::x11RenderHandle() const 26807 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 26808 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 26809 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 26810 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 26811 const 26812 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 26813 26814 The Run Time Type Information for the QSpinWidget class is 26815 described by Table 8-300 26816 26817 Table 8-300. typeinfo for QSpinWidget 26818 Base Vtable vtable for __cxxabiv1::__si_class_type_info 26819 Name typeinfo name for QSpinWidget 26820 basetype: typeinfo for QWidget 26821 __________________________________________________________ 26822 26823 8.2.22.35. Class data for QToolBox 26824 26825 The virtual table for the QToolBox class is described by Table 26826 8-301 26827 26828 Table 8-301. Primary vtable for QToolBox 26829 Base Offset 0 26830 Virtual Base Offset 0 26831 RTTI typeinfo for QToolBox 26832 vfunc[0]: NULL or QToolBox::metaObject() const 26833 vfunc[1]: QToolBox::className() const 26834 vfunc[2]: QToolBox::qt_cast(char const*) 26835 vfunc[3]: QToolBox::qt_invoke(int, QUObject*) 26836 vfunc[4]: QToolBox::qt_emit(int, QUObject*) 26837 vfunc[5]: QToolBox::qt_property(int, int, QVariant*) 26838 vfunc[6]: QToolBox::~QToolBox() 26839 vfunc[7]: QToolBox::~QToolBox() 26840 vfunc[8]: QWidget::event(QEvent*) 26841 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 26842 vfunc[10]: QWidget::setName(char const*) 26843 vfunc[11]: QObject::insertChild(QObject*) 26844 vfunc[12]: QObject::removeChild(QObject*) 26845 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 26846 vfunc[14]: QObject::property(char const*) const 26847 vfunc[15]: QObject::timerEvent(QTimerEvent*) 26848 vfunc[16]: QObject::childEvent(QChildEvent*) 26849 vfunc[17]: QObject::customEvent(QCustomEvent*) 26850 vfunc[18]: QObject::connectNotify(char const*) 26851 vfunc[19]: QObject::disconnectNotify(char const*) 26852 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 26853 const*, char const*) 26854 vfunc[21]: QWidget::setEnabled(bool) 26855 vfunc[22]: QWidget::setMinimumSize(int, int) 26856 vfunc[23]: QWidget::setMaximumSize(int, int) 26857 vfunc[24]: QWidget::setSizeIncrement(int, int) 26858 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 26859 vfunc[26]: QWidget::setEraseColor(QColor const&) 26860 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 26861 vfunc[28]: QWidget::setPalette(QPalette const&) 26862 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 26863 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 26864 vfunc[31]: QWidget::setFont(QFont const&) 26865 vfunc[32]: QWidget::setCursor(QCursor const&) 26866 vfunc[33]: QWidget::unsetCursor() 26867 vfunc[34]: QWidget::setMask(QBitmap const&) 26868 vfunc[35]: QWidget::setMask(QRegion const&) 26869 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 26870 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 26871 vfunc[38]: QWidget::setCaption(QString const&) 26872 vfunc[39]: QWidget::setIcon(QPixmap const&) 26873 vfunc[40]: QWidget::setIconText(QString const&) 26874 vfunc[41]: QWidget::setMouseTracking(bool) 26875 vfunc[42]: QWidget::setFocus() 26876 vfunc[43]: QWidget::setActiveWindow() 26877 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 26878 vfunc[45]: QWidget::setFocusProxy(QWidget*) 26879 vfunc[46]: QWidget::setUpdatesEnabled(bool) 26880 vfunc[47]: QWidget::show() 26881 vfunc[48]: QWidget::hide() 26882 vfunc[49]: QWidget::showMinimized() 26883 vfunc[50]: QWidget::showMaximized() 26884 vfunc[51]: QWidget::showNormal() 26885 vfunc[52]: QWidget::polish() 26886 vfunc[53]: QWidget::move(int, int) 26887 vfunc[54]: QWidget::resize(int, int) 26888 vfunc[55]: QWidget::setGeometry(int, int, int, int) 26889 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 26890 vfunc[57]: QWidget::close(bool) 26891 vfunc[58]: QFrame::sizeHint() const 26892 vfunc[59]: QWidget::minimumSizeHint() const 26893 vfunc[60]: QWidget::sizePolicy() const 26894 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 26895 vfunc[62]: QWidget::heightForWidth(int) const 26896 vfunc[63]: QWidget::adjustSize() 26897 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 26898 const&, bool) 26899 vfunc[65]: QWidget::setAcceptDrops(bool) 26900 vfunc[66]: QWidget::setAutoMask(bool) 26901 vfunc[67]: 26902 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 26903 vfunc[68]: QWidget::customWhatsThis() const 26904 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 26905 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 26906 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 26907 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 26908 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 26909 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 26910 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 26911 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 26912 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 26913 vfunc[78]: QWidget::enterEvent(QEvent*) 26914 vfunc[79]: QWidget::leaveEvent(QEvent*) 26915 vfunc[80]: QFrame::paintEvent(QPaintEvent*) 26916 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 26917 vfunc[82]: QFrame::resizeEvent(QResizeEvent*) 26918 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 26919 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 26920 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 26921 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 26922 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 26923 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 26924 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 26925 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 26926 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 26927 vfunc[92]: QWidget::dropEvent(QDropEvent*) 26928 vfunc[93]: QToolBox::showEvent(QShowEvent*) 26929 vfunc[94]: QWidget::hideEvent(QHideEvent*) 26930 vfunc[95]: QWidget::x11Event(_XEvent*) 26931 vfunc[96]: QWidget::updateMask() 26932 vfunc[97]: QToolBox::styleChange(QStyle&) 26933 vfunc[98]: QWidget::enabledChange(bool) 26934 vfunc[99]: QWidget::paletteChange(QPalette const&) 26935 vfunc[100]: QWidget::fontChange(QFont const&) 26936 vfunc[101]: QWidget::windowActivationChange(bool) 26937 vfunc[102]: QWidget::metric(int) const 26938 vfunc[103]: QWidget::create(unsigned long, bool, bool) 26939 vfunc[104]: QWidget::destroy(bool, bool) 26940 vfunc[105]: NULL or QWidget::setWState(unsigned int) 26941 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 26942 vfunc[107]: QWidget::focusNextPrevChild(bool) 26943 vfunc[108]: QWidget::setKeyCompression(bool) 26944 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 26945 bool, QFont*) 26946 vfunc[110]: QFrame::setFrameStyle(int) 26947 vfunc[111]: QFrame::setLineWidth(int) 26948 vfunc[112]: QFrame::setMargin(int) 26949 vfunc[113]: QFrame::setMidLineWidth(int) 26950 vfunc[114]: QFrame::setFrameRect(QRect const&) 26951 vfunc[115]: QFrame::drawFrame(QPainter*) 26952 vfunc[116]: QFrame::drawContents(QPainter*) 26953 vfunc[117]: QToolBox::frameChanged() 26954 vfunc[118]: QToolBox::itemInserted(int) 26955 vfunc[119]: QToolBox::itemRemoved(int) 26956 26957 Table 8-302. Secondary vtable for QToolBox 26958 Base Offset -80 26959 Virtual Base Offset 0 26960 RTTI typeinfo for QToolBox 26961 vfunc[0]: non-virtual thunk to QToolBox::~QToolBox() 26962 vfunc[1]: non-virtual thunk to QToolBox::~QToolBox() 26963 vfunc[2]: QPaintDevice::setResolution(int) 26964 vfunc[3]: QPaintDevice::resolution() const 26965 vfunc[4]: QPaintDevice::handle() const 26966 vfunc[5]: QPaintDevice::x11RenderHandle() const 26967 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 26968 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 26969 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 26970 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 26971 const 26972 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 26973 26974 The Run Time Type Information for the QToolBox class is 26975 described by Table 8-303 26976 26977 Table 8-303. typeinfo for QToolBox 26978 Base Vtable vtable for __cxxabiv1::__si_class_type_info 26979 Name typeinfo name for QToolBox 26980 basetype: typeinfo for QFrame 26981 __________________________________________________________ 26982 26983 8.2.22.36. Class data for QProgressBar 26984 26985 The virtual table for the QProgressBar class is described by 26986 Table 8-304 26987 26988 Table 8-304. Primary vtable for QProgressBar 26989 Base Offset 0 26990 Virtual Base Offset 0 26991 RTTI typeinfo for QProgressBar 26992 vfunc[0]: NULL or QProgressBar::metaObject() const 26993 vfunc[1]: QProgressBar::className() const 26994 vfunc[2]: QProgressBar::qt_cast(char const*) 26995 vfunc[3]: QProgressBar::qt_invoke(int, QUObject*) 26996 vfunc[4]: QProgressBar::qt_emit(int, QUObject*) 26997 vfunc[5]: QProgressBar::qt_property(int, int, QVariant*) 26998 vfunc[6]: NULL or QProgressBar::~QProgressBar() 26999 vfunc[7]: NULL or QProgressBar::~QProgressBar() 27000 vfunc[8]: QWidget::event(QEvent*) 27001 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 27002 vfunc[10]: QWidget::setName(char const*) 27003 vfunc[11]: QObject::insertChild(QObject*) 27004 vfunc[12]: QObject::removeChild(QObject*) 27005 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 27006 vfunc[14]: QObject::property(char const*) const 27007 vfunc[15]: QObject::timerEvent(QTimerEvent*) 27008 vfunc[16]: QObject::childEvent(QChildEvent*) 27009 vfunc[17]: QObject::customEvent(QCustomEvent*) 27010 vfunc[18]: QObject::connectNotify(char const*) 27011 vfunc[19]: QObject::disconnectNotify(char const*) 27012 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 27013 const*, char const*) 27014 vfunc[21]: QWidget::setEnabled(bool) 27015 vfunc[22]: QWidget::setMinimumSize(int, int) 27016 vfunc[23]: QWidget::setMaximumSize(int, int) 27017 vfunc[24]: QWidget::setSizeIncrement(int, int) 27018 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 27019 vfunc[26]: QWidget::setEraseColor(QColor const&) 27020 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 27021 vfunc[28]: QWidget::setPalette(QPalette const&) 27022 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 27023 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 27024 vfunc[31]: QWidget::setFont(QFont const&) 27025 vfunc[32]: QWidget::setCursor(QCursor const&) 27026 vfunc[33]: QWidget::unsetCursor() 27027 vfunc[34]: QWidget::setMask(QBitmap const&) 27028 vfunc[35]: QWidget::setMask(QRegion const&) 27029 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 27030 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 27031 vfunc[38]: QWidget::setCaption(QString const&) 27032 vfunc[39]: QWidget::setIcon(QPixmap const&) 27033 vfunc[40]: QWidget::setIconText(QString const&) 27034 vfunc[41]: QWidget::setMouseTracking(bool) 27035 vfunc[42]: QWidget::setFocus() 27036 vfunc[43]: QWidget::setActiveWindow() 27037 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 27038 vfunc[45]: QWidget::setFocusProxy(QWidget*) 27039 vfunc[46]: QWidget::setUpdatesEnabled(bool) 27040 vfunc[47]: QProgressBar::show() 27041 vfunc[48]: QWidget::hide() 27042 vfunc[49]: QWidget::showMinimized() 27043 vfunc[50]: QWidget::showMaximized() 27044 vfunc[51]: QWidget::showNormal() 27045 vfunc[52]: QWidget::polish() 27046 vfunc[53]: QWidget::move(int, int) 27047 vfunc[54]: QWidget::resize(int, int) 27048 vfunc[55]: QWidget::setGeometry(int, int, int, int) 27049 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 27050 vfunc[57]: QWidget::close(bool) 27051 vfunc[58]: QProgressBar::sizeHint() const 27052 vfunc[59]: QProgressBar::minimumSizeHint() const 27053 vfunc[60]: QWidget::sizePolicy() const 27054 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 27055 vfunc[62]: QWidget::heightForWidth(int) const 27056 vfunc[63]: QWidget::adjustSize() 27057 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 27058 const&, bool) 27059 vfunc[65]: QWidget::setAcceptDrops(bool) 27060 vfunc[66]: QWidget::setAutoMask(bool) 27061 vfunc[67]: 27062 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 27063 vfunc[68]: QWidget::customWhatsThis() const 27064 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 27065 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 27066 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 27067 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 27068 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 27069 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 27070 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 27071 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 27072 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 27073 vfunc[78]: QWidget::enterEvent(QEvent*) 27074 vfunc[79]: QWidget::leaveEvent(QEvent*) 27075 vfunc[80]: QFrame::paintEvent(QPaintEvent*) 27076 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 27077 vfunc[82]: QFrame::resizeEvent(QResizeEvent*) 27078 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 27079 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 27080 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 27081 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 27082 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 27083 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 27084 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 27085 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 27086 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 27087 vfunc[92]: QWidget::dropEvent(QDropEvent*) 27088 vfunc[93]: QWidget::showEvent(QShowEvent*) 27089 vfunc[94]: QWidget::hideEvent(QHideEvent*) 27090 vfunc[95]: QWidget::x11Event(_XEvent*) 27091 vfunc[96]: QWidget::updateMask() 27092 vfunc[97]: QProgressBar::styleChange(QStyle&) 27093 vfunc[98]: QWidget::enabledChange(bool) 27094 vfunc[99]: QWidget::paletteChange(QPalette const&) 27095 vfunc[100]: QWidget::fontChange(QFont const&) 27096 vfunc[101]: QWidget::windowActivationChange(bool) 27097 vfunc[102]: QWidget::metric(int) const 27098 vfunc[103]: QWidget::create(unsigned long, bool, bool) 27099 vfunc[104]: QWidget::destroy(bool, bool) 27100 vfunc[105]: NULL or QWidget::setWState(unsigned int) 27101 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 27102 vfunc[107]: QWidget::focusNextPrevChild(bool) 27103 vfunc[108]: QWidget::setKeyCompression(bool) 27104 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 27105 bool, QFont*) 27106 vfunc[110]: QFrame::setFrameStyle(int) 27107 vfunc[111]: QFrame::setLineWidth(int) 27108 vfunc[112]: QFrame::setMargin(int) 27109 vfunc[113]: QFrame::setMidLineWidth(int) 27110 vfunc[114]: QFrame::setFrameRect(QRect const&) 27111 vfunc[115]: QFrame::drawFrame(QPainter*) 27112 vfunc[116]: QProgressBar::drawContents(QPainter*) 27113 vfunc[117]: QFrame::frameChanged() 27114 vfunc[118]: QProgressBar::setTotalSteps(int) 27115 vfunc[119]: QProgressBar::setProgress(int) 27116 vfunc[120]: QProgressBar::setIndicator(QString&, int, int) 27117 27118 Table 8-305. Secondary vtable for QProgressBar 27119 Base Offset -80 27120 Virtual Base Offset 0 27121 RTTI typeinfo for QProgressBar 27122 vfunc[0]: non-virtual thunk to QProgressBar::~QProgressBar() 27123 vfunc[1]: non-virtual thunk to QProgressBar::~QProgressBar() 27124 vfunc[2]: QPaintDevice::setResolution(int) 27125 vfunc[3]: QPaintDevice::resolution() const 27126 vfunc[4]: QPaintDevice::handle() const 27127 vfunc[5]: QPaintDevice::x11RenderHandle() const 27128 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 27129 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 27130 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 27131 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 27132 const 27133 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 27134 27135 The Run Time Type Information for the QProgressBar class is 27136 described by Table 8-306 27137 27138 Table 8-306. typeinfo for QProgressBar 27139 Base Vtable vtable for __cxxabiv1::__si_class_type_info 27140 Name typeinfo name for QProgressBar 27141 basetype: typeinfo for QFrame 27142 __________________________________________________________ 27143 27144 8.2.22.37. Class data for QIconViewItem 27145 27146 The virtual table for the QIconViewItem class is described in 27147 the generic part of this specification. 27148 27149 The Run Time Type Information for the QIconViewItem class is 27150 described by Table 8-307 27151 27152 Table 8-307. typeinfo for QIconViewItem 27153 Base Vtable vtable for __cxxabiv1::__si_class_type_info 27154 Name typeinfo name for QIconViewItem 27155 basetype: typeinfo for Qt 27156 __________________________________________________________ 27157 27158 8.2.22.38. Class data for QCheckListItem 27159 27160 The virtual table for the QCheckListItem class is described in 27161 the generic part of this specification. 27162 27163 The Run Time Type Information for the QCheckListItem class is 27164 described by Table 8-308 27165 27166 Table 8-308. typeinfo for QCheckListItem 27167 Base Vtable vtable for __cxxabiv1::__si_class_type_info 27168 Name typeinfo name for QCheckListItem 27169 basetype: typeinfo for QListViewItem 27170 __________________________________________________________ 27171 27172 8.2.22.39. Class data for QDockArea 27173 27174 The virtual table for the QDockArea class is described by Table 27175 8-309 27176 27177 Table 8-309. Primary vtable for QDockArea 27178 Base Offset 0 27179 Virtual Base Offset 0 27180 RTTI typeinfo for QDockArea 27181 vfunc[0]: NULL or QDockArea::metaObject() const 27182 vfunc[1]: QDockArea::className() const 27183 vfunc[2]: QDockArea::qt_cast(char const*) 27184 vfunc[3]: QDockArea::qt_invoke(int, QUObject*) 27185 vfunc[4]: QDockArea::qt_emit(int, QUObject*) 27186 vfunc[5]: QDockArea::qt_property(int, int, QVariant*) 27187 vfunc[6]: QDockArea::~QDockArea() 27188 vfunc[7]: QDockArea::~QDockArea() 27189 vfunc[8]: QWidget::event(QEvent*) 27190 vfunc[9]: QDockArea::eventFilter(QObject*, QEvent*) 27191 vfunc[10]: QWidget::setName(char const*) 27192 vfunc[11]: QObject::insertChild(QObject*) 27193 vfunc[12]: QObject::removeChild(QObject*) 27194 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 27195 vfunc[14]: QObject::property(char const*) const 27196 vfunc[15]: QObject::timerEvent(QTimerEvent*) 27197 vfunc[16]: QObject::childEvent(QChildEvent*) 27198 vfunc[17]: QObject::customEvent(QCustomEvent*) 27199 vfunc[18]: QObject::connectNotify(char const*) 27200 vfunc[19]: QObject::disconnectNotify(char const*) 27201 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 27202 const*, char const*) 27203 vfunc[21]: QWidget::setEnabled(bool) 27204 vfunc[22]: QWidget::setMinimumSize(int, int) 27205 vfunc[23]: QWidget::setMaximumSize(int, int) 27206 vfunc[24]: QWidget::setSizeIncrement(int, int) 27207 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 27208 vfunc[26]: QWidget::setEraseColor(QColor const&) 27209 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 27210 vfunc[28]: QWidget::setPalette(QPalette const&) 27211 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 27212 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 27213 vfunc[31]: QWidget::setFont(QFont const&) 27214 vfunc[32]: QWidget::setCursor(QCursor const&) 27215 vfunc[33]: QWidget::unsetCursor() 27216 vfunc[34]: QWidget::setMask(QBitmap const&) 27217 vfunc[35]: QWidget::setMask(QRegion const&) 27218 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 27219 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 27220 vfunc[38]: QWidget::setCaption(QString const&) 27221 vfunc[39]: QWidget::setIcon(QPixmap const&) 27222 vfunc[40]: QWidget::setIconText(QString const&) 27223 vfunc[41]: QWidget::setMouseTracking(bool) 27224 vfunc[42]: QWidget::setFocus() 27225 vfunc[43]: QWidget::setActiveWindow() 27226 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 27227 vfunc[45]: QWidget::setFocusProxy(QWidget*) 27228 vfunc[46]: QWidget::setUpdatesEnabled(bool) 27229 vfunc[47]: QWidget::show() 27230 vfunc[48]: QWidget::hide() 27231 vfunc[49]: QWidget::showMinimized() 27232 vfunc[50]: QWidget::showMaximized() 27233 vfunc[51]: QWidget::showNormal() 27234 vfunc[52]: QWidget::polish() 27235 vfunc[53]: QWidget::move(int, int) 27236 vfunc[54]: QWidget::resize(int, int) 27237 vfunc[55]: QWidget::setGeometry(int, int, int, int) 27238 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 27239 vfunc[57]: QWidget::close(bool) 27240 vfunc[58]: QWidget::sizeHint() const 27241 vfunc[59]: QWidget::minimumSizeHint() const 27242 vfunc[60]: QWidget::sizePolicy() const 27243 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 27244 vfunc[62]: QWidget::heightForWidth(int) const 27245 vfunc[63]: QWidget::adjustSize() 27246 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 27247 const&, bool) 27248 vfunc[65]: QWidget::setAcceptDrops(bool) 27249 vfunc[66]: QWidget::setAutoMask(bool) 27250 vfunc[67]: 27251 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 27252 vfunc[68]: QWidget::customWhatsThis() const 27253 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 27254 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 27255 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 27256 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 27257 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 27258 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 27259 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 27260 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 27261 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 27262 vfunc[78]: QWidget::enterEvent(QEvent*) 27263 vfunc[79]: QWidget::leaveEvent(QEvent*) 27264 vfunc[80]: QWidget::paintEvent(QPaintEvent*) 27265 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 27266 vfunc[82]: QWidget::resizeEvent(QResizeEvent*) 27267 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 27268 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 27269 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 27270 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 27271 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 27272 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 27273 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 27274 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 27275 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 27276 vfunc[92]: QWidget::dropEvent(QDropEvent*) 27277 vfunc[93]: QWidget::showEvent(QShowEvent*) 27278 vfunc[94]: QWidget::hideEvent(QHideEvent*) 27279 vfunc[95]: QWidget::x11Event(_XEvent*) 27280 vfunc[96]: QWidget::updateMask() 27281 vfunc[97]: QWidget::styleChange(QStyle&) 27282 vfunc[98]: QWidget::enabledChange(bool) 27283 vfunc[99]: QWidget::paletteChange(QPalette const&) 27284 vfunc[100]: QWidget::fontChange(QFont const&) 27285 vfunc[101]: QWidget::windowActivationChange(bool) 27286 vfunc[102]: QWidget::metric(int) const 27287 vfunc[103]: QWidget::create(unsigned long, bool, bool) 27288 vfunc[104]: QWidget::destroy(bool, bool) 27289 vfunc[105]: NULL or QWidget::setWState(unsigned int) 27290 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 27291 vfunc[107]: QWidget::focusNextPrevChild(bool) 27292 vfunc[108]: QWidget::setKeyCompression(bool) 27293 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 27294 bool, QFont*) 27295 27296 Table 8-310. Secondary vtable for QDockArea 27297 Base Offset -80 27298 Virtual Base Offset 0 27299 RTTI typeinfo for QDockArea 27300 vfunc[0]: non-virtual thunk to QDockArea::~QDockArea() 27301 vfunc[1]: non-virtual thunk to QDockArea::~QDockArea() 27302 vfunc[2]: QPaintDevice::setResolution(int) 27303 vfunc[3]: QPaintDevice::resolution() const 27304 vfunc[4]: QPaintDevice::handle() const 27305 vfunc[5]: QPaintDevice::x11RenderHandle() const 27306 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 27307 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 27308 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 27309 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 27310 const 27311 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 27312 27313 The Run Time Type Information for the QDockArea class is 27314 described by Table 8-311 27315 27316 Table 8-311. typeinfo for QDockArea 27317 Base Vtable vtable for __cxxabiv1::__si_class_type_info 27318 Name typeinfo name for QDockArea 27319 basetype: typeinfo for QWidget 27320 __________________________________________________________ 27321 27322 8.2.22.40. Class data for QListViewItem 27323 27324 The virtual table for the QListViewItem class is described in 27325 the generic part of this specification. 27326 27327 The Run Time Type Information for the QListViewItem class is 27328 described by Table 8-312 27329 27330 Table 8-312. typeinfo for QListViewItem 27331 Base Vtable vtable for __cxxabiv1::__si_class_type_info 27332 Name typeinfo name for QListViewItem 27333 basetype: typeinfo for Qt 27334 __________________________________________________________ 27335 27336 8.2.22.41. Class data for QIconView 27337 27338 The virtual table for the QIconView class is described by Table 27339 8-313 27340 27341 Table 8-313. Primary vtable for QIconView 27342 Base Offset 0 27343 Virtual Base Offset 0 27344 RTTI typeinfo for QIconView 27345 vfunc[0]: NULL or QIconView::metaObject() const 27346 vfunc[1]: QIconView::className() const 27347 vfunc[2]: QIconView::qt_cast(char const*) 27348 vfunc[3]: QIconView::qt_invoke(int, QUObject*) 27349 vfunc[4]: QIconView::qt_emit(int, QUObject*) 27350 vfunc[5]: QIconView::qt_property(int, int, QVariant*) 27351 vfunc[6]: QIconView::~QIconView() 27352 vfunc[7]: QIconView::~QIconView() 27353 vfunc[8]: QWidget::event(QEvent*) 27354 vfunc[9]: QIconView::eventFilter(QObject*, QEvent*) 27355 vfunc[10]: QWidget::setName(char const*) 27356 vfunc[11]: QObject::insertChild(QObject*) 27357 vfunc[12]: QScrollView::removeChild(QObject*) 27358 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 27359 vfunc[14]: QObject::property(char const*) const 27360 vfunc[15]: QObject::timerEvent(QTimerEvent*) 27361 vfunc[16]: QObject::childEvent(QChildEvent*) 27362 vfunc[17]: QObject::customEvent(QCustomEvent*) 27363 vfunc[18]: QObject::connectNotify(char const*) 27364 vfunc[19]: QObject::disconnectNotify(char const*) 27365 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 27366 const*, char const*) 27367 vfunc[21]: QScrollView::setEnabled(bool) 27368 vfunc[22]: QWidget::setMinimumSize(int, int) 27369 vfunc[23]: QWidget::setMaximumSize(int, int) 27370 vfunc[24]: QWidget::setSizeIncrement(int, int) 27371 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 27372 vfunc[26]: QWidget::setEraseColor(QColor const&) 27373 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 27374 vfunc[28]: QIconView::setPalette(QPalette const&) 27375 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 27376 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 27377 vfunc[31]: QIconView::setFont(QFont const&) 27378 vfunc[32]: QWidget::setCursor(QCursor const&) 27379 vfunc[33]: QWidget::unsetCursor() 27380 vfunc[34]: QWidget::setMask(QBitmap const&) 27381 vfunc[35]: QWidget::setMask(QRegion const&) 27382 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 27383 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 27384 vfunc[38]: QWidget::setCaption(QString const&) 27385 vfunc[39]: QWidget::setIcon(QPixmap const&) 27386 vfunc[40]: QWidget::setIconText(QString const&) 27387 vfunc[41]: QWidget::setMouseTracking(bool) 27388 vfunc[42]: QWidget::setFocus() 27389 vfunc[43]: QWidget::setActiveWindow() 27390 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 27391 vfunc[45]: QWidget::setFocusProxy(QWidget*) 27392 vfunc[46]: QWidget::setUpdatesEnabled(bool) 27393 vfunc[47]: QScrollView::show() 27394 vfunc[48]: QWidget::hide() 27395 vfunc[49]: QWidget::showMinimized() 27396 vfunc[50]: QWidget::showMaximized() 27397 vfunc[51]: QWidget::showNormal() 27398 vfunc[52]: QWidget::polish() 27399 vfunc[53]: QWidget::move(int, int) 27400 vfunc[54]: QScrollView::resize(int, int) 27401 vfunc[55]: QWidget::setGeometry(int, int, int, int) 27402 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 27403 vfunc[57]: QWidget::close(bool) 27404 vfunc[58]: QIconView::sizeHint() const 27405 vfunc[59]: QIconView::minimumSizeHint() const 27406 vfunc[60]: QWidget::sizePolicy() const 27407 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 27408 vfunc[62]: QWidget::heightForWidth(int) const 27409 vfunc[63]: QWidget::adjustSize() 27410 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 27411 const&, bool) 27412 vfunc[65]: QWidget::setAcceptDrops(bool) 27413 vfunc[66]: QWidget::setAutoMask(bool) 27414 vfunc[67]: 27415 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 27416 vfunc[68]: QWidget::customWhatsThis() const 27417 vfunc[69]: QScrollView::mousePressEvent(QMouseEvent*) 27418 vfunc[70]: QScrollView::mouseReleaseEvent(QMouseEvent*) 27419 vfunc[71]: QScrollView::mouseDoubleClickEvent(QMouseEvent*) 27420 vfunc[72]: QScrollView::mouseMoveEvent(QMouseEvent*) 27421 vfunc[73]: QScrollView::wheelEvent(QWheelEvent*) 27422 vfunc[74]: QIconView::keyPressEvent(QKeyEvent*) 27423 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 27424 vfunc[76]: QIconView::focusInEvent(QFocusEvent*) 27425 vfunc[77]: QIconView::focusOutEvent(QFocusEvent*) 27426 vfunc[78]: QIconView::enterEvent(QEvent*) 27427 vfunc[79]: QWidget::leaveEvent(QEvent*) 27428 vfunc[80]: QFrame::paintEvent(QPaintEvent*) 27429 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 27430 vfunc[82]: QIconView::resizeEvent(QResizeEvent*) 27431 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 27432 vfunc[84]: QScrollView::contextMenuEvent(QContextMenuEvent*) 27433 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 27434 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 27435 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 27436 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 27437 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 27438 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 27439 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 27440 vfunc[92]: QWidget::dropEvent(QDropEvent*) 27441 vfunc[93]: QIconView::showEvent(QShowEvent*) 27442 vfunc[94]: QWidget::hideEvent(QHideEvent*) 27443 vfunc[95]: QWidget::x11Event(_XEvent*) 27444 vfunc[96]: QWidget::updateMask() 27445 vfunc[97]: QIconView::styleChange(QStyle&) 27446 vfunc[98]: QWidget::enabledChange(bool) 27447 vfunc[99]: QWidget::paletteChange(QPalette const&) 27448 vfunc[100]: QScrollView::fontChange(QFont const&) 27449 vfunc[101]: QIconView::windowActivationChange(bool) 27450 vfunc[102]: QWidget::metric(int) const 27451 vfunc[103]: QWidget::create(unsigned long, bool, bool) 27452 vfunc[104]: QWidget::destroy(bool, bool) 27453 vfunc[105]: NULL or QWidget::setWState(unsigned int) 27454 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 27455 vfunc[107]: QScrollView::focusNextPrevChild(bool) 27456 vfunc[108]: QWidget::setKeyCompression(bool) 27457 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 27458 bool, QFont*) 27459 vfunc[110]: QFrame::setFrameStyle(int) 27460 vfunc[111]: QFrame::setLineWidth(int) 27461 vfunc[112]: QFrame::setMargin(int) 27462 vfunc[113]: QFrame::setMidLineWidth(int) 27463 vfunc[114]: QFrame::setFrameRect(QRect const&) 27464 vfunc[115]: QFrame::drawFrame(QPainter*) 27465 vfunc[116]: QIconView::drawContents(QPainter*) 27466 vfunc[117]: QScrollView::frameChanged() 27467 vfunc[118]: 27468 QScrollView::setResizePolicy(QScrollView::ResizePolicy) 27469 vfunc[119]: QScrollView::addChild(QWidget*, int, int) 27470 vfunc[120]: QScrollView::moveChild(QWidget*, int, int) 27471 vfunc[121]: 27472 QScrollView::setVScrollBarMode(QScrollView::ScrollBarMode) 27473 vfunc[122]: 27474 QScrollView::setHScrollBarMode(QScrollView::ScrollBarMode) 27475 vfunc[123]: QScrollView::setCornerWidget(QWidget*) 27476 vfunc[124]: QScrollView::setDragAutoScroll(bool) 27477 vfunc[125]: QScrollView::resizeContents(int, int) 27478 vfunc[126]: QIconView::setContentsPos(int, int) 27479 vfunc[127]: QIconView::drawContents(QPainter*, int, int, int, 27480 int) 27481 vfunc[128]: QScrollView::drawContentsOffset(QPainter*, int, 27482 int, int, int, int, int) 27483 vfunc[129]: QIconView::contentsMousePressEvent(QMouseEvent*) 27484 vfunc[130]: QIconView::contentsMouseReleaseEvent(QMouseEvent*) 27485 vfunc[131]: 27486 QIconView::contentsMouseDoubleClickEvent(QMouseEvent*) 27487 vfunc[132]: QIconView::contentsMouseMoveEvent(QMouseEvent*) 27488 vfunc[133]: QIconView::contentsDragEnterEvent(QDragEnterEvent*) 27489 vfunc[134]: QIconView::contentsDragMoveEvent(QDragMoveEvent*) 27490 vfunc[135]: QIconView::contentsDragLeaveEvent(QDragLeaveEvent*) 27491 vfunc[136]: QIconView::contentsDropEvent(QDropEvent*) 27492 vfunc[137]: QScrollView::contentsWheelEvent(QWheelEvent*) 27493 vfunc[138]: 27494 QIconView::contentsContextMenuEvent(QContextMenuEvent*) 27495 vfunc[139]: QScrollView::viewportPaintEvent(QPaintEvent*) 27496 vfunc[140]: QScrollView::viewportResizeEvent(QResizeEvent*) 27497 vfunc[141]: QScrollView::viewportMousePressEvent(QMouseEvent*) 27498 vfunc[142]: 27499 QScrollView::viewportMouseReleaseEvent(QMouseEvent*) 27500 vfunc[143]: 27501 QScrollView::viewportMouseDoubleClickEvent(QMouseEvent*) 27502 vfunc[144]: QScrollView::viewportMouseMoveEvent(QMouseEvent*) 27503 vfunc[145]: 27504 QScrollView::viewportDragEnterEvent(QDragEnterEvent*) 27505 vfunc[146]: QScrollView::viewportDragMoveEvent(QDragMoveEvent*) 27506 vfunc[147]: 27507 QScrollView::viewportDragLeaveEvent(QDragLeaveEvent*) 27508 vfunc[148]: QScrollView::viewportDropEvent(QDropEvent*) 27509 vfunc[149]: QScrollView::viewportWheelEvent(QWheelEvent*) 27510 vfunc[150]: 27511 QScrollView::viewportContextMenuEvent(QContextMenuEvent*) 27512 vfunc[151]: QScrollView::setMargins(int, int, int, int) 27513 vfunc[152]: QScrollView::setHBarGeometry(QScrollBar&, int, int, 27514 int, int) 27515 vfunc[153]: QScrollView::setVBarGeometry(QScrollBar&, int, int, 27516 int, int) 27517 vfunc[154]: QIconView::insertItem(QIconViewItem*, 27518 QIconViewItem*) 27519 vfunc[155]: QIconView::takeItem(QIconViewItem*) 27520 vfunc[156]: QIconView::setCurrentItem(QIconViewItem*) 27521 vfunc[157]: QIconView::setSelected(QIconViewItem*, bool, bool) 27522 vfunc[158]: 27523 QIconView::setSelectionMode(QIconView::SelectionMode) 27524 vfunc[159]: QIconView::selectAll(bool) 27525 vfunc[160]: QIconView::clearSelection() 27526 vfunc[161]: QIconView::invertSelection() 27527 vfunc[162]: QIconView::repaintItem(QIconViewItem*) 27528 vfunc[163]: QIconView::clear() 27529 vfunc[164]: QIconView::setGridX(int) 27530 vfunc[165]: QIconView::setGridY(int) 27531 vfunc[166]: QIconView::setSpacing(int) 27532 vfunc[167]: QIconView::setItemTextPos(QIconView::ItemTextPos) 27533 vfunc[168]: QIconView::setItemTextBackground(QBrush const&) 27534 vfunc[169]: QIconView::setArrangement(QIconView::Arrangement) 27535 vfunc[170]: QIconView::setResizeMode(QIconView::ResizeMode) 27536 vfunc[171]: QIconView::setMaxItemWidth(int) 27537 vfunc[172]: QIconView::setMaxItemTextLength(int) 27538 vfunc[173]: QIconView::setAutoArrange(bool) 27539 vfunc[174]: QIconView::setShowToolTips(bool) 27540 vfunc[175]: QIconView::setItemsMovable(bool) 27541 vfunc[176]: QIconView::setWordWrapIconText(bool) 27542 vfunc[177]: QIconView::sort(bool) 27543 vfunc[178]: QIconView::arrangeItemsInGrid(QSize const&, bool) 27544 vfunc[179]: QIconView::arrangeItemsInGrid(bool) 27545 vfunc[180]: QIconView::updateContents() 27546 vfunc[181]: QIconView::doAutoScroll() 27547 vfunc[182]: QIconView::adjustItems() 27548 vfunc[183]: QIconView::slotUpdate() 27549 vfunc[184]: QIconView::drawRubber(QPainter*) 27550 vfunc[185]: QIconView::dragObject() 27551 vfunc[186]: QIconView::startDrag() 27552 vfunc[187]: QIconView::insertInGrid(QIconViewItem*) 27553 vfunc[188]: QIconView::drawBackground(QPainter*, QRect const&) 27554 vfunc[189]: QIconView::drawDragShapes(QPoint const&) 27555 vfunc[190]: QIconView::initDragEnter(QDropEvent*) 27556 27557 Table 8-314. Secondary vtable for QIconView 27558 Base Offset -80 27559 Virtual Base Offset 0 27560 RTTI typeinfo for QIconView 27561 vfunc[0]: non-virtual thunk to QIconView::~QIconView() 27562 vfunc[1]: non-virtual thunk to QIconView::~QIconView() 27563 vfunc[2]: QPaintDevice::setResolution(int) 27564 vfunc[3]: QPaintDevice::resolution() const 27565 vfunc[4]: QPaintDevice::handle() const 27566 vfunc[5]: QPaintDevice::x11RenderHandle() const 27567 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 27568 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 27569 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 27570 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 27571 const 27572 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 27573 27574 The Run Time Type Information for the QIconView class is 27575 described by Table 8-315 27576 27577 Table 8-315. typeinfo for QIconView 27578 Base Vtable vtable for __cxxabiv1::__si_class_type_info 27579 Name typeinfo name for QIconView 27580 basetype: typeinfo for QScrollView 27581 __________________________________________________________ 27582 27583 8.2.22.42. Class data for QWidget 27584 27585 The virtual table for the QWidget class is described by Table 27586 8-316 27587 27588 Table 8-316. Primary vtable for QWidget 27589 Base Offset 0 27590 Virtual Base Offset 0 27591 RTTI typeinfo for QWidget 27592 vfunc[0]: NULL or QWidget::metaObject() const 27593 vfunc[1]: QWidget::className() const 27594 vfunc[2]: QWidget::qt_cast(char const*) 27595 vfunc[3]: QWidget::qt_invoke(int, QUObject*) 27596 vfunc[4]: QWidget::qt_emit(int, QUObject*) 27597 vfunc[5]: QWidget::qt_property(int, int, QVariant*) 27598 vfunc[6]: QWidget::~QWidget() 27599 vfunc[7]: QWidget::~QWidget() 27600 vfunc[8]: QWidget::event(QEvent*) 27601 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 27602 vfunc[10]: QWidget::setName(char const*) 27603 vfunc[11]: QObject::insertChild(QObject*) 27604 vfunc[12]: QObject::removeChild(QObject*) 27605 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 27606 vfunc[14]: QObject::property(char const*) const 27607 vfunc[15]: QObject::timerEvent(QTimerEvent*) 27608 vfunc[16]: QObject::childEvent(QChildEvent*) 27609 vfunc[17]: QObject::customEvent(QCustomEvent*) 27610 vfunc[18]: QObject::connectNotify(char const*) 27611 vfunc[19]: QObject::disconnectNotify(char const*) 27612 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 27613 const*, char const*) 27614 vfunc[21]: QWidget::setEnabled(bool) 27615 vfunc[22]: QWidget::setMinimumSize(int, int) 27616 vfunc[23]: QWidget::setMaximumSize(int, int) 27617 vfunc[24]: QWidget::setSizeIncrement(int, int) 27618 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 27619 vfunc[26]: QWidget::setEraseColor(QColor const&) 27620 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 27621 vfunc[28]: QWidget::setPalette(QPalette const&) 27622 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 27623 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 27624 vfunc[31]: QWidget::setFont(QFont const&) 27625 vfunc[32]: QWidget::setCursor(QCursor const&) 27626 vfunc[33]: QWidget::unsetCursor() 27627 vfunc[34]: QWidget::setMask(QBitmap const&) 27628 vfunc[35]: QWidget::setMask(QRegion const&) 27629 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 27630 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 27631 vfunc[38]: QWidget::setCaption(QString const&) 27632 vfunc[39]: QWidget::setIcon(QPixmap const&) 27633 vfunc[40]: QWidget::setIconText(QString const&) 27634 vfunc[41]: QWidget::setMouseTracking(bool) 27635 vfunc[42]: QWidget::setFocus() 27636 vfunc[43]: QWidget::setActiveWindow() 27637 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 27638 vfunc[45]: QWidget::setFocusProxy(QWidget*) 27639 vfunc[46]: QWidget::setUpdatesEnabled(bool) 27640 vfunc[47]: QWidget::show() 27641 vfunc[48]: QWidget::hide() 27642 vfunc[49]: QWidget::showMinimized() 27643 vfunc[50]: QWidget::showMaximized() 27644 vfunc[51]: QWidget::showNormal() 27645 vfunc[52]: QWidget::polish() 27646 vfunc[53]: QWidget::move(int, int) 27647 vfunc[54]: QWidget::resize(int, int) 27648 vfunc[55]: QWidget::setGeometry(int, int, int, int) 27649 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 27650 vfunc[57]: QWidget::close(bool) 27651 vfunc[58]: QWidget::sizeHint() const 27652 vfunc[59]: QWidget::minimumSizeHint() const 27653 vfunc[60]: QWidget::sizePolicy() const 27654 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 27655 vfunc[62]: QWidget::heightForWidth(int) const 27656 vfunc[63]: QWidget::adjustSize() 27657 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 27658 const&, bool) 27659 vfunc[65]: QWidget::setAcceptDrops(bool) 27660 vfunc[66]: QWidget::setAutoMask(bool) 27661 vfunc[67]: 27662 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 27663 vfunc[68]: QWidget::customWhatsThis() const 27664 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 27665 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 27666 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 27667 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 27668 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 27669 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 27670 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 27671 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 27672 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 27673 vfunc[78]: QWidget::enterEvent(QEvent*) 27674 vfunc[79]: QWidget::leaveEvent(QEvent*) 27675 vfunc[80]: QWidget::paintEvent(QPaintEvent*) 27676 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 27677 vfunc[82]: QWidget::resizeEvent(QResizeEvent*) 27678 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 27679 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 27680 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 27681 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 27682 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 27683 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 27684 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 27685 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 27686 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 27687 vfunc[92]: QWidget::dropEvent(QDropEvent*) 27688 vfunc[93]: QWidget::showEvent(QShowEvent*) 27689 vfunc[94]: QWidget::hideEvent(QHideEvent*) 27690 vfunc[95]: QWidget::x11Event(_XEvent*) 27691 vfunc[96]: QWidget::updateMask() 27692 vfunc[97]: QWidget::styleChange(QStyle&) 27693 vfunc[98]: QWidget::enabledChange(bool) 27694 vfunc[99]: QWidget::paletteChange(QPalette const&) 27695 vfunc[100]: QWidget::fontChange(QFont const&) 27696 vfunc[101]: QWidget::windowActivationChange(bool) 27697 vfunc[102]: QWidget::metric(int) const 27698 vfunc[103]: QWidget::create(unsigned long, bool, bool) 27699 vfunc[104]: QWidget::destroy(bool, bool) 27700 vfunc[105]: NULL or QWidget::setWState(unsigned int) 27701 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 27702 vfunc[107]: QWidget::focusNextPrevChild(bool) 27703 vfunc[108]: QWidget::setKeyCompression(bool) 27704 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 27705 bool, QFont*) 27706 27707 Table 8-317. Secondary vtable for QWidget 27708 Base Offset -80 27709 Virtual Base Offset 0 27710 RTTI typeinfo for QWidget 27711 vfunc[0]: non-virtual thunk to QWidget::~QWidget() 27712 vfunc[1]: non-virtual thunk to QWidget::~QWidget() 27713 vfunc[2]: QPaintDevice::setResolution(int) 27714 vfunc[3]: QPaintDevice::resolution() const 27715 vfunc[4]: QPaintDevice::handle() const 27716 vfunc[5]: QPaintDevice::x11RenderHandle() const 27717 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 27718 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 27719 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 27720 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 27721 const 27722 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 27723 27724 The Run Time Type Information for the QWidget class is 27725 described by Table 8-318 27726 27727 Table 8-318. typeinfo for QWidget 27728 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 27729 Name typeinfo name for QWidget 27730 flags: 0 27731 basetype: typeinfo for QObject 2 27732 basetype: typeinfo for QPaintDevice 10242 27733 __________________________________________________________ 27734 27735 8.2.22.43. Class data for QToolTipGroup 27736 27737 The virtual table for the QToolTipGroup class is described in 27738 the generic part of this specification. 27739 27740 The Run Time Type Information for the QToolTipGroup class is 27741 described by Table 8-319 27742 27743 Table 8-319. typeinfo for QToolTipGroup 27744 Base Vtable vtable for __cxxabiv1::__si_class_type_info 27745 Name typeinfo name for QToolTipGroup 27746 basetype: typeinfo for QObject 27747 __________________________________________________________ 27748 27749 8.2.22.44. Class data for QPushButton 27750 27751 The virtual table for the QPushButton class is described by 27752 Table 8-320 27753 27754 Table 8-320. Primary vtable for QPushButton 27755 Base Offset 0 27756 Virtual Base Offset 0 27757 RTTI typeinfo for QPushButton 27758 vfunc[0]: NULL or QPushButton::metaObject() const 27759 vfunc[1]: QPushButton::className() const 27760 vfunc[2]: QPushButton::qt_cast(char const*) 27761 vfunc[3]: QPushButton::qt_invoke(int, QUObject*) 27762 vfunc[4]: QPushButton::qt_emit(int, QUObject*) 27763 vfunc[5]: QPushButton::qt_property(int, int, QVariant*) 27764 vfunc[6]: QPushButton::~QPushButton() 27765 vfunc[7]: QPushButton::~QPushButton() 27766 vfunc[8]: QWidget::event(QEvent*) 27767 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 27768 vfunc[10]: QWidget::setName(char const*) 27769 vfunc[11]: QObject::insertChild(QObject*) 27770 vfunc[12]: QObject::removeChild(QObject*) 27771 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 27772 vfunc[14]: QObject::property(char const*) const 27773 vfunc[15]: QObject::timerEvent(QTimerEvent*) 27774 vfunc[16]: QObject::childEvent(QChildEvent*) 27775 vfunc[17]: QObject::customEvent(QCustomEvent*) 27776 vfunc[18]: QObject::connectNotify(char const*) 27777 vfunc[19]: QObject::disconnectNotify(char const*) 27778 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 27779 const*, char const*) 27780 vfunc[21]: QWidget::setEnabled(bool) 27781 vfunc[22]: QWidget::setMinimumSize(int, int) 27782 vfunc[23]: QWidget::setMaximumSize(int, int) 27783 vfunc[24]: QWidget::setSizeIncrement(int, int) 27784 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 27785 vfunc[26]: QWidget::setEraseColor(QColor const&) 27786 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 27787 vfunc[28]: QWidget::setPalette(QPalette const&) 27788 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 27789 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 27790 vfunc[31]: QWidget::setFont(QFont const&) 27791 vfunc[32]: QWidget::setCursor(QCursor const&) 27792 vfunc[33]: QWidget::unsetCursor() 27793 vfunc[34]: QWidget::setMask(QBitmap const&) 27794 vfunc[35]: QWidget::setMask(QRegion const&) 27795 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 27796 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 27797 vfunc[38]: QWidget::setCaption(QString const&) 27798 vfunc[39]: QWidget::setIcon(QPixmap const&) 27799 vfunc[40]: QWidget::setIconText(QString const&) 27800 vfunc[41]: QWidget::setMouseTracking(bool) 27801 vfunc[42]: QWidget::setFocus() 27802 vfunc[43]: QWidget::setActiveWindow() 27803 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 27804 vfunc[45]: QWidget::setFocusProxy(QWidget*) 27805 vfunc[46]: QWidget::setUpdatesEnabled(bool) 27806 vfunc[47]: QWidget::show() 27807 vfunc[48]: QWidget::hide() 27808 vfunc[49]: QWidget::showMinimized() 27809 vfunc[50]: QWidget::showMaximized() 27810 vfunc[51]: QWidget::showNormal() 27811 vfunc[52]: QWidget::polish() 27812 vfunc[53]: QPushButton::move(int, int) 27813 vfunc[54]: QPushButton::resize(int, int) 27814 vfunc[55]: QPushButton::setGeometry(int, int, int, int) 27815 vfunc[56]: QPushButton::setGeometry(QRect const&) 27816 vfunc[57]: QWidget::close(bool) 27817 vfunc[58]: QPushButton::sizeHint() const 27818 vfunc[59]: QWidget::minimumSizeHint() const 27819 vfunc[60]: QWidget::sizePolicy() const 27820 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 27821 vfunc[62]: QWidget::heightForWidth(int) const 27822 vfunc[63]: QWidget::adjustSize() 27823 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 27824 const&, bool) 27825 vfunc[65]: QWidget::setAcceptDrops(bool) 27826 vfunc[66]: QWidget::setAutoMask(bool) 27827 vfunc[67]: 27828 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 27829 vfunc[68]: QWidget::customWhatsThis() const 27830 vfunc[69]: QButton::mousePressEvent(QMouseEvent*) 27831 vfunc[70]: QButton::mouseReleaseEvent(QMouseEvent*) 27832 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 27833 vfunc[72]: QButton::mouseMoveEvent(QMouseEvent*) 27834 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 27835 vfunc[74]: QButton::keyPressEvent(QKeyEvent*) 27836 vfunc[75]: QButton::keyReleaseEvent(QKeyEvent*) 27837 vfunc[76]: QPushButton::focusInEvent(QFocusEvent*) 27838 vfunc[77]: QPushButton::focusOutEvent(QFocusEvent*) 27839 vfunc[78]: QWidget::enterEvent(QEvent*) 27840 vfunc[79]: QWidget::leaveEvent(QEvent*) 27841 vfunc[80]: QButton::paintEvent(QPaintEvent*) 27842 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 27843 vfunc[82]: QPushButton::resizeEvent(QResizeEvent*) 27844 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 27845 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 27846 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 27847 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 27848 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 27849 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 27850 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 27851 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 27852 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 27853 vfunc[92]: QWidget::dropEvent(QDropEvent*) 27854 vfunc[93]: QWidget::showEvent(QShowEvent*) 27855 vfunc[94]: QWidget::hideEvent(QHideEvent*) 27856 vfunc[95]: QWidget::x11Event(_XEvent*) 27857 vfunc[96]: QPushButton::updateMask() 27858 vfunc[97]: QWidget::styleChange(QStyle&) 27859 vfunc[98]: QButton::enabledChange(bool) 27860 vfunc[99]: QWidget::paletteChange(QPalette const&) 27861 vfunc[100]: QWidget::fontChange(QFont const&) 27862 vfunc[101]: QWidget::windowActivationChange(bool) 27863 vfunc[102]: QWidget::metric(int) const 27864 vfunc[103]: QWidget::create(unsigned long, bool, bool) 27865 vfunc[104]: QWidget::destroy(bool, bool) 27866 vfunc[105]: NULL or QWidget::setWState(unsigned int) 27867 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 27868 vfunc[107]: QWidget::focusNextPrevChild(bool) 27869 vfunc[108]: QWidget::setKeyCompression(bool) 27870 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 27871 bool, QFont*) 27872 vfunc[110]: QButton::setText(QString const&) 27873 vfunc[111]: QButton::setPixmap(QPixmap const&) 27874 vfunc[112]: QButton::setAccel(QKeySequence const&) 27875 vfunc[113]: QButton::setDown(bool) 27876 vfunc[114]: QButton::setAutoRepeat(bool) 27877 vfunc[115]: QButton::setToggleType(QButton::ToggleType) 27878 vfunc[116]: QButton::setState(QButton::ToggleState) 27879 vfunc[117]: QButton::hitButton(QPoint const&) const 27880 vfunc[118]: QPushButton::drawButton(QPainter*) 27881 vfunc[119]: QPushButton::drawButtonLabel(QPainter*) 27882 vfunc[120]: QButton::setGroup(QButtonGroup*) 27883 vfunc[121]: QPushButton::setAutoDefault(bool) 27884 vfunc[122]: QPushButton::setDefault(bool) 27885 vfunc[123]: NULL or QPushButton::setIsMenuButton(bool) 27886 vfunc[124]: QPushButton::setOn(bool) 27887 27888 Table 8-321. Secondary vtable for QPushButton 27889 Base Offset -80 27890 Virtual Base Offset 0 27891 RTTI typeinfo for QPushButton 27892 vfunc[0]: non-virtual thunk to QPushButton::~QPushButton() 27893 vfunc[1]: non-virtual thunk to QPushButton::~QPushButton() 27894 vfunc[2]: QPaintDevice::setResolution(int) 27895 vfunc[3]: QPaintDevice::resolution() const 27896 vfunc[4]: QPaintDevice::handle() const 27897 vfunc[5]: QPaintDevice::x11RenderHandle() const 27898 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 27899 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 27900 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 27901 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 27902 const 27903 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 27904 27905 The Run Time Type Information for the QPushButton class is 27906 described by Table 8-322 27907 27908 Table 8-322. typeinfo for QPushButton 27909 Base Vtable vtable for __cxxabiv1::__si_class_type_info 27910 Name typeinfo name for QPushButton 27911 basetype: typeinfo for QButton 27912 __________________________________________________________ 27913 27914 8.2.22.45. Class data for QWidgetList 27915 27916 The virtual table for the QWidgetList class is described in the 27917 generic part of this specification. 27918 27919 The Run Time Type Information for the QWidgetList class is 27920 described by Table 8-323 27921 27922 Table 8-323. typeinfo for QWidgetList 27923 Base Vtable vtable for __cxxabiv1::__si_class_type_info 27924 Name typeinfo name for QWidgetList 27925 basetype: typeinfo for QPtrList 27926 __________________________________________________________ 27927 27928 8.2.22.46. Class data for QDataView 27929 27930 The virtual table for the QDataView class is described by Table 27931 8-324 27932 27933 Table 8-324. Primary vtable for QDataView 27934 Base Offset 0 27935 Virtual Base Offset 0 27936 RTTI typeinfo for QDataView 27937 vfunc[0]: NULL or QDataView::metaObject() const 27938 vfunc[1]: QDataView::className() const 27939 vfunc[2]: QDataView::qt_cast(char const*) 27940 vfunc[3]: QDataView::qt_invoke(int, QUObject*) 27941 vfunc[4]: QDataView::qt_emit(int, QUObject*) 27942 vfunc[5]: QDataView::qt_property(int, int, QVariant*) 27943 vfunc[6]: QDataView::~QDataView() 27944 vfunc[7]: QDataView::~QDataView() 27945 vfunc[8]: QWidget::event(QEvent*) 27946 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 27947 vfunc[10]: QWidget::setName(char const*) 27948 vfunc[11]: QObject::insertChild(QObject*) 27949 vfunc[12]: QObject::removeChild(QObject*) 27950 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 27951 vfunc[14]: QObject::property(char const*) const 27952 vfunc[15]: QObject::timerEvent(QTimerEvent*) 27953 vfunc[16]: QObject::childEvent(QChildEvent*) 27954 vfunc[17]: QObject::customEvent(QCustomEvent*) 27955 vfunc[18]: QObject::connectNotify(char const*) 27956 vfunc[19]: QObject::disconnectNotify(char const*) 27957 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 27958 const*, char const*) 27959 vfunc[21]: QWidget::setEnabled(bool) 27960 vfunc[22]: QWidget::setMinimumSize(int, int) 27961 vfunc[23]: QWidget::setMaximumSize(int, int) 27962 vfunc[24]: QWidget::setSizeIncrement(int, int) 27963 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 27964 vfunc[26]: QWidget::setEraseColor(QColor const&) 27965 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 27966 vfunc[28]: QWidget::setPalette(QPalette const&) 27967 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 27968 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 27969 vfunc[31]: QWidget::setFont(QFont const&) 27970 vfunc[32]: QWidget::setCursor(QCursor const&) 27971 vfunc[33]: QWidget::unsetCursor() 27972 vfunc[34]: QWidget::setMask(QBitmap const&) 27973 vfunc[35]: QWidget::setMask(QRegion const&) 27974 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 27975 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 27976 vfunc[38]: QWidget::setCaption(QString const&) 27977 vfunc[39]: QWidget::setIcon(QPixmap const&) 27978 vfunc[40]: QWidget::setIconText(QString const&) 27979 vfunc[41]: QWidget::setMouseTracking(bool) 27980 vfunc[42]: QWidget::setFocus() 27981 vfunc[43]: QWidget::setActiveWindow() 27982 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 27983 vfunc[45]: QWidget::setFocusProxy(QWidget*) 27984 vfunc[46]: QWidget::setUpdatesEnabled(bool) 27985 vfunc[47]: QWidget::show() 27986 vfunc[48]: QWidget::hide() 27987 vfunc[49]: QWidget::showMinimized() 27988 vfunc[50]: QWidget::showMaximized() 27989 vfunc[51]: QWidget::showNormal() 27990 vfunc[52]: QWidget::polish() 27991 vfunc[53]: QWidget::move(int, int) 27992 vfunc[54]: QWidget::resize(int, int) 27993 vfunc[55]: QWidget::setGeometry(int, int, int, int) 27994 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 27995 vfunc[57]: QWidget::close(bool) 27996 vfunc[58]: QWidget::sizeHint() const 27997 vfunc[59]: QWidget::minimumSizeHint() const 27998 vfunc[60]: QWidget::sizePolicy() const 27999 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 28000 vfunc[62]: QWidget::heightForWidth(int) const 28001 vfunc[63]: QWidget::adjustSize() 28002 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 28003 const&, bool) 28004 vfunc[65]: QWidget::setAcceptDrops(bool) 28005 vfunc[66]: QWidget::setAutoMask(bool) 28006 vfunc[67]: 28007 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 28008 vfunc[68]: QWidget::customWhatsThis() const 28009 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 28010 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 28011 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 28012 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 28013 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 28014 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 28015 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 28016 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 28017 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 28018 vfunc[78]: QWidget::enterEvent(QEvent*) 28019 vfunc[79]: QWidget::leaveEvent(QEvent*) 28020 vfunc[80]: QWidget::paintEvent(QPaintEvent*) 28021 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 28022 vfunc[82]: QWidget::resizeEvent(QResizeEvent*) 28023 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 28024 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 28025 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 28026 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 28027 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 28028 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 28029 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 28030 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 28031 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 28032 vfunc[92]: QWidget::dropEvent(QDropEvent*) 28033 vfunc[93]: QWidget::showEvent(QShowEvent*) 28034 vfunc[94]: QWidget::hideEvent(QHideEvent*) 28035 vfunc[95]: QWidget::x11Event(_XEvent*) 28036 vfunc[96]: QWidget::updateMask() 28037 vfunc[97]: QWidget::styleChange(QStyle&) 28038 vfunc[98]: QWidget::enabledChange(bool) 28039 vfunc[99]: QWidget::paletteChange(QPalette const&) 28040 vfunc[100]: QWidget::fontChange(QFont const&) 28041 vfunc[101]: QWidget::windowActivationChange(bool) 28042 vfunc[102]: QWidget::metric(int) const 28043 vfunc[103]: QWidget::create(unsigned long, bool, bool) 28044 vfunc[104]: QWidget::destroy(bool, bool) 28045 vfunc[105]: NULL or QWidget::setWState(unsigned int) 28046 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 28047 vfunc[107]: QWidget::focusNextPrevChild(bool) 28048 vfunc[108]: QWidget::setKeyCompression(bool) 28049 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 28050 bool, QFont*) 28051 vfunc[110]: QDataView::setForm(QSqlForm*) 28052 vfunc[111]: QDataView::setRecord(QSqlRecord*) 28053 vfunc[112]: QDataView::refresh(QSqlRecord*) 28054 vfunc[113]: QDataView::readFields() 28055 vfunc[114]: QDataView::writeFields() 28056 vfunc[115]: QDataView::clearValues() 28057 28058 Table 8-325. Secondary vtable for QDataView 28059 Base Offset -80 28060 Virtual Base Offset 0 28061 RTTI typeinfo for QDataView 28062 vfunc[0]: non-virtual thunk to QDataView::~QDataView() 28063 vfunc[1]: non-virtual thunk to QDataView::~QDataView() 28064 vfunc[2]: QPaintDevice::setResolution(int) 28065 vfunc[3]: QPaintDevice::resolution() const 28066 vfunc[4]: QPaintDevice::handle() const 28067 vfunc[5]: QPaintDevice::x11RenderHandle() const 28068 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 28069 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 28070 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 28071 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 28072 const 28073 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 28074 28075 The Run Time Type Information for the QDataView class is 28076 described by Table 8-326 28077 28078 Table 8-326. typeinfo for QDataView 28079 Base Vtable vtable for __cxxabiv1::__si_class_type_info 28080 Name typeinfo name for QDataView 28081 basetype: typeinfo for QWidget 28082 __________________________________________________________ 28083 28084 8.2.22.47. Class data for QDataBrowser 28085 28086 The virtual table for the QDataBrowser class is described by 28087 Table 8-327 28088 28089 Table 8-327. Primary vtable for QDataBrowser 28090 Base Offset 0 28091 Virtual Base Offset 0 28092 RTTI typeinfo for QDataBrowser 28093 vfunc[0]: NULL or QDataBrowser::metaObject() const 28094 vfunc[1]: QDataBrowser::className() const 28095 vfunc[2]: QDataBrowser::qt_cast(char const*) 28096 vfunc[3]: QDataBrowser::qt_invoke(int, QUObject*) 28097 vfunc[4]: QDataBrowser::qt_emit(int, QUObject*) 28098 vfunc[5]: QDataBrowser::qt_property(int, int, QVariant*) 28099 vfunc[6]: QDataBrowser::~QDataBrowser() 28100 vfunc[7]: QDataBrowser::~QDataBrowser() 28101 vfunc[8]: QWidget::event(QEvent*) 28102 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 28103 vfunc[10]: QWidget::setName(char const*) 28104 vfunc[11]: QObject::insertChild(QObject*) 28105 vfunc[12]: QObject::removeChild(QObject*) 28106 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 28107 vfunc[14]: QObject::property(char const*) const 28108 vfunc[15]: QObject::timerEvent(QTimerEvent*) 28109 vfunc[16]: QObject::childEvent(QChildEvent*) 28110 vfunc[17]: QObject::customEvent(QCustomEvent*) 28111 vfunc[18]: QObject::connectNotify(char const*) 28112 vfunc[19]: QObject::disconnectNotify(char const*) 28113 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 28114 const*, char const*) 28115 vfunc[21]: QWidget::setEnabled(bool) 28116 vfunc[22]: QWidget::setMinimumSize(int, int) 28117 vfunc[23]: QWidget::setMaximumSize(int, int) 28118 vfunc[24]: QWidget::setSizeIncrement(int, int) 28119 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 28120 vfunc[26]: QWidget::setEraseColor(QColor const&) 28121 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 28122 vfunc[28]: QWidget::setPalette(QPalette const&) 28123 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 28124 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 28125 vfunc[31]: QWidget::setFont(QFont const&) 28126 vfunc[32]: QWidget::setCursor(QCursor const&) 28127 vfunc[33]: QWidget::unsetCursor() 28128 vfunc[34]: QWidget::setMask(QBitmap const&) 28129 vfunc[35]: QWidget::setMask(QRegion const&) 28130 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 28131 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 28132 vfunc[38]: QWidget::setCaption(QString const&) 28133 vfunc[39]: QWidget::setIcon(QPixmap const&) 28134 vfunc[40]: QWidget::setIconText(QString const&) 28135 vfunc[41]: QWidget::setMouseTracking(bool) 28136 vfunc[42]: QWidget::setFocus() 28137 vfunc[43]: QWidget::setActiveWindow() 28138 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 28139 vfunc[45]: QWidget::setFocusProxy(QWidget*) 28140 vfunc[46]: QWidget::setUpdatesEnabled(bool) 28141 vfunc[47]: QWidget::show() 28142 vfunc[48]: QWidget::hide() 28143 vfunc[49]: QWidget::showMinimized() 28144 vfunc[50]: QWidget::showMaximized() 28145 vfunc[51]: QWidget::showNormal() 28146 vfunc[52]: QWidget::polish() 28147 vfunc[53]: QWidget::move(int, int) 28148 vfunc[54]: QWidget::resize(int, int) 28149 vfunc[55]: QWidget::setGeometry(int, int, int, int) 28150 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 28151 vfunc[57]: QWidget::close(bool) 28152 vfunc[58]: QWidget::sizeHint() const 28153 vfunc[59]: QWidget::minimumSizeHint() const 28154 vfunc[60]: QWidget::sizePolicy() const 28155 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 28156 vfunc[62]: QWidget::heightForWidth(int) const 28157 vfunc[63]: QWidget::adjustSize() 28158 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 28159 const&, bool) 28160 vfunc[65]: QWidget::setAcceptDrops(bool) 28161 vfunc[66]: QWidget::setAutoMask(bool) 28162 vfunc[67]: 28163 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 28164 vfunc[68]: QWidget::customWhatsThis() const 28165 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 28166 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 28167 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 28168 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 28169 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 28170 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 28171 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 28172 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 28173 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 28174 vfunc[78]: QWidget::enterEvent(QEvent*) 28175 vfunc[79]: QWidget::leaveEvent(QEvent*) 28176 vfunc[80]: QWidget::paintEvent(QPaintEvent*) 28177 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 28178 vfunc[82]: QWidget::resizeEvent(QResizeEvent*) 28179 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 28180 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 28181 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 28182 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 28183 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 28184 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 28185 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 28186 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 28187 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 28188 vfunc[92]: QWidget::dropEvent(QDropEvent*) 28189 vfunc[93]: QWidget::showEvent(QShowEvent*) 28190 vfunc[94]: QWidget::hideEvent(QHideEvent*) 28191 vfunc[95]: QWidget::x11Event(_XEvent*) 28192 vfunc[96]: QWidget::updateMask() 28193 vfunc[97]: QWidget::styleChange(QStyle&) 28194 vfunc[98]: QWidget::enabledChange(bool) 28195 vfunc[99]: QWidget::paletteChange(QPalette const&) 28196 vfunc[100]: QWidget::fontChange(QFont const&) 28197 vfunc[101]: QWidget::windowActivationChange(bool) 28198 vfunc[102]: QWidget::metric(int) const 28199 vfunc[103]: QWidget::create(unsigned long, bool, bool) 28200 vfunc[104]: QWidget::destroy(bool, bool) 28201 vfunc[105]: NULL or QWidget::setWState(unsigned int) 28202 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 28203 vfunc[107]: QWidget::focusNextPrevChild(bool) 28204 vfunc[108]: QWidget::setKeyCompression(bool) 28205 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 28206 bool, QFont*) 28207 vfunc[110]: QDataBrowser::setSqlCursor(QSqlCursor*, bool) 28208 vfunc[111]: QDataBrowser::setForm(QSqlForm*) 28209 vfunc[112]: QDataBrowser::setConfirmEdits(bool) 28210 vfunc[113]: QDataBrowser::setConfirmInsert(bool) 28211 vfunc[114]: QDataBrowser::setConfirmUpdate(bool) 28212 vfunc[115]: QDataBrowser::setConfirmDelete(bool) 28213 vfunc[116]: QDataBrowser::setConfirmCancels(bool) 28214 vfunc[117]: QDataBrowser::setReadOnly(bool) 28215 vfunc[118]: QDataBrowser::setAutoEdit(bool) 28216 vfunc[119]: QDataBrowser::seek(int, bool) 28217 vfunc[120]: QDataBrowser::refresh() 28218 vfunc[121]: QDataBrowser::insert() 28219 vfunc[122]: QDataBrowser::update() 28220 vfunc[123]: QDataBrowser::del() 28221 vfunc[124]: QDataBrowser::first() 28222 vfunc[125]: QDataBrowser::last() 28223 vfunc[126]: QDataBrowser::next() 28224 vfunc[127]: QDataBrowser::prev() 28225 vfunc[128]: QDataBrowser::readFields() 28226 vfunc[129]: QDataBrowser::writeFields() 28227 vfunc[130]: QDataBrowser::clearValues() 28228 vfunc[131]: QDataBrowser::insertCurrent() 28229 vfunc[132]: QDataBrowser::updateCurrent() 28230 vfunc[133]: QDataBrowser::deleteCurrent() 28231 vfunc[134]: QDataBrowser::currentEdited() 28232 vfunc[135]: QDataBrowser::confirmEdit(QSql::Op) 28233 vfunc[136]: QDataBrowser::confirmCancel(QSql::Op) 28234 vfunc[137]: QDataBrowser::handleError(QSqlError const&) 28235 28236 Table 8-328. Secondary vtable for QDataBrowser 28237 Base Offset -80 28238 Virtual Base Offset 0 28239 RTTI typeinfo for QDataBrowser 28240 vfunc[0]: non-virtual thunk to QDataBrowser::~QDataBrowser() 28241 vfunc[1]: non-virtual thunk to QDataBrowser::~QDataBrowser() 28242 vfunc[2]: QPaintDevice::setResolution(int) 28243 vfunc[3]: QPaintDevice::resolution() const 28244 vfunc[4]: QPaintDevice::handle() const 28245 vfunc[5]: QPaintDevice::x11RenderHandle() const 28246 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 28247 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 28248 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 28249 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 28250 const 28251 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 28252 28253 The Run Time Type Information for the QDataBrowser class is 28254 described by Table 8-329 28255 28256 Table 8-329. typeinfo for QDataBrowser 28257 Base Vtable vtable for __cxxabiv1::__si_class_type_info 28258 Name typeinfo name for QDataBrowser 28259 basetype: typeinfo for QWidget 28260 __________________________________________________________ 28261 28262 8.2.22.48. Class data for QTextEdit 28263 28264 The virtual table for the QTextEdit class is described by Table 28265 8-330 28266 28267 Table 8-330. Primary vtable for QTextEdit 28268 Base Offset 0 28269 Virtual Base Offset 0 28270 RTTI typeinfo for QTextEdit 28271 vfunc[0]: NULL or QTextEdit::metaObject() const 28272 vfunc[1]: QTextEdit::className() const 28273 vfunc[2]: QTextEdit::qt_cast(char const*) 28274 vfunc[3]: QTextEdit::qt_invoke(int, QUObject*) 28275 vfunc[4]: QTextEdit::qt_emit(int, QUObject*) 28276 vfunc[5]: QTextEdit::qt_property(int, int, QVariant*) 28277 vfunc[6]: QTextEdit::~QTextEdit() 28278 vfunc[7]: QTextEdit::~QTextEdit() 28279 vfunc[8]: QTextEdit::event(QEvent*) 28280 vfunc[9]: QTextEdit::eventFilter(QObject*, QEvent*) 28281 vfunc[10]: QWidget::setName(char const*) 28282 vfunc[11]: QObject::insertChild(QObject*) 28283 vfunc[12]: QScrollView::removeChild(QObject*) 28284 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 28285 vfunc[14]: QObject::property(char const*) const 28286 vfunc[15]: QObject::timerEvent(QTimerEvent*) 28287 vfunc[16]: QObject::childEvent(QChildEvent*) 28288 vfunc[17]: QObject::customEvent(QCustomEvent*) 28289 vfunc[18]: QObject::connectNotify(char const*) 28290 vfunc[19]: QObject::disconnectNotify(char const*) 28291 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 28292 const*, char const*) 28293 vfunc[21]: QTextEdit::setEnabled(bool) 28294 vfunc[22]: QWidget::setMinimumSize(int, int) 28295 vfunc[23]: QWidget::setMaximumSize(int, int) 28296 vfunc[24]: QWidget::setSizeIncrement(int, int) 28297 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 28298 vfunc[26]: QWidget::setEraseColor(QColor const&) 28299 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 28300 vfunc[28]: QTextEdit::setPalette(QPalette const&) 28301 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 28302 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 28303 vfunc[31]: QTextEdit::setFont(QFont const&) 28304 vfunc[32]: QWidget::setCursor(QCursor const&) 28305 vfunc[33]: QWidget::unsetCursor() 28306 vfunc[34]: QWidget::setMask(QBitmap const&) 28307 vfunc[35]: QWidget::setMask(QRegion const&) 28308 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 28309 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 28310 vfunc[38]: QWidget::setCaption(QString const&) 28311 vfunc[39]: QWidget::setIcon(QPixmap const&) 28312 vfunc[40]: QWidget::setIconText(QString const&) 28313 vfunc[41]: QWidget::setMouseTracking(bool) 28314 vfunc[42]: QWidget::setFocus() 28315 vfunc[43]: QWidget::setActiveWindow() 28316 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 28317 vfunc[45]: QWidget::setFocusProxy(QWidget*) 28318 vfunc[46]: QWidget::setUpdatesEnabled(bool) 28319 vfunc[47]: QScrollView::show() 28320 vfunc[48]: QWidget::hide() 28321 vfunc[49]: QWidget::showMinimized() 28322 vfunc[50]: QWidget::showMaximized() 28323 vfunc[51]: QWidget::showNormal() 28324 vfunc[52]: QTextEdit::polish() 28325 vfunc[53]: QWidget::move(int, int) 28326 vfunc[54]: QScrollView::resize(int, int) 28327 vfunc[55]: QWidget::setGeometry(int, int, int, int) 28328 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 28329 vfunc[57]: QWidget::close(bool) 28330 vfunc[58]: QTextEdit::sizeHint() const 28331 vfunc[59]: QScrollView::minimumSizeHint() const 28332 vfunc[60]: QWidget::sizePolicy() const 28333 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 28334 vfunc[62]: QTextEdit::heightForWidth(int) const 28335 vfunc[63]: QWidget::adjustSize() 28336 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 28337 const&, bool) 28338 vfunc[65]: QWidget::setAcceptDrops(bool) 28339 vfunc[66]: QWidget::setAutoMask(bool) 28340 vfunc[67]: 28341 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 28342 vfunc[68]: QWidget::customWhatsThis() const 28343 vfunc[69]: QScrollView::mousePressEvent(QMouseEvent*) 28344 vfunc[70]: QScrollView::mouseReleaseEvent(QMouseEvent*) 28345 vfunc[71]: QScrollView::mouseDoubleClickEvent(QMouseEvent*) 28346 vfunc[72]: QScrollView::mouseMoveEvent(QMouseEvent*) 28347 vfunc[73]: QScrollView::wheelEvent(QWheelEvent*) 28348 vfunc[74]: QTextEdit::keyPressEvent(QKeyEvent*) 28349 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 28350 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 28351 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 28352 vfunc[78]: QWidget::enterEvent(QEvent*) 28353 vfunc[79]: QWidget::leaveEvent(QEvent*) 28354 vfunc[80]: QFrame::paintEvent(QPaintEvent*) 28355 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 28356 vfunc[82]: QTextEdit::resizeEvent(QResizeEvent*) 28357 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 28358 vfunc[84]: QScrollView::contextMenuEvent(QContextMenuEvent*) 28359 vfunc[85]: QTextEdit::imStartEvent(QIMEvent*) 28360 vfunc[86]: QTextEdit::imComposeEvent(QIMEvent*) 28361 vfunc[87]: QTextEdit::imEndEvent(QIMEvent*) 28362 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 28363 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 28364 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 28365 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 28366 vfunc[92]: QWidget::dropEvent(QDropEvent*) 28367 vfunc[93]: QWidget::showEvent(QShowEvent*) 28368 vfunc[94]: QWidget::hideEvent(QHideEvent*) 28369 vfunc[95]: QWidget::x11Event(_XEvent*) 28370 vfunc[96]: QWidget::updateMask() 28371 vfunc[97]: QScrollView::styleChange(QStyle&) 28372 vfunc[98]: QWidget::enabledChange(bool) 28373 vfunc[99]: QWidget::paletteChange(QPalette const&) 28374 vfunc[100]: QScrollView::fontChange(QFont const&) 28375 vfunc[101]: QTextEdit::windowActivationChange(bool) 28376 vfunc[102]: QWidget::metric(int) const 28377 vfunc[103]: QWidget::create(unsigned long, bool, bool) 28378 vfunc[104]: QWidget::destroy(bool, bool) 28379 vfunc[105]: NULL or QWidget::setWState(unsigned int) 28380 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 28381 vfunc[107]: QTextEdit::focusNextPrevChild(bool) 28382 vfunc[108]: QWidget::setKeyCompression(bool) 28383 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 28384 bool, QFont*) 28385 vfunc[110]: QFrame::setFrameStyle(int) 28386 vfunc[111]: QFrame::setLineWidth(int) 28387 vfunc[112]: QFrame::setMargin(int) 28388 vfunc[113]: QFrame::setMidLineWidth(int) 28389 vfunc[114]: QFrame::setFrameRect(QRect const&) 28390 vfunc[115]: QFrame::drawFrame(QPainter*) 28391 vfunc[116]: QTextEdit::drawContents(QPainter*) 28392 vfunc[117]: QScrollView::frameChanged() 28393 vfunc[118]: 28394 QScrollView::setResizePolicy(QScrollView::ResizePolicy) 28395 vfunc[119]: QScrollView::addChild(QWidget*, int, int) 28396 vfunc[120]: QScrollView::moveChild(QWidget*, int, int) 28397 vfunc[121]: 28398 QScrollView::setVScrollBarMode(QScrollView::ScrollBarMode) 28399 vfunc[122]: 28400 QScrollView::setHScrollBarMode(QScrollView::ScrollBarMode) 28401 vfunc[123]: QScrollView::setCornerWidget(QWidget*) 28402 vfunc[124]: QScrollView::setDragAutoScroll(bool) 28403 vfunc[125]: QScrollView::resizeContents(int, int) 28404 vfunc[126]: QScrollView::setContentsPos(int, int) 28405 vfunc[127]: QTextEdit::drawContents(QPainter*, int, int, int, 28406 int) 28407 vfunc[128]: QScrollView::drawContentsOffset(QPainter*, int, 28408 int, int, int, int, int) 28409 vfunc[129]: QTextEdit::contentsMousePressEvent(QMouseEvent*) 28410 vfunc[130]: QTextEdit::contentsMouseReleaseEvent(QMouseEvent*) 28411 vfunc[131]: 28412 QTextEdit::contentsMouseDoubleClickEvent(QMouseEvent*) 28413 vfunc[132]: QTextEdit::contentsMouseMoveEvent(QMouseEvent*) 28414 vfunc[133]: QTextEdit::contentsDragEnterEvent(QDragEnterEvent*) 28415 vfunc[134]: QTextEdit::contentsDragMoveEvent(QDragMoveEvent*) 28416 vfunc[135]: QTextEdit::contentsDragLeaveEvent(QDragLeaveEvent*) 28417 vfunc[136]: QTextEdit::contentsDropEvent(QDropEvent*) 28418 vfunc[137]: QTextEdit::contentsWheelEvent(QWheelEvent*) 28419 vfunc[138]: 28420 QTextEdit::contentsContextMenuEvent(QContextMenuEvent*) 28421 vfunc[139]: QScrollView::viewportPaintEvent(QPaintEvent*) 28422 vfunc[140]: QTextEdit::viewportResizeEvent(QResizeEvent*) 28423 vfunc[141]: QScrollView::viewportMousePressEvent(QMouseEvent*) 28424 vfunc[142]: 28425 QScrollView::viewportMouseReleaseEvent(QMouseEvent*) 28426 vfunc[143]: 28427 QScrollView::viewportMouseDoubleClickEvent(QMouseEvent*) 28428 vfunc[144]: QScrollView::viewportMouseMoveEvent(QMouseEvent*) 28429 vfunc[145]: 28430 QScrollView::viewportDragEnterEvent(QDragEnterEvent*) 28431 vfunc[146]: QScrollView::viewportDragMoveEvent(QDragMoveEvent*) 28432 vfunc[147]: 28433 QScrollView::viewportDragLeaveEvent(QDragLeaveEvent*) 28434 vfunc[148]: QScrollView::viewportDropEvent(QDropEvent*) 28435 vfunc[149]: QScrollView::viewportWheelEvent(QWheelEvent*) 28436 vfunc[150]: 28437 QScrollView::viewportContextMenuEvent(QContextMenuEvent*) 28438 vfunc[151]: QScrollView::setMargins(int, int, int, int) 28439 vfunc[152]: QScrollView::setHBarGeometry(QScrollBar&, int, int, 28440 int, int) 28441 vfunc[153]: QScrollView::setVBarGeometry(QScrollBar&, int, int, 28442 int, int) 28443 vfunc[154]: QTextEdit::find(QString const&, bool, bool, bool, 28444 int*, int*) 28445 vfunc[155]: QTextEdit::getFormat(int, int, QFont*, QColor*, 28446 QTextEdit::VerticalAlignment*) 28447 vfunc[156]: QTextEdit::getParagraphFormat(int, QFont*, QColor*, 28448 QTextEdit::VerticalAlignment*, int*, 28449 QStyleSheetItem::DisplayMode*, QStyleSheetItem::ListStyle*, 28450 int*) 28451 vfunc[157]: 28452 QTextEdit::setMimeSourceFactory(QMimeSourceFactory*) 28453 vfunc[158]: QTextEdit::setStyleSheet(QStyleSheet*) 28454 vfunc[159]: QTextEdit::scrollToAnchor(QString const&) 28455 vfunc[160]: QTextEdit::setPaper(QBrush const&) 28456 vfunc[161]: QTextEdit::setLinkUnderline(bool) 28457 vfunc[162]: QTextEdit::setWordWrap(QTextEdit::WordWrap) 28458 vfunc[163]: QTextEdit::setWrapColumnOrWidth(int) 28459 vfunc[164]: QTextEdit::setWrapPolicy(QTextEdit::WrapPolicy) 28460 vfunc[165]: QTextEdit::copy() 28461 vfunc[166]: QTextEdit::append(QString const&) 28462 vfunc[167]: QTextEdit::setText(QString const&, QString const&) 28463 vfunc[168]: QTextEdit::setTextFormat(Qt::TextFormat) 28464 vfunc[169]: QTextEdit::selectAll(bool) 28465 vfunc[170]: QTextEdit::setTabStopWidth(int) 28466 vfunc[171]: QTextEdit::zoomIn(int) 28467 vfunc[172]: NULL or QTextEdit::zoomIn() 28468 vfunc[173]: QTextEdit::zoomOut(int) 28469 vfunc[174]: NULL or QTextEdit::zoomOut() 28470 vfunc[175]: QTextEdit::zoomTo(int) 28471 vfunc[176]: QTextEdit::sync() 28472 vfunc[177]: QTextEdit::setReadOnly(bool) 28473 vfunc[178]: QTextEdit::undo() 28474 vfunc[179]: QTextEdit::redo() 28475 vfunc[180]: QTextEdit::cut() 28476 vfunc[181]: QTextEdit::paste() 28477 vfunc[182]: QTextEdit::pasteSubType(QCString const&) 28478 vfunc[183]: QTextEdit::clear() 28479 vfunc[184]: QTextEdit::del() 28480 vfunc[185]: QTextEdit::indent() 28481 vfunc[186]: QTextEdit::setItalic(bool) 28482 vfunc[187]: QTextEdit::setBold(bool) 28483 vfunc[188]: QTextEdit::setUnderline(bool) 28484 vfunc[189]: QTextEdit::setFamily(QString const&) 28485 vfunc[190]: QTextEdit::setPointSize(int) 28486 vfunc[191]: QTextEdit::setColor(QColor const&) 28487 vfunc[192]: 28488 QTextEdit::setVerticalAlignment(QTextEdit::VerticalAlignment) 28489 vfunc[193]: QTextEdit::setAlignment(int) 28490 vfunc[194]: 28491 QTextEdit::setParagType(QStyleSheetItem::DisplayMode, 28492 QStyleSheetItem::ListStyle) 28493 vfunc[195]: QTextEdit::setCursorPosition(int, int) 28494 vfunc[196]: QTextEdit::setSelection(int, int, int, int, int) 28495 vfunc[197]: QTextEdit::setSelectionAttributes(int, QColor 28496 const&, bool) 28497 vfunc[198]: QTextEdit::setModified(bool) 28498 vfunc[199]: QTextEdit::resetFormat() 28499 vfunc[200]: QTextEdit::setUndoDepth(int) 28500 vfunc[201]: QTextEdit::setFormat(QTextFormat*, int) 28501 vfunc[202]: QTextEdit::ensureCursorVisible() 28502 vfunc[203]: QTextEdit::placeCursor(QPoint const&, QTextCursor*) 28503 vfunc[204]: QTextEdit::moveCursor(QTextEdit::CursorAction, 28504 bool) 28505 vfunc[205]: 28506 QTextEdit::doKeyboardAction(QTextEdit::KeyboardAction) 28507 vfunc[206]: QTextEdit::removeSelectedText(int) 28508 vfunc[207]: QTextEdit::removeSelection(int) 28509 vfunc[208]: NULL or QTextEdit::setCurrentFont(QFont const&) 28510 vfunc[209]: NULL or QTextEdit::setOverwriteMode(bool) 28511 vfunc[210]: QTextEdit::scrollToBottom() 28512 vfunc[211]: QTextEdit::insert(QString const&, bool, bool, bool) 28513 vfunc[212]: QTextEdit::insertAt(QString const&, int, int) 28514 vfunc[213]: QTextEdit::removeParagraph(int) 28515 vfunc[214]: QTextEdit::insertParagraph(QString const&, int) 28516 vfunc[215]: QTextEdit::setParagraphBackgroundColor(int, QColor 28517 const&) 28518 vfunc[216]: QTextEdit::clearParagraphBackground(int) 28519 vfunc[217]: QTextEdit::setUndoRedoEnabled(bool) 28520 vfunc[218]: QTextEdit::createPopupMenu(QPoint const&) 28521 vfunc[219]: QTextEdit::createPopupMenu() 28522 vfunc[220]: QTextEdit::doChangeInterval() 28523 vfunc[221]: NULL or QTextEdit::linksEnabled() const 28524 vfunc[222]: NULL or QTextEdit::emitHighlighted(QString const&) 28525 vfunc[223]: NULL or QTextEdit::emitLinkClicked(QString const&) 28526 28527 Table 8-331. Secondary vtable for QTextEdit 28528 Base Offset -80 28529 Virtual Base Offset 0 28530 RTTI typeinfo for QTextEdit 28531 vfunc[0]: non-virtual thunk to QTextEdit::~QTextEdit() 28532 vfunc[1]: non-virtual thunk to QTextEdit::~QTextEdit() 28533 vfunc[2]: QPaintDevice::setResolution(int) 28534 vfunc[3]: QPaintDevice::resolution() const 28535 vfunc[4]: QPaintDevice::handle() const 28536 vfunc[5]: QPaintDevice::x11RenderHandle() const 28537 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 28538 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 28539 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 28540 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 28541 const 28542 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 28543 28544 The Run Time Type Information for the QTextEdit class is 28545 described by Table 8-332 28546 28547 Table 8-332. typeinfo for QTextEdit 28548 Base Vtable vtable for __cxxabiv1::__si_class_type_info 28549 Name typeinfo name for QTextEdit 28550 basetype: typeinfo for QScrollView 28551 __________________________________________________________ 28552 28553 8.2.22.49. Interfaces for Qt3 Widgets 28554 28555 An LSB conforming implementation shall provide the architecture 28556 specific functions for Qt3 Widgets specified in Table 8-333, 28557 with the full mandatory functionality as described in the 28558 referenced underlying specification. 28559 28560 Table 8-333. libqt-mt - Qt3 Widgets Function Interfaces 28561 _ZThn200_N10QScrollBar10stepChangeEv [CXXABI-1.86] 28562 _ZThn200_N10QScrollBar11rangeChangeEv [CXXABI-1.86] 28563 _ZThn200_N10QScrollBar11valueChangeEv [CXXABI-1.86] 28564 _ZThn200_N10QScrollBarD0Ev [CXXABI-1.86] 28565 _ZThn200_N10QScrollBarD1Ev [CXXABI-1.86] 28566 _ZThn200_N5QDial11rangeChangeEv [CXXABI-1.86] 28567 _ZThn200_N5QDial11valueChangeEv [CXXABI-1.86] 28568 _ZThn200_N5QDialD0Ev [CXXABI-1.86] 28569 _ZThn200_N5QDialD1Ev [CXXABI-1.86] 28570 _ZThn200_N7QSlider11rangeChangeEv [CXXABI-1.86] 28571 _ZThn200_N7QSlider11valueChangeEv [CXXABI-1.86] 28572 _ZThn200_N7QSliderD0Ev [CXXABI-1.86] 28573 _ZThn200_N7QSliderD1Ev [CXXABI-1.86] 28574 _ZThn200_N8QSpinBox11rangeChangeEv [CXXABI-1.86] 28575 _ZThn200_N8QSpinBox11valueChangeEv [CXXABI-1.86] 28576 _ZThn200_N8QSpinBoxD0Ev [CXXABI-1.86] 28577 _ZThn200_N8QSpinBoxD1Ev [CXXABI-1.86] _ZThn80_N10QLCDNumberD0Ev 28578 [CXXABI-1.86] 28579 _ZThn80_N10QLCDNumberD1Ev [CXXABI-1.86] 28580 _ZThn80_N10QScrollBarD0Ev [CXXABI-1.86] 28581 _ZThn80_N10QScrollBarD1Ev [CXXABI-1.86] 28582 _ZThn80_N10QTabWidgetD0Ev [CXXABI-1.86] 28583 _ZThn80_N10QTabWidgetD1Ev [CXXABI-1.86] 28584 _ZThn80_N11QDockWindowD0Ev [CXXABI-1.86] 28585 _ZThn80_N11QDockWindowD1Ev [CXXABI-1.86] 28586 _ZThn80_N11QMainWindowD0Ev [CXXABI-1.86] 28587 _ZThn80_N11QMainWindowD1Ev [CXXABI-1.86] 28588 _ZThn80_N11QPushButtonD0Ev [CXXABI-1.86] 28589 _ZThn80_N11QPushButtonD1Ev [CXXABI-1.86] 28590 _ZThn80_N11QScrollViewD0Ev [CXXABI-1.86] 28591 _ZThn80_N11QScrollViewD1Ev [CXXABI-1.86] 28592 _ZThn80_N11QSpinWidgetD0Ev [CXXABI-1.86] 28593 _ZThn80_N11QSpinWidgetD1Ev [CXXABI-1.86] 28594 _ZThn80_N11QToolButtonD0Ev [CXXABI-1.86] 28595 _ZThn80_N11QToolButtonD1Ev [CXXABI-1.86] 28596 _ZThn80_N12QDataBrowserD0Ev [CXXABI-1.86] 28597 _ZThn80_N12QDataBrowserD1Ev [CXXABI-1.86] 28598 _ZThn80_N12QTextBrowserD0Ev [CXXABI-1.86] 28599 _ZThn80_N12QTextBrowserD1Ev [CXXABI-1.86] 28600 _ZThn80_N14QDesktopWidgetD0Ev [CXXABI-1.86] 28601 _ZThn80_N14QDesktopWidgetD1Ev [CXXABI-1.86] 28602 _ZThn80_N14QMultiLineEditD0Ev [CXXABI-1.86] 28603 _ZThn80_N14QMultiLineEditD1Ev [CXXABI-1.86] _ZThn80_N5QDialD0Ev 28604 [CXXABI-1.86] 28605 _ZThn80_N5QDialD1Ev [CXXABI-1.86] _ZThn80_N6QLabelD0Ev 28606 [CXXABI-1.86] 28607 _ZThn80_N6QLabelD1Ev [CXXABI-1.86] _ZThn80_N7QButtonD0Ev 28608 [CXXABI-1.86] 28609 _ZThn80_N7QButtonD1Ev [CXXABI-1.86] _ZThn80_N7QSliderD0Ev 28610 [CXXABI-1.86] 28611 _ZThn80_N7QSliderD1Ev [CXXABI-1.86] _ZThn80_N7QTabBarD0Ev 28612 [CXXABI-1.86] 28613 _ZThn80_N7QTabBarD1Ev [CXXABI-1.86] _ZThn80_N7QWidgetD0Ev 28614 [CXXABI-1.86] 28615 _ZThn80_N7QWidgetD1Ev [CXXABI-1.86] _ZThn80_N8QListBoxD0Ev 28616 [CXXABI-1.86] 28617 _ZThn80_N8QListBoxD1Ev [CXXABI-1.86] _ZThn80_N8QSpinBoxD0Ev 28618 [CXXABI-1.86] 28619 _ZThn80_N8QSpinBoxD1Ev [CXXABI-1.86] _ZThn80_N8QToolBoxD0Ev 28620 [CXXABI-1.86] 28621 _ZThn80_N8QToolBoxD1Ev [CXXABI-1.86] _ZThn80_N9QComboBoxD0Ev 28622 [CXXABI-1.86] 28623 _ZThn80_N9QComboBoxD1Ev [CXXABI-1.86] _ZThn80_N9QDataViewD0Ev 28624 [CXXABI-1.86] 28625 _ZThn80_N9QDataViewD1Ev [CXXABI-1.86] _ZThn80_N9QDockAreaD0Ev 28626 [CXXABI-1.86] 28627 _ZThn80_N9QDockAreaD1Ev [CXXABI-1.86] _ZThn80_N9QGridViewD0Ev 28628 [CXXABI-1.86] 28629 _ZThn80_N9QGridViewD1Ev [CXXABI-1.86] _ZThn80_N9QIconViewD0Ev 28630 [CXXABI-1.86] 28631 _ZThn80_N9QIconViewD1Ev [CXXABI-1.86] _ZThn80_N9QLineEditD0Ev 28632 [CXXABI-1.86] 28633 _ZThn80_N9QLineEditD1Ev [CXXABI-1.86] _ZThn80_N9QListViewD0Ev 28634 [CXXABI-1.86] 28635 _ZThn80_N9QListViewD1Ev [CXXABI-1.86] _ZThn80_N9QTextEditD0Ev 28636 [CXXABI-1.86] 28637 _ZThn80_N9QTextEditD1Ev [CXXABI-1.86] _ZThn80_N9QTextViewD0Ev 28638 [CXXABI-1.86] 28639 _ZThn80_N9QTextViewD1Ev [CXXABI-1.86] 28640 _ZThn80_NK7QWidget6metricEi [CXXABI-1.86] 28641 __________________________________________________________ 28642 28643 8.2.23. Qt3 Menus 28644 __________________________________________________________ 28645 28646 8.2.23.1. Class data for QPopupMenu 28647 28648 The virtual table for the QPopupMenu class is described by 28649 Table 8-334 28650 28651 Table 8-334. Primary vtable for QPopupMenu 28652 Base Offset 0 28653 Virtual Base Offset 0 28654 RTTI typeinfo for QPopupMenu 28655 vfunc[0]: NULL or QPopupMenu::metaObject() const 28656 vfunc[1]: QPopupMenu::className() const 28657 vfunc[2]: QPopupMenu::qt_cast(char const*) 28658 vfunc[3]: QPopupMenu::qt_invoke(int, QUObject*) 28659 vfunc[4]: QPopupMenu::qt_emit(int, QUObject*) 28660 vfunc[5]: QPopupMenu::qt_property(int, int, QVariant*) 28661 vfunc[6]: QPopupMenu::~QPopupMenu() 28662 vfunc[7]: QPopupMenu::~QPopupMenu() 28663 vfunc[8]: QWidget::event(QEvent*) 28664 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 28665 vfunc[10]: QWidget::setName(char const*) 28666 vfunc[11]: QObject::insertChild(QObject*) 28667 vfunc[12]: QObject::removeChild(QObject*) 28668 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 28669 vfunc[14]: QObject::property(char const*) const 28670 vfunc[15]: QPopupMenu::timerEvent(QTimerEvent*) 28671 vfunc[16]: QObject::childEvent(QChildEvent*) 28672 vfunc[17]: QObject::customEvent(QCustomEvent*) 28673 vfunc[18]: QObject::connectNotify(char const*) 28674 vfunc[19]: QObject::disconnectNotify(char const*) 28675 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 28676 const*, char const*) 28677 vfunc[21]: QWidget::setEnabled(bool) 28678 vfunc[22]: QWidget::setMinimumSize(int, int) 28679 vfunc[23]: QWidget::setMaximumSize(int, int) 28680 vfunc[24]: QWidget::setSizeIncrement(int, int) 28681 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 28682 vfunc[26]: QWidget::setEraseColor(QColor const&) 28683 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 28684 vfunc[28]: QWidget::setPalette(QPalette const&) 28685 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 28686 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 28687 vfunc[31]: QPopupMenu::setFont(QFont const&) 28688 vfunc[32]: QWidget::setCursor(QCursor const&) 28689 vfunc[33]: QWidget::unsetCursor() 28690 vfunc[34]: QWidget::setMask(QBitmap const&) 28691 vfunc[35]: QWidget::setMask(QRegion const&) 28692 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 28693 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 28694 vfunc[38]: QWidget::setCaption(QString const&) 28695 vfunc[39]: QWidget::setIcon(QPixmap const&) 28696 vfunc[40]: QWidget::setIconText(QString const&) 28697 vfunc[41]: QWidget::setMouseTracking(bool) 28698 vfunc[42]: QWidget::setFocus() 28699 vfunc[43]: QWidget::setActiveWindow() 28700 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 28701 vfunc[45]: QWidget::setFocusProxy(QWidget*) 28702 vfunc[46]: QWidget::setUpdatesEnabled(bool) 28703 vfunc[47]: QPopupMenu::show() 28704 vfunc[48]: QPopupMenu::hide() 28705 vfunc[49]: QWidget::showMinimized() 28706 vfunc[50]: QWidget::showMaximized() 28707 vfunc[51]: QWidget::showNormal() 28708 vfunc[52]: QWidget::polish() 28709 vfunc[53]: QWidget::move(int, int) 28710 vfunc[54]: QWidget::resize(int, int) 28711 vfunc[55]: QWidget::setGeometry(int, int, int, int) 28712 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 28713 vfunc[57]: QWidget::close(bool) 28714 vfunc[58]: QPopupMenu::sizeHint() const 28715 vfunc[59]: QWidget::minimumSizeHint() const 28716 vfunc[60]: QWidget::sizePolicy() const 28717 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 28718 vfunc[62]: QWidget::heightForWidth(int) const 28719 vfunc[63]: QWidget::adjustSize() 28720 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 28721 const&, bool) 28722 vfunc[65]: QWidget::setAcceptDrops(bool) 28723 vfunc[66]: QWidget::setAutoMask(bool) 28724 vfunc[67]: 28725 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 28726 vfunc[68]: QPopupMenu::customWhatsThis() const 28727 vfunc[69]: QPopupMenu::mousePressEvent(QMouseEvent*) 28728 vfunc[70]: QPopupMenu::mouseReleaseEvent(QMouseEvent*) 28729 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 28730 vfunc[72]: QPopupMenu::mouseMoveEvent(QMouseEvent*) 28731 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 28732 vfunc[74]: QPopupMenu::keyPressEvent(QKeyEvent*) 28733 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 28734 vfunc[76]: QPopupMenu::focusInEvent(QFocusEvent*) 28735 vfunc[77]: QPopupMenu::focusOutEvent(QFocusEvent*) 28736 vfunc[78]: QWidget::enterEvent(QEvent*) 28737 vfunc[79]: QPopupMenu::leaveEvent(QEvent*) 28738 vfunc[80]: QPopupMenu::paintEvent(QPaintEvent*) 28739 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 28740 vfunc[82]: QFrame::resizeEvent(QResizeEvent*) 28741 vfunc[83]: QPopupMenu::closeEvent(QCloseEvent*) 28742 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 28743 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 28744 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 28745 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 28746 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 28747 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 28748 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 28749 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 28750 vfunc[92]: QWidget::dropEvent(QDropEvent*) 28751 vfunc[93]: QWidget::showEvent(QShowEvent*) 28752 vfunc[94]: QWidget::hideEvent(QHideEvent*) 28753 vfunc[95]: QWidget::x11Event(_XEvent*) 28754 vfunc[96]: QWidget::updateMask() 28755 vfunc[97]: QPopupMenu::styleChange(QStyle&) 28756 vfunc[98]: QPopupMenu::enabledChange(bool) 28757 vfunc[99]: QWidget::paletteChange(QPalette const&) 28758 vfunc[100]: QWidget::fontChange(QFont const&) 28759 vfunc[101]: QWidget::windowActivationChange(bool) 28760 vfunc[102]: QWidget::metric(int) const 28761 vfunc[103]: QWidget::create(unsigned long, bool, bool) 28762 vfunc[104]: QWidget::destroy(bool, bool) 28763 vfunc[105]: NULL or QWidget::setWState(unsigned int) 28764 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 28765 vfunc[107]: QPopupMenu::focusNextPrevChild(bool) 28766 vfunc[108]: QWidget::setKeyCompression(bool) 28767 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 28768 bool, QFont*) 28769 vfunc[110]: QFrame::setFrameStyle(int) 28770 vfunc[111]: QFrame::setLineWidth(int) 28771 vfunc[112]: QFrame::setMargin(int) 28772 vfunc[113]: QFrame::setMidLineWidth(int) 28773 vfunc[114]: QFrame::setFrameRect(QRect const&) 28774 vfunc[115]: QFrame::drawFrame(QPainter*) 28775 vfunc[116]: QPopupMenu::drawContents(QPainter*) 28776 vfunc[117]: QPopupMenu::frameChanged() 28777 vfunc[118]: QPopupMenu::updateItem(int) 28778 vfunc[119]: QPopupMenu::setCheckable(bool) 28779 vfunc[120]: QPopupMenu::setActiveItem(int) 28780 vfunc[121]: QPopupMenu::activateItemAt(int) 28781 vfunc[122]: QPopupMenu::menuContentsChanged() 28782 vfunc[123]: QPopupMenu::menuStateChanged() 28783 vfunc[124]: QPopupMenu::menuInsPopup(QPopupMenu*) 28784 vfunc[125]: QPopupMenu::menuDelPopup(QPopupMenu*) 28785 vfunc[126]: QPopupMenu::setFirstItemActive() 28786 28787 Table 8-335. Secondary vtable for QPopupMenu 28788 Base Offset -80 28789 Virtual Base Offset 0 28790 RTTI typeinfo for QPopupMenu 28791 vfunc[0]: non-virtual thunk to QPopupMenu::~QPopupMenu() 28792 vfunc[1]: non-virtual thunk to QPopupMenu::~QPopupMenu() 28793 vfunc[2]: QPaintDevice::setResolution(int) 28794 vfunc[3]: QPaintDevice::resolution() const 28795 vfunc[4]: QPaintDevice::handle() const 28796 vfunc[5]: QPaintDevice::x11RenderHandle() const 28797 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 28798 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 28799 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 28800 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 28801 const 28802 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 28803 28804 Table 8-336. Secondary vtable for QPopupMenu 28805 Base Offset -240 28806 Virtual Base Offset 0 28807 RTTI typeinfo for QPopupMenu 28808 vfunc[0]: non-virtual thunk to QPopupMenu::~QPopupMenu() 28809 vfunc[1]: non-virtual thunk to QPopupMenu::~QPopupMenu() 28810 vfunc[2]: non-virtual thunk to QPopupMenu::updateItem(int) 28811 vfunc[3]: QMenuData::setId(int, int) 28812 vfunc[4]: non-virtual thunk to QPopupMenu::activateItemAt(int) 28813 vfunc[5]: non-virtual thunk to 28814 QPopupMenu::menuContentsChanged() 28815 vfunc[6]: non-virtual thunk to QPopupMenu::menuStateChanged() 28816 vfunc[7]: non-virtual thunk to 28817 QPopupMenu::menuInsPopup(QPopupMenu*) 28818 vfunc[8]: non-virtual thunk to 28819 QPopupMenu::menuDelPopup(QPopupMenu*) 28820 28821 The Run Time Type Information for the QPopupMenu class is 28822 described by Table 8-337 28823 28824 Table 8-337. typeinfo for QPopupMenu 28825 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 28826 Name typeinfo name for QPopupMenu 28827 flags: 0 28828 basetype: typeinfo for QFrame 2 28829 basetype: typeinfo for QMenuData 37890 28830 __________________________________________________________ 28831 28832 8.2.23.2. Class data for QMenuBar 28833 28834 The virtual table for the QMenuBar class is described by Table 28835 8-338 28836 28837 Table 8-338. Primary vtable for QMenuBar 28838 Base Offset 0 28839 Virtual Base Offset 0 28840 RTTI typeinfo for QMenuBar 28841 vfunc[0]: NULL or QMenuBar::metaObject() const 28842 vfunc[1]: QMenuBar::className() const 28843 vfunc[2]: QMenuBar::qt_cast(char const*) 28844 vfunc[3]: QMenuBar::qt_invoke(int, QUObject*) 28845 vfunc[4]: QMenuBar::qt_emit(int, QUObject*) 28846 vfunc[5]: QMenuBar::qt_property(int, int, QVariant*) 28847 vfunc[6]: QMenuBar::~QMenuBar() 28848 vfunc[7]: QMenuBar::~QMenuBar() 28849 vfunc[8]: QWidget::event(QEvent*) 28850 vfunc[9]: QMenuBar::eventFilter(QObject*, QEvent*) 28851 vfunc[10]: QWidget::setName(char const*) 28852 vfunc[11]: QObject::insertChild(QObject*) 28853 vfunc[12]: QObject::removeChild(QObject*) 28854 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 28855 vfunc[14]: QObject::property(char const*) const 28856 vfunc[15]: QObject::timerEvent(QTimerEvent*) 28857 vfunc[16]: QObject::childEvent(QChildEvent*) 28858 vfunc[17]: QObject::customEvent(QCustomEvent*) 28859 vfunc[18]: QObject::connectNotify(char const*) 28860 vfunc[19]: QObject::disconnectNotify(char const*) 28861 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 28862 const*, char const*) 28863 vfunc[21]: QWidget::setEnabled(bool) 28864 vfunc[22]: QWidget::setMinimumSize(int, int) 28865 vfunc[23]: QWidget::setMaximumSize(int, int) 28866 vfunc[24]: QWidget::setSizeIncrement(int, int) 28867 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 28868 vfunc[26]: QWidget::setEraseColor(QColor const&) 28869 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 28870 vfunc[28]: QWidget::setPalette(QPalette const&) 28871 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 28872 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 28873 vfunc[31]: QWidget::setFont(QFont const&) 28874 vfunc[32]: QWidget::setCursor(QCursor const&) 28875 vfunc[33]: QWidget::unsetCursor() 28876 vfunc[34]: QWidget::setMask(QBitmap const&) 28877 vfunc[35]: QWidget::setMask(QRegion const&) 28878 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 28879 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 28880 vfunc[38]: QWidget::setCaption(QString const&) 28881 vfunc[39]: QWidget::setIcon(QPixmap const&) 28882 vfunc[40]: QWidget::setIconText(QString const&) 28883 vfunc[41]: QWidget::setMouseTracking(bool) 28884 vfunc[42]: QWidget::setFocus() 28885 vfunc[43]: QWidget::setActiveWindow() 28886 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 28887 vfunc[45]: QWidget::setFocusProxy(QWidget*) 28888 vfunc[46]: QWidget::setUpdatesEnabled(bool) 28889 vfunc[47]: QMenuBar::show() 28890 vfunc[48]: QMenuBar::hide() 28891 vfunc[49]: QWidget::showMinimized() 28892 vfunc[50]: QWidget::showMaximized() 28893 vfunc[51]: QWidget::showNormal() 28894 vfunc[52]: QWidget::polish() 28895 vfunc[53]: QWidget::move(int, int) 28896 vfunc[54]: QWidget::resize(int, int) 28897 vfunc[55]: QWidget::setGeometry(int, int, int, int) 28898 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 28899 vfunc[57]: QWidget::close(bool) 28900 vfunc[58]: QMenuBar::sizeHint() const 28901 vfunc[59]: QMenuBar::minimumSizeHint() const 28902 vfunc[60]: QWidget::sizePolicy() const 28903 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 28904 vfunc[62]: QMenuBar::heightForWidth(int) const 28905 vfunc[63]: QWidget::adjustSize() 28906 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 28907 const&, bool) 28908 vfunc[65]: QWidget::setAcceptDrops(bool) 28909 vfunc[66]: QWidget::setAutoMask(bool) 28910 vfunc[67]: 28911 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 28912 vfunc[68]: QMenuBar::customWhatsThis() const 28913 vfunc[69]: QMenuBar::mousePressEvent(QMouseEvent*) 28914 vfunc[70]: QMenuBar::mouseReleaseEvent(QMouseEvent*) 28915 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 28916 vfunc[72]: QMenuBar::mouseMoveEvent(QMouseEvent*) 28917 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 28918 vfunc[74]: QMenuBar::keyPressEvent(QKeyEvent*) 28919 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 28920 vfunc[76]: QMenuBar::focusInEvent(QFocusEvent*) 28921 vfunc[77]: QMenuBar::focusOutEvent(QFocusEvent*) 28922 vfunc[78]: QWidget::enterEvent(QEvent*) 28923 vfunc[79]: QMenuBar::leaveEvent(QEvent*) 28924 vfunc[80]: QFrame::paintEvent(QPaintEvent*) 28925 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 28926 vfunc[82]: QMenuBar::resizeEvent(QResizeEvent*) 28927 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 28928 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 28929 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 28930 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 28931 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 28932 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 28933 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 28934 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 28935 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 28936 vfunc[92]: QWidget::dropEvent(QDropEvent*) 28937 vfunc[93]: QWidget::showEvent(QShowEvent*) 28938 vfunc[94]: QWidget::hideEvent(QHideEvent*) 28939 vfunc[95]: QWidget::x11Event(_XEvent*) 28940 vfunc[96]: QWidget::updateMask() 28941 vfunc[97]: QMenuBar::styleChange(QStyle&) 28942 vfunc[98]: QWidget::enabledChange(bool) 28943 vfunc[99]: QWidget::paletteChange(QPalette const&) 28944 vfunc[100]: QMenuBar::fontChange(QFont const&) 28945 vfunc[101]: QWidget::windowActivationChange(bool) 28946 vfunc[102]: QWidget::metric(int) const 28947 vfunc[103]: QWidget::create(unsigned long, bool, bool) 28948 vfunc[104]: QWidget::destroy(bool, bool) 28949 vfunc[105]: NULL or QWidget::setWState(unsigned int) 28950 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 28951 vfunc[107]: QWidget::focusNextPrevChild(bool) 28952 vfunc[108]: QWidget::setKeyCompression(bool) 28953 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 28954 bool, QFont*) 28955 vfunc[110]: QFrame::setFrameStyle(int) 28956 vfunc[111]: QFrame::setLineWidth(int) 28957 vfunc[112]: QFrame::setMargin(int) 28958 vfunc[113]: QFrame::setMidLineWidth(int) 28959 vfunc[114]: QFrame::setFrameRect(QRect const&) 28960 vfunc[115]: QFrame::drawFrame(QPainter*) 28961 vfunc[116]: QMenuBar::drawContents(QPainter*) 28962 vfunc[117]: QMenuBar::frameChanged() 28963 vfunc[118]: QMenuBar::updateItem(int) 28964 vfunc[119]: QMenuBar::setSeparator(QMenuBar::Separator) 28965 vfunc[120]: QMenuBar::activateItemAt(int) 28966 vfunc[121]: QMenuBar::menuContentsChanged() 28967 vfunc[122]: QMenuBar::menuStateChanged() 28968 vfunc[123]: QMenuBar::menuInsPopup(QPopupMenu*) 28969 vfunc[124]: QMenuBar::menuDelPopup(QPopupMenu*) 28970 28971 Table 8-339. Secondary vtable for QMenuBar 28972 Base Offset -80 28973 Virtual Base Offset 0 28974 RTTI typeinfo for QMenuBar 28975 vfunc[0]: non-virtual thunk to QMenuBar::~QMenuBar() 28976 vfunc[1]: non-virtual thunk to QMenuBar::~QMenuBar() 28977 vfunc[2]: QPaintDevice::setResolution(int) 28978 vfunc[3]: QPaintDevice::resolution() const 28979 vfunc[4]: QPaintDevice::handle() const 28980 vfunc[5]: QPaintDevice::x11RenderHandle() const 28981 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 28982 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 28983 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 28984 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 28985 const 28986 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 28987 28988 Table 8-340. Secondary vtable for QMenuBar 28989 Base Offset -240 28990 Virtual Base Offset 0 28991 RTTI typeinfo for QMenuBar 28992 vfunc[0]: non-virtual thunk to QMenuBar::~QMenuBar() 28993 vfunc[1]: non-virtual thunk to QMenuBar::~QMenuBar() 28994 vfunc[2]: non-virtual thunk to QMenuBar::updateItem(int) 28995 vfunc[3]: QMenuData::setId(int, int) 28996 vfunc[4]: non-virtual thunk to QMenuBar::activateItemAt(int) 28997 vfunc[5]: non-virtual thunk to QMenuBar::menuContentsChanged() 28998 vfunc[6]: non-virtual thunk to QMenuBar::menuStateChanged() 28999 vfunc[7]: non-virtual thunk to 29000 QMenuBar::menuInsPopup(QPopupMenu*) 29001 vfunc[8]: non-virtual thunk to 29002 QMenuBar::menuDelPopup(QPopupMenu*) 29003 29004 The Run Time Type Information for the QMenuBar class is 29005 described by Table 8-341 29006 29007 Table 8-341. typeinfo for QMenuBar 29008 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 29009 Name typeinfo name for QMenuBar 29010 flags: 0 29011 basetype: typeinfo for QFrame 2 29012 basetype: typeinfo for QMenuData 37890 29013 __________________________________________________________ 29014 29015 8.2.23.3. Class data for QCustomMenuItem 29016 29017 The virtual table for the QCustomMenuItem class is described in 29018 the generic part of this specification. 29019 29020 The Run Time Type Information for the QCustomMenuItem class is 29021 described by Table 8-342 29022 29023 Table 8-342. typeinfo for QCustomMenuItem 29024 Base Vtable vtable for __cxxabiv1::__si_class_type_info 29025 Name typeinfo name for QCustomMenuItem 29026 basetype: typeinfo for Qt 29027 __________________________________________________________ 29028 29029 8.2.23.4. Class data for QMenuData 29030 29031 The virtual table for the QMenuData class is described in the 29032 generic part of this specification. 29033 29034 The Run Time Type Information for the QMenuData class is 29035 described by Table 8-343 29036 29037 Table 8-343. typeinfo for QMenuData 29038 Base Vtable vtable for __cxxabiv1::__class_type_info 29039 Name typeinfo name for QMenuData 29040 __________________________________________________________ 29041 29042 8.2.23.5. Interfaces for Qt3 Menus 29043 29044 An LSB conforming implementation shall provide the architecture 29045 specific functions for Qt3 Menus specified in Table 8-344, with 29046 the full mandatory functionality as described in the referenced 29047 underlying specification. 29048 29049 Table 8-344. libqt-mt - Qt3 Menus Function Interfaces 29050 _ZThn240_N10QPopupMenu10updateItemEi [CXXABI-1.86] 29051 _ZThn240_N10QPopupMenu12menuDelPopupEPS_ [CXXABI-1.86] 29052 _ZThn240_N10QPopupMenu12menuInsPopupEPS_ [CXXABI-1.86] 29053 _ZThn240_N10QPopupMenu14activateItemAtEi [CXXABI-1.86] 29054 _ZThn240_N10QPopupMenu16menuStateChangedEv [CXXABI-1.86] 29055 _ZThn240_N10QPopupMenu19menuContentsChangedEv [CXXABI-1.86] 29056 _ZThn240_N10QPopupMenuD0Ev [CXXABI-1.86] 29057 _ZThn240_N10QPopupMenuD1Ev [CXXABI-1.86] 29058 _ZThn240_N8QMenuBar10updateItemEi [CXXABI-1.86] 29059 _ZThn240_N8QMenuBar12menuDelPopupEP10QPopupMenu [CXXABI-1.86] 29060 _ZThn240_N8QMenuBar12menuInsPopupEP10QPopupMenu [CXXABI-1.86] 29061 _ZThn240_N8QMenuBar14activateItemAtEi [CXXABI-1.86] 29062 _ZThn240_N8QMenuBar16menuStateChangedEv [CXXABI-1.86] 29063 _ZThn240_N8QMenuBar19menuContentsChangedEv [CXXABI-1.86] 29064 _ZThn240_N8QMenuBarD0Ev [CXXABI-1.86] _ZThn240_N8QMenuBarD1Ev 29065 [CXXABI-1.86] 29066 _ZThn80_N10QPopupMenuD0Ev [CXXABI-1.86] 29067 _ZThn80_N10QPopupMenuD1Ev [CXXABI-1.86] 29068 _ZThn80_N8QMenuBarD0Ev [CXXABI-1.86] _ZThn80_N8QMenuBarD1Ev 29069 [CXXABI-1.86] 29070 __________________________________________________________ 29071 29072 8.2.24. Qt3 Organizers 29073 __________________________________________________________ 29074 29075 8.2.24.1. Class data for QHBox 29076 29077 The virtual table for the QHBox class is described by Table 29078 8-345 29079 29080 Table 8-345. Primary vtable for QHBox 29081 Base Offset 0 29082 Virtual Base Offset 0 29083 RTTI typeinfo for QHBox 29084 vfunc[0]: NULL or QHBox::metaObject() const 29085 vfunc[1]: QHBox::className() const 29086 vfunc[2]: QHBox::qt_cast(char const*) 29087 vfunc[3]: QHBox::qt_invoke(int, QUObject*) 29088 vfunc[4]: QHBox::qt_emit(int, QUObject*) 29089 vfunc[5]: QHBox::qt_property(int, int, QVariant*) 29090 vfunc[6]: NULL or QHBox::~QHBox() 29091 vfunc[7]: NULL or QHBox::~QHBox() 29092 vfunc[8]: QWidget::event(QEvent*) 29093 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 29094 vfunc[10]: QWidget::setName(char const*) 29095 vfunc[11]: QObject::insertChild(QObject*) 29096 vfunc[12]: QObject::removeChild(QObject*) 29097 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 29098 vfunc[14]: QObject::property(char const*) const 29099 vfunc[15]: QObject::timerEvent(QTimerEvent*) 29100 vfunc[16]: QObject::childEvent(QChildEvent*) 29101 vfunc[17]: QObject::customEvent(QCustomEvent*) 29102 vfunc[18]: QObject::connectNotify(char const*) 29103 vfunc[19]: QObject::disconnectNotify(char const*) 29104 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 29105 const*, char const*) 29106 vfunc[21]: QWidget::setEnabled(bool) 29107 vfunc[22]: QWidget::setMinimumSize(int, int) 29108 vfunc[23]: QWidget::setMaximumSize(int, int) 29109 vfunc[24]: QWidget::setSizeIncrement(int, int) 29110 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 29111 vfunc[26]: QWidget::setEraseColor(QColor const&) 29112 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 29113 vfunc[28]: QWidget::setPalette(QPalette const&) 29114 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 29115 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 29116 vfunc[31]: QWidget::setFont(QFont const&) 29117 vfunc[32]: QWidget::setCursor(QCursor const&) 29118 vfunc[33]: QWidget::unsetCursor() 29119 vfunc[34]: QWidget::setMask(QBitmap const&) 29120 vfunc[35]: QWidget::setMask(QRegion const&) 29121 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 29122 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 29123 vfunc[38]: QWidget::setCaption(QString const&) 29124 vfunc[39]: QWidget::setIcon(QPixmap const&) 29125 vfunc[40]: QWidget::setIconText(QString const&) 29126 vfunc[41]: QWidget::setMouseTracking(bool) 29127 vfunc[42]: QWidget::setFocus() 29128 vfunc[43]: QWidget::setActiveWindow() 29129 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 29130 vfunc[45]: QWidget::setFocusProxy(QWidget*) 29131 vfunc[46]: QWidget::setUpdatesEnabled(bool) 29132 vfunc[47]: QWidget::show() 29133 vfunc[48]: QWidget::hide() 29134 vfunc[49]: QWidget::showMinimized() 29135 vfunc[50]: QWidget::showMaximized() 29136 vfunc[51]: QWidget::showNormal() 29137 vfunc[52]: QWidget::polish() 29138 vfunc[53]: QWidget::move(int, int) 29139 vfunc[54]: QWidget::resize(int, int) 29140 vfunc[55]: QWidget::setGeometry(int, int, int, int) 29141 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 29142 vfunc[57]: QWidget::close(bool) 29143 vfunc[58]: QHBox::sizeHint() const 29144 vfunc[59]: QWidget::minimumSizeHint() const 29145 vfunc[60]: QWidget::sizePolicy() const 29146 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 29147 vfunc[62]: QWidget::heightForWidth(int) const 29148 vfunc[63]: QWidget::adjustSize() 29149 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 29150 const&, bool) 29151 vfunc[65]: QWidget::setAcceptDrops(bool) 29152 vfunc[66]: QWidget::setAutoMask(bool) 29153 vfunc[67]: 29154 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 29155 vfunc[68]: QWidget::customWhatsThis() const 29156 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 29157 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 29158 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 29159 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 29160 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 29161 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 29162 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 29163 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 29164 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 29165 vfunc[78]: QWidget::enterEvent(QEvent*) 29166 vfunc[79]: QWidget::leaveEvent(QEvent*) 29167 vfunc[80]: QFrame::paintEvent(QPaintEvent*) 29168 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 29169 vfunc[82]: QFrame::resizeEvent(QResizeEvent*) 29170 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 29171 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 29172 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 29173 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 29174 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 29175 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 29176 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 29177 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 29178 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 29179 vfunc[92]: QWidget::dropEvent(QDropEvent*) 29180 vfunc[93]: QWidget::showEvent(QShowEvent*) 29181 vfunc[94]: QWidget::hideEvent(QHideEvent*) 29182 vfunc[95]: QWidget::x11Event(_XEvent*) 29183 vfunc[96]: QWidget::updateMask() 29184 vfunc[97]: QFrame::styleChange(QStyle&) 29185 vfunc[98]: QWidget::enabledChange(bool) 29186 vfunc[99]: QWidget::paletteChange(QPalette const&) 29187 vfunc[100]: QWidget::fontChange(QFont const&) 29188 vfunc[101]: QWidget::windowActivationChange(bool) 29189 vfunc[102]: QWidget::metric(int) const 29190 vfunc[103]: QWidget::create(unsigned long, bool, bool) 29191 vfunc[104]: QWidget::destroy(bool, bool) 29192 vfunc[105]: NULL or QWidget::setWState(unsigned int) 29193 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 29194 vfunc[107]: QWidget::focusNextPrevChild(bool) 29195 vfunc[108]: QWidget::setKeyCompression(bool) 29196 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 29197 bool, QFont*) 29198 vfunc[110]: QFrame::setFrameStyle(int) 29199 vfunc[111]: QFrame::setLineWidth(int) 29200 vfunc[112]: QFrame::setMargin(int) 29201 vfunc[113]: QFrame::setMidLineWidth(int) 29202 vfunc[114]: QFrame::setFrameRect(QRect const&) 29203 vfunc[115]: QFrame::drawFrame(QPainter*) 29204 vfunc[116]: QFrame::drawContents(QPainter*) 29205 vfunc[117]: QHBox::frameChanged() 29206 29207 Table 8-346. Secondary vtable for QHBox 29208 Base Offset -80 29209 Virtual Base Offset 0 29210 RTTI typeinfo for QHBox 29211 vfunc[0]: non-virtual thunk to QHBox::~QHBox() 29212 vfunc[1]: non-virtual thunk to QHBox::~QHBox() 29213 vfunc[2]: QPaintDevice::setResolution(int) 29214 vfunc[3]: QPaintDevice::resolution() const 29215 vfunc[4]: QPaintDevice::handle() const 29216 vfunc[5]: QPaintDevice::x11RenderHandle() const 29217 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 29218 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 29219 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 29220 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 29221 const 29222 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 29223 29224 The Run Time Type Information for the QHBox class is described 29225 by Table 8-347 29226 29227 Table 8-347. typeinfo for QHBox 29228 Base Vtable vtable for __cxxabiv1::__si_class_type_info 29229 Name typeinfo name for QHBox 29230 basetype: typeinfo for QFrame 29231 __________________________________________________________ 29232 29233 8.2.24.2. Class data for QSplitter 29234 29235 The virtual table for the QSplitter class is described by Table 29236 8-348 29237 29238 Table 8-348. Primary vtable for QSplitter 29239 Base Offset 0 29240 Virtual Base Offset 0 29241 RTTI typeinfo for QSplitter 29242 vfunc[0]: NULL or QSplitter::metaObject() const 29243 vfunc[1]: QSplitter::className() const 29244 vfunc[2]: QSplitter::qt_cast(char const*) 29245 vfunc[3]: QSplitter::qt_invoke(int, QUObject*) 29246 vfunc[4]: QSplitter::qt_emit(int, QUObject*) 29247 vfunc[5]: QSplitter::qt_property(int, int, QVariant*) 29248 vfunc[6]: QSplitter::~QSplitter() 29249 vfunc[7]: QSplitter::~QSplitter() 29250 vfunc[8]: QSplitter::event(QEvent*) 29251 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 29252 vfunc[10]: QWidget::setName(char const*) 29253 vfunc[11]: QObject::insertChild(QObject*) 29254 vfunc[12]: QObject::removeChild(QObject*) 29255 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 29256 vfunc[14]: QObject::property(char const*) const 29257 vfunc[15]: QObject::timerEvent(QTimerEvent*) 29258 vfunc[16]: QSplitter::childEvent(QChildEvent*) 29259 vfunc[17]: QObject::customEvent(QCustomEvent*) 29260 vfunc[18]: QObject::connectNotify(char const*) 29261 vfunc[19]: QObject::disconnectNotify(char const*) 29262 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 29263 const*, char const*) 29264 vfunc[21]: QWidget::setEnabled(bool) 29265 vfunc[22]: QWidget::setMinimumSize(int, int) 29266 vfunc[23]: QWidget::setMaximumSize(int, int) 29267 vfunc[24]: QWidget::setSizeIncrement(int, int) 29268 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 29269 vfunc[26]: QWidget::setEraseColor(QColor const&) 29270 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 29271 vfunc[28]: QWidget::setPalette(QPalette const&) 29272 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 29273 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 29274 vfunc[31]: QWidget::setFont(QFont const&) 29275 vfunc[32]: QWidget::setCursor(QCursor const&) 29276 vfunc[33]: QWidget::unsetCursor() 29277 vfunc[34]: QWidget::setMask(QBitmap const&) 29278 vfunc[35]: QWidget::setMask(QRegion const&) 29279 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 29280 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 29281 vfunc[38]: QWidget::setCaption(QString const&) 29282 vfunc[39]: QWidget::setIcon(QPixmap const&) 29283 vfunc[40]: QWidget::setIconText(QString const&) 29284 vfunc[41]: QWidget::setMouseTracking(bool) 29285 vfunc[42]: QWidget::setFocus() 29286 vfunc[43]: QWidget::setActiveWindow() 29287 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 29288 vfunc[45]: QWidget::setFocusProxy(QWidget*) 29289 vfunc[46]: QWidget::setUpdatesEnabled(bool) 29290 vfunc[47]: QWidget::show() 29291 vfunc[48]: QWidget::hide() 29292 vfunc[49]: QWidget::showMinimized() 29293 vfunc[50]: QWidget::showMaximized() 29294 vfunc[51]: QWidget::showNormal() 29295 vfunc[52]: QWidget::polish() 29296 vfunc[53]: QWidget::move(int, int) 29297 vfunc[54]: QWidget::resize(int, int) 29298 vfunc[55]: QWidget::setGeometry(int, int, int, int) 29299 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 29300 vfunc[57]: QWidget::close(bool) 29301 vfunc[58]: QSplitter::sizeHint() const 29302 vfunc[59]: QSplitter::minimumSizeHint() const 29303 vfunc[60]: QWidget::sizePolicy() const 29304 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 29305 vfunc[62]: QWidget::heightForWidth(int) const 29306 vfunc[63]: QWidget::adjustSize() 29307 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 29308 const&, bool) 29309 vfunc[65]: QWidget::setAcceptDrops(bool) 29310 vfunc[66]: QWidget::setAutoMask(bool) 29311 vfunc[67]: 29312 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 29313 vfunc[68]: QWidget::customWhatsThis() const 29314 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 29315 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 29316 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 29317 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 29318 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 29319 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 29320 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 29321 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 29322 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 29323 vfunc[78]: QWidget::enterEvent(QEvent*) 29324 vfunc[79]: QWidget::leaveEvent(QEvent*) 29325 vfunc[80]: QFrame::paintEvent(QPaintEvent*) 29326 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 29327 vfunc[82]: QSplitter::resizeEvent(QResizeEvent*) 29328 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 29329 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 29330 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 29331 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 29332 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 29333 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 29334 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 29335 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 29336 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 29337 vfunc[92]: QWidget::dropEvent(QDropEvent*) 29338 vfunc[93]: QWidget::showEvent(QShowEvent*) 29339 vfunc[94]: QWidget::hideEvent(QHideEvent*) 29340 vfunc[95]: QWidget::x11Event(_XEvent*) 29341 vfunc[96]: QWidget::updateMask() 29342 vfunc[97]: QSplitter::styleChange(QStyle&) 29343 vfunc[98]: QWidget::enabledChange(bool) 29344 vfunc[99]: QWidget::paletteChange(QPalette const&) 29345 vfunc[100]: QWidget::fontChange(QFont const&) 29346 vfunc[101]: QWidget::windowActivationChange(bool) 29347 vfunc[102]: QWidget::metric(int) const 29348 vfunc[103]: QWidget::create(unsigned long, bool, bool) 29349 vfunc[104]: QWidget::destroy(bool, bool) 29350 vfunc[105]: NULL or QWidget::setWState(unsigned int) 29351 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 29352 vfunc[107]: QWidget::focusNextPrevChild(bool) 29353 vfunc[108]: QWidget::setKeyCompression(bool) 29354 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 29355 bool, QFont*) 29356 vfunc[110]: QFrame::setFrameStyle(int) 29357 vfunc[111]: QFrame::setLineWidth(int) 29358 vfunc[112]: QFrame::setMargin(int) 29359 vfunc[113]: QFrame::setMidLineWidth(int) 29360 vfunc[114]: QFrame::setFrameRect(QRect const&) 29361 vfunc[115]: QFrame::drawFrame(QPainter*) 29362 vfunc[116]: QFrame::drawContents(QPainter*) 29363 vfunc[117]: QFrame::frameChanged() 29364 vfunc[118]: QSplitter::setOrientation(Qt::Orientation) 29365 vfunc[119]: QSplitter::setResizeMode(QWidget*, 29366 QSplitter::ResizeMode) 29367 vfunc[120]: QSplitter::setOpaqueResize(bool) 29368 vfunc[121]: QSplitter::drawSplitter(QPainter*, int, int, int, 29369 int) 29370 vfunc[122]: QSplitter::setRubberband(int) 29371 29372 Table 8-349. Secondary vtable for QSplitter 29373 Base Offset -80 29374 Virtual Base Offset 0 29375 RTTI typeinfo for QSplitter 29376 vfunc[0]: non-virtual thunk to QSplitter::~QSplitter() 29377 vfunc[1]: non-virtual thunk to QSplitter::~QSplitter() 29378 vfunc[2]: QPaintDevice::setResolution(int) 29379 vfunc[3]: QPaintDevice::resolution() const 29380 vfunc[4]: QPaintDevice::handle() const 29381 vfunc[5]: QPaintDevice::x11RenderHandle() const 29382 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 29383 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 29384 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 29385 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 29386 const 29387 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 29388 29389 The Run Time Type Information for the QSplitter class is 29390 described by Table 8-350 29391 29392 Table 8-350. typeinfo for QSplitter 29393 Base Vtable vtable for __cxxabiv1::__si_class_type_info 29394 Name typeinfo name for QSplitter 29395 basetype: typeinfo for QFrame 29396 __________________________________________________________ 29397 29398 8.2.24.3. Class data for QVBox 29399 29400 The virtual table for the QVBox class is described by Table 29401 8-351 29402 29403 Table 8-351. Primary vtable for QVBox 29404 Base Offset 0 29405 Virtual Base Offset 0 29406 RTTI typeinfo for QVBox 29407 vfunc[0]: NULL or QVBox::metaObject() const 29408 vfunc[1]: QVBox::className() const 29409 vfunc[2]: QVBox::qt_cast(char const*) 29410 vfunc[3]: QVBox::qt_invoke(int, QUObject*) 29411 vfunc[4]: QVBox::qt_emit(int, QUObject*) 29412 vfunc[5]: QVBox::qt_property(int, int, QVariant*) 29413 vfunc[6]: NULL or QVBox::~QVBox() 29414 vfunc[7]: NULL or QVBox::~QVBox() 29415 vfunc[8]: QWidget::event(QEvent*) 29416 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 29417 vfunc[10]: QWidget::setName(char const*) 29418 vfunc[11]: QObject::insertChild(QObject*) 29419 vfunc[12]: QObject::removeChild(QObject*) 29420 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 29421 vfunc[14]: QObject::property(char const*) const 29422 vfunc[15]: QObject::timerEvent(QTimerEvent*) 29423 vfunc[16]: QObject::childEvent(QChildEvent*) 29424 vfunc[17]: QObject::customEvent(QCustomEvent*) 29425 vfunc[18]: QObject::connectNotify(char const*) 29426 vfunc[19]: QObject::disconnectNotify(char const*) 29427 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 29428 const*, char const*) 29429 vfunc[21]: QWidget::setEnabled(bool) 29430 vfunc[22]: QWidget::setMinimumSize(int, int) 29431 vfunc[23]: QWidget::setMaximumSize(int, int) 29432 vfunc[24]: QWidget::setSizeIncrement(int, int) 29433 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 29434 vfunc[26]: QWidget::setEraseColor(QColor const&) 29435 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 29436 vfunc[28]: QWidget::setPalette(QPalette const&) 29437 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 29438 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 29439 vfunc[31]: QWidget::setFont(QFont const&) 29440 vfunc[32]: QWidget::setCursor(QCursor const&) 29441 vfunc[33]: QWidget::unsetCursor() 29442 vfunc[34]: QWidget::setMask(QBitmap const&) 29443 vfunc[35]: QWidget::setMask(QRegion const&) 29444 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 29445 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 29446 vfunc[38]: QWidget::setCaption(QString const&) 29447 vfunc[39]: QWidget::setIcon(QPixmap const&) 29448 vfunc[40]: QWidget::setIconText(QString const&) 29449 vfunc[41]: QWidget::setMouseTracking(bool) 29450 vfunc[42]: QWidget::setFocus() 29451 vfunc[43]: QWidget::setActiveWindow() 29452 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 29453 vfunc[45]: QWidget::setFocusProxy(QWidget*) 29454 vfunc[46]: QWidget::setUpdatesEnabled(bool) 29455 vfunc[47]: QWidget::show() 29456 vfunc[48]: QWidget::hide() 29457 vfunc[49]: QWidget::showMinimized() 29458 vfunc[50]: QWidget::showMaximized() 29459 vfunc[51]: QWidget::showNormal() 29460 vfunc[52]: QWidget::polish() 29461 vfunc[53]: QWidget::move(int, int) 29462 vfunc[54]: QWidget::resize(int, int) 29463 vfunc[55]: QWidget::setGeometry(int, int, int, int) 29464 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 29465 vfunc[57]: QWidget::close(bool) 29466 vfunc[58]: QHBox::sizeHint() const 29467 vfunc[59]: QWidget::minimumSizeHint() const 29468 vfunc[60]: QWidget::sizePolicy() const 29469 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 29470 vfunc[62]: QWidget::heightForWidth(int) const 29471 vfunc[63]: QWidget::adjustSize() 29472 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 29473 const&, bool) 29474 vfunc[65]: QWidget::setAcceptDrops(bool) 29475 vfunc[66]: QWidget::setAutoMask(bool) 29476 vfunc[67]: 29477 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 29478 vfunc[68]: QWidget::customWhatsThis() const 29479 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 29480 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 29481 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 29482 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 29483 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 29484 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 29485 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 29486 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 29487 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 29488 vfunc[78]: QWidget::enterEvent(QEvent*) 29489 vfunc[79]: QWidget::leaveEvent(QEvent*) 29490 vfunc[80]: QFrame::paintEvent(QPaintEvent*) 29491 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 29492 vfunc[82]: QFrame::resizeEvent(QResizeEvent*) 29493 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 29494 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 29495 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 29496 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 29497 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 29498 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 29499 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 29500 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 29501 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 29502 vfunc[92]: QWidget::dropEvent(QDropEvent*) 29503 vfunc[93]: QWidget::showEvent(QShowEvent*) 29504 vfunc[94]: QWidget::hideEvent(QHideEvent*) 29505 vfunc[95]: QWidget::x11Event(_XEvent*) 29506 vfunc[96]: QWidget::updateMask() 29507 vfunc[97]: QFrame::styleChange(QStyle&) 29508 vfunc[98]: QWidget::enabledChange(bool) 29509 vfunc[99]: QWidget::paletteChange(QPalette const&) 29510 vfunc[100]: QWidget::fontChange(QFont const&) 29511 vfunc[101]: QWidget::windowActivationChange(bool) 29512 vfunc[102]: QWidget::metric(int) const 29513 vfunc[103]: QWidget::create(unsigned long, bool, bool) 29514 vfunc[104]: QWidget::destroy(bool, bool) 29515 vfunc[105]: NULL or QWidget::setWState(unsigned int) 29516 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 29517 vfunc[107]: QWidget::focusNextPrevChild(bool) 29518 vfunc[108]: QWidget::setKeyCompression(bool) 29519 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 29520 bool, QFont*) 29521 vfunc[110]: QFrame::setFrameStyle(int) 29522 vfunc[111]: QFrame::setLineWidth(int) 29523 vfunc[112]: QFrame::setMargin(int) 29524 vfunc[113]: QFrame::setMidLineWidth(int) 29525 vfunc[114]: QFrame::setFrameRect(QRect const&) 29526 vfunc[115]: QFrame::drawFrame(QPainter*) 29527 vfunc[116]: QFrame::drawContents(QPainter*) 29528 vfunc[117]: QHBox::frameChanged() 29529 29530 Table 8-352. Secondary vtable for QVBox 29531 Base Offset -80 29532 Virtual Base Offset 0 29533 RTTI typeinfo for QVBox 29534 vfunc[0]: non-virtual thunk to QVBox::~QVBox() 29535 vfunc[1]: non-virtual thunk to QVBox::~QVBox() 29536 vfunc[2]: QPaintDevice::setResolution(int) 29537 vfunc[3]: QPaintDevice::resolution() const 29538 vfunc[4]: QPaintDevice::handle() const 29539 vfunc[5]: QPaintDevice::x11RenderHandle() const 29540 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 29541 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 29542 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 29543 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 29544 const 29545 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 29546 29547 The Run Time Type Information for the QVBox class is described 29548 by Table 8-353 29549 29550 Table 8-353. typeinfo for QVBox 29551 Base Vtable vtable for __cxxabiv1::__si_class_type_info 29552 Name typeinfo name for QVBox 29553 basetype: typeinfo for QHBox 29554 __________________________________________________________ 29555 29556 8.2.24.4. Class data for QGroupBox 29557 29558 The virtual table for the QGroupBox class is described by Table 29559 8-354 29560 29561 Table 8-354. Primary vtable for QGroupBox 29562 Base Offset 0 29563 Virtual Base Offset 0 29564 RTTI typeinfo for QGroupBox 29565 vfunc[0]: NULL or QGroupBox::metaObject() const 29566 vfunc[1]: QGroupBox::className() const 29567 vfunc[2]: QGroupBox::qt_cast(char const*) 29568 vfunc[3]: QGroupBox::qt_invoke(int, QUObject*) 29569 vfunc[4]: QGroupBox::qt_emit(int, QUObject*) 29570 vfunc[5]: QGroupBox::qt_property(int, int, QVariant*) 29571 vfunc[6]: QGroupBox::~QGroupBox() 29572 vfunc[7]: QGroupBox::~QGroupBox() 29573 vfunc[8]: QGroupBox::event(QEvent*) 29574 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 29575 vfunc[10]: QWidget::setName(char const*) 29576 vfunc[11]: QObject::insertChild(QObject*) 29577 vfunc[12]: QObject::removeChild(QObject*) 29578 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 29579 vfunc[14]: QObject::property(char const*) const 29580 vfunc[15]: QObject::timerEvent(QTimerEvent*) 29581 vfunc[16]: QGroupBox::childEvent(QChildEvent*) 29582 vfunc[17]: QObject::customEvent(QCustomEvent*) 29583 vfunc[18]: QObject::connectNotify(char const*) 29584 vfunc[19]: QObject::disconnectNotify(char const*) 29585 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 29586 const*, char const*) 29587 vfunc[21]: QGroupBox::setEnabled(bool) 29588 vfunc[22]: QWidget::setMinimumSize(int, int) 29589 vfunc[23]: QWidget::setMaximumSize(int, int) 29590 vfunc[24]: QWidget::setSizeIncrement(int, int) 29591 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 29592 vfunc[26]: QWidget::setEraseColor(QColor const&) 29593 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 29594 vfunc[28]: QWidget::setPalette(QPalette const&) 29595 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 29596 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 29597 vfunc[31]: QWidget::setFont(QFont const&) 29598 vfunc[32]: QWidget::setCursor(QCursor const&) 29599 vfunc[33]: QWidget::unsetCursor() 29600 vfunc[34]: QWidget::setMask(QBitmap const&) 29601 vfunc[35]: QWidget::setMask(QRegion const&) 29602 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 29603 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 29604 vfunc[38]: QWidget::setCaption(QString const&) 29605 vfunc[39]: QWidget::setIcon(QPixmap const&) 29606 vfunc[40]: QWidget::setIconText(QString const&) 29607 vfunc[41]: QWidget::setMouseTracking(bool) 29608 vfunc[42]: QWidget::setFocus() 29609 vfunc[43]: QWidget::setActiveWindow() 29610 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 29611 vfunc[45]: QWidget::setFocusProxy(QWidget*) 29612 vfunc[46]: QWidget::setUpdatesEnabled(bool) 29613 vfunc[47]: QWidget::show() 29614 vfunc[48]: QWidget::hide() 29615 vfunc[49]: QWidget::showMinimized() 29616 vfunc[50]: QWidget::showMaximized() 29617 vfunc[51]: QWidget::showNormal() 29618 vfunc[52]: QWidget::polish() 29619 vfunc[53]: QWidget::move(int, int) 29620 vfunc[54]: QWidget::resize(int, int) 29621 vfunc[55]: QWidget::setGeometry(int, int, int, int) 29622 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 29623 vfunc[57]: QWidget::close(bool) 29624 vfunc[58]: QGroupBox::sizeHint() const 29625 vfunc[59]: QWidget::minimumSizeHint() const 29626 vfunc[60]: QWidget::sizePolicy() const 29627 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 29628 vfunc[62]: QWidget::heightForWidth(int) const 29629 vfunc[63]: QWidget::adjustSize() 29630 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 29631 const&, bool) 29632 vfunc[65]: QWidget::setAcceptDrops(bool) 29633 vfunc[66]: QWidget::setAutoMask(bool) 29634 vfunc[67]: 29635 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 29636 vfunc[68]: QWidget::customWhatsThis() const 29637 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 29638 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 29639 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 29640 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 29641 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 29642 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 29643 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 29644 vfunc[76]: QGroupBox::focusInEvent(QFocusEvent*) 29645 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 29646 vfunc[78]: QWidget::enterEvent(QEvent*) 29647 vfunc[79]: QWidget::leaveEvent(QEvent*) 29648 vfunc[80]: QGroupBox::paintEvent(QPaintEvent*) 29649 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 29650 vfunc[82]: QGroupBox::resizeEvent(QResizeEvent*) 29651 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 29652 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 29653 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 29654 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 29655 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 29656 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 29657 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 29658 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 29659 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 29660 vfunc[92]: QWidget::dropEvent(QDropEvent*) 29661 vfunc[93]: QWidget::showEvent(QShowEvent*) 29662 vfunc[94]: QWidget::hideEvent(QHideEvent*) 29663 vfunc[95]: QWidget::x11Event(_XEvent*) 29664 vfunc[96]: QWidget::updateMask() 29665 vfunc[97]: QFrame::styleChange(QStyle&) 29666 vfunc[98]: QWidget::enabledChange(bool) 29667 vfunc[99]: QWidget::paletteChange(QPalette const&) 29668 vfunc[100]: QGroupBox::fontChange(QFont const&) 29669 vfunc[101]: QWidget::windowActivationChange(bool) 29670 vfunc[102]: QWidget::metric(int) const 29671 vfunc[103]: QWidget::create(unsigned long, bool, bool) 29672 vfunc[104]: QWidget::destroy(bool, bool) 29673 vfunc[105]: NULL or QWidget::setWState(unsigned int) 29674 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 29675 vfunc[107]: QWidget::focusNextPrevChild(bool) 29676 vfunc[108]: QWidget::setKeyCompression(bool) 29677 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 29678 bool, QFont*) 29679 vfunc[110]: QFrame::setFrameStyle(int) 29680 vfunc[111]: QFrame::setLineWidth(int) 29681 vfunc[112]: QFrame::setMargin(int) 29682 vfunc[113]: QFrame::setMidLineWidth(int) 29683 vfunc[114]: QFrame::setFrameRect(QRect const&) 29684 vfunc[115]: QFrame::drawFrame(QPainter*) 29685 vfunc[116]: QFrame::drawContents(QPainter*) 29686 vfunc[117]: QFrame::frameChanged() 29687 vfunc[118]: QGroupBox::setColumnLayout(int, Qt::Orientation) 29688 vfunc[119]: QGroupBox::setTitle(QString const&) 29689 vfunc[120]: QGroupBox::setAlignment(int) 29690 29691 Table 8-355. Secondary vtable for QGroupBox 29692 Base Offset -80 29693 Virtual Base Offset 0 29694 RTTI typeinfo for QGroupBox 29695 vfunc[0]: non-virtual thunk to QGroupBox::~QGroupBox() 29696 vfunc[1]: non-virtual thunk to QGroupBox::~QGroupBox() 29697 vfunc[2]: QPaintDevice::setResolution(int) 29698 vfunc[3]: QPaintDevice::resolution() const 29699 vfunc[4]: QPaintDevice::handle() const 29700 vfunc[5]: QPaintDevice::x11RenderHandle() const 29701 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 29702 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 29703 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 29704 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 29705 const 29706 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 29707 29708 The Run Time Type Information for the QGroupBox class is 29709 described by Table 8-356 29710 29711 Table 8-356. typeinfo for QGroupBox 29712 Base Vtable vtable for __cxxabiv1::__si_class_type_info 29713 Name typeinfo name for QGroupBox 29714 basetype: typeinfo for QFrame 29715 __________________________________________________________ 29716 29717 8.2.24.5. Class data for QHGroupBox 29718 29719 The virtual table for the QHGroupBox class is described by 29720 Table 8-357 29721 29722 Table 8-357. Primary vtable for QHGroupBox 29723 Base Offset 0 29724 Virtual Base Offset 0 29725 RTTI typeinfo for QHGroupBox 29726 vfunc[0]: NULL or QHGroupBox::metaObject() const 29727 vfunc[1]: QHGroupBox::className() const 29728 vfunc[2]: QHGroupBox::qt_cast(char const*) 29729 vfunc[3]: QHGroupBox::qt_invoke(int, QUObject*) 29730 vfunc[4]: QHGroupBox::qt_emit(int, QUObject*) 29731 vfunc[5]: QHGroupBox::qt_property(int, int, QVariant*) 29732 vfunc[6]: QHGroupBox::~QHGroupBox() 29733 vfunc[7]: QHGroupBox::~QHGroupBox() 29734 vfunc[8]: QGroupBox::event(QEvent*) 29735 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 29736 vfunc[10]: QWidget::setName(char const*) 29737 vfunc[11]: QObject::insertChild(QObject*) 29738 vfunc[12]: QObject::removeChild(QObject*) 29739 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 29740 vfunc[14]: QObject::property(char const*) const 29741 vfunc[15]: QObject::timerEvent(QTimerEvent*) 29742 vfunc[16]: QGroupBox::childEvent(QChildEvent*) 29743 vfunc[17]: QObject::customEvent(QCustomEvent*) 29744 vfunc[18]: QObject::connectNotify(char const*) 29745 vfunc[19]: QObject::disconnectNotify(char const*) 29746 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 29747 const*, char const*) 29748 vfunc[21]: QGroupBox::setEnabled(bool) 29749 vfunc[22]: QWidget::setMinimumSize(int, int) 29750 vfunc[23]: QWidget::setMaximumSize(int, int) 29751 vfunc[24]: QWidget::setSizeIncrement(int, int) 29752 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 29753 vfunc[26]: QWidget::setEraseColor(QColor const&) 29754 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 29755 vfunc[28]: QWidget::setPalette(QPalette const&) 29756 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 29757 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 29758 vfunc[31]: QWidget::setFont(QFont const&) 29759 vfunc[32]: QWidget::setCursor(QCursor const&) 29760 vfunc[33]: QWidget::unsetCursor() 29761 vfunc[34]: QWidget::setMask(QBitmap const&) 29762 vfunc[35]: QWidget::setMask(QRegion const&) 29763 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 29764 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 29765 vfunc[38]: QWidget::setCaption(QString const&) 29766 vfunc[39]: QWidget::setIcon(QPixmap const&) 29767 vfunc[40]: QWidget::setIconText(QString const&) 29768 vfunc[41]: QWidget::setMouseTracking(bool) 29769 vfunc[42]: QWidget::setFocus() 29770 vfunc[43]: QWidget::setActiveWindow() 29771 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 29772 vfunc[45]: QWidget::setFocusProxy(QWidget*) 29773 vfunc[46]: QWidget::setUpdatesEnabled(bool) 29774 vfunc[47]: QWidget::show() 29775 vfunc[48]: QWidget::hide() 29776 vfunc[49]: QWidget::showMinimized() 29777 vfunc[50]: QWidget::showMaximized() 29778 vfunc[51]: QWidget::showNormal() 29779 vfunc[52]: QWidget::polish() 29780 vfunc[53]: QWidget::move(int, int) 29781 vfunc[54]: QWidget::resize(int, int) 29782 vfunc[55]: QWidget::setGeometry(int, int, int, int) 29783 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 29784 vfunc[57]: QWidget::close(bool) 29785 vfunc[58]: QGroupBox::sizeHint() const 29786 vfunc[59]: QWidget::minimumSizeHint() const 29787 vfunc[60]: QWidget::sizePolicy() const 29788 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 29789 vfunc[62]: QWidget::heightForWidth(int) const 29790 vfunc[63]: QWidget::adjustSize() 29791 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 29792 const&, bool) 29793 vfunc[65]: QWidget::setAcceptDrops(bool) 29794 vfunc[66]: QWidget::setAutoMask(bool) 29795 vfunc[67]: 29796 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 29797 vfunc[68]: QWidget::customWhatsThis() const 29798 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 29799 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 29800 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 29801 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 29802 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 29803 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 29804 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 29805 vfunc[76]: QGroupBox::focusInEvent(QFocusEvent*) 29806 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 29807 vfunc[78]: QWidget::enterEvent(QEvent*) 29808 vfunc[79]: QWidget::leaveEvent(QEvent*) 29809 vfunc[80]: QGroupBox::paintEvent(QPaintEvent*) 29810 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 29811 vfunc[82]: QGroupBox::resizeEvent(QResizeEvent*) 29812 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 29813 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 29814 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 29815 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 29816 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 29817 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 29818 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 29819 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 29820 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 29821 vfunc[92]: QWidget::dropEvent(QDropEvent*) 29822 vfunc[93]: QWidget::showEvent(QShowEvent*) 29823 vfunc[94]: QWidget::hideEvent(QHideEvent*) 29824 vfunc[95]: QWidget::x11Event(_XEvent*) 29825 vfunc[96]: QWidget::updateMask() 29826 vfunc[97]: QFrame::styleChange(QStyle&) 29827 vfunc[98]: QWidget::enabledChange(bool) 29828 vfunc[99]: QWidget::paletteChange(QPalette const&) 29829 vfunc[100]: QGroupBox::fontChange(QFont const&) 29830 vfunc[101]: QWidget::windowActivationChange(bool) 29831 vfunc[102]: QWidget::metric(int) const 29832 vfunc[103]: QWidget::create(unsigned long, bool, bool) 29833 vfunc[104]: QWidget::destroy(bool, bool) 29834 vfunc[105]: NULL or QWidget::setWState(unsigned int) 29835 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 29836 vfunc[107]: QWidget::focusNextPrevChild(bool) 29837 vfunc[108]: QWidget::setKeyCompression(bool) 29838 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 29839 bool, QFont*) 29840 vfunc[110]: QFrame::setFrameStyle(int) 29841 vfunc[111]: QFrame::setLineWidth(int) 29842 vfunc[112]: QFrame::setMargin(int) 29843 vfunc[113]: QFrame::setMidLineWidth(int) 29844 vfunc[114]: QFrame::setFrameRect(QRect const&) 29845 vfunc[115]: QFrame::drawFrame(QPainter*) 29846 vfunc[116]: QFrame::drawContents(QPainter*) 29847 vfunc[117]: QFrame::frameChanged() 29848 vfunc[118]: QGroupBox::setColumnLayout(int, Qt::Orientation) 29849 vfunc[119]: QGroupBox::setTitle(QString const&) 29850 vfunc[120]: QGroupBox::setAlignment(int) 29851 29852 Table 8-358. Secondary vtable for QHGroupBox 29853 Base Offset -80 29854 Virtual Base Offset 0 29855 RTTI typeinfo for QHGroupBox 29856 vfunc[0]: non-virtual thunk to QHGroupBox::~QHGroupBox() 29857 vfunc[1]: non-virtual thunk to QHGroupBox::~QHGroupBox() 29858 vfunc[2]: QPaintDevice::setResolution(int) 29859 vfunc[3]: QPaintDevice::resolution() const 29860 vfunc[4]: QPaintDevice::handle() const 29861 vfunc[5]: QPaintDevice::x11RenderHandle() const 29862 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 29863 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 29864 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 29865 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 29866 const 29867 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 29868 29869 The Run Time Type Information for the QHGroupBox class is 29870 described by Table 8-359 29871 29872 Table 8-359. typeinfo for QHGroupBox 29873 Base Vtable vtable for __cxxabiv1::__si_class_type_info 29874 Name typeinfo name for QHGroupBox 29875 basetype: typeinfo for QGroupBox 29876 __________________________________________________________ 29877 29878 8.2.24.6. Class data for QHButtonGroup 29879 29880 The virtual table for the QHButtonGroup class is described by 29881 Table 8-360 29882 29883 Table 8-360. Primary vtable for QHButtonGroup 29884 Base Offset 0 29885 Virtual Base Offset 0 29886 RTTI typeinfo for QHButtonGroup 29887 vfunc[0]: NULL or QHButtonGroup::metaObject() const 29888 vfunc[1]: QHButtonGroup::className() const 29889 vfunc[2]: QHButtonGroup::qt_cast(char const*) 29890 vfunc[3]: QHButtonGroup::qt_invoke(int, QUObject*) 29891 vfunc[4]: QHButtonGroup::qt_emit(int, QUObject*) 29892 vfunc[5]: QHButtonGroup::qt_property(int, int, QVariant*) 29893 vfunc[6]: QHButtonGroup::~QHButtonGroup() 29894 vfunc[7]: QHButtonGroup::~QHButtonGroup() 29895 vfunc[8]: QButtonGroup::event(QEvent*) 29896 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 29897 vfunc[10]: QWidget::setName(char const*) 29898 vfunc[11]: QObject::insertChild(QObject*) 29899 vfunc[12]: QObject::removeChild(QObject*) 29900 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 29901 vfunc[14]: QObject::property(char const*) const 29902 vfunc[15]: QObject::timerEvent(QTimerEvent*) 29903 vfunc[16]: QGroupBox::childEvent(QChildEvent*) 29904 vfunc[17]: QObject::customEvent(QCustomEvent*) 29905 vfunc[18]: QObject::connectNotify(char const*) 29906 vfunc[19]: QObject::disconnectNotify(char const*) 29907 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 29908 const*, char const*) 29909 vfunc[21]: QGroupBox::setEnabled(bool) 29910 vfunc[22]: QWidget::setMinimumSize(int, int) 29911 vfunc[23]: QWidget::setMaximumSize(int, int) 29912 vfunc[24]: QWidget::setSizeIncrement(int, int) 29913 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 29914 vfunc[26]: QWidget::setEraseColor(QColor const&) 29915 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 29916 vfunc[28]: QWidget::setPalette(QPalette const&) 29917 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 29918 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 29919 vfunc[31]: QWidget::setFont(QFont const&) 29920 vfunc[32]: QWidget::setCursor(QCursor const&) 29921 vfunc[33]: QWidget::unsetCursor() 29922 vfunc[34]: QWidget::setMask(QBitmap const&) 29923 vfunc[35]: QWidget::setMask(QRegion const&) 29924 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 29925 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 29926 vfunc[38]: QWidget::setCaption(QString const&) 29927 vfunc[39]: QWidget::setIcon(QPixmap const&) 29928 vfunc[40]: QWidget::setIconText(QString const&) 29929 vfunc[41]: QWidget::setMouseTracking(bool) 29930 vfunc[42]: QWidget::setFocus() 29931 vfunc[43]: QWidget::setActiveWindow() 29932 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 29933 vfunc[45]: QWidget::setFocusProxy(QWidget*) 29934 vfunc[46]: QWidget::setUpdatesEnabled(bool) 29935 vfunc[47]: QWidget::show() 29936 vfunc[48]: QWidget::hide() 29937 vfunc[49]: QWidget::showMinimized() 29938 vfunc[50]: QWidget::showMaximized() 29939 vfunc[51]: QWidget::showNormal() 29940 vfunc[52]: QWidget::polish() 29941 vfunc[53]: QWidget::move(int, int) 29942 vfunc[54]: QWidget::resize(int, int) 29943 vfunc[55]: QWidget::setGeometry(int, int, int, int) 29944 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 29945 vfunc[57]: QWidget::close(bool) 29946 vfunc[58]: QGroupBox::sizeHint() const 29947 vfunc[59]: QWidget::minimumSizeHint() const 29948 vfunc[60]: QWidget::sizePolicy() const 29949 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 29950 vfunc[62]: QWidget::heightForWidth(int) const 29951 vfunc[63]: QWidget::adjustSize() 29952 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 29953 const&, bool) 29954 vfunc[65]: QWidget::setAcceptDrops(bool) 29955 vfunc[66]: QWidget::setAutoMask(bool) 29956 vfunc[67]: 29957 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 29958 vfunc[68]: QWidget::customWhatsThis() const 29959 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 29960 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 29961 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 29962 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 29963 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 29964 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 29965 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 29966 vfunc[76]: QGroupBox::focusInEvent(QFocusEvent*) 29967 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 29968 vfunc[78]: QWidget::enterEvent(QEvent*) 29969 vfunc[79]: QWidget::leaveEvent(QEvent*) 29970 vfunc[80]: QGroupBox::paintEvent(QPaintEvent*) 29971 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 29972 vfunc[82]: QGroupBox::resizeEvent(QResizeEvent*) 29973 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 29974 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 29975 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 29976 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 29977 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 29978 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 29979 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 29980 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 29981 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 29982 vfunc[92]: QWidget::dropEvent(QDropEvent*) 29983 vfunc[93]: QWidget::showEvent(QShowEvent*) 29984 vfunc[94]: QWidget::hideEvent(QHideEvent*) 29985 vfunc[95]: QWidget::x11Event(_XEvent*) 29986 vfunc[96]: QWidget::updateMask() 29987 vfunc[97]: QFrame::styleChange(QStyle&) 29988 vfunc[98]: QWidget::enabledChange(bool) 29989 vfunc[99]: QWidget::paletteChange(QPalette const&) 29990 vfunc[100]: QGroupBox::fontChange(QFont const&) 29991 vfunc[101]: QWidget::windowActivationChange(bool) 29992 vfunc[102]: QWidget::metric(int) const 29993 vfunc[103]: QWidget::create(unsigned long, bool, bool) 29994 vfunc[104]: QWidget::destroy(bool, bool) 29995 vfunc[105]: NULL or QWidget::setWState(unsigned int) 29996 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 29997 vfunc[107]: QWidget::focusNextPrevChild(bool) 29998 vfunc[108]: QWidget::setKeyCompression(bool) 29999 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 30000 bool, QFont*) 30001 vfunc[110]: QFrame::setFrameStyle(int) 30002 vfunc[111]: QFrame::setLineWidth(int) 30003 vfunc[112]: QFrame::setMargin(int) 30004 vfunc[113]: QFrame::setMidLineWidth(int) 30005 vfunc[114]: QFrame::setFrameRect(QRect const&) 30006 vfunc[115]: QFrame::drawFrame(QPainter*) 30007 vfunc[116]: QFrame::drawContents(QPainter*) 30008 vfunc[117]: QFrame::frameChanged() 30009 vfunc[118]: QGroupBox::setColumnLayout(int, Qt::Orientation) 30010 vfunc[119]: QGroupBox::setTitle(QString const&) 30011 vfunc[120]: QGroupBox::setAlignment(int) 30012 vfunc[121]: QButtonGroup::setExclusive(bool) 30013 vfunc[122]: QButtonGroup::setRadioButtonExclusive(bool) 30014 vfunc[123]: QButtonGroup::setButton(int) 30015 vfunc[124]: QButtonGroup::moveFocus(int) 30016 30017 Table 8-361. Secondary vtable for QHButtonGroup 30018 Base Offset -80 30019 Virtual Base Offset 0 30020 RTTI typeinfo for QHButtonGroup 30021 vfunc[0]: non-virtual thunk to QHButtonGroup::~QHButtonGroup() 30022 vfunc[1]: non-virtual thunk to QHButtonGroup::~QHButtonGroup() 30023 vfunc[2]: QPaintDevice::setResolution(int) 30024 vfunc[3]: QPaintDevice::resolution() const 30025 vfunc[4]: QPaintDevice::handle() const 30026 vfunc[5]: QPaintDevice::x11RenderHandle() const 30027 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 30028 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 30029 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 30030 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 30031 const 30032 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 30033 30034 The Run Time Type Information for the QHButtonGroup class is 30035 described by Table 8-362 30036 30037 Table 8-362. typeinfo for QHButtonGroup 30038 Base Vtable vtable for __cxxabiv1::__si_class_type_info 30039 Name typeinfo name for QHButtonGroup 30040 basetype: typeinfo for QButtonGroup 30041 __________________________________________________________ 30042 30043 8.2.24.7. Class data for QWidgetStack 30044 30045 The virtual table for the QWidgetStack class is described by 30046 Table 8-363 30047 30048 Table 8-363. Primary vtable for QWidgetStack 30049 Base Offset 0 30050 Virtual Base Offset 0 30051 RTTI typeinfo for QWidgetStack 30052 vfunc[0]: NULL or QWidgetStack::metaObject() const 30053 vfunc[1]: QWidgetStack::className() const 30054 vfunc[2]: QWidgetStack::qt_cast(char const*) 30055 vfunc[3]: QWidgetStack::qt_invoke(int, QUObject*) 30056 vfunc[4]: QWidgetStack::qt_emit(int, QUObject*) 30057 vfunc[5]: QWidgetStack::qt_property(int, int, QVariant*) 30058 vfunc[6]: QWidgetStack::~QWidgetStack() 30059 vfunc[7]: QWidgetStack::~QWidgetStack() 30060 vfunc[8]: QWidget::event(QEvent*) 30061 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 30062 vfunc[10]: QWidget::setName(char const*) 30063 vfunc[11]: QObject::insertChild(QObject*) 30064 vfunc[12]: QObject::removeChild(QObject*) 30065 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 30066 vfunc[14]: QObject::property(char const*) const 30067 vfunc[15]: QObject::timerEvent(QTimerEvent*) 30068 vfunc[16]: QWidgetStack::childEvent(QChildEvent*) 30069 vfunc[17]: QObject::customEvent(QCustomEvent*) 30070 vfunc[18]: QObject::connectNotify(char const*) 30071 vfunc[19]: QObject::disconnectNotify(char const*) 30072 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 30073 const*, char const*) 30074 vfunc[21]: QWidget::setEnabled(bool) 30075 vfunc[22]: QWidget::setMinimumSize(int, int) 30076 vfunc[23]: QWidget::setMaximumSize(int, int) 30077 vfunc[24]: QWidget::setSizeIncrement(int, int) 30078 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 30079 vfunc[26]: QWidget::setEraseColor(QColor const&) 30080 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 30081 vfunc[28]: QWidget::setPalette(QPalette const&) 30082 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 30083 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 30084 vfunc[31]: QWidget::setFont(QFont const&) 30085 vfunc[32]: QWidget::setCursor(QCursor const&) 30086 vfunc[33]: QWidget::unsetCursor() 30087 vfunc[34]: QWidget::setMask(QBitmap const&) 30088 vfunc[35]: QWidget::setMask(QRegion const&) 30089 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 30090 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 30091 vfunc[38]: QWidget::setCaption(QString const&) 30092 vfunc[39]: QWidget::setIcon(QPixmap const&) 30093 vfunc[40]: QWidget::setIconText(QString const&) 30094 vfunc[41]: QWidget::setMouseTracking(bool) 30095 vfunc[42]: QWidget::setFocus() 30096 vfunc[43]: QWidget::setActiveWindow() 30097 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 30098 vfunc[45]: QWidget::setFocusProxy(QWidget*) 30099 vfunc[46]: QWidget::setUpdatesEnabled(bool) 30100 vfunc[47]: QWidgetStack::show() 30101 vfunc[48]: QWidget::hide() 30102 vfunc[49]: QWidget::showMinimized() 30103 vfunc[50]: QWidget::showMaximized() 30104 vfunc[51]: QWidget::showNormal() 30105 vfunc[52]: QWidget::polish() 30106 vfunc[53]: QWidget::move(int, int) 30107 vfunc[54]: QWidget::resize(int, int) 30108 vfunc[55]: QWidget::setGeometry(int, int, int, int) 30109 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 30110 vfunc[57]: QWidget::close(bool) 30111 vfunc[58]: QWidgetStack::sizeHint() const 30112 vfunc[59]: QWidgetStack::minimumSizeHint() const 30113 vfunc[60]: QWidget::sizePolicy() const 30114 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 30115 vfunc[62]: QWidget::heightForWidth(int) const 30116 vfunc[63]: QWidget::adjustSize() 30117 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 30118 const&, bool) 30119 vfunc[65]: QWidget::setAcceptDrops(bool) 30120 vfunc[66]: QWidget::setAutoMask(bool) 30121 vfunc[67]: 30122 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 30123 vfunc[68]: QWidget::customWhatsThis() const 30124 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 30125 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 30126 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 30127 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 30128 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 30129 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 30130 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 30131 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 30132 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 30133 vfunc[78]: QWidget::enterEvent(QEvent*) 30134 vfunc[79]: QWidget::leaveEvent(QEvent*) 30135 vfunc[80]: QFrame::paintEvent(QPaintEvent*) 30136 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 30137 vfunc[82]: QWidgetStack::resizeEvent(QResizeEvent*) 30138 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 30139 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 30140 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 30141 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 30142 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 30143 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 30144 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 30145 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 30146 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 30147 vfunc[92]: QWidget::dropEvent(QDropEvent*) 30148 vfunc[93]: QWidget::showEvent(QShowEvent*) 30149 vfunc[94]: QWidget::hideEvent(QHideEvent*) 30150 vfunc[95]: QWidget::x11Event(_XEvent*) 30151 vfunc[96]: QWidget::updateMask() 30152 vfunc[97]: QFrame::styleChange(QStyle&) 30153 vfunc[98]: QWidget::enabledChange(bool) 30154 vfunc[99]: QWidget::paletteChange(QPalette const&) 30155 vfunc[100]: QWidget::fontChange(QFont const&) 30156 vfunc[101]: QWidget::windowActivationChange(bool) 30157 vfunc[102]: QWidget::metric(int) const 30158 vfunc[103]: QWidget::create(unsigned long, bool, bool) 30159 vfunc[104]: QWidget::destroy(bool, bool) 30160 vfunc[105]: NULL or QWidget::setWState(unsigned int) 30161 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 30162 vfunc[107]: QWidget::focusNextPrevChild(bool) 30163 vfunc[108]: QWidget::setKeyCompression(bool) 30164 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 30165 bool, QFont*) 30166 vfunc[110]: QFrame::setFrameStyle(int) 30167 vfunc[111]: QFrame::setLineWidth(int) 30168 vfunc[112]: QFrame::setMargin(int) 30169 vfunc[113]: QFrame::setMidLineWidth(int) 30170 vfunc[114]: QWidgetStack::setFrameRect(QRect const&) 30171 vfunc[115]: QFrame::drawFrame(QPainter*) 30172 vfunc[116]: QFrame::drawContents(QPainter*) 30173 vfunc[117]: QWidgetStack::frameChanged() 30174 vfunc[118]: QWidgetStack::setChildGeometries() 30175 30176 Table 8-364. Secondary vtable for QWidgetStack 30177 Base Offset -80 30178 Virtual Base Offset 0 30179 RTTI typeinfo for QWidgetStack 30180 vfunc[0]: non-virtual thunk to QWidgetStack::~QWidgetStack() 30181 vfunc[1]: non-virtual thunk to QWidgetStack::~QWidgetStack() 30182 vfunc[2]: QPaintDevice::setResolution(int) 30183 vfunc[3]: QPaintDevice::resolution() const 30184 vfunc[4]: QPaintDevice::handle() const 30185 vfunc[5]: QPaintDevice::x11RenderHandle() const 30186 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 30187 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 30188 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 30189 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 30190 const 30191 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 30192 30193 The Run Time Type Information for the QWidgetStack class is 30194 described by Table 8-365 30195 30196 Table 8-365. typeinfo for QWidgetStack 30197 Base Vtable vtable for __cxxabiv1::__si_class_type_info 30198 Name typeinfo name for QWidgetStack 30199 basetype: typeinfo for QFrame 30200 __________________________________________________________ 30201 30202 8.2.24.8. Class data for QButtonGroup 30203 30204 The virtual table for the QButtonGroup class is described by 30205 Table 8-366 30206 30207 Table 8-366. Primary vtable for QButtonGroup 30208 Base Offset 0 30209 Virtual Base Offset 0 30210 RTTI typeinfo for QButtonGroup 30211 vfunc[0]: NULL or QButtonGroup::metaObject() const 30212 vfunc[1]: QButtonGroup::className() const 30213 vfunc[2]: QButtonGroup::qt_cast(char const*) 30214 vfunc[3]: QButtonGroup::qt_invoke(int, QUObject*) 30215 vfunc[4]: QButtonGroup::qt_emit(int, QUObject*) 30216 vfunc[5]: QButtonGroup::qt_property(int, int, QVariant*) 30217 vfunc[6]: QButtonGroup::~QButtonGroup() 30218 vfunc[7]: QButtonGroup::~QButtonGroup() 30219 vfunc[8]: QButtonGroup::event(QEvent*) 30220 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 30221 vfunc[10]: QWidget::setName(char const*) 30222 vfunc[11]: QObject::insertChild(QObject*) 30223 vfunc[12]: QObject::removeChild(QObject*) 30224 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 30225 vfunc[14]: QObject::property(char const*) const 30226 vfunc[15]: QObject::timerEvent(QTimerEvent*) 30227 vfunc[16]: QGroupBox::childEvent(QChildEvent*) 30228 vfunc[17]: QObject::customEvent(QCustomEvent*) 30229 vfunc[18]: QObject::connectNotify(char const*) 30230 vfunc[19]: QObject::disconnectNotify(char const*) 30231 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 30232 const*, char const*) 30233 vfunc[21]: QGroupBox::setEnabled(bool) 30234 vfunc[22]: QWidget::setMinimumSize(int, int) 30235 vfunc[23]: QWidget::setMaximumSize(int, int) 30236 vfunc[24]: QWidget::setSizeIncrement(int, int) 30237 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 30238 vfunc[26]: QWidget::setEraseColor(QColor const&) 30239 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 30240 vfunc[28]: QWidget::setPalette(QPalette const&) 30241 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 30242 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 30243 vfunc[31]: QWidget::setFont(QFont const&) 30244 vfunc[32]: QWidget::setCursor(QCursor const&) 30245 vfunc[33]: QWidget::unsetCursor() 30246 vfunc[34]: QWidget::setMask(QBitmap const&) 30247 vfunc[35]: QWidget::setMask(QRegion const&) 30248 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 30249 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 30250 vfunc[38]: QWidget::setCaption(QString const&) 30251 vfunc[39]: QWidget::setIcon(QPixmap const&) 30252 vfunc[40]: QWidget::setIconText(QString const&) 30253 vfunc[41]: QWidget::setMouseTracking(bool) 30254 vfunc[42]: QWidget::setFocus() 30255 vfunc[43]: QWidget::setActiveWindow() 30256 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 30257 vfunc[45]: QWidget::setFocusProxy(QWidget*) 30258 vfunc[46]: QWidget::setUpdatesEnabled(bool) 30259 vfunc[47]: QWidget::show() 30260 vfunc[48]: QWidget::hide() 30261 vfunc[49]: QWidget::showMinimized() 30262 vfunc[50]: QWidget::showMaximized() 30263 vfunc[51]: QWidget::showNormal() 30264 vfunc[52]: QWidget::polish() 30265 vfunc[53]: QWidget::move(int, int) 30266 vfunc[54]: QWidget::resize(int, int) 30267 vfunc[55]: QWidget::setGeometry(int, int, int, int) 30268 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 30269 vfunc[57]: QWidget::close(bool) 30270 vfunc[58]: QGroupBox::sizeHint() const 30271 vfunc[59]: QWidget::minimumSizeHint() const 30272 vfunc[60]: QWidget::sizePolicy() const 30273 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 30274 vfunc[62]: QWidget::heightForWidth(int) const 30275 vfunc[63]: QWidget::adjustSize() 30276 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 30277 const&, bool) 30278 vfunc[65]: QWidget::setAcceptDrops(bool) 30279 vfunc[66]: QWidget::setAutoMask(bool) 30280 vfunc[67]: 30281 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 30282 vfunc[68]: QWidget::customWhatsThis() const 30283 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 30284 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 30285 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 30286 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 30287 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 30288 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 30289 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 30290 vfunc[76]: QGroupBox::focusInEvent(QFocusEvent*) 30291 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 30292 vfunc[78]: QWidget::enterEvent(QEvent*) 30293 vfunc[79]: QWidget::leaveEvent(QEvent*) 30294 vfunc[80]: QGroupBox::paintEvent(QPaintEvent*) 30295 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 30296 vfunc[82]: QGroupBox::resizeEvent(QResizeEvent*) 30297 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 30298 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 30299 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 30300 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 30301 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 30302 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 30303 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 30304 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 30305 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 30306 vfunc[92]: QWidget::dropEvent(QDropEvent*) 30307 vfunc[93]: QWidget::showEvent(QShowEvent*) 30308 vfunc[94]: QWidget::hideEvent(QHideEvent*) 30309 vfunc[95]: QWidget::x11Event(_XEvent*) 30310 vfunc[96]: QWidget::updateMask() 30311 vfunc[97]: QFrame::styleChange(QStyle&) 30312 vfunc[98]: QWidget::enabledChange(bool) 30313 vfunc[99]: QWidget::paletteChange(QPalette const&) 30314 vfunc[100]: QGroupBox::fontChange(QFont const&) 30315 vfunc[101]: QWidget::windowActivationChange(bool) 30316 vfunc[102]: QWidget::metric(int) const 30317 vfunc[103]: QWidget::create(unsigned long, bool, bool) 30318 vfunc[104]: QWidget::destroy(bool, bool) 30319 vfunc[105]: NULL or QWidget::setWState(unsigned int) 30320 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 30321 vfunc[107]: QWidget::focusNextPrevChild(bool) 30322 vfunc[108]: QWidget::setKeyCompression(bool) 30323 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 30324 bool, QFont*) 30325 vfunc[110]: QFrame::setFrameStyle(int) 30326 vfunc[111]: QFrame::setLineWidth(int) 30327 vfunc[112]: QFrame::setMargin(int) 30328 vfunc[113]: QFrame::setMidLineWidth(int) 30329 vfunc[114]: QFrame::setFrameRect(QRect const&) 30330 vfunc[115]: QFrame::drawFrame(QPainter*) 30331 vfunc[116]: QFrame::drawContents(QPainter*) 30332 vfunc[117]: QFrame::frameChanged() 30333 vfunc[118]: QGroupBox::setColumnLayout(int, Qt::Orientation) 30334 vfunc[119]: QGroupBox::setTitle(QString const&) 30335 vfunc[120]: QGroupBox::setAlignment(int) 30336 vfunc[121]: QButtonGroup::setExclusive(bool) 30337 vfunc[122]: QButtonGroup::setRadioButtonExclusive(bool) 30338 vfunc[123]: QButtonGroup::setButton(int) 30339 vfunc[124]: QButtonGroup::moveFocus(int) 30340 30341 Table 8-367. Secondary vtable for QButtonGroup 30342 Base Offset -80 30343 Virtual Base Offset 0 30344 RTTI typeinfo for QButtonGroup 30345 vfunc[0]: non-virtual thunk to QButtonGroup::~QButtonGroup() 30346 vfunc[1]: non-virtual thunk to QButtonGroup::~QButtonGroup() 30347 vfunc[2]: QPaintDevice::setResolution(int) 30348 vfunc[3]: QPaintDevice::resolution() const 30349 vfunc[4]: QPaintDevice::handle() const 30350 vfunc[5]: QPaintDevice::x11RenderHandle() const 30351 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 30352 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 30353 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 30354 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 30355 const 30356 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 30357 30358 The Run Time Type Information for the QButtonGroup class is 30359 described by Table 8-368 30360 30361 Table 8-368. typeinfo for QButtonGroup 30362 Base Vtable vtable for __cxxabiv1::__si_class_type_info 30363 Name typeinfo name for QButtonGroup 30364 basetype: typeinfo for QGroupBox 30365 __________________________________________________________ 30366 30367 8.2.24.9. Class data for QVButtonGroup 30368 30369 The virtual table for the QVButtonGroup class is described by 30370 Table 8-369 30371 30372 Table 8-369. Primary vtable for QVButtonGroup 30373 Base Offset 0 30374 Virtual Base Offset 0 30375 RTTI typeinfo for QVButtonGroup 30376 vfunc[0]: NULL or QVButtonGroup::metaObject() const 30377 vfunc[1]: QVButtonGroup::className() const 30378 vfunc[2]: QVButtonGroup::qt_cast(char const*) 30379 vfunc[3]: QVButtonGroup::qt_invoke(int, QUObject*) 30380 vfunc[4]: QVButtonGroup::qt_emit(int, QUObject*) 30381 vfunc[5]: QVButtonGroup::qt_property(int, int, QVariant*) 30382 vfunc[6]: QVButtonGroup::~QVButtonGroup() 30383 vfunc[7]: QVButtonGroup::~QVButtonGroup() 30384 vfunc[8]: QButtonGroup::event(QEvent*) 30385 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 30386 vfunc[10]: QWidget::setName(char const*) 30387 vfunc[11]: QObject::insertChild(QObject*) 30388 vfunc[12]: QObject::removeChild(QObject*) 30389 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 30390 vfunc[14]: QObject::property(char const*) const 30391 vfunc[15]: QObject::timerEvent(QTimerEvent*) 30392 vfunc[16]: QGroupBox::childEvent(QChildEvent*) 30393 vfunc[17]: QObject::customEvent(QCustomEvent*) 30394 vfunc[18]: QObject::connectNotify(char const*) 30395 vfunc[19]: QObject::disconnectNotify(char const*) 30396 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 30397 const*, char const*) 30398 vfunc[21]: QGroupBox::setEnabled(bool) 30399 vfunc[22]: QWidget::setMinimumSize(int, int) 30400 vfunc[23]: QWidget::setMaximumSize(int, int) 30401 vfunc[24]: QWidget::setSizeIncrement(int, int) 30402 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 30403 vfunc[26]: QWidget::setEraseColor(QColor const&) 30404 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 30405 vfunc[28]: QWidget::setPalette(QPalette const&) 30406 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 30407 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 30408 vfunc[31]: QWidget::setFont(QFont const&) 30409 vfunc[32]: QWidget::setCursor(QCursor const&) 30410 vfunc[33]: QWidget::unsetCursor() 30411 vfunc[34]: QWidget::setMask(QBitmap const&) 30412 vfunc[35]: QWidget::setMask(QRegion const&) 30413 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 30414 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 30415 vfunc[38]: QWidget::setCaption(QString const&) 30416 vfunc[39]: QWidget::setIcon(QPixmap const&) 30417 vfunc[40]: QWidget::setIconText(QString const&) 30418 vfunc[41]: QWidget::setMouseTracking(bool) 30419 vfunc[42]: QWidget::setFocus() 30420 vfunc[43]: QWidget::setActiveWindow() 30421 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 30422 vfunc[45]: QWidget::setFocusProxy(QWidget*) 30423 vfunc[46]: QWidget::setUpdatesEnabled(bool) 30424 vfunc[47]: QWidget::show() 30425 vfunc[48]: QWidget::hide() 30426 vfunc[49]: QWidget::showMinimized() 30427 vfunc[50]: QWidget::showMaximized() 30428 vfunc[51]: QWidget::showNormal() 30429 vfunc[52]: QWidget::polish() 30430 vfunc[53]: QWidget::move(int, int) 30431 vfunc[54]: QWidget::resize(int, int) 30432 vfunc[55]: QWidget::setGeometry(int, int, int, int) 30433 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 30434 vfunc[57]: QWidget::close(bool) 30435 vfunc[58]: QGroupBox::sizeHint() const 30436 vfunc[59]: QWidget::minimumSizeHint() const 30437 vfunc[60]: QWidget::sizePolicy() const 30438 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 30439 vfunc[62]: QWidget::heightForWidth(int) const 30440 vfunc[63]: QWidget::adjustSize() 30441 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 30442 const&, bool) 30443 vfunc[65]: QWidget::setAcceptDrops(bool) 30444 vfunc[66]: QWidget::setAutoMask(bool) 30445 vfunc[67]: 30446 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 30447 vfunc[68]: QWidget::customWhatsThis() const 30448 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 30449 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 30450 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 30451 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 30452 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 30453 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 30454 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 30455 vfunc[76]: QGroupBox::focusInEvent(QFocusEvent*) 30456 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 30457 vfunc[78]: QWidget::enterEvent(QEvent*) 30458 vfunc[79]: QWidget::leaveEvent(QEvent*) 30459 vfunc[80]: QGroupBox::paintEvent(QPaintEvent*) 30460 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 30461 vfunc[82]: QGroupBox::resizeEvent(QResizeEvent*) 30462 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 30463 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 30464 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 30465 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 30466 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 30467 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 30468 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 30469 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 30470 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 30471 vfunc[92]: QWidget::dropEvent(QDropEvent*) 30472 vfunc[93]: QWidget::showEvent(QShowEvent*) 30473 vfunc[94]: QWidget::hideEvent(QHideEvent*) 30474 vfunc[95]: QWidget::x11Event(_XEvent*) 30475 vfunc[96]: QWidget::updateMask() 30476 vfunc[97]: QFrame::styleChange(QStyle&) 30477 vfunc[98]: QWidget::enabledChange(bool) 30478 vfunc[99]: QWidget::paletteChange(QPalette const&) 30479 vfunc[100]: QGroupBox::fontChange(QFont const&) 30480 vfunc[101]: QWidget::windowActivationChange(bool) 30481 vfunc[102]: QWidget::metric(int) const 30482 vfunc[103]: QWidget::create(unsigned long, bool, bool) 30483 vfunc[104]: QWidget::destroy(bool, bool) 30484 vfunc[105]: NULL or QWidget::setWState(unsigned int) 30485 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 30486 vfunc[107]: QWidget::focusNextPrevChild(bool) 30487 vfunc[108]: QWidget::setKeyCompression(bool) 30488 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 30489 bool, QFont*) 30490 vfunc[110]: QFrame::setFrameStyle(int) 30491 vfunc[111]: QFrame::setLineWidth(int) 30492 vfunc[112]: QFrame::setMargin(int) 30493 vfunc[113]: QFrame::setMidLineWidth(int) 30494 vfunc[114]: QFrame::setFrameRect(QRect const&) 30495 vfunc[115]: QFrame::drawFrame(QPainter*) 30496 vfunc[116]: QFrame::drawContents(QPainter*) 30497 vfunc[117]: QFrame::frameChanged() 30498 vfunc[118]: QGroupBox::setColumnLayout(int, Qt::Orientation) 30499 vfunc[119]: QGroupBox::setTitle(QString const&) 30500 vfunc[120]: QGroupBox::setAlignment(int) 30501 vfunc[121]: QButtonGroup::setExclusive(bool) 30502 vfunc[122]: QButtonGroup::setRadioButtonExclusive(bool) 30503 vfunc[123]: QButtonGroup::setButton(int) 30504 vfunc[124]: QButtonGroup::moveFocus(int) 30505 30506 Table 8-370. Secondary vtable for QVButtonGroup 30507 Base Offset -80 30508 Virtual Base Offset 0 30509 RTTI typeinfo for QVButtonGroup 30510 vfunc[0]: non-virtual thunk to QVButtonGroup::~QVButtonGroup() 30511 vfunc[1]: non-virtual thunk to QVButtonGroup::~QVButtonGroup() 30512 vfunc[2]: QPaintDevice::setResolution(int) 30513 vfunc[3]: QPaintDevice::resolution() const 30514 vfunc[4]: QPaintDevice::handle() const 30515 vfunc[5]: QPaintDevice::x11RenderHandle() const 30516 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 30517 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 30518 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 30519 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 30520 const 30521 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 30522 30523 The Run Time Type Information for the QVButtonGroup class is 30524 described by Table 8-371 30525 30526 Table 8-371. typeinfo for QVButtonGroup 30527 Base Vtable vtable for __cxxabiv1::__si_class_type_info 30528 Name typeinfo name for QVButtonGroup 30529 basetype: typeinfo for QButtonGroup 30530 __________________________________________________________ 30531 30532 8.2.24.10. Class data for QGrid 30533 30534 The virtual table for the QGrid class is described by Table 30535 8-372 30536 30537 Table 8-372. Primary vtable for QGrid 30538 Base Offset 0 30539 Virtual Base Offset 0 30540 RTTI typeinfo for QGrid 30541 vfunc[0]: NULL or QGrid::metaObject() const 30542 vfunc[1]: QGrid::className() const 30543 vfunc[2]: QGrid::qt_cast(char const*) 30544 vfunc[3]: QGrid::qt_invoke(int, QUObject*) 30545 vfunc[4]: QGrid::qt_emit(int, QUObject*) 30546 vfunc[5]: QGrid::qt_property(int, int, QVariant*) 30547 vfunc[6]: NULL or QGrid::~QGrid() 30548 vfunc[7]: NULL or QGrid::~QGrid() 30549 vfunc[8]: QWidget::event(QEvent*) 30550 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 30551 vfunc[10]: QWidget::setName(char const*) 30552 vfunc[11]: QObject::insertChild(QObject*) 30553 vfunc[12]: QObject::removeChild(QObject*) 30554 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 30555 vfunc[14]: QObject::property(char const*) const 30556 vfunc[15]: QObject::timerEvent(QTimerEvent*) 30557 vfunc[16]: QObject::childEvent(QChildEvent*) 30558 vfunc[17]: QObject::customEvent(QCustomEvent*) 30559 vfunc[18]: QObject::connectNotify(char const*) 30560 vfunc[19]: QObject::disconnectNotify(char const*) 30561 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 30562 const*, char const*) 30563 vfunc[21]: QWidget::setEnabled(bool) 30564 vfunc[22]: QWidget::setMinimumSize(int, int) 30565 vfunc[23]: QWidget::setMaximumSize(int, int) 30566 vfunc[24]: QWidget::setSizeIncrement(int, int) 30567 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 30568 vfunc[26]: QWidget::setEraseColor(QColor const&) 30569 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 30570 vfunc[28]: QWidget::setPalette(QPalette const&) 30571 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 30572 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 30573 vfunc[31]: QWidget::setFont(QFont const&) 30574 vfunc[32]: QWidget::setCursor(QCursor const&) 30575 vfunc[33]: QWidget::unsetCursor() 30576 vfunc[34]: QWidget::setMask(QBitmap const&) 30577 vfunc[35]: QWidget::setMask(QRegion const&) 30578 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 30579 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 30580 vfunc[38]: QWidget::setCaption(QString const&) 30581 vfunc[39]: QWidget::setIcon(QPixmap const&) 30582 vfunc[40]: QWidget::setIconText(QString const&) 30583 vfunc[41]: QWidget::setMouseTracking(bool) 30584 vfunc[42]: QWidget::setFocus() 30585 vfunc[43]: QWidget::setActiveWindow() 30586 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 30587 vfunc[45]: QWidget::setFocusProxy(QWidget*) 30588 vfunc[46]: QWidget::setUpdatesEnabled(bool) 30589 vfunc[47]: QWidget::show() 30590 vfunc[48]: QWidget::hide() 30591 vfunc[49]: QWidget::showMinimized() 30592 vfunc[50]: QWidget::showMaximized() 30593 vfunc[51]: QWidget::showNormal() 30594 vfunc[52]: QWidget::polish() 30595 vfunc[53]: QWidget::move(int, int) 30596 vfunc[54]: QWidget::resize(int, int) 30597 vfunc[55]: QWidget::setGeometry(int, int, int, int) 30598 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 30599 vfunc[57]: QWidget::close(bool) 30600 vfunc[58]: QGrid::sizeHint() const 30601 vfunc[59]: QWidget::minimumSizeHint() const 30602 vfunc[60]: QWidget::sizePolicy() const 30603 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 30604 vfunc[62]: QWidget::heightForWidth(int) const 30605 vfunc[63]: QWidget::adjustSize() 30606 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 30607 const&, bool) 30608 vfunc[65]: QWidget::setAcceptDrops(bool) 30609 vfunc[66]: QWidget::setAutoMask(bool) 30610 vfunc[67]: 30611 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 30612 vfunc[68]: QWidget::customWhatsThis() const 30613 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 30614 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 30615 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 30616 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 30617 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 30618 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 30619 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 30620 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 30621 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 30622 vfunc[78]: QWidget::enterEvent(QEvent*) 30623 vfunc[79]: QWidget::leaveEvent(QEvent*) 30624 vfunc[80]: QFrame::paintEvent(QPaintEvent*) 30625 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 30626 vfunc[82]: QFrame::resizeEvent(QResizeEvent*) 30627 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 30628 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 30629 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 30630 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 30631 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 30632 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 30633 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 30634 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 30635 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 30636 vfunc[92]: QWidget::dropEvent(QDropEvent*) 30637 vfunc[93]: QWidget::showEvent(QShowEvent*) 30638 vfunc[94]: QWidget::hideEvent(QHideEvent*) 30639 vfunc[95]: QWidget::x11Event(_XEvent*) 30640 vfunc[96]: QWidget::updateMask() 30641 vfunc[97]: QFrame::styleChange(QStyle&) 30642 vfunc[98]: QWidget::enabledChange(bool) 30643 vfunc[99]: QWidget::paletteChange(QPalette const&) 30644 vfunc[100]: QWidget::fontChange(QFont const&) 30645 vfunc[101]: QWidget::windowActivationChange(bool) 30646 vfunc[102]: QWidget::metric(int) const 30647 vfunc[103]: QWidget::create(unsigned long, bool, bool) 30648 vfunc[104]: QWidget::destroy(bool, bool) 30649 vfunc[105]: NULL or QWidget::setWState(unsigned int) 30650 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 30651 vfunc[107]: QWidget::focusNextPrevChild(bool) 30652 vfunc[108]: QWidget::setKeyCompression(bool) 30653 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 30654 bool, QFont*) 30655 vfunc[110]: QFrame::setFrameStyle(int) 30656 vfunc[111]: QFrame::setLineWidth(int) 30657 vfunc[112]: QFrame::setMargin(int) 30658 vfunc[113]: QFrame::setMidLineWidth(int) 30659 vfunc[114]: QFrame::setFrameRect(QRect const&) 30660 vfunc[115]: QFrame::drawFrame(QPainter*) 30661 vfunc[116]: QFrame::drawContents(QPainter*) 30662 vfunc[117]: QGrid::frameChanged() 30663 30664 Table 8-373. Secondary vtable for QGrid 30665 Base Offset -80 30666 Virtual Base Offset 0 30667 RTTI typeinfo for QGrid 30668 vfunc[0]: non-virtual thunk to QGrid::~QGrid() 30669 vfunc[1]: non-virtual thunk to QGrid::~QGrid() 30670 vfunc[2]: QPaintDevice::setResolution(int) 30671 vfunc[3]: QPaintDevice::resolution() const 30672 vfunc[4]: QPaintDevice::handle() const 30673 vfunc[5]: QPaintDevice::x11RenderHandle() const 30674 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 30675 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 30676 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 30677 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 30678 const 30679 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 30680 30681 The Run Time Type Information for the QGrid class is described 30682 by Table 8-374 30683 30684 Table 8-374. typeinfo for QGrid 30685 Base Vtable vtable for __cxxabiv1::__si_class_type_info 30686 Name typeinfo name for QGrid 30687 basetype: typeinfo for QFrame 30688 __________________________________________________________ 30689 30690 8.2.24.11. Class data for QVGroupBox 30691 30692 The virtual table for the QVGroupBox class is described by 30693 Table 8-375 30694 30695 Table 8-375. Primary vtable for QVGroupBox 30696 Base Offset 0 30697 Virtual Base Offset 0 30698 RTTI typeinfo for QVGroupBox 30699 vfunc[0]: NULL or QVGroupBox::metaObject() const 30700 vfunc[1]: QVGroupBox::className() const 30701 vfunc[2]: QVGroupBox::qt_cast(char const*) 30702 vfunc[3]: QVGroupBox::qt_invoke(int, QUObject*) 30703 vfunc[4]: QVGroupBox::qt_emit(int, QUObject*) 30704 vfunc[5]: QVGroupBox::qt_property(int, int, QVariant*) 30705 vfunc[6]: QVGroupBox::~QVGroupBox() 30706 vfunc[7]: QVGroupBox::~QVGroupBox() 30707 vfunc[8]: QGroupBox::event(QEvent*) 30708 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 30709 vfunc[10]: QWidget::setName(char const*) 30710 vfunc[11]: QObject::insertChild(QObject*) 30711 vfunc[12]: QObject::removeChild(QObject*) 30712 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 30713 vfunc[14]: QObject::property(char const*) const 30714 vfunc[15]: QObject::timerEvent(QTimerEvent*) 30715 vfunc[16]: QGroupBox::childEvent(QChildEvent*) 30716 vfunc[17]: QObject::customEvent(QCustomEvent*) 30717 vfunc[18]: QObject::connectNotify(char const*) 30718 vfunc[19]: QObject::disconnectNotify(char const*) 30719 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 30720 const*, char const*) 30721 vfunc[21]: QGroupBox::setEnabled(bool) 30722 vfunc[22]: QWidget::setMinimumSize(int, int) 30723 vfunc[23]: QWidget::setMaximumSize(int, int) 30724 vfunc[24]: QWidget::setSizeIncrement(int, int) 30725 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 30726 vfunc[26]: QWidget::setEraseColor(QColor const&) 30727 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 30728 vfunc[28]: QWidget::setPalette(QPalette const&) 30729 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 30730 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 30731 vfunc[31]: QWidget::setFont(QFont const&) 30732 vfunc[32]: QWidget::setCursor(QCursor const&) 30733 vfunc[33]: QWidget::unsetCursor() 30734 vfunc[34]: QWidget::setMask(QBitmap const&) 30735 vfunc[35]: QWidget::setMask(QRegion const&) 30736 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 30737 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 30738 vfunc[38]: QWidget::setCaption(QString const&) 30739 vfunc[39]: QWidget::setIcon(QPixmap const&) 30740 vfunc[40]: QWidget::setIconText(QString const&) 30741 vfunc[41]: QWidget::setMouseTracking(bool) 30742 vfunc[42]: QWidget::setFocus() 30743 vfunc[43]: QWidget::setActiveWindow() 30744 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 30745 vfunc[45]: QWidget::setFocusProxy(QWidget*) 30746 vfunc[46]: QWidget::setUpdatesEnabled(bool) 30747 vfunc[47]: QWidget::show() 30748 vfunc[48]: QWidget::hide() 30749 vfunc[49]: QWidget::showMinimized() 30750 vfunc[50]: QWidget::showMaximized() 30751 vfunc[51]: QWidget::showNormal() 30752 vfunc[52]: QWidget::polish() 30753 vfunc[53]: QWidget::move(int, int) 30754 vfunc[54]: QWidget::resize(int, int) 30755 vfunc[55]: QWidget::setGeometry(int, int, int, int) 30756 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 30757 vfunc[57]: QWidget::close(bool) 30758 vfunc[58]: QGroupBox::sizeHint() const 30759 vfunc[59]: QWidget::minimumSizeHint() const 30760 vfunc[60]: QWidget::sizePolicy() const 30761 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 30762 vfunc[62]: QWidget::heightForWidth(int) const 30763 vfunc[63]: QWidget::adjustSize() 30764 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 30765 const&, bool) 30766 vfunc[65]: QWidget::setAcceptDrops(bool) 30767 vfunc[66]: QWidget::setAutoMask(bool) 30768 vfunc[67]: 30769 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 30770 vfunc[68]: QWidget::customWhatsThis() const 30771 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 30772 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 30773 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 30774 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 30775 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 30776 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 30777 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 30778 vfunc[76]: QGroupBox::focusInEvent(QFocusEvent*) 30779 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 30780 vfunc[78]: QWidget::enterEvent(QEvent*) 30781 vfunc[79]: QWidget::leaveEvent(QEvent*) 30782 vfunc[80]: QGroupBox::paintEvent(QPaintEvent*) 30783 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 30784 vfunc[82]: QGroupBox::resizeEvent(QResizeEvent*) 30785 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 30786 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 30787 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 30788 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 30789 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 30790 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 30791 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 30792 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 30793 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 30794 vfunc[92]: QWidget::dropEvent(QDropEvent*) 30795 vfunc[93]: QWidget::showEvent(QShowEvent*) 30796 vfunc[94]: QWidget::hideEvent(QHideEvent*) 30797 vfunc[95]: QWidget::x11Event(_XEvent*) 30798 vfunc[96]: QWidget::updateMask() 30799 vfunc[97]: QFrame::styleChange(QStyle&) 30800 vfunc[98]: QWidget::enabledChange(bool) 30801 vfunc[99]: QWidget::paletteChange(QPalette const&) 30802 vfunc[100]: QGroupBox::fontChange(QFont const&) 30803 vfunc[101]: QWidget::windowActivationChange(bool) 30804 vfunc[102]: QWidget::metric(int) const 30805 vfunc[103]: QWidget::create(unsigned long, bool, bool) 30806 vfunc[104]: QWidget::destroy(bool, bool) 30807 vfunc[105]: NULL or QWidget::setWState(unsigned int) 30808 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 30809 vfunc[107]: QWidget::focusNextPrevChild(bool) 30810 vfunc[108]: QWidget::setKeyCompression(bool) 30811 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 30812 bool, QFont*) 30813 vfunc[110]: QFrame::setFrameStyle(int) 30814 vfunc[111]: QFrame::setLineWidth(int) 30815 vfunc[112]: QFrame::setMargin(int) 30816 vfunc[113]: QFrame::setMidLineWidth(int) 30817 vfunc[114]: QFrame::setFrameRect(QRect const&) 30818 vfunc[115]: QFrame::drawFrame(QPainter*) 30819 vfunc[116]: QFrame::drawContents(QPainter*) 30820 vfunc[117]: QFrame::frameChanged() 30821 vfunc[118]: QGroupBox::setColumnLayout(int, Qt::Orientation) 30822 vfunc[119]: QGroupBox::setTitle(QString const&) 30823 vfunc[120]: QGroupBox::setAlignment(int) 30824 30825 Table 8-376. Secondary vtable for QVGroupBox 30826 Base Offset -80 30827 Virtual Base Offset 0 30828 RTTI typeinfo for QVGroupBox 30829 vfunc[0]: non-virtual thunk to QVGroupBox::~QVGroupBox() 30830 vfunc[1]: non-virtual thunk to QVGroupBox::~QVGroupBox() 30831 vfunc[2]: QPaintDevice::setResolution(int) 30832 vfunc[3]: QPaintDevice::resolution() const 30833 vfunc[4]: QPaintDevice::handle() const 30834 vfunc[5]: QPaintDevice::x11RenderHandle() const 30835 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 30836 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 30837 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 30838 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 30839 const 30840 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 30841 30842 The Run Time Type Information for the QVGroupBox class is 30843 described by Table 8-377 30844 30845 Table 8-377. typeinfo for QVGroupBox 30846 Base Vtable vtable for __cxxabiv1::__si_class_type_info 30847 Name typeinfo name for QVGroupBox 30848 basetype: typeinfo for QGroupBox 30849 __________________________________________________________ 30850 30851 8.2.24.12. Interfaces for Qt3 Organizers 30852 30853 An LSB conforming implementation shall provide the architecture 30854 specific functions for Qt3 Organizers specified in Table 8-378, 30855 with the full mandatory functionality as described in the 30856 referenced underlying specification. 30857 30858 Table 8-378. libqt-mt - Qt3 Organizers Function Interfaces 30859 _ZThn80_N10QHGroupBoxD0Ev [CXXABI-1.86] 30860 _ZThn80_N10QHGroupBoxD1Ev [CXXABI-1.86] 30861 _ZThn80_N10QVGroupBoxD0Ev [CXXABI-1.86] 30862 _ZThn80_N10QVGroupBoxD1Ev [CXXABI-1.86] 30863 _ZThn80_N12QButtonGroupD0Ev [CXXABI-1.86] 30864 _ZThn80_N12QButtonGroupD1Ev [CXXABI-1.86] 30865 _ZThn80_N12QWidgetStackD0Ev [CXXABI-1.86] 30866 _ZThn80_N12QWidgetStackD1Ev [CXXABI-1.86] 30867 _ZThn80_N13QHButtonGroupD0Ev [CXXABI-1.86] 30868 _ZThn80_N13QHButtonGroupD1Ev [CXXABI-1.86] 30869 _ZThn80_N13QVButtonGroupD0Ev [CXXABI-1.86] 30870 _ZThn80_N13QVButtonGroupD1Ev [CXXABI-1.86] 30871 _ZThn80_N9QGroupBoxD0Ev [CXXABI-1.86] _ZThn80_N9QGroupBoxD1Ev 30872 [CXXABI-1.86] 30873 _ZThn80_N9QSplitterD0Ev [CXXABI-1.86] _ZThn80_N9QSplitterD1Ev 30874 [CXXABI-1.86] 30875 __________________________________________________________ 30876 30877 8.2.25. Qt3 Layouts 30878 __________________________________________________________ 30879 30880 8.2.25.1. Class data for QDockAreaLayout 30881 30882 The virtual table for the QDockAreaLayout class is described by 30883 Table 8-379 30884 30885 Table 8-379. Primary vtable for QDockAreaLayout 30886 Base Offset 0 30887 Virtual Base Offset 0 30888 RTTI typeinfo for QDockAreaLayout 30889 vfunc[0]: NULL or QDockAreaLayout::metaObject() const 30890 vfunc[1]: QDockAreaLayout::className() const 30891 vfunc[2]: QDockAreaLayout::qt_cast(char const*) 30892 vfunc[3]: QDockAreaLayout::qt_invoke(int, QUObject*) 30893 vfunc[4]: QDockAreaLayout::qt_emit(int, QUObject*) 30894 vfunc[5]: QDockAreaLayout::qt_property(int, int, QVariant*) 30895 vfunc[6]: NULL or QDockAreaLayout::~QDockAreaLayout() 30896 vfunc[7]: NULL or QDockAreaLayout::~QDockAreaLayout() 30897 vfunc[8]: QObject::event(QEvent*) 30898 vfunc[9]: QLayout::eventFilter(QObject*, QEvent*) 30899 vfunc[10]: QObject::setName(char const*) 30900 vfunc[11]: QObject::insertChild(QObject*) 30901 vfunc[12]: QObject::removeChild(QObject*) 30902 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 30903 vfunc[14]: QObject::property(char const*) const 30904 vfunc[15]: QObject::timerEvent(QTimerEvent*) 30905 vfunc[16]: QLayout::childEvent(QChildEvent*) 30906 vfunc[17]: QObject::customEvent(QCustomEvent*) 30907 vfunc[18]: QObject::connectNotify(char const*) 30908 vfunc[19]: QObject::disconnectNotify(char const*) 30909 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 30910 const*, char const*) 30911 vfunc[21]: QLayout::setMargin(int) 30912 vfunc[22]: QLayout::setSpacing(int) 30913 vfunc[23]: QLayout::setMenuBar(QMenuBar*) 30914 vfunc[24]: QLayout::setAutoAdd(bool) 30915 vfunc[25]: QDockAreaLayout::invalidate() 30916 vfunc[26]: QLayout::geometry() const 30917 vfunc[27]: NULL or QDockAreaLayout::addItem(QLayoutItem*) 30918 vfunc[28]: NULL or QDockAreaLayout::expanding() const 30919 vfunc[29]: QDockAreaLayout::minimumSize() const 30920 vfunc[30]: QLayout::maximumSize() const 30921 vfunc[31]: QDockAreaLayout::setGeometry(QRect const&) 30922 vfunc[32]: QDockAreaLayout::iterator() 30923 vfunc[33]: QLayout::isEmpty() const 30924 vfunc[34]: QLayout::layout() 30925 vfunc[35]: QDockAreaLayout::hasHeightForWidth() const 30926 vfunc[36]: QDockAreaLayout::heightForWidth(int) const 30927 vfunc[37]: QDockAreaLayout::sizeHint() const 30928 30929 Table 8-380. Secondary vtable for QDockAreaLayout 30930 Base Offset -80 30931 Virtual Base Offset 0 30932 RTTI typeinfo for QDockAreaLayout 30933 vfunc[0]: non-virtual thunk to 30934 QDockAreaLayout::~QDockAreaLayout() 30935 vfunc[1]: non-virtual thunk to 30936 QDockAreaLayout::~QDockAreaLayout() 30937 vfunc[2]: non-virtual thunk to QDockAreaLayout::sizeHint() 30938 const 30939 vfunc[3]: non-virtual thunk to QDockAreaLayout::minimumSize() 30940 const 30941 vfunc[4]: non-virtual thunk to QLayout::maximumSize() const 30942 vfunc[5]: non-virtual thunk to QDockAreaLayout::expanding() 30943 const 30944 vfunc[6]: non-virtual thunk to 30945 QDockAreaLayout::setGeometry(QRect const&) 30946 vfunc[7]: non-virtual thunk to QLayout::geometry() const 30947 vfunc[8]: non-virtual thunk to QLayout::isEmpty() const 30948 vfunc[9]: non-virtual thunk to 30949 QDockAreaLayout::hasHeightForWidth() const 30950 vfunc[10]: non-virtual thunk to 30951 QDockAreaLayout::heightForWidth(int) const 30952 vfunc[11]: non-virtual thunk to QDockAreaLayout::invalidate() 30953 vfunc[12]: QLayoutItem::widget() 30954 vfunc[13]: non-virtual thunk to QDockAreaLayout::iterator() 30955 vfunc[14]: non-virtual thunk to QLayout::layout() 30956 vfunc[15]: QLayoutItem::spacerItem() 30957 vfunc[16]: QLayoutItem::setAlignment(int) 30958 30959 The Run Time Type Information for the QDockAreaLayout class is 30960 described by Table 8-381 30961 30962 Table 8-381. typeinfo for QDockAreaLayout 30963 Base Vtable vtable for __cxxabiv1::__si_class_type_info 30964 Name typeinfo name for QDockAreaLayout 30965 basetype: typeinfo for QLayout 30966 __________________________________________________________ 30967 30968 8.2.25.2. Class data for QBoxLayout 30969 30970 The virtual table for the QBoxLayout class is described by 30971 Table 8-382 30972 30973 Table 8-382. Primary vtable for QBoxLayout 30974 Base Offset 0 30975 Virtual Base Offset 0 30976 RTTI typeinfo for QBoxLayout 30977 vfunc[0]: NULL or QBoxLayout::metaObject() const 30978 vfunc[1]: QBoxLayout::className() const 30979 vfunc[2]: QBoxLayout::qt_cast(char const*) 30980 vfunc[3]: QBoxLayout::qt_invoke(int, QUObject*) 30981 vfunc[4]: QBoxLayout::qt_emit(int, QUObject*) 30982 vfunc[5]: QBoxLayout::qt_property(int, int, QVariant*) 30983 vfunc[6]: QBoxLayout::~QBoxLayout() 30984 vfunc[7]: QBoxLayout::~QBoxLayout() 30985 vfunc[8]: QObject::event(QEvent*) 30986 vfunc[9]: QLayout::eventFilter(QObject*, QEvent*) 30987 vfunc[10]: QObject::setName(char const*) 30988 vfunc[11]: QObject::insertChild(QObject*) 30989 vfunc[12]: QObject::removeChild(QObject*) 30990 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 30991 vfunc[14]: QObject::property(char const*) const 30992 vfunc[15]: QObject::timerEvent(QTimerEvent*) 30993 vfunc[16]: QLayout::childEvent(QChildEvent*) 30994 vfunc[17]: QObject::customEvent(QCustomEvent*) 30995 vfunc[18]: QObject::connectNotify(char const*) 30996 vfunc[19]: QObject::disconnectNotify(char const*) 30997 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 30998 const*, char const*) 30999 vfunc[21]: QLayout::setMargin(int) 31000 vfunc[22]: QLayout::setSpacing(int) 31001 vfunc[23]: QLayout::setMenuBar(QMenuBar*) 31002 vfunc[24]: QLayout::setAutoAdd(bool) 31003 vfunc[25]: QBoxLayout::invalidate() 31004 vfunc[26]: QLayout::geometry() const 31005 vfunc[27]: QBoxLayout::addItem(QLayoutItem*) 31006 vfunc[28]: QBoxLayout::expanding() const 31007 vfunc[29]: QBoxLayout::minimumSize() const 31008 vfunc[30]: QBoxLayout::maximumSize() const 31009 vfunc[31]: QBoxLayout::setGeometry(QRect const&) 31010 vfunc[32]: QBoxLayout::iterator() 31011 vfunc[33]: QLayout::isEmpty() const 31012 vfunc[34]: QLayout::layout() 31013 vfunc[35]: QBoxLayout::sizeHint() const 31014 vfunc[36]: QBoxLayout::hasHeightForWidth() const 31015 vfunc[37]: QBoxLayout::heightForWidth(int) const 31016 31017 Table 8-383. Secondary vtable for QBoxLayout 31018 Base Offset -80 31019 Virtual Base Offset 0 31020 RTTI typeinfo for QBoxLayout 31021 vfunc[0]: non-virtual thunk to QBoxLayout::~QBoxLayout() 31022 vfunc[1]: non-virtual thunk to QBoxLayout::~QBoxLayout() 31023 vfunc[2]: non-virtual thunk to QBoxLayout::sizeHint() const 31024 vfunc[3]: non-virtual thunk to QBoxLayout::minimumSize() const 31025 vfunc[4]: non-virtual thunk to QBoxLayout::maximumSize() const 31026 vfunc[5]: non-virtual thunk to QBoxLayout::expanding() const 31027 vfunc[6]: non-virtual thunk to QBoxLayout::setGeometry(QRect 31028 const&) 31029 vfunc[7]: non-virtual thunk to QLayout::geometry() const 31030 vfunc[8]: non-virtual thunk to QLayout::isEmpty() const 31031 vfunc[9]: non-virtual thunk to QBoxLayout::hasHeightForWidth() 31032 const 31033 vfunc[10]: non-virtual thunk to QBoxLayout::heightForWidth(int) 31034 const 31035 vfunc[11]: non-virtual thunk to QBoxLayout::invalidate() 31036 vfunc[12]: QLayoutItem::widget() 31037 vfunc[13]: non-virtual thunk to QBoxLayout::iterator() 31038 vfunc[14]: non-virtual thunk to QLayout::layout() 31039 vfunc[15]: QLayoutItem::spacerItem() 31040 vfunc[16]: QLayoutItem::setAlignment(int) 31041 31042 The Run Time Type Information for the QBoxLayout class is 31043 described by Table 8-384 31044 31045 Table 8-384. typeinfo for QBoxLayout 31046 Base Vtable vtable for __cxxabiv1::__si_class_type_info 31047 Name typeinfo name for QBoxLayout 31048 basetype: typeinfo for QLayout 31049 __________________________________________________________ 31050 31051 8.2.25.3. Class data for QLayout 31052 31053 The virtual table for the QLayout class is described by Table 31054 8-385 31055 31056 Table 8-385. Primary vtable for QLayout 31057 Base Offset 0 31058 Virtual Base Offset 0 31059 RTTI typeinfo for QLayout 31060 vfunc[0]: NULL or QLayout::metaObject() const 31061 vfunc[1]: QLayout::className() const 31062 vfunc[2]: QLayout::qt_cast(char const*) 31063 vfunc[3]: QLayout::qt_invoke(int, QUObject*) 31064 vfunc[4]: QLayout::qt_emit(int, QUObject*) 31065 vfunc[5]: QLayout::qt_property(int, int, QVariant*) 31066 vfunc[6]: QLayout::~QLayout() 31067 vfunc[7]: QLayout::~QLayout() 31068 vfunc[8]: QObject::event(QEvent*) 31069 vfunc[9]: QLayout::eventFilter(QObject*, QEvent*) 31070 vfunc[10]: QObject::setName(char const*) 31071 vfunc[11]: QObject::insertChild(QObject*) 31072 vfunc[12]: QObject::removeChild(QObject*) 31073 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 31074 vfunc[14]: QObject::property(char const*) const 31075 vfunc[15]: QObject::timerEvent(QTimerEvent*) 31076 vfunc[16]: QLayout::childEvent(QChildEvent*) 31077 vfunc[17]: QObject::customEvent(QCustomEvent*) 31078 vfunc[18]: QObject::connectNotify(char const*) 31079 vfunc[19]: QObject::disconnectNotify(char const*) 31080 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 31081 const*, char const*) 31082 vfunc[21]: QLayout::setMargin(int) 31083 vfunc[22]: QLayout::setSpacing(int) 31084 vfunc[23]: QLayout::setMenuBar(QMenuBar*) 31085 vfunc[24]: QLayout::setAutoAdd(bool) 31086 vfunc[25]: QLayout::invalidate() 31087 vfunc[26]: QLayout::geometry() const 31088 vfunc[27]: __cxa_pure_virtual 31089 vfunc[28]: QLayout::expanding() const 31090 vfunc[29]: QLayout::minimumSize() const 31091 vfunc[30]: QLayout::maximumSize() const 31092 vfunc[31]: __cxa_pure_virtual 31093 vfunc[32]: __cxa_pure_virtual 31094 vfunc[33]: QLayout::isEmpty() const 31095 vfunc[34]: QLayout::layout() 31096 31097 Table 8-386. Secondary vtable for QLayout 31098 Base Offset -80 31099 Virtual Base Offset 0 31100 RTTI typeinfo for QLayout 31101 vfunc[0]: non-virtual thunk to QLayout::~QLayout() 31102 vfunc[1]: non-virtual thunk to QLayout::~QLayout() 31103 vfunc[2]: __cxa_pure_virtual 31104 vfunc[3]: non-virtual thunk to QLayout::minimumSize() const 31105 vfunc[4]: non-virtual thunk to QLayout::maximumSize() const 31106 vfunc[5]: non-virtual thunk to QLayout::expanding() const 31107 vfunc[6]: __cxa_pure_virtual 31108 vfunc[7]: non-virtual thunk to QLayout::geometry() const 31109 vfunc[8]: non-virtual thunk to QLayout::isEmpty() const 31110 vfunc[9]: QLayoutItem::hasHeightForWidth() const 31111 vfunc[10]: QLayoutItem::heightForWidth(int) const 31112 vfunc[11]: non-virtual thunk to QLayout::invalidate() 31113 vfunc[12]: QLayoutItem::widget() 31114 vfunc[13]: __cxa_pure_virtual 31115 vfunc[14]: non-virtual thunk to QLayout::layout() 31116 vfunc[15]: QLayoutItem::spacerItem() 31117 vfunc[16]: QLayoutItem::setAlignment(int) 31118 31119 The Run Time Type Information for the QLayout class is 31120 described by Table 8-387 31121 31122 Table 8-387. typeinfo for QLayout 31123 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 31124 Name typeinfo name for QLayout 31125 flags: 0 31126 basetype: typeinfo for QObject 2 31127 basetype: typeinfo for QLayoutItem 10242 31128 __________________________________________________________ 31129 31130 8.2.25.4. Class data for QHBoxLayout 31131 31132 The virtual table for the QHBoxLayout class is described by 31133 Table 8-388 31134 31135 Table 8-388. Primary vtable for QHBoxLayout 31136 Base Offset 0 31137 Virtual Base Offset 0 31138 RTTI typeinfo for QHBoxLayout 31139 vfunc[0]: NULL or QHBoxLayout::metaObject() const 31140 vfunc[1]: QHBoxLayout::className() const 31141 vfunc[2]: QHBoxLayout::qt_cast(char const*) 31142 vfunc[3]: QHBoxLayout::qt_invoke(int, QUObject*) 31143 vfunc[4]: QHBoxLayout::qt_emit(int, QUObject*) 31144 vfunc[5]: QHBoxLayout::qt_property(int, int, QVariant*) 31145 vfunc[6]: QHBoxLayout::~QHBoxLayout() 31146 vfunc[7]: QHBoxLayout::~QHBoxLayout() 31147 vfunc[8]: QObject::event(QEvent*) 31148 vfunc[9]: QLayout::eventFilter(QObject*, QEvent*) 31149 vfunc[10]: QObject::setName(char const*) 31150 vfunc[11]: QObject::insertChild(QObject*) 31151 vfunc[12]: QObject::removeChild(QObject*) 31152 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 31153 vfunc[14]: QObject::property(char const*) const 31154 vfunc[15]: QObject::timerEvent(QTimerEvent*) 31155 vfunc[16]: QLayout::childEvent(QChildEvent*) 31156 vfunc[17]: QObject::customEvent(QCustomEvent*) 31157 vfunc[18]: QObject::connectNotify(char const*) 31158 vfunc[19]: QObject::disconnectNotify(char const*) 31159 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 31160 const*, char const*) 31161 vfunc[21]: QLayout::setMargin(int) 31162 vfunc[22]: QLayout::setSpacing(int) 31163 vfunc[23]: QLayout::setMenuBar(QMenuBar*) 31164 vfunc[24]: QLayout::setAutoAdd(bool) 31165 vfunc[25]: QBoxLayout::invalidate() 31166 vfunc[26]: QLayout::geometry() const 31167 vfunc[27]: QBoxLayout::addItem(QLayoutItem*) 31168 vfunc[28]: QBoxLayout::expanding() const 31169 vfunc[29]: QBoxLayout::minimumSize() const 31170 vfunc[30]: QBoxLayout::maximumSize() const 31171 vfunc[31]: QBoxLayout::setGeometry(QRect const&) 31172 vfunc[32]: QBoxLayout::iterator() 31173 vfunc[33]: QLayout::isEmpty() const 31174 vfunc[34]: QLayout::layout() 31175 vfunc[35]: QBoxLayout::sizeHint() const 31176 vfunc[36]: QBoxLayout::hasHeightForWidth() const 31177 vfunc[37]: QBoxLayout::heightForWidth(int) const 31178 31179 Table 8-389. Secondary vtable for QHBoxLayout 31180 Base Offset -80 31181 Virtual Base Offset 0 31182 RTTI typeinfo for QHBoxLayout 31183 vfunc[0]: non-virtual thunk to QHBoxLayout::~QHBoxLayout() 31184 vfunc[1]: non-virtual thunk to QHBoxLayout::~QHBoxLayout() 31185 vfunc[2]: non-virtual thunk to QBoxLayout::sizeHint() const 31186 vfunc[3]: non-virtual thunk to QBoxLayout::minimumSize() const 31187 vfunc[4]: non-virtual thunk to QBoxLayout::maximumSize() const 31188 vfunc[5]: non-virtual thunk to QBoxLayout::expanding() const 31189 vfunc[6]: non-virtual thunk to QBoxLayout::setGeometry(QRect 31190 const&) 31191 vfunc[7]: non-virtual thunk to QLayout::geometry() const 31192 vfunc[8]: non-virtual thunk to QLayout::isEmpty() const 31193 vfunc[9]: non-virtual thunk to QBoxLayout::hasHeightForWidth() 31194 const 31195 vfunc[10]: non-virtual thunk to QBoxLayout::heightForWidth(int) 31196 const 31197 vfunc[11]: non-virtual thunk to QBoxLayout::invalidate() 31198 vfunc[12]: QLayoutItem::widget() 31199 vfunc[13]: non-virtual thunk to QBoxLayout::iterator() 31200 vfunc[14]: non-virtual thunk to QLayout::layout() 31201 vfunc[15]: QLayoutItem::spacerItem() 31202 vfunc[16]: QLayoutItem::setAlignment(int) 31203 31204 The Run Time Type Information for the QHBoxLayout class is 31205 described by Table 8-390 31206 31207 Table 8-390. typeinfo for QHBoxLayout 31208 Base Vtable vtable for __cxxabiv1::__si_class_type_info 31209 Name typeinfo name for QHBoxLayout 31210 basetype: typeinfo for QBoxLayout 31211 __________________________________________________________ 31212 31213 8.2.25.5. Class data for QVBoxLayout 31214 31215 The virtual table for the QVBoxLayout class is described by 31216 Table 8-391 31217 31218 Table 8-391. Primary vtable for QVBoxLayout 31219 Base Offset 0 31220 Virtual Base Offset 0 31221 RTTI typeinfo for QVBoxLayout 31222 vfunc[0]: NULL or QVBoxLayout::metaObject() const 31223 vfunc[1]: QVBoxLayout::className() const 31224 vfunc[2]: QVBoxLayout::qt_cast(char const*) 31225 vfunc[3]: QVBoxLayout::qt_invoke(int, QUObject*) 31226 vfunc[4]: QVBoxLayout::qt_emit(int, QUObject*) 31227 vfunc[5]: QVBoxLayout::qt_property(int, int, QVariant*) 31228 vfunc[6]: QVBoxLayout::~QVBoxLayout() 31229 vfunc[7]: QVBoxLayout::~QVBoxLayout() 31230 vfunc[8]: QObject::event(QEvent*) 31231 vfunc[9]: QLayout::eventFilter(QObject*, QEvent*) 31232 vfunc[10]: QObject::setName(char const*) 31233 vfunc[11]: QObject::insertChild(QObject*) 31234 vfunc[12]: QObject::removeChild(QObject*) 31235 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 31236 vfunc[14]: QObject::property(char const*) const 31237 vfunc[15]: QObject::timerEvent(QTimerEvent*) 31238 vfunc[16]: QLayout::childEvent(QChildEvent*) 31239 vfunc[17]: QObject::customEvent(QCustomEvent*) 31240 vfunc[18]: QObject::connectNotify(char const*) 31241 vfunc[19]: QObject::disconnectNotify(char const*) 31242 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 31243 const*, char const*) 31244 vfunc[21]: QLayout::setMargin(int) 31245 vfunc[22]: QLayout::setSpacing(int) 31246 vfunc[23]: QLayout::setMenuBar(QMenuBar*) 31247 vfunc[24]: QLayout::setAutoAdd(bool) 31248 vfunc[25]: QBoxLayout::invalidate() 31249 vfunc[26]: QLayout::geometry() const 31250 vfunc[27]: QBoxLayout::addItem(QLayoutItem*) 31251 vfunc[28]: QBoxLayout::expanding() const 31252 vfunc[29]: QBoxLayout::minimumSize() const 31253 vfunc[30]: QBoxLayout::maximumSize() const 31254 vfunc[31]: QBoxLayout::setGeometry(QRect const&) 31255 vfunc[32]: QBoxLayout::iterator() 31256 vfunc[33]: QLayout::isEmpty() const 31257 vfunc[34]: QLayout::layout() 31258 vfunc[35]: QBoxLayout::sizeHint() const 31259 vfunc[36]: QBoxLayout::hasHeightForWidth() const 31260 vfunc[37]: QBoxLayout::heightForWidth(int) const 31261 31262 Table 8-392. Secondary vtable for QVBoxLayout 31263 Base Offset -80 31264 Virtual Base Offset 0 31265 RTTI typeinfo for QVBoxLayout 31266 vfunc[0]: non-virtual thunk to QVBoxLayout::~QVBoxLayout() 31267 vfunc[1]: non-virtual thunk to QVBoxLayout::~QVBoxLayout() 31268 vfunc[2]: non-virtual thunk to QBoxLayout::sizeHint() const 31269 vfunc[3]: non-virtual thunk to QBoxLayout::minimumSize() const 31270 vfunc[4]: non-virtual thunk to QBoxLayout::maximumSize() const 31271 vfunc[5]: non-virtual thunk to QBoxLayout::expanding() const 31272 vfunc[6]: non-virtual thunk to QBoxLayout::setGeometry(QRect 31273 const&) 31274 vfunc[7]: non-virtual thunk to QLayout::geometry() const 31275 vfunc[8]: non-virtual thunk to QLayout::isEmpty() const 31276 vfunc[9]: non-virtual thunk to QBoxLayout::hasHeightForWidth() 31277 const 31278 vfunc[10]: non-virtual thunk to QBoxLayout::heightForWidth(int) 31279 const 31280 vfunc[11]: non-virtual thunk to QBoxLayout::invalidate() 31281 vfunc[12]: QLayoutItem::widget() 31282 vfunc[13]: non-virtual thunk to QBoxLayout::iterator() 31283 vfunc[14]: non-virtual thunk to QLayout::layout() 31284 vfunc[15]: QLayoutItem::spacerItem() 31285 vfunc[16]: QLayoutItem::setAlignment(int) 31286 31287 The Run Time Type Information for the QVBoxLayout class is 31288 described by Table 8-393 31289 31290 Table 8-393. typeinfo for QVBoxLayout 31291 Base Vtable vtable for __cxxabiv1::__si_class_type_info 31292 Name typeinfo name for QVBoxLayout 31293 basetype: typeinfo for QBoxLayout 31294 __________________________________________________________ 31295 31296 8.2.25.6. Class data for QGLayoutIterator 31297 31298 The virtual table for the QGLayoutIterator class is described 31299 in the generic part of this specification. 31300 31301 The Run Time Type Information for the QGLayoutIterator class is 31302 described by Table 8-394 31303 31304 Table 8-394. typeinfo for QGLayoutIterator 31305 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 31306 Name typeinfo name for QGLayoutIterator 31307 flags: 0 31308 basetype: typeinfo for QShared 1026 31309 __________________________________________________________ 31310 31311 8.2.25.7. Class data for QWidgetItem 31312 31313 The virtual table for the QWidgetItem class is described in the 31314 generic part of this specification. 31315 31316 The Run Time Type Information for the QWidgetItem class is 31317 described by Table 8-395 31318 31319 Table 8-395. typeinfo for QWidgetItem 31320 Base Vtable vtable for __cxxabiv1::__si_class_type_info 31321 Name typeinfo name for QWidgetItem 31322 basetype: typeinfo for QLayoutItem 31323 __________________________________________________________ 31324 31325 8.2.25.8. Class data for QGridLayout 31326 31327 The virtual table for the QGridLayout class is described by 31328 Table 8-396 31329 31330 Table 8-396. Primary vtable for QGridLayout 31331 Base Offset 0 31332 Virtual Base Offset 0 31333 RTTI typeinfo for QGridLayout 31334 vfunc[0]: NULL or QGridLayout::metaObject() const 31335 vfunc[1]: QGridLayout::className() const 31336 vfunc[2]: QGridLayout::qt_cast(char const*) 31337 vfunc[3]: QGridLayout::qt_invoke(int, QUObject*) 31338 vfunc[4]: QGridLayout::qt_emit(int, QUObject*) 31339 vfunc[5]: QGridLayout::qt_property(int, int, QVariant*) 31340 vfunc[6]: QGridLayout::~QGridLayout() 31341 vfunc[7]: QGridLayout::~QGridLayout() 31342 vfunc[8]: QObject::event(QEvent*) 31343 vfunc[9]: QLayout::eventFilter(QObject*, QEvent*) 31344 vfunc[10]: QObject::setName(char const*) 31345 vfunc[11]: QObject::insertChild(QObject*) 31346 vfunc[12]: QObject::removeChild(QObject*) 31347 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 31348 vfunc[14]: QObject::property(char const*) const 31349 vfunc[15]: QObject::timerEvent(QTimerEvent*) 31350 vfunc[16]: QLayout::childEvent(QChildEvent*) 31351 vfunc[17]: QObject::customEvent(QCustomEvent*) 31352 vfunc[18]: QObject::connectNotify(char const*) 31353 vfunc[19]: QObject::disconnectNotify(char const*) 31354 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 31355 const*, char const*) 31356 vfunc[21]: QLayout::setMargin(int) 31357 vfunc[22]: QLayout::setSpacing(int) 31358 vfunc[23]: QLayout::setMenuBar(QMenuBar*) 31359 vfunc[24]: QLayout::setAutoAdd(bool) 31360 vfunc[25]: QGridLayout::invalidate() 31361 vfunc[26]: QLayout::geometry() const 31362 vfunc[27]: QGridLayout::addItem(QLayoutItem*) 31363 vfunc[28]: QGridLayout::expanding() const 31364 vfunc[29]: QGridLayout::minimumSize() const 31365 vfunc[30]: QGridLayout::maximumSize() const 31366 vfunc[31]: QGridLayout::setGeometry(QRect const&) 31367 vfunc[32]: QGridLayout::iterator() 31368 vfunc[33]: QLayout::isEmpty() const 31369 vfunc[34]: QLayout::layout() 31370 vfunc[35]: QGridLayout::sizeHint() const 31371 vfunc[36]: QGridLayout::setRowStretch(int, int) 31372 vfunc[37]: QGridLayout::setColStretch(int, int) 31373 vfunc[38]: QGridLayout::hasHeightForWidth() const 31374 vfunc[39]: QGridLayout::heightForWidth(int) const 31375 31376 Table 8-397. Secondary vtable for QGridLayout 31377 Base Offset -80 31378 Virtual Base Offset 0 31379 RTTI typeinfo for QGridLayout 31380 vfunc[0]: non-virtual thunk to QGridLayout::~QGridLayout() 31381 vfunc[1]: non-virtual thunk to QGridLayout::~QGridLayout() 31382 vfunc[2]: non-virtual thunk to QGridLayout::sizeHint() const 31383 vfunc[3]: non-virtual thunk to QGridLayout::minimumSize() const 31384 vfunc[4]: non-virtual thunk to QGridLayout::maximumSize() const 31385 vfunc[5]: non-virtual thunk to QGridLayout::expanding() const 31386 vfunc[6]: non-virtual thunk to QGridLayout::setGeometry(QRect 31387 const&) 31388 vfunc[7]: non-virtual thunk to QLayout::geometry() const 31389 vfunc[8]: non-virtual thunk to QLayout::isEmpty() const 31390 vfunc[9]: non-virtual thunk to QGridLayout::hasHeightForWidth() 31391 const 31392 vfunc[10]: non-virtual thunk to 31393 QGridLayout::heightForWidth(int) const 31394 vfunc[11]: non-virtual thunk to QGridLayout::invalidate() 31395 vfunc[12]: QLayoutItem::widget() 31396 vfunc[13]: non-virtual thunk to QGridLayout::iterator() 31397 vfunc[14]: non-virtual thunk to QLayout::layout() 31398 vfunc[15]: QLayoutItem::spacerItem() 31399 vfunc[16]: QLayoutItem::setAlignment(int) 31400 31401 The Run Time Type Information for the QGridLayout class is 31402 described by Table 8-398 31403 31404 Table 8-398. typeinfo for QGridLayout 31405 Base Vtable vtable for __cxxabiv1::__si_class_type_info 31406 Name typeinfo name for QGridLayout 31407 basetype: typeinfo for QLayout 31408 __________________________________________________________ 31409 31410 8.2.25.9. Class data for QSpacerItem 31411 31412 The virtual table for the QSpacerItem class is described in the 31413 generic part of this specification. 31414 31415 The Run Time Type Information for the QSpacerItem class is 31416 described by Table 8-399 31417 31418 Table 8-399. typeinfo for QSpacerItem 31419 Base Vtable vtable for __cxxabiv1::__si_class_type_info 31420 Name typeinfo name for QSpacerItem 31421 basetype: typeinfo for QLayoutItem 31422 __________________________________________________________ 31423 31424 8.2.25.10. Class data for QLayoutItem 31425 31426 The virtual table for the QLayoutItem class is described in the 31427 generic part of this specification. 31428 31429 The Run Time Type Information for the QLayoutItem class is 31430 described by Table 8-400 31431 31432 Table 8-400. typeinfo for QLayoutItem 31433 Base Vtable vtable for __cxxabiv1::__class_type_info 31434 Name typeinfo name for QLayoutItem 31435 __________________________________________________________ 31436 31437 8.2.25.11. Interfaces for Qt3 Layouts 31438 31439 An LSB conforming implementation shall provide the architecture 31440 specific functions for Qt3 Layouts specified in Table 8-401, 31441 with the full mandatory functionality as described in the 31442 referenced underlying specification. 31443 31444 Table 8-401. libqt-mt - Qt3 Layouts Function Interfaces 31445 _ZThn80_N10QBoxLayout10invalidateEv [CXXABI-1.86] 31446 _ZThn80_N10QBoxLayout11setGeometryERK5QRect [CXXABI-1.86] 31447 _ZThn80_N10QBoxLayout8iteratorEv [CXXABI-1.86] 31448 _ZThn80_N10QBoxLayoutD0Ev [CXXABI-1.86] 31449 _ZThn80_N10QBoxLayoutD1Ev [CXXABI-1.86] 31450 _ZThn80_N11QGridLayout10invalidateEv [CXXABI-1.86] 31451 _ZThn80_N11QGridLayout11setGeometryERK5QRect [CXXABI-1.86] 31452 _ZThn80_N11QGridLayout8iteratorEv [CXXABI-1.86] 31453 _ZThn80_N11QGridLayoutD0Ev [CXXABI-1.86] 31454 _ZThn80_N11QGridLayoutD1Ev [CXXABI-1.86] 31455 _ZThn80_N11QHBoxLayoutD0Ev [CXXABI-1.86] 31456 _ZThn80_N11QHBoxLayoutD1Ev [CXXABI-1.86] 31457 _ZThn80_N11QVBoxLayoutD0Ev [CXXABI-1.86] 31458 _ZThn80_N11QVBoxLayoutD1Ev [CXXABI-1.86] 31459 _ZThn80_N15QDockAreaLayout10invalidateEv [CXXABI-1.86] 31460 _ZThn80_N15QDockAreaLayout11setGeometryERK5QRect [CXXABI-1.86] 31461 _ZThn80_N15QDockAreaLayout8iteratorEv [CXXABI-1.86] 31462 _ZThn80_N7QLayout10invalidateEv [CXXABI-1.86] 31463 _ZThn80_N7QLayout6layoutEv [CXXABI-1.86] _ZThn80_N7QLayoutD0Ev 31464 [CXXABI-1.86] 31465 _ZThn80_N7QLayoutD1Ev [CXXABI-1.86] 31466 _ZThn80_NK10QBoxLayout11maximumSizeEv [CXXABI-1.86] 31467 _ZThn80_NK10QBoxLayout11minimumSizeEv [CXXABI-1.86] 31468 _ZThn80_NK10QBoxLayout14heightForWidthEi [CXXABI-1.86] 31469 _ZThn80_NK10QBoxLayout17hasHeightForWidthEv [CXXABI-1.86] 31470 _ZThn80_NK10QBoxLayout8sizeHintEv [CXXABI-1.86] 31471 _ZThn80_NK10QBoxLayout9expandingEv [CXXABI-1.86] 31472 _ZThn80_NK11QGridLayout11maximumSizeEv [CXXABI-1.86] 31473 _ZThn80_NK11QGridLayout11minimumSizeEv [CXXABI-1.86] 31474 _ZThn80_NK11QGridLayout14heightForWidthEi [CXXABI-1.86] 31475 _ZThn80_NK11QGridLayout17hasHeightForWidthEv [CXXABI-1.86] 31476 _ZThn80_NK11QGridLayout8sizeHintEv [CXXABI-1.86] 31477 _ZThn80_NK11QGridLayout9expandingEv [CXXABI-1.86] 31478 _ZThn80_NK15QDockAreaLayout11minimumSizeEv [CXXABI-1.86] 31479 _ZThn80_NK15QDockAreaLayout14heightForWidthEi [CXXABI-1.86] 31480 _ZThn80_NK15QDockAreaLayout17hasHeightForWidthEv [CXXABI-1.86] 31481 _ZThn80_NK15QDockAreaLayout8sizeHintEv [CXXABI-1.86] 31482 _ZThn80_NK7QLayout11maximumSizeEv [CXXABI-1.86] 31483 _ZThn80_NK7QLayout11minimumSizeEv [CXXABI-1.86] 31484 _ZThn80_NK7QLayout7isEmptyEv [CXXABI-1.86] 31485 _ZThn80_NK7QLayout8geometryEv [CXXABI-1.86] 31486 _ZThn80_NK7QLayout9expandingEv [CXXABI-1.86] 31487 __________________________________________________________ 31488 31489 8.2.26. Qt3 Dialogs 31490 __________________________________________________________ 31491 31492 8.2.26.1. Class data for QProgressDialog 31493 31494 The virtual table for the QProgressDialog class is described by 31495 Table 8-402 31496 31497 Table 8-402. Primary vtable for QProgressDialog 31498 Base Offset 0 31499 Virtual Base Offset 0 31500 RTTI typeinfo for QProgressDialog 31501 vfunc[0]: NULL or QProgressDialog::metaObject() const 31502 vfunc[1]: QProgressDialog::className() const 31503 vfunc[2]: QProgressDialog::qt_cast(char const*) 31504 vfunc[3]: QProgressDialog::qt_invoke(int, QUObject*) 31505 vfunc[4]: QProgressDialog::qt_emit(int, QUObject*) 31506 vfunc[5]: QProgressDialog::qt_property(int, int, QVariant*) 31507 vfunc[6]: QProgressDialog::~QProgressDialog() 31508 vfunc[7]: QProgressDialog::~QProgressDialog() 31509 vfunc[8]: QWidget::event(QEvent*) 31510 vfunc[9]: QDialog::eventFilter(QObject*, QEvent*) 31511 vfunc[10]: QWidget::setName(char const*) 31512 vfunc[11]: QObject::insertChild(QObject*) 31513 vfunc[12]: QObject::removeChild(QObject*) 31514 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 31515 vfunc[14]: QObject::property(char const*) const 31516 vfunc[15]: QObject::timerEvent(QTimerEvent*) 31517 vfunc[16]: QObject::childEvent(QChildEvent*) 31518 vfunc[17]: QObject::customEvent(QCustomEvent*) 31519 vfunc[18]: QObject::connectNotify(char const*) 31520 vfunc[19]: QObject::disconnectNotify(char const*) 31521 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 31522 const*, char const*) 31523 vfunc[21]: QWidget::setEnabled(bool) 31524 vfunc[22]: QWidget::setMinimumSize(int, int) 31525 vfunc[23]: QWidget::setMaximumSize(int, int) 31526 vfunc[24]: QWidget::setSizeIncrement(int, int) 31527 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 31528 vfunc[26]: QWidget::setEraseColor(QColor const&) 31529 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 31530 vfunc[28]: QWidget::setPalette(QPalette const&) 31531 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 31532 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 31533 vfunc[31]: QWidget::setFont(QFont const&) 31534 vfunc[32]: QWidget::setCursor(QCursor const&) 31535 vfunc[33]: QWidget::unsetCursor() 31536 vfunc[34]: QWidget::setMask(QBitmap const&) 31537 vfunc[35]: QWidget::setMask(QRegion const&) 31538 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 31539 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 31540 vfunc[38]: QWidget::setCaption(QString const&) 31541 vfunc[39]: QWidget::setIcon(QPixmap const&) 31542 vfunc[40]: QWidget::setIconText(QString const&) 31543 vfunc[41]: QWidget::setMouseTracking(bool) 31544 vfunc[42]: QWidget::setFocus() 31545 vfunc[43]: QWidget::setActiveWindow() 31546 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 31547 vfunc[45]: QWidget::setFocusProxy(QWidget*) 31548 vfunc[46]: QWidget::setUpdatesEnabled(bool) 31549 vfunc[47]: QDialog::show() 31550 vfunc[48]: QDialog::hide() 31551 vfunc[49]: QWidget::showMinimized() 31552 vfunc[50]: QWidget::showMaximized() 31553 vfunc[51]: QWidget::showNormal() 31554 vfunc[52]: QWidget::polish() 31555 vfunc[53]: QDialog::move(int, int) 31556 vfunc[54]: QDialog::resize(int, int) 31557 vfunc[55]: QDialog::setGeometry(int, int, int, int) 31558 vfunc[56]: QDialog::setGeometry(QRect const&) 31559 vfunc[57]: QWidget::close(bool) 31560 vfunc[58]: QProgressDialog::sizeHint() const 31561 vfunc[59]: QDialog::minimumSizeHint() const 31562 vfunc[60]: QWidget::sizePolicy() const 31563 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 31564 vfunc[62]: QWidget::heightForWidth(int) const 31565 vfunc[63]: QWidget::adjustSize() 31566 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 31567 const&, bool) 31568 vfunc[65]: QWidget::setAcceptDrops(bool) 31569 vfunc[66]: QWidget::setAutoMask(bool) 31570 vfunc[67]: 31571 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 31572 vfunc[68]: QWidget::customWhatsThis() const 31573 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 31574 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 31575 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 31576 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 31577 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 31578 vfunc[74]: QDialog::keyPressEvent(QKeyEvent*) 31579 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 31580 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 31581 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 31582 vfunc[78]: QWidget::enterEvent(QEvent*) 31583 vfunc[79]: QWidget::leaveEvent(QEvent*) 31584 vfunc[80]: QWidget::paintEvent(QPaintEvent*) 31585 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 31586 vfunc[82]: QProgressDialog::resizeEvent(QResizeEvent*) 31587 vfunc[83]: QProgressDialog::closeEvent(QCloseEvent*) 31588 vfunc[84]: QDialog::contextMenuEvent(QContextMenuEvent*) 31589 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 31590 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 31591 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 31592 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 31593 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 31594 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 31595 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 31596 vfunc[92]: QWidget::dropEvent(QDropEvent*) 31597 vfunc[93]: QProgressDialog::showEvent(QShowEvent*) 31598 vfunc[94]: QWidget::hideEvent(QHideEvent*) 31599 vfunc[95]: QWidget::x11Event(_XEvent*) 31600 vfunc[96]: QWidget::updateMask() 31601 vfunc[97]: QProgressDialog::styleChange(QStyle&) 31602 vfunc[98]: QWidget::enabledChange(bool) 31603 vfunc[99]: QWidget::paletteChange(QPalette const&) 31604 vfunc[100]: QWidget::fontChange(QFont const&) 31605 vfunc[101]: QWidget::windowActivationChange(bool) 31606 vfunc[102]: QWidget::metric(int) const 31607 vfunc[103]: QWidget::create(unsigned long, bool, bool) 31608 vfunc[104]: QWidget::destroy(bool, bool) 31609 vfunc[105]: NULL or QWidget::setWState(unsigned int) 31610 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 31611 vfunc[107]: QWidget::focusNextPrevChild(bool) 31612 vfunc[108]: QWidget::setKeyCompression(bool) 31613 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 31614 bool, QFont*) 31615 vfunc[110]: QDialog::done(int) 31616 vfunc[111]: QDialog::accept() 31617 vfunc[112]: QDialog::reject() 31618 31619 Table 8-403. Secondary vtable for QProgressDialog 31620 Base Offset -80 31621 Virtual Base Offset 0 31622 RTTI typeinfo for QProgressDialog 31623 vfunc[0]: non-virtual thunk to 31624 QProgressDialog::~QProgressDialog() 31625 vfunc[1]: non-virtual thunk to 31626 QProgressDialog::~QProgressDialog() 31627 vfunc[2]: QPaintDevice::setResolution(int) 31628 vfunc[3]: QPaintDevice::resolution() const 31629 vfunc[4]: QPaintDevice::handle() const 31630 vfunc[5]: QPaintDevice::x11RenderHandle() const 31631 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 31632 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 31633 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 31634 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 31635 const 31636 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 31637 31638 The Run Time Type Information for the QProgressDialog class is 31639 described by Table 8-404 31640 31641 Table 8-404. typeinfo for QProgressDialog 31642 Base Vtable vtable for __cxxabiv1::__si_class_type_info 31643 Name typeinfo name for QProgressDialog 31644 basetype: typeinfo for QDialog 31645 __________________________________________________________ 31646 31647 8.2.26.2. Class data for QWizard 31648 31649 The virtual table for the QWizard class is described by Table 31650 8-405 31651 31652 Table 8-405. Primary vtable for QWizard 31653 Base Offset 0 31654 Virtual Base Offset 0 31655 RTTI typeinfo for QWizard 31656 vfunc[0]: NULL or QWizard::metaObject() const 31657 vfunc[1]: QWizard::className() const 31658 vfunc[2]: QWizard::qt_cast(char const*) 31659 vfunc[3]: QWizard::qt_invoke(int, QUObject*) 31660 vfunc[4]: QWizard::qt_emit(int, QUObject*) 31661 vfunc[5]: QWizard::qt_property(int, int, QVariant*) 31662 vfunc[6]: QWizard::~QWizard() 31663 vfunc[7]: QWizard::~QWizard() 31664 vfunc[8]: QWidget::event(QEvent*) 31665 vfunc[9]: QWizard::eventFilter(QObject*, QEvent*) 31666 vfunc[10]: QWidget::setName(char const*) 31667 vfunc[11]: QObject::insertChild(QObject*) 31668 vfunc[12]: QObject::removeChild(QObject*) 31669 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 31670 vfunc[14]: QObject::property(char const*) const 31671 vfunc[15]: QObject::timerEvent(QTimerEvent*) 31672 vfunc[16]: QObject::childEvent(QChildEvent*) 31673 vfunc[17]: QObject::customEvent(QCustomEvent*) 31674 vfunc[18]: QObject::connectNotify(char const*) 31675 vfunc[19]: QObject::disconnectNotify(char const*) 31676 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 31677 const*, char const*) 31678 vfunc[21]: QWidget::setEnabled(bool) 31679 vfunc[22]: QWidget::setMinimumSize(int, int) 31680 vfunc[23]: QWidget::setMaximumSize(int, int) 31681 vfunc[24]: QWidget::setSizeIncrement(int, int) 31682 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 31683 vfunc[26]: QWidget::setEraseColor(QColor const&) 31684 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 31685 vfunc[28]: QWidget::setPalette(QPalette const&) 31686 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 31687 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 31688 vfunc[31]: QWizard::setFont(QFont const&) 31689 vfunc[32]: QWidget::setCursor(QCursor const&) 31690 vfunc[33]: QWidget::unsetCursor() 31691 vfunc[34]: QWidget::setMask(QBitmap const&) 31692 vfunc[35]: QWidget::setMask(QRegion const&) 31693 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 31694 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 31695 vfunc[38]: QWidget::setCaption(QString const&) 31696 vfunc[39]: QWidget::setIcon(QPixmap const&) 31697 vfunc[40]: QWidget::setIconText(QString const&) 31698 vfunc[41]: QWidget::setMouseTracking(bool) 31699 vfunc[42]: QWidget::setFocus() 31700 vfunc[43]: QWidget::setActiveWindow() 31701 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 31702 vfunc[45]: QWidget::setFocusProxy(QWidget*) 31703 vfunc[46]: QWidget::setUpdatesEnabled(bool) 31704 vfunc[47]: QWizard::show() 31705 vfunc[48]: QDialog::hide() 31706 vfunc[49]: QWidget::showMinimized() 31707 vfunc[50]: QWidget::showMaximized() 31708 vfunc[51]: QWidget::showNormal() 31709 vfunc[52]: QWidget::polish() 31710 vfunc[53]: QDialog::move(int, int) 31711 vfunc[54]: QDialog::resize(int, int) 31712 vfunc[55]: QDialog::setGeometry(int, int, int, int) 31713 vfunc[56]: QDialog::setGeometry(QRect const&) 31714 vfunc[57]: QWidget::close(bool) 31715 vfunc[58]: QDialog::sizeHint() const 31716 vfunc[59]: QDialog::minimumSizeHint() const 31717 vfunc[60]: QWidget::sizePolicy() const 31718 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 31719 vfunc[62]: QWidget::heightForWidth(int) const 31720 vfunc[63]: QWidget::adjustSize() 31721 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 31722 const&, bool) 31723 vfunc[65]: QWidget::setAcceptDrops(bool) 31724 vfunc[66]: QWidget::setAutoMask(bool) 31725 vfunc[67]: 31726 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 31727 vfunc[68]: QWidget::customWhatsThis() const 31728 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 31729 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 31730 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 31731 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 31732 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 31733 vfunc[74]: QDialog::keyPressEvent(QKeyEvent*) 31734 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 31735 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 31736 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 31737 vfunc[78]: QWidget::enterEvent(QEvent*) 31738 vfunc[79]: QWidget::leaveEvent(QEvent*) 31739 vfunc[80]: QWidget::paintEvent(QPaintEvent*) 31740 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 31741 vfunc[82]: QDialog::resizeEvent(QResizeEvent*) 31742 vfunc[83]: QDialog::closeEvent(QCloseEvent*) 31743 vfunc[84]: QDialog::contextMenuEvent(QContextMenuEvent*) 31744 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 31745 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 31746 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 31747 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 31748 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 31749 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 31750 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 31751 vfunc[92]: QWidget::dropEvent(QDropEvent*) 31752 vfunc[93]: QWidget::showEvent(QShowEvent*) 31753 vfunc[94]: QWidget::hideEvent(QHideEvent*) 31754 vfunc[95]: QWidget::x11Event(_XEvent*) 31755 vfunc[96]: QWidget::updateMask() 31756 vfunc[97]: QWidget::styleChange(QStyle&) 31757 vfunc[98]: QWidget::enabledChange(bool) 31758 vfunc[99]: QWidget::paletteChange(QPalette const&) 31759 vfunc[100]: QWidget::fontChange(QFont const&) 31760 vfunc[101]: QWidget::windowActivationChange(bool) 31761 vfunc[102]: QWidget::metric(int) const 31762 vfunc[103]: QWidget::create(unsigned long, bool, bool) 31763 vfunc[104]: QWidget::destroy(bool, bool) 31764 vfunc[105]: NULL or QWidget::setWState(unsigned int) 31765 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 31766 vfunc[107]: QWidget::focusNextPrevChild(bool) 31767 vfunc[108]: QWidget::setKeyCompression(bool) 31768 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 31769 bool, QFont*) 31770 vfunc[110]: QDialog::done(int) 31771 vfunc[111]: QDialog::accept() 31772 vfunc[112]: QDialog::reject() 31773 vfunc[113]: QWizard::addPage(QWidget*, QString const&) 31774 vfunc[114]: QWizard::insertPage(QWidget*, QString const&, int) 31775 vfunc[115]: QWizard::removePage(QWidget*) 31776 vfunc[116]: QWizard::showPage(QWidget*) 31777 vfunc[117]: QWizard::appropriate(QWidget*) const 31778 vfunc[118]: QWizard::setAppropriate(QWidget*, bool) 31779 vfunc[119]: QWizard::setBackEnabled(QWidget*, bool) 31780 vfunc[120]: QWizard::setNextEnabled(QWidget*, bool) 31781 vfunc[121]: QWizard::setFinishEnabled(QWidget*, bool) 31782 vfunc[122]: QWizard::setHelpEnabled(QWidget*, bool) 31783 vfunc[123]: NULL or QWizard::setFinish(QWidget*, bool) 31784 vfunc[124]: QWizard::back() 31785 vfunc[125]: QWizard::next() 31786 vfunc[126]: QWizard::help() 31787 vfunc[127]: QWizard::layOutButtonRow(QHBoxLayout*) 31788 vfunc[128]: QWizard::layOutTitleRow(QHBoxLayout*, QString 31789 const&) 31790 31791 Table 8-406. Secondary vtable for QWizard 31792 Base Offset -80 31793 Virtual Base Offset 0 31794 RTTI typeinfo for QWizard 31795 vfunc[0]: non-virtual thunk to QWizard::~QWizard() 31796 vfunc[1]: non-virtual thunk to QWizard::~QWizard() 31797 vfunc[2]: QPaintDevice::setResolution(int) 31798 vfunc[3]: QPaintDevice::resolution() const 31799 vfunc[4]: QPaintDevice::handle() const 31800 vfunc[5]: QPaintDevice::x11RenderHandle() const 31801 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 31802 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 31803 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 31804 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 31805 const 31806 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 31807 31808 The Run Time Type Information for the QWizard class is 31809 described by Table 8-407 31810 31811 Table 8-407. typeinfo for QWizard 31812 Base Vtable vtable for __cxxabiv1::__si_class_type_info 31813 Name typeinfo name for QWizard 31814 basetype: typeinfo for QDialog 31815 __________________________________________________________ 31816 31817 8.2.26.3. Class data for QSemiModal 31818 31819 The virtual table for the QSemiModal class is described by 31820 Table 8-408 31821 31822 Table 8-408. Primary vtable for QSemiModal 31823 Base Offset 0 31824 Virtual Base Offset 0 31825 RTTI typeinfo for QSemiModal 31826 vfunc[0]: NULL or QSemiModal::metaObject() const 31827 vfunc[1]: QSemiModal::className() const 31828 vfunc[2]: QSemiModal::qt_cast(char const*) 31829 vfunc[3]: QSemiModal::qt_invoke(int, QUObject*) 31830 vfunc[4]: QSemiModal::qt_emit(int, QUObject*) 31831 vfunc[5]: QSemiModal::qt_property(int, int, QVariant*) 31832 vfunc[6]: NULL or QSemiModal::~QSemiModal() 31833 vfunc[7]: NULL or QSemiModal::~QSemiModal() 31834 vfunc[8]: QWidget::event(QEvent*) 31835 vfunc[9]: QDialog::eventFilter(QObject*, QEvent*) 31836 vfunc[10]: QWidget::setName(char const*) 31837 vfunc[11]: QObject::insertChild(QObject*) 31838 vfunc[12]: QObject::removeChild(QObject*) 31839 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 31840 vfunc[14]: QObject::property(char const*) const 31841 vfunc[15]: QObject::timerEvent(QTimerEvent*) 31842 vfunc[16]: QObject::childEvent(QChildEvent*) 31843 vfunc[17]: QObject::customEvent(QCustomEvent*) 31844 vfunc[18]: QObject::connectNotify(char const*) 31845 vfunc[19]: QObject::disconnectNotify(char const*) 31846 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 31847 const*, char const*) 31848 vfunc[21]: QWidget::setEnabled(bool) 31849 vfunc[22]: QWidget::setMinimumSize(int, int) 31850 vfunc[23]: QWidget::setMaximumSize(int, int) 31851 vfunc[24]: QWidget::setSizeIncrement(int, int) 31852 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 31853 vfunc[26]: QWidget::setEraseColor(QColor const&) 31854 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 31855 vfunc[28]: QWidget::setPalette(QPalette const&) 31856 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 31857 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 31858 vfunc[31]: QWidget::setFont(QFont const&) 31859 vfunc[32]: QWidget::setCursor(QCursor const&) 31860 vfunc[33]: QWidget::unsetCursor() 31861 vfunc[34]: QWidget::setMask(QBitmap const&) 31862 vfunc[35]: QWidget::setMask(QRegion const&) 31863 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 31864 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 31865 vfunc[38]: QWidget::setCaption(QString const&) 31866 vfunc[39]: QWidget::setIcon(QPixmap const&) 31867 vfunc[40]: QWidget::setIconText(QString const&) 31868 vfunc[41]: QWidget::setMouseTracking(bool) 31869 vfunc[42]: QWidget::setFocus() 31870 vfunc[43]: QWidget::setActiveWindow() 31871 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 31872 vfunc[45]: QWidget::setFocusProxy(QWidget*) 31873 vfunc[46]: QWidget::setUpdatesEnabled(bool) 31874 vfunc[47]: QDialog::show() 31875 vfunc[48]: QDialog::hide() 31876 vfunc[49]: QWidget::showMinimized() 31877 vfunc[50]: QWidget::showMaximized() 31878 vfunc[51]: QWidget::showNormal() 31879 vfunc[52]: QWidget::polish() 31880 vfunc[53]: QDialog::move(int, int) 31881 vfunc[54]: QDialog::resize(int, int) 31882 vfunc[55]: QDialog::setGeometry(int, int, int, int) 31883 vfunc[56]: QDialog::setGeometry(QRect const&) 31884 vfunc[57]: QWidget::close(bool) 31885 vfunc[58]: QDialog::sizeHint() const 31886 vfunc[59]: QDialog::minimumSizeHint() const 31887 vfunc[60]: QWidget::sizePolicy() const 31888 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 31889 vfunc[62]: QWidget::heightForWidth(int) const 31890 vfunc[63]: QWidget::adjustSize() 31891 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 31892 const&, bool) 31893 vfunc[65]: QWidget::setAcceptDrops(bool) 31894 vfunc[66]: QWidget::setAutoMask(bool) 31895 vfunc[67]: 31896 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 31897 vfunc[68]: QWidget::customWhatsThis() const 31898 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 31899 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 31900 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 31901 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 31902 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 31903 vfunc[74]: QDialog::keyPressEvent(QKeyEvent*) 31904 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 31905 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 31906 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 31907 vfunc[78]: QWidget::enterEvent(QEvent*) 31908 vfunc[79]: QWidget::leaveEvent(QEvent*) 31909 vfunc[80]: QWidget::paintEvent(QPaintEvent*) 31910 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 31911 vfunc[82]: QDialog::resizeEvent(QResizeEvent*) 31912 vfunc[83]: QDialog::closeEvent(QCloseEvent*) 31913 vfunc[84]: QDialog::contextMenuEvent(QContextMenuEvent*) 31914 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 31915 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 31916 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 31917 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 31918 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 31919 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 31920 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 31921 vfunc[92]: QWidget::dropEvent(QDropEvent*) 31922 vfunc[93]: QWidget::showEvent(QShowEvent*) 31923 vfunc[94]: QWidget::hideEvent(QHideEvent*) 31924 vfunc[95]: QWidget::x11Event(_XEvent*) 31925 vfunc[96]: QWidget::updateMask() 31926 vfunc[97]: QWidget::styleChange(QStyle&) 31927 vfunc[98]: QWidget::enabledChange(bool) 31928 vfunc[99]: QWidget::paletteChange(QPalette const&) 31929 vfunc[100]: QWidget::fontChange(QFont const&) 31930 vfunc[101]: QWidget::windowActivationChange(bool) 31931 vfunc[102]: QWidget::metric(int) const 31932 vfunc[103]: QWidget::create(unsigned long, bool, bool) 31933 vfunc[104]: QWidget::destroy(bool, bool) 31934 vfunc[105]: NULL or QWidget::setWState(unsigned int) 31935 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 31936 vfunc[107]: QWidget::focusNextPrevChild(bool) 31937 vfunc[108]: QWidget::setKeyCompression(bool) 31938 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 31939 bool, QFont*) 31940 vfunc[110]: QDialog::done(int) 31941 vfunc[111]: QDialog::accept() 31942 vfunc[112]: QDialog::reject() 31943 31944 Table 8-409. Secondary vtable for QSemiModal 31945 Base Offset -80 31946 Virtual Base Offset 0 31947 RTTI typeinfo for QSemiModal 31948 vfunc[0]: non-virtual thunk to QSemiModal::~QSemiModal() 31949 vfunc[1]: non-virtual thunk to QSemiModal::~QSemiModal() 31950 vfunc[2]: QPaintDevice::setResolution(int) 31951 vfunc[3]: QPaintDevice::resolution() const 31952 vfunc[4]: QPaintDevice::handle() const 31953 vfunc[5]: QPaintDevice::x11RenderHandle() const 31954 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 31955 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 31956 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 31957 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 31958 const 31959 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 31960 31961 The Run Time Type Information for the QSemiModal class is 31962 described by Table 8-410 31963 31964 Table 8-410. typeinfo for QSemiModal 31965 Base Vtable vtable for __cxxabiv1::__si_class_type_info 31966 Name typeinfo name for QSemiModal 31967 basetype: typeinfo for QDialog 31968 __________________________________________________________ 31969 31970 8.2.26.4. Class data for QFileDialog 31971 31972 The virtual table for the QFileDialog class is described by 31973 Table 8-411 31974 31975 Table 8-411. Primary vtable for QFileDialog 31976 Base Offset 0 31977 Virtual Base Offset 0 31978 RTTI typeinfo for QFileDialog 31979 vfunc[0]: NULL or QFileDialog::metaObject() const 31980 vfunc[1]: QFileDialog::className() const 31981 vfunc[2]: QFileDialog::qt_cast(char const*) 31982 vfunc[3]: QFileDialog::qt_invoke(int, QUObject*) 31983 vfunc[4]: QFileDialog::qt_emit(int, QUObject*) 31984 vfunc[5]: QFileDialog::qt_property(int, int, QVariant*) 31985 vfunc[6]: QFileDialog::~QFileDialog() 31986 vfunc[7]: QFileDialog::~QFileDialog() 31987 vfunc[8]: QWidget::event(QEvent*) 31988 vfunc[9]: QFileDialog::eventFilter(QObject*, QEvent*) 31989 vfunc[10]: QWidget::setName(char const*) 31990 vfunc[11]: QObject::insertChild(QObject*) 31991 vfunc[12]: QObject::removeChild(QObject*) 31992 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 31993 vfunc[14]: QObject::property(char const*) const 31994 vfunc[15]: QObject::timerEvent(QTimerEvent*) 31995 vfunc[16]: QObject::childEvent(QChildEvent*) 31996 vfunc[17]: QObject::customEvent(QCustomEvent*) 31997 vfunc[18]: QObject::connectNotify(char const*) 31998 vfunc[19]: QObject::disconnectNotify(char const*) 31999 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 32000 const*, char const*) 32001 vfunc[21]: QWidget::setEnabled(bool) 32002 vfunc[22]: QWidget::setMinimumSize(int, int) 32003 vfunc[23]: QWidget::setMaximumSize(int, int) 32004 vfunc[24]: QWidget::setSizeIncrement(int, int) 32005 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 32006 vfunc[26]: QWidget::setEraseColor(QColor const&) 32007 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 32008 vfunc[28]: QWidget::setPalette(QPalette const&) 32009 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 32010 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 32011 vfunc[31]: QWidget::setFont(QFont const&) 32012 vfunc[32]: QWidget::setCursor(QCursor const&) 32013 vfunc[33]: QWidget::unsetCursor() 32014 vfunc[34]: QWidget::setMask(QBitmap const&) 32015 vfunc[35]: QWidget::setMask(QRegion const&) 32016 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 32017 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 32018 vfunc[38]: QWidget::setCaption(QString const&) 32019 vfunc[39]: QWidget::setIcon(QPixmap const&) 32020 vfunc[40]: QWidget::setIconText(QString const&) 32021 vfunc[41]: QWidget::setMouseTracking(bool) 32022 vfunc[42]: QWidget::setFocus() 32023 vfunc[43]: QWidget::setActiveWindow() 32024 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 32025 vfunc[45]: QWidget::setFocusProxy(QWidget*) 32026 vfunc[46]: QWidget::setUpdatesEnabled(bool) 32027 vfunc[47]: QDialog::show() 32028 vfunc[48]: QDialog::hide() 32029 vfunc[49]: QWidget::showMinimized() 32030 vfunc[50]: QWidget::showMaximized() 32031 vfunc[51]: QWidget::showNormal() 32032 vfunc[52]: QWidget::polish() 32033 vfunc[53]: QDialog::move(int, int) 32034 vfunc[54]: QDialog::resize(int, int) 32035 vfunc[55]: QDialog::setGeometry(int, int, int, int) 32036 vfunc[56]: QDialog::setGeometry(QRect const&) 32037 vfunc[57]: QWidget::close(bool) 32038 vfunc[58]: QDialog::sizeHint() const 32039 vfunc[59]: QDialog::minimumSizeHint() const 32040 vfunc[60]: QWidget::sizePolicy() const 32041 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 32042 vfunc[62]: QWidget::heightForWidth(int) const 32043 vfunc[63]: QWidget::adjustSize() 32044 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 32045 const&, bool) 32046 vfunc[65]: QWidget::setAcceptDrops(bool) 32047 vfunc[66]: QWidget::setAutoMask(bool) 32048 vfunc[67]: 32049 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 32050 vfunc[68]: QWidget::customWhatsThis() const 32051 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 32052 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 32053 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 32054 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 32055 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 32056 vfunc[74]: QFileDialog::keyPressEvent(QKeyEvent*) 32057 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 32058 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 32059 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 32060 vfunc[78]: QWidget::enterEvent(QEvent*) 32061 vfunc[79]: QWidget::leaveEvent(QEvent*) 32062 vfunc[80]: QWidget::paintEvent(QPaintEvent*) 32063 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 32064 vfunc[82]: QFileDialog::resizeEvent(QResizeEvent*) 32065 vfunc[83]: QDialog::closeEvent(QCloseEvent*) 32066 vfunc[84]: QDialog::contextMenuEvent(QContextMenuEvent*) 32067 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 32068 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 32069 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 32070 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 32071 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 32072 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 32073 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 32074 vfunc[92]: QWidget::dropEvent(QDropEvent*) 32075 vfunc[93]: QWidget::showEvent(QShowEvent*) 32076 vfunc[94]: QWidget::hideEvent(QHideEvent*) 32077 vfunc[95]: QWidget::x11Event(_XEvent*) 32078 vfunc[96]: QWidget::updateMask() 32079 vfunc[97]: QWidget::styleChange(QStyle&) 32080 vfunc[98]: QWidget::enabledChange(bool) 32081 vfunc[99]: QWidget::paletteChange(QPalette const&) 32082 vfunc[100]: QWidget::fontChange(QFont const&) 32083 vfunc[101]: QWidget::windowActivationChange(bool) 32084 vfunc[102]: QWidget::metric(int) const 32085 vfunc[103]: QWidget::create(unsigned long, bool, bool) 32086 vfunc[104]: QWidget::destroy(bool, bool) 32087 vfunc[105]: NULL or QWidget::setWState(unsigned int) 32088 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 32089 vfunc[107]: QWidget::focusNextPrevChild(bool) 32090 vfunc[108]: QWidget::setKeyCompression(bool) 32091 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 32092 bool, QFont*) 32093 vfunc[110]: QFileDialog::done(int) 32094 vfunc[111]: QDialog::accept() 32095 vfunc[112]: QDialog::reject() 32096 vfunc[113]: QFileDialog::setSelectedFilter(QString const&) 32097 vfunc[114]: QFileDialog::setSelectedFilter(int) 32098 32099 Table 8-412. Secondary vtable for QFileDialog 32100 Base Offset -80 32101 Virtual Base Offset 0 32102 RTTI typeinfo for QFileDialog 32103 vfunc[0]: non-virtual thunk to QFileDialog::~QFileDialog() 32104 vfunc[1]: non-virtual thunk to QFileDialog::~QFileDialog() 32105 vfunc[2]: QPaintDevice::setResolution(int) 32106 vfunc[3]: QPaintDevice::resolution() const 32107 vfunc[4]: QPaintDevice::handle() const 32108 vfunc[5]: QPaintDevice::x11RenderHandle() const 32109 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 32110 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 32111 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 32112 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 32113 const 32114 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 32115 32116 The Run Time Type Information for the QFileDialog class is 32117 described by Table 8-413 32118 32119 Table 8-413. typeinfo for QFileDialog 32120 Base Vtable vtable for __cxxabiv1::__si_class_type_info 32121 Name typeinfo name for QFileDialog 32122 basetype: typeinfo for QDialog 32123 __________________________________________________________ 32124 32125 8.2.26.5. Class data for QErrorMessage 32126 32127 The virtual table for the QErrorMessage class is described by 32128 Table 8-414 32129 32130 Table 8-414. Primary vtable for QErrorMessage 32131 Base Offset 0 32132 Virtual Base Offset 0 32133 RTTI typeinfo for QErrorMessage 32134 vfunc[0]: NULL or QErrorMessage::metaObject() const 32135 vfunc[1]: QErrorMessage::className() const 32136 vfunc[2]: QErrorMessage::qt_cast(char const*) 32137 vfunc[3]: QErrorMessage::qt_invoke(int, QUObject*) 32138 vfunc[4]: QErrorMessage::qt_emit(int, QUObject*) 32139 vfunc[5]: QErrorMessage::qt_property(int, int, QVariant*) 32140 vfunc[6]: QErrorMessage::~QErrorMessage() 32141 vfunc[7]: QErrorMessage::~QErrorMessage() 32142 vfunc[8]: QWidget::event(QEvent*) 32143 vfunc[9]: QDialog::eventFilter(QObject*, QEvent*) 32144 vfunc[10]: QWidget::setName(char const*) 32145 vfunc[11]: QObject::insertChild(QObject*) 32146 vfunc[12]: QObject::removeChild(QObject*) 32147 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 32148 vfunc[14]: QObject::property(char const*) const 32149 vfunc[15]: QObject::timerEvent(QTimerEvent*) 32150 vfunc[16]: QObject::childEvent(QChildEvent*) 32151 vfunc[17]: QObject::customEvent(QCustomEvent*) 32152 vfunc[18]: QObject::connectNotify(char const*) 32153 vfunc[19]: QObject::disconnectNotify(char const*) 32154 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 32155 const*, char const*) 32156 vfunc[21]: QWidget::setEnabled(bool) 32157 vfunc[22]: QWidget::setMinimumSize(int, int) 32158 vfunc[23]: QWidget::setMaximumSize(int, int) 32159 vfunc[24]: QWidget::setSizeIncrement(int, int) 32160 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 32161 vfunc[26]: QWidget::setEraseColor(QColor const&) 32162 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 32163 vfunc[28]: QWidget::setPalette(QPalette const&) 32164 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 32165 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 32166 vfunc[31]: QWidget::setFont(QFont const&) 32167 vfunc[32]: QWidget::setCursor(QCursor const&) 32168 vfunc[33]: QWidget::unsetCursor() 32169 vfunc[34]: QWidget::setMask(QBitmap const&) 32170 vfunc[35]: QWidget::setMask(QRegion const&) 32171 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 32172 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 32173 vfunc[38]: QWidget::setCaption(QString const&) 32174 vfunc[39]: QWidget::setIcon(QPixmap const&) 32175 vfunc[40]: QWidget::setIconText(QString const&) 32176 vfunc[41]: QWidget::setMouseTracking(bool) 32177 vfunc[42]: QWidget::setFocus() 32178 vfunc[43]: QWidget::setActiveWindow() 32179 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 32180 vfunc[45]: QWidget::setFocusProxy(QWidget*) 32181 vfunc[46]: QWidget::setUpdatesEnabled(bool) 32182 vfunc[47]: QDialog::show() 32183 vfunc[48]: QDialog::hide() 32184 vfunc[49]: QWidget::showMinimized() 32185 vfunc[50]: QWidget::showMaximized() 32186 vfunc[51]: QWidget::showNormal() 32187 vfunc[52]: QWidget::polish() 32188 vfunc[53]: QDialog::move(int, int) 32189 vfunc[54]: QDialog::resize(int, int) 32190 vfunc[55]: QDialog::setGeometry(int, int, int, int) 32191 vfunc[56]: QDialog::setGeometry(QRect const&) 32192 vfunc[57]: QWidget::close(bool) 32193 vfunc[58]: QDialog::sizeHint() const 32194 vfunc[59]: QDialog::minimumSizeHint() const 32195 vfunc[60]: QWidget::sizePolicy() const 32196 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 32197 vfunc[62]: QWidget::heightForWidth(int) const 32198 vfunc[63]: QWidget::adjustSize() 32199 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 32200 const&, bool) 32201 vfunc[65]: QWidget::setAcceptDrops(bool) 32202 vfunc[66]: QWidget::setAutoMask(bool) 32203 vfunc[67]: 32204 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 32205 vfunc[68]: QWidget::customWhatsThis() const 32206 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 32207 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 32208 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 32209 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 32210 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 32211 vfunc[74]: QDialog::keyPressEvent(QKeyEvent*) 32212 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 32213 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 32214 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 32215 vfunc[78]: QWidget::enterEvent(QEvent*) 32216 vfunc[79]: QWidget::leaveEvent(QEvent*) 32217 vfunc[80]: QWidget::paintEvent(QPaintEvent*) 32218 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 32219 vfunc[82]: QDialog::resizeEvent(QResizeEvent*) 32220 vfunc[83]: QDialog::closeEvent(QCloseEvent*) 32221 vfunc[84]: QDialog::contextMenuEvent(QContextMenuEvent*) 32222 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 32223 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 32224 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 32225 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 32226 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 32227 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 32228 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 32229 vfunc[92]: QWidget::dropEvent(QDropEvent*) 32230 vfunc[93]: QWidget::showEvent(QShowEvent*) 32231 vfunc[94]: QWidget::hideEvent(QHideEvent*) 32232 vfunc[95]: QWidget::x11Event(_XEvent*) 32233 vfunc[96]: QWidget::updateMask() 32234 vfunc[97]: QWidget::styleChange(QStyle&) 32235 vfunc[98]: QWidget::enabledChange(bool) 32236 vfunc[99]: QWidget::paletteChange(QPalette const&) 32237 vfunc[100]: QWidget::fontChange(QFont const&) 32238 vfunc[101]: QWidget::windowActivationChange(bool) 32239 vfunc[102]: QWidget::metric(int) const 32240 vfunc[103]: QWidget::create(unsigned long, bool, bool) 32241 vfunc[104]: QWidget::destroy(bool, bool) 32242 vfunc[105]: NULL or QWidget::setWState(unsigned int) 32243 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 32244 vfunc[107]: QWidget::focusNextPrevChild(bool) 32245 vfunc[108]: QWidget::setKeyCompression(bool) 32246 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 32247 bool, QFont*) 32248 vfunc[110]: QErrorMessage::done(int) 32249 vfunc[111]: QDialog::accept() 32250 vfunc[112]: QDialog::reject() 32251 32252 Table 8-415. Secondary vtable for QErrorMessage 32253 Base Offset -80 32254 Virtual Base Offset 0 32255 RTTI typeinfo for QErrorMessage 32256 vfunc[0]: non-virtual thunk to QErrorMessage::~QErrorMessage() 32257 vfunc[1]: non-virtual thunk to QErrorMessage::~QErrorMessage() 32258 vfunc[2]: QPaintDevice::setResolution(int) 32259 vfunc[3]: QPaintDevice::resolution() const 32260 vfunc[4]: QPaintDevice::handle() const 32261 vfunc[5]: QPaintDevice::x11RenderHandle() const 32262 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 32263 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 32264 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 32265 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 32266 const 32267 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 32268 32269 The Run Time Type Information for the QErrorMessage class is 32270 described by Table 8-416 32271 32272 Table 8-416. typeinfo for QErrorMessage 32273 Base Vtable vtable for __cxxabiv1::__si_class_type_info 32274 Name typeinfo name for QErrorMessage 32275 basetype: typeinfo for QDialog 32276 __________________________________________________________ 32277 32278 8.2.26.6. Class data for QFilePreview 32279 32280 The virtual table for the QFilePreview class is described in 32281 the generic part of this specification. 32282 32283 The Run Time Type Information for the QFilePreview class is 32284 described by Table 8-417 32285 32286 Table 8-417. typeinfo for QFilePreview 32287 Base Vtable vtable for __cxxabiv1::__class_type_info 32288 Name typeinfo name for QFilePreview 32289 __________________________________________________________ 32290 32291 8.2.26.7. Class data for QMessageBox 32292 32293 The virtual table for the QMessageBox class is described by 32294 Table 8-418 32295 32296 Table 8-418. Primary vtable for QMessageBox 32297 Base Offset 0 32298 Virtual Base Offset 0 32299 RTTI typeinfo for QMessageBox 32300 vfunc[0]: NULL or QMessageBox::metaObject() const 32301 vfunc[1]: QMessageBox::className() const 32302 vfunc[2]: QMessageBox::qt_cast(char const*) 32303 vfunc[3]: QMessageBox::qt_invoke(int, QUObject*) 32304 vfunc[4]: QMessageBox::qt_emit(int, QUObject*) 32305 vfunc[5]: QMessageBox::qt_property(int, int, QVariant*) 32306 vfunc[6]: QMessageBox::~QMessageBox() 32307 vfunc[7]: QMessageBox::~QMessageBox() 32308 vfunc[8]: QWidget::event(QEvent*) 32309 vfunc[9]: QDialog::eventFilter(QObject*, QEvent*) 32310 vfunc[10]: QWidget::setName(char const*) 32311 vfunc[11]: QObject::insertChild(QObject*) 32312 vfunc[12]: QObject::removeChild(QObject*) 32313 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 32314 vfunc[14]: QObject::property(char const*) const 32315 vfunc[15]: QObject::timerEvent(QTimerEvent*) 32316 vfunc[16]: QObject::childEvent(QChildEvent*) 32317 vfunc[17]: QObject::customEvent(QCustomEvent*) 32318 vfunc[18]: QObject::connectNotify(char const*) 32319 vfunc[19]: QObject::disconnectNotify(char const*) 32320 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 32321 const*, char const*) 32322 vfunc[21]: QWidget::setEnabled(bool) 32323 vfunc[22]: QWidget::setMinimumSize(int, int) 32324 vfunc[23]: QWidget::setMaximumSize(int, int) 32325 vfunc[24]: QWidget::setSizeIncrement(int, int) 32326 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 32327 vfunc[26]: QWidget::setEraseColor(QColor const&) 32328 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 32329 vfunc[28]: QWidget::setPalette(QPalette const&) 32330 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 32331 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 32332 vfunc[31]: QWidget::setFont(QFont const&) 32333 vfunc[32]: QWidget::setCursor(QCursor const&) 32334 vfunc[33]: QWidget::unsetCursor() 32335 vfunc[34]: QWidget::setMask(QBitmap const&) 32336 vfunc[35]: QWidget::setMask(QRegion const&) 32337 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 32338 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 32339 vfunc[38]: QWidget::setCaption(QString const&) 32340 vfunc[39]: QMessageBox::setIcon(QPixmap const&) 32341 vfunc[40]: QWidget::setIconText(QString const&) 32342 vfunc[41]: QWidget::setMouseTracking(bool) 32343 vfunc[42]: QWidget::setFocus() 32344 vfunc[43]: QWidget::setActiveWindow() 32345 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 32346 vfunc[45]: QWidget::setFocusProxy(QWidget*) 32347 vfunc[46]: QWidget::setUpdatesEnabled(bool) 32348 vfunc[47]: QDialog::show() 32349 vfunc[48]: QDialog::hide() 32350 vfunc[49]: QWidget::showMinimized() 32351 vfunc[50]: QWidget::showMaximized() 32352 vfunc[51]: QWidget::showNormal() 32353 vfunc[52]: QWidget::polish() 32354 vfunc[53]: QDialog::move(int, int) 32355 vfunc[54]: QDialog::resize(int, int) 32356 vfunc[55]: QDialog::setGeometry(int, int, int, int) 32357 vfunc[56]: QDialog::setGeometry(QRect const&) 32358 vfunc[57]: QWidget::close(bool) 32359 vfunc[58]: QDialog::sizeHint() const 32360 vfunc[59]: QDialog::minimumSizeHint() const 32361 vfunc[60]: QWidget::sizePolicy() const 32362 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 32363 vfunc[62]: QWidget::heightForWidth(int) const 32364 vfunc[63]: QMessageBox::adjustSize() 32365 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 32366 const&, bool) 32367 vfunc[65]: QWidget::setAcceptDrops(bool) 32368 vfunc[66]: QWidget::setAutoMask(bool) 32369 vfunc[67]: 32370 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 32371 vfunc[68]: QWidget::customWhatsThis() const 32372 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 32373 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 32374 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 32375 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 32376 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 32377 vfunc[74]: QMessageBox::keyPressEvent(QKeyEvent*) 32378 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 32379 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 32380 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 32381 vfunc[78]: QWidget::enterEvent(QEvent*) 32382 vfunc[79]: QWidget::leaveEvent(QEvent*) 32383 vfunc[80]: QWidget::paintEvent(QPaintEvent*) 32384 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 32385 vfunc[82]: QMessageBox::resizeEvent(QResizeEvent*) 32386 vfunc[83]: QMessageBox::closeEvent(QCloseEvent*) 32387 vfunc[84]: QDialog::contextMenuEvent(QContextMenuEvent*) 32388 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 32389 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 32390 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 32391 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 32392 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 32393 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 32394 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 32395 vfunc[92]: QWidget::dropEvent(QDropEvent*) 32396 vfunc[93]: QMessageBox::showEvent(QShowEvent*) 32397 vfunc[94]: QWidget::hideEvent(QHideEvent*) 32398 vfunc[95]: QWidget::x11Event(_XEvent*) 32399 vfunc[96]: QWidget::updateMask() 32400 vfunc[97]: QWidget::styleChange(QStyle&) 32401 vfunc[98]: QWidget::enabledChange(bool) 32402 vfunc[99]: QWidget::paletteChange(QPalette const&) 32403 vfunc[100]: QWidget::fontChange(QFont const&) 32404 vfunc[101]: QWidget::windowActivationChange(bool) 32405 vfunc[102]: QWidget::metric(int) const 32406 vfunc[103]: QWidget::create(unsigned long, bool, bool) 32407 vfunc[104]: QWidget::destroy(bool, bool) 32408 vfunc[105]: NULL or QWidget::setWState(unsigned int) 32409 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 32410 vfunc[107]: QWidget::focusNextPrevChild(bool) 32411 vfunc[108]: QWidget::setKeyCompression(bool) 32412 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 32413 bool, QFont*) 32414 vfunc[110]: QDialog::done(int) 32415 vfunc[111]: QDialog::accept() 32416 vfunc[112]: QDialog::reject() 32417 32418 Table 8-419. Secondary vtable for QMessageBox 32419 Base Offset -80 32420 Virtual Base Offset 0 32421 RTTI typeinfo for QMessageBox 32422 vfunc[0]: non-virtual thunk to QMessageBox::~QMessageBox() 32423 vfunc[1]: non-virtual thunk to QMessageBox::~QMessageBox() 32424 vfunc[2]: QPaintDevice::setResolution(int) 32425 vfunc[3]: QPaintDevice::resolution() const 32426 vfunc[4]: QPaintDevice::handle() const 32427 vfunc[5]: QPaintDevice::x11RenderHandle() const 32428 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 32429 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 32430 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 32431 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 32432 const 32433 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 32434 32435 The Run Time Type Information for the QMessageBox class is 32436 described by Table 8-420 32437 32438 Table 8-420. typeinfo for QMessageBox 32439 Base Vtable vtable for __cxxabiv1::__si_class_type_info 32440 Name typeinfo name for QMessageBox 32441 basetype: typeinfo for QDialog 32442 __________________________________________________________ 32443 32444 8.2.26.8. Class data for QDialog 32445 32446 The virtual table for the QDialog class is described by Table 32447 8-421 32448 32449 Table 8-421. Primary vtable for QDialog 32450 Base Offset 0 32451 Virtual Base Offset 0 32452 RTTI typeinfo for QDialog 32453 vfunc[0]: NULL or QDialog::metaObject() const 32454 vfunc[1]: QDialog::className() const 32455 vfunc[2]: QDialog::qt_cast(char const*) 32456 vfunc[3]: QDialog::qt_invoke(int, QUObject*) 32457 vfunc[4]: QDialog::qt_emit(int, QUObject*) 32458 vfunc[5]: QDialog::qt_property(int, int, QVariant*) 32459 vfunc[6]: QDialog::~QDialog() 32460 vfunc[7]: QDialog::~QDialog() 32461 vfunc[8]: QWidget::event(QEvent*) 32462 vfunc[9]: QDialog::eventFilter(QObject*, QEvent*) 32463 vfunc[10]: QWidget::setName(char const*) 32464 vfunc[11]: QObject::insertChild(QObject*) 32465 vfunc[12]: QObject::removeChild(QObject*) 32466 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 32467 vfunc[14]: QObject::property(char const*) const 32468 vfunc[15]: QObject::timerEvent(QTimerEvent*) 32469 vfunc[16]: QObject::childEvent(QChildEvent*) 32470 vfunc[17]: QObject::customEvent(QCustomEvent*) 32471 vfunc[18]: QObject::connectNotify(char const*) 32472 vfunc[19]: QObject::disconnectNotify(char const*) 32473 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 32474 const*, char const*) 32475 vfunc[21]: QWidget::setEnabled(bool) 32476 vfunc[22]: QWidget::setMinimumSize(int, int) 32477 vfunc[23]: QWidget::setMaximumSize(int, int) 32478 vfunc[24]: QWidget::setSizeIncrement(int, int) 32479 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 32480 vfunc[26]: QWidget::setEraseColor(QColor const&) 32481 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 32482 vfunc[28]: QWidget::setPalette(QPalette const&) 32483 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 32484 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 32485 vfunc[31]: QWidget::setFont(QFont const&) 32486 vfunc[32]: QWidget::setCursor(QCursor const&) 32487 vfunc[33]: QWidget::unsetCursor() 32488 vfunc[34]: QWidget::setMask(QBitmap const&) 32489 vfunc[35]: QWidget::setMask(QRegion const&) 32490 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 32491 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 32492 vfunc[38]: QWidget::setCaption(QString const&) 32493 vfunc[39]: QWidget::setIcon(QPixmap const&) 32494 vfunc[40]: QWidget::setIconText(QString const&) 32495 vfunc[41]: QWidget::setMouseTracking(bool) 32496 vfunc[42]: QWidget::setFocus() 32497 vfunc[43]: QWidget::setActiveWindow() 32498 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 32499 vfunc[45]: QWidget::setFocusProxy(QWidget*) 32500 vfunc[46]: QWidget::setUpdatesEnabled(bool) 32501 vfunc[47]: QDialog::show() 32502 vfunc[48]: QDialog::hide() 32503 vfunc[49]: QWidget::showMinimized() 32504 vfunc[50]: QWidget::showMaximized() 32505 vfunc[51]: QWidget::showNormal() 32506 vfunc[52]: QWidget::polish() 32507 vfunc[53]: QDialog::move(int, int) 32508 vfunc[54]: QDialog::resize(int, int) 32509 vfunc[55]: QDialog::setGeometry(int, int, int, int) 32510 vfunc[56]: QDialog::setGeometry(QRect const&) 32511 vfunc[57]: QWidget::close(bool) 32512 vfunc[58]: QDialog::sizeHint() const 32513 vfunc[59]: QDialog::minimumSizeHint() const 32514 vfunc[60]: QWidget::sizePolicy() const 32515 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 32516 vfunc[62]: QWidget::heightForWidth(int) const 32517 vfunc[63]: QWidget::adjustSize() 32518 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 32519 const&, bool) 32520 vfunc[65]: QWidget::setAcceptDrops(bool) 32521 vfunc[66]: QWidget::setAutoMask(bool) 32522 vfunc[67]: 32523 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 32524 vfunc[68]: QWidget::customWhatsThis() const 32525 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 32526 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 32527 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 32528 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 32529 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 32530 vfunc[74]: QDialog::keyPressEvent(QKeyEvent*) 32531 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 32532 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 32533 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 32534 vfunc[78]: QWidget::enterEvent(QEvent*) 32535 vfunc[79]: QWidget::leaveEvent(QEvent*) 32536 vfunc[80]: QWidget::paintEvent(QPaintEvent*) 32537 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 32538 vfunc[82]: QDialog::resizeEvent(QResizeEvent*) 32539 vfunc[83]: QDialog::closeEvent(QCloseEvent*) 32540 vfunc[84]: QDialog::contextMenuEvent(QContextMenuEvent*) 32541 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 32542 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 32543 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 32544 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 32545 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 32546 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 32547 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 32548 vfunc[92]: QWidget::dropEvent(QDropEvent*) 32549 vfunc[93]: QWidget::showEvent(QShowEvent*) 32550 vfunc[94]: QWidget::hideEvent(QHideEvent*) 32551 vfunc[95]: QWidget::x11Event(_XEvent*) 32552 vfunc[96]: QWidget::updateMask() 32553 vfunc[97]: QWidget::styleChange(QStyle&) 32554 vfunc[98]: QWidget::enabledChange(bool) 32555 vfunc[99]: QWidget::paletteChange(QPalette const&) 32556 vfunc[100]: QWidget::fontChange(QFont const&) 32557 vfunc[101]: QWidget::windowActivationChange(bool) 32558 vfunc[102]: QWidget::metric(int) const 32559 vfunc[103]: QWidget::create(unsigned long, bool, bool) 32560 vfunc[104]: QWidget::destroy(bool, bool) 32561 vfunc[105]: NULL or QWidget::setWState(unsigned int) 32562 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 32563 vfunc[107]: QWidget::focusNextPrevChild(bool) 32564 vfunc[108]: QWidget::setKeyCompression(bool) 32565 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 32566 bool, QFont*) 32567 vfunc[110]: QDialog::done(int) 32568 vfunc[111]: QDialog::accept() 32569 vfunc[112]: QDialog::reject() 32570 32571 Table 8-422. Secondary vtable for QDialog 32572 Base Offset -80 32573 Virtual Base Offset 0 32574 RTTI typeinfo for QDialog 32575 vfunc[0]: non-virtual thunk to QDialog::~QDialog() 32576 vfunc[1]: non-virtual thunk to QDialog::~QDialog() 32577 vfunc[2]: QPaintDevice::setResolution(int) 32578 vfunc[3]: QPaintDevice::resolution() const 32579 vfunc[4]: QPaintDevice::handle() const 32580 vfunc[5]: QPaintDevice::x11RenderHandle() const 32581 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 32582 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 32583 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 32584 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 32585 const 32586 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 32587 32588 The Run Time Type Information for the QDialog class is 32589 described by Table 8-423 32590 32591 Table 8-423. typeinfo for QDialog 32592 Base Vtable vtable for __cxxabiv1::__si_class_type_info 32593 Name typeinfo name for QDialog 32594 basetype: typeinfo for QWidget 32595 __________________________________________________________ 32596 32597 8.2.26.9. Class data for QFontDialog 32598 32599 The virtual table for the QFontDialog class is described by 32600 Table 8-424 32601 32602 Table 8-424. Primary vtable for QFontDialog 32603 Base Offset 0 32604 Virtual Base Offset 0 32605 RTTI typeinfo for QFontDialog 32606 vfunc[0]: NULL or QFontDialog::metaObject() const 32607 vfunc[1]: QFontDialog::className() const 32608 vfunc[2]: QFontDialog::qt_cast(char const*) 32609 vfunc[3]: QFontDialog::qt_invoke(int, QUObject*) 32610 vfunc[4]: QFontDialog::qt_emit(int, QUObject*) 32611 vfunc[5]: QFontDialog::qt_property(int, int, QVariant*) 32612 vfunc[6]: QFontDialog::~QFontDialog() 32613 vfunc[7]: QFontDialog::~QFontDialog() 32614 vfunc[8]: QWidget::event(QEvent*) 32615 vfunc[9]: QFontDialog::eventFilter(QObject*, QEvent*) 32616 vfunc[10]: QWidget::setName(char const*) 32617 vfunc[11]: QObject::insertChild(QObject*) 32618 vfunc[12]: QObject::removeChild(QObject*) 32619 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 32620 vfunc[14]: QObject::property(char const*) const 32621 vfunc[15]: QObject::timerEvent(QTimerEvent*) 32622 vfunc[16]: QObject::childEvent(QChildEvent*) 32623 vfunc[17]: QObject::customEvent(QCustomEvent*) 32624 vfunc[18]: QObject::connectNotify(char const*) 32625 vfunc[19]: QObject::disconnectNotify(char const*) 32626 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 32627 const*, char const*) 32628 vfunc[21]: QWidget::setEnabled(bool) 32629 vfunc[22]: QWidget::setMinimumSize(int, int) 32630 vfunc[23]: QWidget::setMaximumSize(int, int) 32631 vfunc[24]: QWidget::setSizeIncrement(int, int) 32632 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 32633 vfunc[26]: QWidget::setEraseColor(QColor const&) 32634 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 32635 vfunc[28]: QWidget::setPalette(QPalette const&) 32636 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 32637 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 32638 vfunc[31]: QFontDialog::setFont(QFont const&) 32639 vfunc[32]: QWidget::setCursor(QCursor const&) 32640 vfunc[33]: QWidget::unsetCursor() 32641 vfunc[34]: QWidget::setMask(QBitmap const&) 32642 vfunc[35]: QWidget::setMask(QRegion const&) 32643 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 32644 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 32645 vfunc[38]: QWidget::setCaption(QString const&) 32646 vfunc[39]: QWidget::setIcon(QPixmap const&) 32647 vfunc[40]: QWidget::setIconText(QString const&) 32648 vfunc[41]: QWidget::setMouseTracking(bool) 32649 vfunc[42]: QWidget::setFocus() 32650 vfunc[43]: QWidget::setActiveWindow() 32651 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 32652 vfunc[45]: QWidget::setFocusProxy(QWidget*) 32653 vfunc[46]: QWidget::setUpdatesEnabled(bool) 32654 vfunc[47]: QDialog::show() 32655 vfunc[48]: QDialog::hide() 32656 vfunc[49]: QWidget::showMinimized() 32657 vfunc[50]: QWidget::showMaximized() 32658 vfunc[51]: QWidget::showNormal() 32659 vfunc[52]: QWidget::polish() 32660 vfunc[53]: QDialog::move(int, int) 32661 vfunc[54]: QDialog::resize(int, int) 32662 vfunc[55]: QDialog::setGeometry(int, int, int, int) 32663 vfunc[56]: QDialog::setGeometry(QRect const&) 32664 vfunc[57]: QWidget::close(bool) 32665 vfunc[58]: QDialog::sizeHint() const 32666 vfunc[59]: QDialog::minimumSizeHint() const 32667 vfunc[60]: QWidget::sizePolicy() const 32668 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 32669 vfunc[62]: QWidget::heightForWidth(int) const 32670 vfunc[63]: QWidget::adjustSize() 32671 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 32672 const&, bool) 32673 vfunc[65]: QWidget::setAcceptDrops(bool) 32674 vfunc[66]: QWidget::setAutoMask(bool) 32675 vfunc[67]: 32676 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 32677 vfunc[68]: QWidget::customWhatsThis() const 32678 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 32679 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 32680 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 32681 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 32682 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 32683 vfunc[74]: QDialog::keyPressEvent(QKeyEvent*) 32684 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 32685 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 32686 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 32687 vfunc[78]: QWidget::enterEvent(QEvent*) 32688 vfunc[79]: QWidget::leaveEvent(QEvent*) 32689 vfunc[80]: QWidget::paintEvent(QPaintEvent*) 32690 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 32691 vfunc[82]: QDialog::resizeEvent(QResizeEvent*) 32692 vfunc[83]: QDialog::closeEvent(QCloseEvent*) 32693 vfunc[84]: QDialog::contextMenuEvent(QContextMenuEvent*) 32694 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 32695 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 32696 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 32697 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 32698 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 32699 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 32700 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 32701 vfunc[92]: QWidget::dropEvent(QDropEvent*) 32702 vfunc[93]: QWidget::showEvent(QShowEvent*) 32703 vfunc[94]: QWidget::hideEvent(QHideEvent*) 32704 vfunc[95]: QWidget::x11Event(_XEvent*) 32705 vfunc[96]: QWidget::updateMask() 32706 vfunc[97]: QWidget::styleChange(QStyle&) 32707 vfunc[98]: QWidget::enabledChange(bool) 32708 vfunc[99]: QWidget::paletteChange(QPalette const&) 32709 vfunc[100]: QWidget::fontChange(QFont const&) 32710 vfunc[101]: QWidget::windowActivationChange(bool) 32711 vfunc[102]: QWidget::metric(int) const 32712 vfunc[103]: QWidget::create(unsigned long, bool, bool) 32713 vfunc[104]: QWidget::destroy(bool, bool) 32714 vfunc[105]: NULL or QWidget::setWState(unsigned int) 32715 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 32716 vfunc[107]: QWidget::focusNextPrevChild(bool) 32717 vfunc[108]: QWidget::setKeyCompression(bool) 32718 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 32719 bool, QFont*) 32720 vfunc[110]: QDialog::done(int) 32721 vfunc[111]: QDialog::accept() 32722 vfunc[112]: QDialog::reject() 32723 32724 Table 8-425. Secondary vtable for QFontDialog 32725 Base Offset -80 32726 Virtual Base Offset 0 32727 RTTI typeinfo for QFontDialog 32728 vfunc[0]: non-virtual thunk to QFontDialog::~QFontDialog() 32729 vfunc[1]: non-virtual thunk to QFontDialog::~QFontDialog() 32730 vfunc[2]: QPaintDevice::setResolution(int) 32731 vfunc[3]: QPaintDevice::resolution() const 32732 vfunc[4]: QPaintDevice::handle() const 32733 vfunc[5]: QPaintDevice::x11RenderHandle() const 32734 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 32735 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 32736 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 32737 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 32738 const 32739 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 32740 32741 The Run Time Type Information for the QFontDialog class is 32742 described by Table 8-426 32743 32744 Table 8-426. typeinfo for QFontDialog 32745 Base Vtable vtable for __cxxabiv1::__si_class_type_info 32746 Name typeinfo name for QFontDialog 32747 basetype: typeinfo for QDialog 32748 __________________________________________________________ 32749 32750 8.2.26.10. Class data for QPrintDialog 32751 32752 The virtual table for the QPrintDialog class is described by 32753 Table 8-427 32754 32755 Table 8-427. Primary vtable for QPrintDialog 32756 Base Offset 0 32757 Virtual Base Offset 0 32758 RTTI typeinfo for QPrintDialog 32759 vfunc[0]: NULL or QPrintDialog::metaObject() const 32760 vfunc[1]: QPrintDialog::className() const 32761 vfunc[2]: QPrintDialog::qt_cast(char const*) 32762 vfunc[3]: QPrintDialog::qt_invoke(int, QUObject*) 32763 vfunc[4]: QPrintDialog::qt_emit(int, QUObject*) 32764 vfunc[5]: QPrintDialog::qt_property(int, int, QVariant*) 32765 vfunc[6]: QPrintDialog::~QPrintDialog() 32766 vfunc[7]: QPrintDialog::~QPrintDialog() 32767 vfunc[8]: QWidget::event(QEvent*) 32768 vfunc[9]: QDialog::eventFilter(QObject*, QEvent*) 32769 vfunc[10]: QWidget::setName(char const*) 32770 vfunc[11]: QObject::insertChild(QObject*) 32771 vfunc[12]: QObject::removeChild(QObject*) 32772 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 32773 vfunc[14]: QObject::property(char const*) const 32774 vfunc[15]: QObject::timerEvent(QTimerEvent*) 32775 vfunc[16]: QObject::childEvent(QChildEvent*) 32776 vfunc[17]: QObject::customEvent(QCustomEvent*) 32777 vfunc[18]: QObject::connectNotify(char const*) 32778 vfunc[19]: QObject::disconnectNotify(char const*) 32779 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 32780 const*, char const*) 32781 vfunc[21]: QWidget::setEnabled(bool) 32782 vfunc[22]: QWidget::setMinimumSize(int, int) 32783 vfunc[23]: QWidget::setMaximumSize(int, int) 32784 vfunc[24]: QWidget::setSizeIncrement(int, int) 32785 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 32786 vfunc[26]: QWidget::setEraseColor(QColor const&) 32787 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 32788 vfunc[28]: QWidget::setPalette(QPalette const&) 32789 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 32790 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 32791 vfunc[31]: QWidget::setFont(QFont const&) 32792 vfunc[32]: QWidget::setCursor(QCursor const&) 32793 vfunc[33]: QWidget::unsetCursor() 32794 vfunc[34]: QWidget::setMask(QBitmap const&) 32795 vfunc[35]: QWidget::setMask(QRegion const&) 32796 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 32797 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 32798 vfunc[38]: QWidget::setCaption(QString const&) 32799 vfunc[39]: QWidget::setIcon(QPixmap const&) 32800 vfunc[40]: QWidget::setIconText(QString const&) 32801 vfunc[41]: QWidget::setMouseTracking(bool) 32802 vfunc[42]: QWidget::setFocus() 32803 vfunc[43]: QWidget::setActiveWindow() 32804 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 32805 vfunc[45]: QWidget::setFocusProxy(QWidget*) 32806 vfunc[46]: QWidget::setUpdatesEnabled(bool) 32807 vfunc[47]: QDialog::show() 32808 vfunc[48]: QDialog::hide() 32809 vfunc[49]: QWidget::showMinimized() 32810 vfunc[50]: QWidget::showMaximized() 32811 vfunc[51]: QWidget::showNormal() 32812 vfunc[52]: QWidget::polish() 32813 vfunc[53]: QDialog::move(int, int) 32814 vfunc[54]: QDialog::resize(int, int) 32815 vfunc[55]: QDialog::setGeometry(int, int, int, int) 32816 vfunc[56]: QDialog::setGeometry(QRect const&) 32817 vfunc[57]: QWidget::close(bool) 32818 vfunc[58]: QDialog::sizeHint() const 32819 vfunc[59]: QDialog::minimumSizeHint() const 32820 vfunc[60]: QWidget::sizePolicy() const 32821 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 32822 vfunc[62]: QWidget::heightForWidth(int) const 32823 vfunc[63]: QWidget::adjustSize() 32824 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 32825 const&, bool) 32826 vfunc[65]: QWidget::setAcceptDrops(bool) 32827 vfunc[66]: QWidget::setAutoMask(bool) 32828 vfunc[67]: 32829 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 32830 vfunc[68]: QWidget::customWhatsThis() const 32831 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 32832 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 32833 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 32834 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 32835 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 32836 vfunc[74]: QDialog::keyPressEvent(QKeyEvent*) 32837 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 32838 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 32839 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 32840 vfunc[78]: QWidget::enterEvent(QEvent*) 32841 vfunc[79]: QWidget::leaveEvent(QEvent*) 32842 vfunc[80]: QWidget::paintEvent(QPaintEvent*) 32843 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 32844 vfunc[82]: QDialog::resizeEvent(QResizeEvent*) 32845 vfunc[83]: QDialog::closeEvent(QCloseEvent*) 32846 vfunc[84]: QDialog::contextMenuEvent(QContextMenuEvent*) 32847 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 32848 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 32849 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 32850 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 32851 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 32852 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 32853 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 32854 vfunc[92]: QWidget::dropEvent(QDropEvent*) 32855 vfunc[93]: QWidget::showEvent(QShowEvent*) 32856 vfunc[94]: QWidget::hideEvent(QHideEvent*) 32857 vfunc[95]: QWidget::x11Event(_XEvent*) 32858 vfunc[96]: QWidget::updateMask() 32859 vfunc[97]: QWidget::styleChange(QStyle&) 32860 vfunc[98]: QWidget::enabledChange(bool) 32861 vfunc[99]: QWidget::paletteChange(QPalette const&) 32862 vfunc[100]: QWidget::fontChange(QFont const&) 32863 vfunc[101]: QWidget::windowActivationChange(bool) 32864 vfunc[102]: QWidget::metric(int) const 32865 vfunc[103]: QWidget::create(unsigned long, bool, bool) 32866 vfunc[104]: QWidget::destroy(bool, bool) 32867 vfunc[105]: NULL or QWidget::setWState(unsigned int) 32868 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 32869 vfunc[107]: QWidget::focusNextPrevChild(bool) 32870 vfunc[108]: QWidget::setKeyCompression(bool) 32871 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 32872 bool, QFont*) 32873 vfunc[110]: QDialog::done(int) 32874 vfunc[111]: QDialog::accept() 32875 vfunc[112]: QDialog::reject() 32876 32877 Table 8-428. Secondary vtable for QPrintDialog 32878 Base Offset -80 32879 Virtual Base Offset 0 32880 RTTI typeinfo for QPrintDialog 32881 vfunc[0]: non-virtual thunk to QPrintDialog::~QPrintDialog() 32882 vfunc[1]: non-virtual thunk to QPrintDialog::~QPrintDialog() 32883 vfunc[2]: QPaintDevice::setResolution(int) 32884 vfunc[3]: QPaintDevice::resolution() const 32885 vfunc[4]: QPaintDevice::handle() const 32886 vfunc[5]: QPaintDevice::x11RenderHandle() const 32887 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 32888 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 32889 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 32890 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 32891 const 32892 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 32893 32894 The Run Time Type Information for the QPrintDialog class is 32895 described by Table 8-429 32896 32897 Table 8-429. typeinfo for QPrintDialog 32898 Base Vtable vtable for __cxxabiv1::__si_class_type_info 32899 Name typeinfo name for QPrintDialog 32900 basetype: typeinfo for QDialog 32901 __________________________________________________________ 32902 32903 8.2.26.11. Class data for QColorDialog 32904 32905 The virtual table for the QColorDialog class is described by 32906 Table 8-430 32907 32908 Table 8-430. Primary vtable for QColorDialog 32909 Base Offset 0 32910 Virtual Base Offset 0 32911 RTTI typeinfo for QColorDialog 32912 vfunc[0]: NULL or QColorDialog::metaObject() const 32913 vfunc[1]: QColorDialog::className() const 32914 vfunc[2]: QColorDialog::qt_cast(char const*) 32915 vfunc[3]: QColorDialog::qt_invoke(int, QUObject*) 32916 vfunc[4]: QColorDialog::qt_emit(int, QUObject*) 32917 vfunc[5]: QColorDialog::qt_property(int, int, QVariant*) 32918 vfunc[6]: QColorDialog::~QColorDialog() 32919 vfunc[7]: QColorDialog::~QColorDialog() 32920 vfunc[8]: QWidget::event(QEvent*) 32921 vfunc[9]: QDialog::eventFilter(QObject*, QEvent*) 32922 vfunc[10]: QWidget::setName(char const*) 32923 vfunc[11]: QObject::insertChild(QObject*) 32924 vfunc[12]: QObject::removeChild(QObject*) 32925 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 32926 vfunc[14]: QObject::property(char const*) const 32927 vfunc[15]: QObject::timerEvent(QTimerEvent*) 32928 vfunc[16]: QObject::childEvent(QChildEvent*) 32929 vfunc[17]: QObject::customEvent(QCustomEvent*) 32930 vfunc[18]: QObject::connectNotify(char const*) 32931 vfunc[19]: QObject::disconnectNotify(char const*) 32932 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 32933 const*, char const*) 32934 vfunc[21]: QWidget::setEnabled(bool) 32935 vfunc[22]: QWidget::setMinimumSize(int, int) 32936 vfunc[23]: QWidget::setMaximumSize(int, int) 32937 vfunc[24]: QWidget::setSizeIncrement(int, int) 32938 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 32939 vfunc[26]: QWidget::setEraseColor(QColor const&) 32940 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 32941 vfunc[28]: QWidget::setPalette(QPalette const&) 32942 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 32943 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 32944 vfunc[31]: QWidget::setFont(QFont const&) 32945 vfunc[32]: QWidget::setCursor(QCursor const&) 32946 vfunc[33]: QWidget::unsetCursor() 32947 vfunc[34]: QWidget::setMask(QBitmap const&) 32948 vfunc[35]: QWidget::setMask(QRegion const&) 32949 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 32950 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 32951 vfunc[38]: QWidget::setCaption(QString const&) 32952 vfunc[39]: QWidget::setIcon(QPixmap const&) 32953 vfunc[40]: QWidget::setIconText(QString const&) 32954 vfunc[41]: QWidget::setMouseTracking(bool) 32955 vfunc[42]: QWidget::setFocus() 32956 vfunc[43]: QWidget::setActiveWindow() 32957 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 32958 vfunc[45]: QWidget::setFocusProxy(QWidget*) 32959 vfunc[46]: QWidget::setUpdatesEnabled(bool) 32960 vfunc[47]: QDialog::show() 32961 vfunc[48]: QDialog::hide() 32962 vfunc[49]: QWidget::showMinimized() 32963 vfunc[50]: QWidget::showMaximized() 32964 vfunc[51]: QWidget::showNormal() 32965 vfunc[52]: QWidget::polish() 32966 vfunc[53]: QDialog::move(int, int) 32967 vfunc[54]: QDialog::resize(int, int) 32968 vfunc[55]: QDialog::setGeometry(int, int, int, int) 32969 vfunc[56]: QDialog::setGeometry(QRect const&) 32970 vfunc[57]: QWidget::close(bool) 32971 vfunc[58]: QDialog::sizeHint() const 32972 vfunc[59]: QDialog::minimumSizeHint() const 32973 vfunc[60]: QWidget::sizePolicy() const 32974 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 32975 vfunc[62]: QWidget::heightForWidth(int) const 32976 vfunc[63]: QWidget::adjustSize() 32977 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 32978 const&, bool) 32979 vfunc[65]: QWidget::setAcceptDrops(bool) 32980 vfunc[66]: QWidget::setAutoMask(bool) 32981 vfunc[67]: 32982 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 32983 vfunc[68]: QWidget::customWhatsThis() const 32984 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 32985 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 32986 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 32987 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 32988 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 32989 vfunc[74]: QDialog::keyPressEvent(QKeyEvent*) 32990 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 32991 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 32992 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 32993 vfunc[78]: QWidget::enterEvent(QEvent*) 32994 vfunc[79]: QWidget::leaveEvent(QEvent*) 32995 vfunc[80]: QWidget::paintEvent(QPaintEvent*) 32996 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 32997 vfunc[82]: QDialog::resizeEvent(QResizeEvent*) 32998 vfunc[83]: QDialog::closeEvent(QCloseEvent*) 32999 vfunc[84]: QDialog::contextMenuEvent(QContextMenuEvent*) 33000 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 33001 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 33002 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 33003 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 33004 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 33005 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 33006 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 33007 vfunc[92]: QWidget::dropEvent(QDropEvent*) 33008 vfunc[93]: QWidget::showEvent(QShowEvent*) 33009 vfunc[94]: QWidget::hideEvent(QHideEvent*) 33010 vfunc[95]: QWidget::x11Event(_XEvent*) 33011 vfunc[96]: QWidget::updateMask() 33012 vfunc[97]: QWidget::styleChange(QStyle&) 33013 vfunc[98]: QWidget::enabledChange(bool) 33014 vfunc[99]: QWidget::paletteChange(QPalette const&) 33015 vfunc[100]: QWidget::fontChange(QFont const&) 33016 vfunc[101]: QWidget::windowActivationChange(bool) 33017 vfunc[102]: QWidget::metric(int) const 33018 vfunc[103]: QWidget::create(unsigned long, bool, bool) 33019 vfunc[104]: QWidget::destroy(bool, bool) 33020 vfunc[105]: NULL or QWidget::setWState(unsigned int) 33021 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 33022 vfunc[107]: QWidget::focusNextPrevChild(bool) 33023 vfunc[108]: QWidget::setKeyCompression(bool) 33024 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 33025 bool, QFont*) 33026 vfunc[110]: QDialog::done(int) 33027 vfunc[111]: QDialog::accept() 33028 vfunc[112]: QDialog::reject() 33029 33030 Table 8-431. Secondary vtable for QColorDialog 33031 Base Offset -80 33032 Virtual Base Offset 0 33033 RTTI typeinfo for QColorDialog 33034 vfunc[0]: non-virtual thunk to QColorDialog::~QColorDialog() 33035 vfunc[1]: non-virtual thunk to QColorDialog::~QColorDialog() 33036 vfunc[2]: QPaintDevice::setResolution(int) 33037 vfunc[3]: QPaintDevice::resolution() const 33038 vfunc[4]: QPaintDevice::handle() const 33039 vfunc[5]: QPaintDevice::x11RenderHandle() const 33040 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 33041 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 33042 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 33043 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 33044 const 33045 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 33046 33047 The Run Time Type Information for the QColorDialog class is 33048 described by Table 8-432 33049 33050 Table 8-432. typeinfo for QColorDialog 33051 Base Vtable vtable for __cxxabiv1::__si_class_type_info 33052 Name typeinfo name for QColorDialog 33053 basetype: typeinfo for QDialog 33054 __________________________________________________________ 33055 33056 8.2.26.12. Class data for QInputDialog 33057 33058 The virtual table for the QInputDialog class is described by 33059 Table 8-433 33060 33061 Table 8-433. Primary vtable for QInputDialog 33062 Base Offset 0 33063 Virtual Base Offset 0 33064 RTTI typeinfo for QInputDialog 33065 vfunc[0]: NULL or QInputDialog::metaObject() const 33066 vfunc[1]: QInputDialog::className() const 33067 vfunc[2]: QInputDialog::qt_cast(char const*) 33068 vfunc[3]: QInputDialog::qt_invoke(int, QUObject*) 33069 vfunc[4]: QInputDialog::qt_emit(int, QUObject*) 33070 vfunc[5]: QInputDialog::qt_property(int, int, QVariant*) 33071 vfunc[6]: QInputDialog::~QInputDialog() 33072 vfunc[7]: QInputDialog::~QInputDialog() 33073 vfunc[8]: QWidget::event(QEvent*) 33074 vfunc[9]: QDialog::eventFilter(QObject*, QEvent*) 33075 vfunc[10]: QWidget::setName(char const*) 33076 vfunc[11]: QObject::insertChild(QObject*) 33077 vfunc[12]: QObject::removeChild(QObject*) 33078 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 33079 vfunc[14]: QObject::property(char const*) const 33080 vfunc[15]: QObject::timerEvent(QTimerEvent*) 33081 vfunc[16]: QObject::childEvent(QChildEvent*) 33082 vfunc[17]: QObject::customEvent(QCustomEvent*) 33083 vfunc[18]: QObject::connectNotify(char const*) 33084 vfunc[19]: QObject::disconnectNotify(char const*) 33085 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 33086 const*, char const*) 33087 vfunc[21]: QWidget::setEnabled(bool) 33088 vfunc[22]: QWidget::setMinimumSize(int, int) 33089 vfunc[23]: QWidget::setMaximumSize(int, int) 33090 vfunc[24]: QWidget::setSizeIncrement(int, int) 33091 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 33092 vfunc[26]: QWidget::setEraseColor(QColor const&) 33093 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 33094 vfunc[28]: QWidget::setPalette(QPalette const&) 33095 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 33096 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 33097 vfunc[31]: QWidget::setFont(QFont const&) 33098 vfunc[32]: QWidget::setCursor(QCursor const&) 33099 vfunc[33]: QWidget::unsetCursor() 33100 vfunc[34]: QWidget::setMask(QBitmap const&) 33101 vfunc[35]: QWidget::setMask(QRegion const&) 33102 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 33103 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 33104 vfunc[38]: QWidget::setCaption(QString const&) 33105 vfunc[39]: QWidget::setIcon(QPixmap const&) 33106 vfunc[40]: QWidget::setIconText(QString const&) 33107 vfunc[41]: QWidget::setMouseTracking(bool) 33108 vfunc[42]: QWidget::setFocus() 33109 vfunc[43]: QWidget::setActiveWindow() 33110 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 33111 vfunc[45]: QWidget::setFocusProxy(QWidget*) 33112 vfunc[46]: QWidget::setUpdatesEnabled(bool) 33113 vfunc[47]: QDialog::show() 33114 vfunc[48]: QDialog::hide() 33115 vfunc[49]: QWidget::showMinimized() 33116 vfunc[50]: QWidget::showMaximized() 33117 vfunc[51]: QWidget::showNormal() 33118 vfunc[52]: QWidget::polish() 33119 vfunc[53]: QDialog::move(int, int) 33120 vfunc[54]: QDialog::resize(int, int) 33121 vfunc[55]: QDialog::setGeometry(int, int, int, int) 33122 vfunc[56]: QDialog::setGeometry(QRect const&) 33123 vfunc[57]: QWidget::close(bool) 33124 vfunc[58]: QDialog::sizeHint() const 33125 vfunc[59]: QDialog::minimumSizeHint() const 33126 vfunc[60]: QWidget::sizePolicy() const 33127 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 33128 vfunc[62]: QWidget::heightForWidth(int) const 33129 vfunc[63]: QWidget::adjustSize() 33130 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 33131 const&, bool) 33132 vfunc[65]: QWidget::setAcceptDrops(bool) 33133 vfunc[66]: QWidget::setAutoMask(bool) 33134 vfunc[67]: 33135 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 33136 vfunc[68]: QWidget::customWhatsThis() const 33137 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 33138 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 33139 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 33140 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 33141 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 33142 vfunc[74]: QDialog::keyPressEvent(QKeyEvent*) 33143 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 33144 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 33145 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 33146 vfunc[78]: QWidget::enterEvent(QEvent*) 33147 vfunc[79]: QWidget::leaveEvent(QEvent*) 33148 vfunc[80]: QWidget::paintEvent(QPaintEvent*) 33149 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 33150 vfunc[82]: QDialog::resizeEvent(QResizeEvent*) 33151 vfunc[83]: QDialog::closeEvent(QCloseEvent*) 33152 vfunc[84]: QDialog::contextMenuEvent(QContextMenuEvent*) 33153 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 33154 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 33155 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 33156 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 33157 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 33158 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 33159 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 33160 vfunc[92]: QWidget::dropEvent(QDropEvent*) 33161 vfunc[93]: QWidget::showEvent(QShowEvent*) 33162 vfunc[94]: QWidget::hideEvent(QHideEvent*) 33163 vfunc[95]: QWidget::x11Event(_XEvent*) 33164 vfunc[96]: QWidget::updateMask() 33165 vfunc[97]: QWidget::styleChange(QStyle&) 33166 vfunc[98]: QWidget::enabledChange(bool) 33167 vfunc[99]: QWidget::paletteChange(QPalette const&) 33168 vfunc[100]: QWidget::fontChange(QFont const&) 33169 vfunc[101]: QWidget::windowActivationChange(bool) 33170 vfunc[102]: QWidget::metric(int) const 33171 vfunc[103]: QWidget::create(unsigned long, bool, bool) 33172 vfunc[104]: QWidget::destroy(bool, bool) 33173 vfunc[105]: NULL or QWidget::setWState(unsigned int) 33174 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 33175 vfunc[107]: QWidget::focusNextPrevChild(bool) 33176 vfunc[108]: QWidget::setKeyCompression(bool) 33177 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 33178 bool, QFont*) 33179 vfunc[110]: QDialog::done(int) 33180 vfunc[111]: QDialog::accept() 33181 vfunc[112]: QDialog::reject() 33182 33183 Table 8-434. Secondary vtable for QInputDialog 33184 Base Offset -80 33185 Virtual Base Offset 0 33186 RTTI typeinfo for QInputDialog 33187 vfunc[0]: non-virtual thunk to QInputDialog::~QInputDialog() 33188 vfunc[1]: non-virtual thunk to QInputDialog::~QInputDialog() 33189 vfunc[2]: QPaintDevice::setResolution(int) 33190 vfunc[3]: QPaintDevice::resolution() const 33191 vfunc[4]: QPaintDevice::handle() const 33192 vfunc[5]: QPaintDevice::x11RenderHandle() const 33193 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 33194 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 33195 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 33196 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 33197 const 33198 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 33199 33200 The Run Time Type Information for the QInputDialog class is 33201 described by Table 8-435 33202 33203 Table 8-435. typeinfo for QInputDialog 33204 Base Vtable vtable for __cxxabiv1::__si_class_type_info 33205 Name typeinfo name for QInputDialog 33206 basetype: typeinfo for QDialog 33207 __________________________________________________________ 33208 33209 8.2.26.13. Class data for QTabDialog 33210 33211 The virtual table for the QTabDialog class is described by 33212 Table 8-436 33213 33214 Table 8-436. Primary vtable for QTabDialog 33215 Base Offset 0 33216 Virtual Base Offset 0 33217 RTTI typeinfo for QTabDialog 33218 vfunc[0]: NULL or QTabDialog::metaObject() const 33219 vfunc[1]: QTabDialog::className() const 33220 vfunc[2]: QTabDialog::qt_cast(char const*) 33221 vfunc[3]: QTabDialog::qt_invoke(int, QUObject*) 33222 vfunc[4]: QTabDialog::qt_emit(int, QUObject*) 33223 vfunc[5]: QTabDialog::qt_property(int, int, QVariant*) 33224 vfunc[6]: QTabDialog::~QTabDialog() 33225 vfunc[7]: QTabDialog::~QTabDialog() 33226 vfunc[8]: QWidget::event(QEvent*) 33227 vfunc[9]: QDialog::eventFilter(QObject*, QEvent*) 33228 vfunc[10]: QWidget::setName(char const*) 33229 vfunc[11]: QObject::insertChild(QObject*) 33230 vfunc[12]: QObject::removeChild(QObject*) 33231 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 33232 vfunc[14]: QObject::property(char const*) const 33233 vfunc[15]: QObject::timerEvent(QTimerEvent*) 33234 vfunc[16]: QObject::childEvent(QChildEvent*) 33235 vfunc[17]: QObject::customEvent(QCustomEvent*) 33236 vfunc[18]: QObject::connectNotify(char const*) 33237 vfunc[19]: QObject::disconnectNotify(char const*) 33238 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 33239 const*, char const*) 33240 vfunc[21]: QWidget::setEnabled(bool) 33241 vfunc[22]: QWidget::setMinimumSize(int, int) 33242 vfunc[23]: QWidget::setMaximumSize(int, int) 33243 vfunc[24]: QWidget::setSizeIncrement(int, int) 33244 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 33245 vfunc[26]: QWidget::setEraseColor(QColor const&) 33246 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 33247 vfunc[28]: QWidget::setPalette(QPalette const&) 33248 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 33249 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 33250 vfunc[31]: QTabDialog::setFont(QFont const&) 33251 vfunc[32]: QWidget::setCursor(QCursor const&) 33252 vfunc[33]: QWidget::unsetCursor() 33253 vfunc[34]: QWidget::setMask(QBitmap const&) 33254 vfunc[35]: QWidget::setMask(QRegion const&) 33255 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 33256 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 33257 vfunc[38]: QWidget::setCaption(QString const&) 33258 vfunc[39]: QWidget::setIcon(QPixmap const&) 33259 vfunc[40]: QWidget::setIconText(QString const&) 33260 vfunc[41]: QWidget::setMouseTracking(bool) 33261 vfunc[42]: QWidget::setFocus() 33262 vfunc[43]: QWidget::setActiveWindow() 33263 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 33264 vfunc[45]: QWidget::setFocusProxy(QWidget*) 33265 vfunc[46]: QWidget::setUpdatesEnabled(bool) 33266 vfunc[47]: QTabDialog::show() 33267 vfunc[48]: QDialog::hide() 33268 vfunc[49]: QWidget::showMinimized() 33269 vfunc[50]: QWidget::showMaximized() 33270 vfunc[51]: QWidget::showNormal() 33271 vfunc[52]: QWidget::polish() 33272 vfunc[53]: QDialog::move(int, int) 33273 vfunc[54]: QDialog::resize(int, int) 33274 vfunc[55]: QDialog::setGeometry(int, int, int, int) 33275 vfunc[56]: QDialog::setGeometry(QRect const&) 33276 vfunc[57]: QWidget::close(bool) 33277 vfunc[58]: QDialog::sizeHint() const 33278 vfunc[59]: QDialog::minimumSizeHint() const 33279 vfunc[60]: QWidget::sizePolicy() const 33280 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 33281 vfunc[62]: QWidget::heightForWidth(int) const 33282 vfunc[63]: QWidget::adjustSize() 33283 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 33284 const&, bool) 33285 vfunc[65]: QWidget::setAcceptDrops(bool) 33286 vfunc[66]: QWidget::setAutoMask(bool) 33287 vfunc[67]: 33288 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 33289 vfunc[68]: QWidget::customWhatsThis() const 33290 vfunc[69]: QWidget::mousePressEvent(QMouseEvent*) 33291 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 33292 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 33293 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 33294 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 33295 vfunc[74]: QDialog::keyPressEvent(QKeyEvent*) 33296 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 33297 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 33298 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 33299 vfunc[78]: QWidget::enterEvent(QEvent*) 33300 vfunc[79]: QWidget::leaveEvent(QEvent*) 33301 vfunc[80]: QTabDialog::paintEvent(QPaintEvent*) 33302 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 33303 vfunc[82]: QTabDialog::resizeEvent(QResizeEvent*) 33304 vfunc[83]: QDialog::closeEvent(QCloseEvent*) 33305 vfunc[84]: QDialog::contextMenuEvent(QContextMenuEvent*) 33306 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 33307 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 33308 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 33309 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 33310 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 33311 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 33312 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 33313 vfunc[92]: QWidget::dropEvent(QDropEvent*) 33314 vfunc[93]: QWidget::showEvent(QShowEvent*) 33315 vfunc[94]: QWidget::hideEvent(QHideEvent*) 33316 vfunc[95]: QWidget::x11Event(_XEvent*) 33317 vfunc[96]: QWidget::updateMask() 33318 vfunc[97]: QTabDialog::styleChange(QStyle&) 33319 vfunc[98]: QWidget::enabledChange(bool) 33320 vfunc[99]: QWidget::paletteChange(QPalette const&) 33321 vfunc[100]: QWidget::fontChange(QFont const&) 33322 vfunc[101]: QWidget::windowActivationChange(bool) 33323 vfunc[102]: QWidget::metric(int) const 33324 vfunc[103]: QWidget::create(unsigned long, bool, bool) 33325 vfunc[104]: QWidget::destroy(bool, bool) 33326 vfunc[105]: NULL or QWidget::setWState(unsigned int) 33327 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 33328 vfunc[107]: QWidget::focusNextPrevChild(bool) 33329 vfunc[108]: QWidget::setKeyCompression(bool) 33330 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 33331 bool, QFont*) 33332 vfunc[110]: QDialog::done(int) 33333 vfunc[111]: QDialog::accept() 33334 vfunc[112]: QDialog::reject() 33335 33336 Table 8-437. Secondary vtable for QTabDialog 33337 Base Offset -80 33338 Virtual Base Offset 0 33339 RTTI typeinfo for QTabDialog 33340 vfunc[0]: non-virtual thunk to QTabDialog::~QTabDialog() 33341 vfunc[1]: non-virtual thunk to QTabDialog::~QTabDialog() 33342 vfunc[2]: QPaintDevice::setResolution(int) 33343 vfunc[3]: QPaintDevice::resolution() const 33344 vfunc[4]: QPaintDevice::handle() const 33345 vfunc[5]: QPaintDevice::x11RenderHandle() const 33346 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 33347 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 33348 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 33349 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 33350 const 33351 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 33352 33353 The Run Time Type Information for the QTabDialog class is 33354 described by Table 8-438 33355 33356 Table 8-438. typeinfo for QTabDialog 33357 Base Vtable vtable for __cxxabiv1::__si_class_type_info 33358 Name typeinfo name for QTabDialog 33359 basetype: typeinfo for QDialog 33360 __________________________________________________________ 33361 33362 8.2.26.14. Class data for QFileIconProvider 33363 33364 The virtual table for the QFileIconProvider class is described 33365 in the generic part of this specification. 33366 33367 The Run Time Type Information for the QFileIconProvider class 33368 is described by Table 8-439 33369 33370 Table 8-439. typeinfo for QFileIconProvider 33371 Base Vtable vtable for __cxxabiv1::__si_class_type_info 33372 Name typeinfo name for QFileIconProvider 33373 basetype: typeinfo for QObject 33374 __________________________________________________________ 33375 33376 8.2.26.15. Interfaces for Qt3 Dialogs 33377 33378 An LSB conforming implementation shall provide the architecture 33379 specific functions for Qt3 Dialogs specified in Table 8-440, 33380 with the full mandatory functionality as described in the 33381 referenced underlying specification. 33382 33383 Table 8-440. libqt-mt - Qt3 Dialogs Function Interfaces 33384 _ZThn80_N10QTabDialogD0Ev [CXXABI-1.86] 33385 _ZThn80_N10QTabDialogD1Ev [CXXABI-1.86] 33386 _ZThn80_N11QFileDialogD0Ev [CXXABI-1.86] 33387 _ZThn80_N11QFileDialogD1Ev [CXXABI-1.86] 33388 _ZThn80_N11QFontDialogD0Ev [CXXABI-1.86] 33389 _ZThn80_N11QFontDialogD1Ev [CXXABI-1.86] 33390 _ZThn80_N11QMessageBoxD0Ev [CXXABI-1.86] 33391 _ZThn80_N11QMessageBoxD1Ev [CXXABI-1.86] 33392 _ZThn80_N12QColorDialogD0Ev [CXXABI-1.86] 33393 _ZThn80_N12QColorDialogD1Ev [CXXABI-1.86] 33394 _ZThn80_N12QInputDialogD0Ev [CXXABI-1.86] 33395 _ZThn80_N12QInputDialogD1Ev [CXXABI-1.86] 33396 _ZThn80_N12QPrintDialogD0Ev [CXXABI-1.86] 33397 _ZThn80_N12QPrintDialogD1Ev [CXXABI-1.86] 33398 _ZThn80_N13QErrorMessageD0Ev [CXXABI-1.86] 33399 _ZThn80_N13QErrorMessageD1Ev [CXXABI-1.86] 33400 _ZThn80_N15QProgressDialogD0Ev [CXXABI-1.86] 33401 _ZThn80_N15QProgressDialogD1Ev [CXXABI-1.86] 33402 _ZThn80_N7QDialogD0Ev [CXXABI-1.86] _ZThn80_N7QDialogD1Ev 33403 [CXXABI-1.86] 33404 _ZThn80_N7QWizardD0Ev [CXXABI-1.86] _ZThn80_N7QWizardD1Ev 33405 [CXXABI-1.86] 33406 __________________________________________________________ 33407 33408 8.2.27. Qt3 Tables 33409 __________________________________________________________ 33410 33411 8.2.27.1. Class data for QTableItem 33412 33413 The virtual table for the QTableItem class is described in the 33414 generic part of this specification. 33415 33416 The Run Time Type Information for the QTableItem class is 33417 described by Table 8-441 33418 33419 Table 8-441. typeinfo for QTableItem 33420 Base Vtable vtable for __cxxabiv1::__si_class_type_info 33421 Name typeinfo name for QTableItem 33422 basetype: typeinfo for Qt 33423 __________________________________________________________ 33424 33425 8.2.27.2. Class data for QCheckTableItem 33426 33427 The virtual table for the QCheckTableItem class is described in 33428 the generic part of this specification. 33429 33430 The Run Time Type Information for the QCheckTableItem class is 33431 described by Table 8-442 33432 33433 Table 8-442. typeinfo for QCheckTableItem 33434 Base Vtable vtable for __cxxabiv1::__si_class_type_info 33435 Name typeinfo name for QCheckTableItem 33436 basetype: typeinfo for QTableItem 33437 __________________________________________________________ 33438 33439 8.2.27.3. Class data for QHeader 33440 33441 The virtual table for the QHeader class is described by Table 33442 8-443 33443 33444 Table 8-443. Primary vtable for QHeader 33445 Base Offset 0 33446 Virtual Base Offset 0 33447 RTTI typeinfo for QHeader 33448 vfunc[0]: NULL or QHeader::metaObject() const 33449 vfunc[1]: QHeader::className() const 33450 vfunc[2]: QHeader::qt_cast(char const*) 33451 vfunc[3]: QHeader::qt_invoke(int, QUObject*) 33452 vfunc[4]: QHeader::qt_emit(int, QUObject*) 33453 vfunc[5]: QHeader::qt_property(int, int, QVariant*) 33454 vfunc[6]: QHeader::~QHeader() 33455 vfunc[7]: QHeader::~QHeader() 33456 vfunc[8]: QWidget::event(QEvent*) 33457 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 33458 vfunc[10]: QWidget::setName(char const*) 33459 vfunc[11]: QObject::insertChild(QObject*) 33460 vfunc[12]: QObject::removeChild(QObject*) 33461 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 33462 vfunc[14]: QObject::property(char const*) const 33463 vfunc[15]: QObject::timerEvent(QTimerEvent*) 33464 vfunc[16]: QObject::childEvent(QChildEvent*) 33465 vfunc[17]: QObject::customEvent(QCustomEvent*) 33466 vfunc[18]: QObject::connectNotify(char const*) 33467 vfunc[19]: QObject::disconnectNotify(char const*) 33468 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 33469 const*, char const*) 33470 vfunc[21]: QWidget::setEnabled(bool) 33471 vfunc[22]: QWidget::setMinimumSize(int, int) 33472 vfunc[23]: QWidget::setMaximumSize(int, int) 33473 vfunc[24]: QWidget::setSizeIncrement(int, int) 33474 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 33475 vfunc[26]: QWidget::setEraseColor(QColor const&) 33476 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 33477 vfunc[28]: QWidget::setPalette(QPalette const&) 33478 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 33479 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 33480 vfunc[31]: QWidget::setFont(QFont const&) 33481 vfunc[32]: QWidget::setCursor(QCursor const&) 33482 vfunc[33]: QWidget::unsetCursor() 33483 vfunc[34]: QWidget::setMask(QBitmap const&) 33484 vfunc[35]: QWidget::setMask(QRegion const&) 33485 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 33486 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 33487 vfunc[38]: QWidget::setCaption(QString const&) 33488 vfunc[39]: QWidget::setIcon(QPixmap const&) 33489 vfunc[40]: QWidget::setIconText(QString const&) 33490 vfunc[41]: QWidget::setMouseTracking(bool) 33491 vfunc[42]: QWidget::setFocus() 33492 vfunc[43]: QWidget::setActiveWindow() 33493 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 33494 vfunc[45]: QWidget::setFocusProxy(QWidget*) 33495 vfunc[46]: QHeader::setUpdatesEnabled(bool) 33496 vfunc[47]: QWidget::show() 33497 vfunc[48]: QWidget::hide() 33498 vfunc[49]: QWidget::showMinimized() 33499 vfunc[50]: QWidget::showMaximized() 33500 vfunc[51]: QWidget::showNormal() 33501 vfunc[52]: QWidget::polish() 33502 vfunc[53]: QWidget::move(int, int) 33503 vfunc[54]: QWidget::resize(int, int) 33504 vfunc[55]: QWidget::setGeometry(int, int, int, int) 33505 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 33506 vfunc[57]: QWidget::close(bool) 33507 vfunc[58]: QHeader::sizeHint() const 33508 vfunc[59]: QWidget::minimumSizeHint() const 33509 vfunc[60]: QWidget::sizePolicy() const 33510 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 33511 vfunc[62]: QWidget::heightForWidth(int) const 33512 vfunc[63]: QWidget::adjustSize() 33513 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 33514 const&, bool) 33515 vfunc[65]: QWidget::setAcceptDrops(bool) 33516 vfunc[66]: QWidget::setAutoMask(bool) 33517 vfunc[67]: 33518 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 33519 vfunc[68]: QWidget::customWhatsThis() const 33520 vfunc[69]: QHeader::mousePressEvent(QMouseEvent*) 33521 vfunc[70]: QHeader::mouseReleaseEvent(QMouseEvent*) 33522 vfunc[71]: QHeader::mouseDoubleClickEvent(QMouseEvent*) 33523 vfunc[72]: QHeader::mouseMoveEvent(QMouseEvent*) 33524 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 33525 vfunc[74]: QHeader::keyPressEvent(QKeyEvent*) 33526 vfunc[75]: QHeader::keyReleaseEvent(QKeyEvent*) 33527 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 33528 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 33529 vfunc[78]: QWidget::enterEvent(QEvent*) 33530 vfunc[79]: QWidget::leaveEvent(QEvent*) 33531 vfunc[80]: QHeader::paintEvent(QPaintEvent*) 33532 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 33533 vfunc[82]: QHeader::resizeEvent(QResizeEvent*) 33534 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 33535 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 33536 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 33537 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 33538 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 33539 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 33540 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 33541 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 33542 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 33543 vfunc[92]: QWidget::dropEvent(QDropEvent*) 33544 vfunc[93]: QHeader::showEvent(QShowEvent*) 33545 vfunc[94]: QWidget::hideEvent(QHideEvent*) 33546 vfunc[95]: QWidget::x11Event(_XEvent*) 33547 vfunc[96]: QWidget::updateMask() 33548 vfunc[97]: QWidget::styleChange(QStyle&) 33549 vfunc[98]: QWidget::enabledChange(bool) 33550 vfunc[99]: QWidget::paletteChange(QPalette const&) 33551 vfunc[100]: QHeader::fontChange(QFont const&) 33552 vfunc[101]: QWidget::windowActivationChange(bool) 33553 vfunc[102]: QWidget::metric(int) const 33554 vfunc[103]: QWidget::create(unsigned long, bool, bool) 33555 vfunc[104]: QWidget::destroy(bool, bool) 33556 vfunc[105]: NULL or QWidget::setWState(unsigned int) 33557 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 33558 vfunc[107]: QWidget::focusNextPrevChild(bool) 33559 vfunc[108]: QWidget::setKeyCompression(bool) 33560 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 33561 bool, QFont*) 33562 vfunc[110]: QHeader::setLabel(int, QString const&, int) 33563 vfunc[111]: QHeader::setLabel(int, QIconSet const&, QString 33564 const&, int) 33565 vfunc[112]: QHeader::setOrientation(Qt::Orientation) 33566 vfunc[113]: NULL or QHeader::setTracking(bool) 33567 vfunc[114]: QHeader::setClickEnabled(bool, int) 33568 vfunc[115]: QHeader::setResizeEnabled(bool, int) 33569 vfunc[116]: QHeader::setMovingEnabled(bool) 33570 vfunc[117]: QHeader::setStretchEnabled(bool, int) 33571 vfunc[118]: QHeader::setCellSize(int, int) 33572 vfunc[119]: QHeader::moveCell(int, int) 33573 vfunc[120]: QHeader::setOffset(int) 33574 vfunc[121]: QHeader::paintSection(QPainter*, int, QRect const&) 33575 vfunc[122]: QHeader::paintSectionLabel(QPainter*, int, QRect 33576 const&) 33577 33578 Table 8-444. Secondary vtable for QHeader 33579 Base Offset -80 33580 Virtual Base Offset 0 33581 RTTI typeinfo for QHeader 33582 vfunc[0]: non-virtual thunk to QHeader::~QHeader() 33583 vfunc[1]: non-virtual thunk to QHeader::~QHeader() 33584 vfunc[2]: QPaintDevice::setResolution(int) 33585 vfunc[3]: QPaintDevice::resolution() const 33586 vfunc[4]: QPaintDevice::handle() const 33587 vfunc[5]: QPaintDevice::x11RenderHandle() const 33588 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 33589 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 33590 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 33591 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 33592 const 33593 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 33594 33595 The Run Time Type Information for the QHeader class is 33596 described by Table 8-445 33597 33598 Table 8-445. typeinfo for QHeader 33599 Base Vtable vtable for __cxxabiv1::__si_class_type_info 33600 Name typeinfo name for QHeader 33601 basetype: typeinfo for QWidget 33602 __________________________________________________________ 33603 33604 8.2.27.4. Class data for QDataTable 33605 33606 The virtual table for the QDataTable class is described by 33607 Table 8-446 33608 33609 Table 8-446. Primary vtable for QDataTable 33610 Base Offset 0 33611 Virtual Base Offset 0 33612 RTTI typeinfo for QDataTable 33613 vfunc[0]: NULL or QDataTable::metaObject() const 33614 vfunc[1]: QDataTable::className() const 33615 vfunc[2]: QDataTable::qt_cast(char const*) 33616 vfunc[3]: QDataTable::qt_invoke(int, QUObject*) 33617 vfunc[4]: QDataTable::qt_emit(int, QUObject*) 33618 vfunc[5]: QDataTable::qt_property(int, int, QVariant*) 33619 vfunc[6]: QDataTable::~QDataTable() 33620 vfunc[7]: QDataTable::~QDataTable() 33621 vfunc[8]: QWidget::event(QEvent*) 33622 vfunc[9]: QDataTable::eventFilter(QObject*, QEvent*) 33623 vfunc[10]: QWidget::setName(char const*) 33624 vfunc[11]: QObject::insertChild(QObject*) 33625 vfunc[12]: QScrollView::removeChild(QObject*) 33626 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 33627 vfunc[14]: QObject::property(char const*) const 33628 vfunc[15]: QObject::timerEvent(QTimerEvent*) 33629 vfunc[16]: QObject::childEvent(QChildEvent*) 33630 vfunc[17]: QObject::customEvent(QCustomEvent*) 33631 vfunc[18]: QObject::connectNotify(char const*) 33632 vfunc[19]: QObject::disconnectNotify(char const*) 33633 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 33634 const*, char const*) 33635 vfunc[21]: QTable::setEnabled(bool) 33636 vfunc[22]: QWidget::setMinimumSize(int, int) 33637 vfunc[23]: QWidget::setMaximumSize(int, int) 33638 vfunc[24]: QWidget::setSizeIncrement(int, int) 33639 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 33640 vfunc[26]: QWidget::setEraseColor(QColor const&) 33641 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 33642 vfunc[28]: QWidget::setPalette(QPalette const&) 33643 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 33644 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 33645 vfunc[31]: QWidget::setFont(QFont const&) 33646 vfunc[32]: QWidget::setCursor(QCursor const&) 33647 vfunc[33]: QWidget::unsetCursor() 33648 vfunc[34]: QWidget::setMask(QBitmap const&) 33649 vfunc[35]: QWidget::setMask(QRegion const&) 33650 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 33651 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 33652 vfunc[38]: QWidget::setCaption(QString const&) 33653 vfunc[39]: QWidget::setIcon(QPixmap const&) 33654 vfunc[40]: QWidget::setIconText(QString const&) 33655 vfunc[41]: QWidget::setMouseTracking(bool) 33656 vfunc[42]: QWidget::setFocus() 33657 vfunc[43]: QWidget::setActiveWindow() 33658 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 33659 vfunc[45]: QWidget::setFocusProxy(QWidget*) 33660 vfunc[46]: QWidget::setUpdatesEnabled(bool) 33661 vfunc[47]: QScrollView::show() 33662 vfunc[48]: QWidget::hide() 33663 vfunc[49]: QWidget::showMinimized() 33664 vfunc[50]: QWidget::showMaximized() 33665 vfunc[51]: QWidget::showNormal() 33666 vfunc[52]: QWidget::polish() 33667 vfunc[53]: QWidget::move(int, int) 33668 vfunc[54]: QScrollView::resize(int, int) 33669 vfunc[55]: QWidget::setGeometry(int, int, int, int) 33670 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 33671 vfunc[57]: QWidget::close(bool) 33672 vfunc[58]: QTable::sizeHint() const 33673 vfunc[59]: QScrollView::minimumSizeHint() const 33674 vfunc[60]: QWidget::sizePolicy() const 33675 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 33676 vfunc[62]: QWidget::heightForWidth(int) const 33677 vfunc[63]: QWidget::adjustSize() 33678 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 33679 const&, bool) 33680 vfunc[65]: QWidget::setAcceptDrops(bool) 33681 vfunc[66]: QWidget::setAutoMask(bool) 33682 vfunc[67]: 33683 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 33684 vfunc[68]: QWidget::customWhatsThis() const 33685 vfunc[69]: QScrollView::mousePressEvent(QMouseEvent*) 33686 vfunc[70]: QScrollView::mouseReleaseEvent(QMouseEvent*) 33687 vfunc[71]: QScrollView::mouseDoubleClickEvent(QMouseEvent*) 33688 vfunc[72]: QScrollView::mouseMoveEvent(QMouseEvent*) 33689 vfunc[73]: QScrollView::wheelEvent(QWheelEvent*) 33690 vfunc[74]: QDataTable::keyPressEvent(QKeyEvent*) 33691 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 33692 vfunc[76]: QTable::focusInEvent(QFocusEvent*) 33693 vfunc[77]: QTable::focusOutEvent(QFocusEvent*) 33694 vfunc[78]: QWidget::enterEvent(QEvent*) 33695 vfunc[79]: QWidget::leaveEvent(QEvent*) 33696 vfunc[80]: QTable::paintEvent(QPaintEvent*) 33697 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 33698 vfunc[82]: QDataTable::resizeEvent(QResizeEvent*) 33699 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 33700 vfunc[84]: QScrollView::contextMenuEvent(QContextMenuEvent*) 33701 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 33702 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 33703 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 33704 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 33705 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 33706 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 33707 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 33708 vfunc[92]: QWidget::dropEvent(QDropEvent*) 33709 vfunc[93]: QTable::showEvent(QShowEvent*) 33710 vfunc[94]: QWidget::hideEvent(QHideEvent*) 33711 vfunc[95]: QWidget::x11Event(_XEvent*) 33712 vfunc[96]: QWidget::updateMask() 33713 vfunc[97]: QScrollView::styleChange(QStyle&) 33714 vfunc[98]: QWidget::enabledChange(bool) 33715 vfunc[99]: QWidget::paletteChange(QPalette const&) 33716 vfunc[100]: QScrollView::fontChange(QFont const&) 33717 vfunc[101]: QTable::windowActivationChange(bool) 33718 vfunc[102]: QWidget::metric(int) const 33719 vfunc[103]: QWidget::create(unsigned long, bool, bool) 33720 vfunc[104]: QWidget::destroy(bool, bool) 33721 vfunc[105]: NULL or QWidget::setWState(unsigned int) 33722 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 33723 vfunc[107]: QScrollView::focusNextPrevChild(bool) 33724 vfunc[108]: QWidget::setKeyCompression(bool) 33725 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 33726 bool, QFont*) 33727 vfunc[110]: QFrame::setFrameStyle(int) 33728 vfunc[111]: QFrame::setLineWidth(int) 33729 vfunc[112]: QFrame::setMargin(int) 33730 vfunc[113]: QFrame::setMidLineWidth(int) 33731 vfunc[114]: QFrame::setFrameRect(QRect const&) 33732 vfunc[115]: QFrame::drawFrame(QPainter*) 33733 vfunc[116]: QTable::drawContents(QPainter*) 33734 vfunc[117]: QScrollView::frameChanged() 33735 vfunc[118]: 33736 QScrollView::setResizePolicy(QScrollView::ResizePolicy) 33737 vfunc[119]: QScrollView::addChild(QWidget*, int, int) 33738 vfunc[120]: QScrollView::moveChild(QWidget*, int, int) 33739 vfunc[121]: 33740 QScrollView::setVScrollBarMode(QScrollView::ScrollBarMode) 33741 vfunc[122]: 33742 QScrollView::setHScrollBarMode(QScrollView::ScrollBarMode) 33743 vfunc[123]: QScrollView::setCornerWidget(QWidget*) 33744 vfunc[124]: QScrollView::setDragAutoScroll(bool) 33745 vfunc[125]: QScrollView::resizeContents(int, int) 33746 vfunc[126]: QScrollView::setContentsPos(int, int) 33747 vfunc[127]: QDataTable::drawContents(QPainter*, int, int, int, 33748 int) 33749 vfunc[128]: QScrollView::drawContentsOffset(QPainter*, int, 33750 int, int, int, int, int) 33751 vfunc[129]: QDataTable::contentsMousePressEvent(QMouseEvent*) 33752 vfunc[130]: QTable::contentsMouseReleaseEvent(QMouseEvent*) 33753 vfunc[131]: QTable::contentsMouseDoubleClickEvent(QMouseEvent*) 33754 vfunc[132]: QTable::contentsMouseMoveEvent(QMouseEvent*) 33755 vfunc[133]: QTable::contentsDragEnterEvent(QDragEnterEvent*) 33756 vfunc[134]: QTable::contentsDragMoveEvent(QDragMoveEvent*) 33757 vfunc[135]: QTable::contentsDragLeaveEvent(QDragLeaveEvent*) 33758 vfunc[136]: QTable::contentsDropEvent(QDropEvent*) 33759 vfunc[137]: QScrollView::contentsWheelEvent(QWheelEvent*) 33760 vfunc[138]: 33761 QDataTable::contentsContextMenuEvent(QContextMenuEvent*) 33762 vfunc[139]: QScrollView::viewportPaintEvent(QPaintEvent*) 33763 vfunc[140]: QTable::viewportResizeEvent(QResizeEvent*) 33764 vfunc[141]: QScrollView::viewportMousePressEvent(QMouseEvent*) 33765 vfunc[142]: 33766 QScrollView::viewportMouseReleaseEvent(QMouseEvent*) 33767 vfunc[143]: 33768 QScrollView::viewportMouseDoubleClickEvent(QMouseEvent*) 33769 vfunc[144]: QScrollView::viewportMouseMoveEvent(QMouseEvent*) 33770 vfunc[145]: 33771 QScrollView::viewportDragEnterEvent(QDragEnterEvent*) 33772 vfunc[146]: QScrollView::viewportDragMoveEvent(QDragMoveEvent*) 33773 vfunc[147]: 33774 QScrollView::viewportDragLeaveEvent(QDragLeaveEvent*) 33775 vfunc[148]: QScrollView::viewportDropEvent(QDropEvent*) 33776 vfunc[149]: QScrollView::viewportWheelEvent(QWheelEvent*) 33777 vfunc[150]: 33778 QScrollView::viewportContextMenuEvent(QContextMenuEvent*) 33779 vfunc[151]: QScrollView::setMargins(int, int, int, int) 33780 vfunc[152]: QScrollView::setHBarGeometry(QScrollBar&, int, int, 33781 int, int) 33782 vfunc[153]: QScrollView::setVBarGeometry(QScrollBar&, int, int, 33783 int, int) 33784 vfunc[154]: QTable::setSelectionMode(QTable::SelectionMode) 33785 vfunc[155]: QDataTable::setItem(int, int, QTableItem*) 33786 vfunc[156]: QTable::setText(int, int, QString const&) 33787 vfunc[157]: QDataTable::setPixmap(int, int, QPixmap const&) 33788 vfunc[158]: QDataTable::item(int, int) const 33789 vfunc[159]: QDataTable::text(int, int) const 33790 vfunc[160]: QTable::pixmap(int, int) const 33791 vfunc[161]: QDataTable::clearCell(int, int) 33792 vfunc[162]: QTable::cellGeometry(int, int) const 33793 vfunc[163]: QTable::columnWidth(int) const 33794 vfunc[164]: QTable::rowHeight(int) const 33795 vfunc[165]: QTable::columnPos(int) const 33796 vfunc[166]: QTable::rowPos(int) const 33797 vfunc[167]: QTable::columnAt(int) const 33798 vfunc[168]: QTable::rowAt(int) const 33799 vfunc[169]: QDataTable::numRows() const 33800 vfunc[170]: QDataTable::numCols() const 33801 vfunc[171]: QTable::addSelection(QTableSelection const&) 33802 vfunc[172]: QTable::removeSelection(QTableSelection const&) 33803 vfunc[173]: QTable::removeSelection(int) 33804 vfunc[174]: QTable::currentSelection() const 33805 vfunc[175]: QDataTable::sortColumn(int, bool, bool) 33806 vfunc[176]: QDataTable::takeItem(QTableItem*) 33807 vfunc[177]: QTable::setCellWidget(int, int, QWidget*) 33808 vfunc[178]: QTable::cellWidget(int, int) const 33809 vfunc[179]: QTable::clearCellWidget(int, int) 33810 vfunc[180]: QTable::cellRect(int, int) const 33811 vfunc[181]: QTable::paintCell(QPainter*, int, int, QRect 33812 const&, bool) 33813 vfunc[182]: QDataTable::paintCell(QPainter*, int, int, QRect 33814 const&, bool, QColorGroup const&) 33815 vfunc[183]: QTable::paintFocus(QPainter*, QRect const&) 33816 vfunc[184]: QTable::setFocusStyle(QTable::FocusStyle) 33817 vfunc[185]: QDataTable::setNumRows(int) 33818 vfunc[186]: QDataTable::setNumCols(int) 33819 vfunc[187]: QTable::setShowGrid(bool) 33820 vfunc[188]: QTable::hideRow(int) 33821 vfunc[189]: QDataTable::hideColumn(int) 33822 vfunc[190]: QTable::showRow(int) 33823 vfunc[191]: QDataTable::showColumn(int) 33824 vfunc[192]: QDataTable::setColumnWidth(int, int) 33825 vfunc[193]: QTable::setRowHeight(int, int) 33826 vfunc[194]: QDataTable::adjustColumn(int) 33827 vfunc[195]: QTable::adjustRow(int) 33828 vfunc[196]: QDataTable::setColumnStretchable(int, bool) 33829 vfunc[197]: QTable::setRowStretchable(int, bool) 33830 vfunc[198]: QTable::setSorting(bool) 33831 vfunc[199]: QTable::swapRows(int, int, bool) 33832 vfunc[200]: QDataTable::swapColumns(int, int, bool) 33833 vfunc[201]: QTable::swapCells(int, int, int, int) 33834 vfunc[202]: QTable::setLeftMargin(int) 33835 vfunc[203]: QTable::setTopMargin(int) 33836 vfunc[204]: QTable::setCurrentCell(int, int) 33837 vfunc[205]: QTable::setColumnMovingEnabled(bool) 33838 vfunc[206]: QTable::setRowMovingEnabled(bool) 33839 vfunc[207]: QTable::setReadOnly(bool) 33840 vfunc[208]: QTable::setRowReadOnly(int, bool) 33841 vfunc[209]: QTable::setColumnReadOnly(int, bool) 33842 vfunc[210]: QTable::setDragEnabled(bool) 33843 vfunc[211]: QTable::insertRows(int, int) 33844 vfunc[212]: QTable::insertColumns(int, int) 33845 vfunc[213]: QTable::removeRow(int) 33846 vfunc[214]: QTable::removeRows(QMemArray const&) 33847 vfunc[215]: QTable::removeColumn(int) 33848 vfunc[216]: QTable::removeColumns(QMemArray const&) 33849 vfunc[217]: QTable::editCell(int, int, bool) 33850 vfunc[218]: QTable::dragObject() 33851 vfunc[219]: QTable::startDrag() 33852 vfunc[220]: QTable::paintEmptyArea(QPainter*, int, int, int, 33853 int) 33854 vfunc[221]: QDataTable::activateNextCell() 33855 vfunc[222]: QDataTable::createEditor(int, int, bool) const 33856 vfunc[223]: QTable::setCellContentFromEditor(int, int) 33857 vfunc[224]: QDataTable::beginEdit(int, int, bool) 33858 vfunc[225]: QDataTable::endEdit(int, int, bool, bool) 33859 vfunc[226]: QDataTable::resizeData(int) 33860 vfunc[227]: QTable::insertWidget(int, int, QWidget*) 33861 vfunc[228]: QTable::columnWidthChanged(int) 33862 vfunc[229]: QTable::rowHeightChanged(int) 33863 vfunc[230]: QTable::columnIndexChanged(int, int, int) 33864 vfunc[231]: QTable::rowIndexChanged(int, int, int) 33865 vfunc[232]: QDataTable::columnClicked(int) 33866 vfunc[233]: QDataTable::addColumn(QString const&, QString 33867 const&, int, QIconSet const&) 33868 vfunc[234]: QDataTable::removeColumn(unsigned int) 33869 vfunc[235]: QDataTable::setColumn(unsigned int, QString const&, 33870 QString const&, int, QIconSet const&) 33871 vfunc[236]: QDataTable::setSqlCursor(QSqlCursor*, bool, bool) 33872 vfunc[237]: QDataTable::setNullText(QString const&) 33873 vfunc[238]: QDataTable::setTrueText(QString const&) 33874 vfunc[239]: QDataTable::setFalseText(QString const&) 33875 vfunc[240]: QDataTable::setDateFormat(Qt::DateFormat) 33876 vfunc[241]: QDataTable::setConfirmEdits(bool) 33877 vfunc[242]: QDataTable::setConfirmInsert(bool) 33878 vfunc[243]: QDataTable::setConfirmUpdate(bool) 33879 vfunc[244]: QDataTable::setConfirmDelete(bool) 33880 vfunc[245]: QDataTable::setConfirmCancels(bool) 33881 vfunc[246]: QDataTable::setAutoDelete(bool) 33882 vfunc[247]: QDataTable::setAutoEdit(bool) 33883 vfunc[248]: QDataTable::setFilter(QString const&) 33884 vfunc[249]: QDataTable::setSort(QStringList const&) 33885 vfunc[250]: QDataTable::setSort(QSqlIndex const&) 33886 vfunc[251]: QDataTable::find(QString const&, bool, bool) 33887 vfunc[252]: QDataTable::sortAscending(int) 33888 vfunc[253]: QDataTable::sortDescending(int) 33889 vfunc[254]: QDataTable::refresh() 33890 vfunc[255]: QDataTable::insertCurrent() 33891 vfunc[256]: QDataTable::updateCurrent() 33892 vfunc[257]: QDataTable::deleteCurrent() 33893 vfunc[258]: QDataTable::confirmEdit(QSql::Op) 33894 vfunc[259]: QDataTable::confirmCancel(QSql::Op) 33895 vfunc[260]: QDataTable::handleError(QSqlError const&) 33896 vfunc[261]: QDataTable::beginInsert() 33897 vfunc[262]: QDataTable::beginUpdate(int, int, bool) 33898 vfunc[263]: QDataTable::paintField(QPainter*, QSqlField const*, 33899 QRect const&, bool) 33900 vfunc[264]: QDataTable::fieldAlignment(QSqlField const*) 33901 33902 Table 8-447. Secondary vtable for QDataTable 33903 Base Offset -80 33904 Virtual Base Offset 0 33905 RTTI typeinfo for QDataTable 33906 vfunc[0]: non-virtual thunk to QDataTable::~QDataTable() 33907 vfunc[1]: non-virtual thunk to QDataTable::~QDataTable() 33908 vfunc[2]: QPaintDevice::setResolution(int) 33909 vfunc[3]: QPaintDevice::resolution() const 33910 vfunc[4]: QPaintDevice::handle() const 33911 vfunc[5]: QPaintDevice::x11RenderHandle() const 33912 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 33913 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 33914 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 33915 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 33916 const 33917 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 33918 33919 The Run Time Type Information for the QDataTable class is 33920 described by Table 8-448 33921 33922 Table 8-448. typeinfo for QDataTable 33923 Base Vtable vtable for __cxxabiv1::__si_class_type_info 33924 Name typeinfo name for QDataTable 33925 basetype: typeinfo for QTable 33926 __________________________________________________________ 33927 33928 8.2.27.5. Class data for QComboTableItem 33929 33930 The virtual table for the QComboTableItem class is described in 33931 the generic part of this specification. 33932 33933 The Run Time Type Information for the QComboTableItem class is 33934 described by Table 8-449 33935 33936 Table 8-449. typeinfo for QComboTableItem 33937 Base Vtable vtable for __cxxabiv1::__si_class_type_info 33938 Name typeinfo name for QComboTableItem 33939 basetype: typeinfo for QTableItem 33940 __________________________________________________________ 33941 33942 8.2.27.6. Class data for QTable 33943 33944 The virtual table for the QTable class is described by Table 33945 8-450 33946 33947 Table 8-450. Primary vtable for QTable 33948 Base Offset 0 33949 Virtual Base Offset 0 33950 RTTI typeinfo for QTable 33951 vfunc[0]: NULL or QTable::metaObject() const 33952 vfunc[1]: QTable::className() const 33953 vfunc[2]: QTable::qt_cast(char const*) 33954 vfunc[3]: QTable::qt_invoke(int, QUObject*) 33955 vfunc[4]: QTable::qt_emit(int, QUObject*) 33956 vfunc[5]: QTable::qt_property(int, int, QVariant*) 33957 vfunc[6]: QTable::~QTable() 33958 vfunc[7]: QTable::~QTable() 33959 vfunc[8]: QWidget::event(QEvent*) 33960 vfunc[9]: QTable::eventFilter(QObject*, QEvent*) 33961 vfunc[10]: QWidget::setName(char const*) 33962 vfunc[11]: QObject::insertChild(QObject*) 33963 vfunc[12]: QScrollView::removeChild(QObject*) 33964 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 33965 vfunc[14]: QObject::property(char const*) const 33966 vfunc[15]: QObject::timerEvent(QTimerEvent*) 33967 vfunc[16]: QObject::childEvent(QChildEvent*) 33968 vfunc[17]: QObject::customEvent(QCustomEvent*) 33969 vfunc[18]: QObject::connectNotify(char const*) 33970 vfunc[19]: QObject::disconnectNotify(char const*) 33971 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 33972 const*, char const*) 33973 vfunc[21]: QTable::setEnabled(bool) 33974 vfunc[22]: QWidget::setMinimumSize(int, int) 33975 vfunc[23]: QWidget::setMaximumSize(int, int) 33976 vfunc[24]: QWidget::setSizeIncrement(int, int) 33977 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 33978 vfunc[26]: QWidget::setEraseColor(QColor const&) 33979 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 33980 vfunc[28]: QWidget::setPalette(QPalette const&) 33981 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 33982 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 33983 vfunc[31]: QWidget::setFont(QFont const&) 33984 vfunc[32]: QWidget::setCursor(QCursor const&) 33985 vfunc[33]: QWidget::unsetCursor() 33986 vfunc[34]: QWidget::setMask(QBitmap const&) 33987 vfunc[35]: QWidget::setMask(QRegion const&) 33988 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 33989 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 33990 vfunc[38]: QWidget::setCaption(QString const&) 33991 vfunc[39]: QWidget::setIcon(QPixmap const&) 33992 vfunc[40]: QWidget::setIconText(QString const&) 33993 vfunc[41]: QWidget::setMouseTracking(bool) 33994 vfunc[42]: QWidget::setFocus() 33995 vfunc[43]: QWidget::setActiveWindow() 33996 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 33997 vfunc[45]: QWidget::setFocusProxy(QWidget*) 33998 vfunc[46]: QWidget::setUpdatesEnabled(bool) 33999 vfunc[47]: QScrollView::show() 34000 vfunc[48]: QWidget::hide() 34001 vfunc[49]: QWidget::showMinimized() 34002 vfunc[50]: QWidget::showMaximized() 34003 vfunc[51]: QWidget::showNormal() 34004 vfunc[52]: QWidget::polish() 34005 vfunc[53]: QWidget::move(int, int) 34006 vfunc[54]: QScrollView::resize(int, int) 34007 vfunc[55]: QWidget::setGeometry(int, int, int, int) 34008 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 34009 vfunc[57]: QWidget::close(bool) 34010 vfunc[58]: QTable::sizeHint() const 34011 vfunc[59]: QScrollView::minimumSizeHint() const 34012 vfunc[60]: QWidget::sizePolicy() const 34013 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 34014 vfunc[62]: QWidget::heightForWidth(int) const 34015 vfunc[63]: QWidget::adjustSize() 34016 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 34017 const&, bool) 34018 vfunc[65]: QWidget::setAcceptDrops(bool) 34019 vfunc[66]: QWidget::setAutoMask(bool) 34020 vfunc[67]: 34021 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 34022 vfunc[68]: QWidget::customWhatsThis() const 34023 vfunc[69]: QScrollView::mousePressEvent(QMouseEvent*) 34024 vfunc[70]: QScrollView::mouseReleaseEvent(QMouseEvent*) 34025 vfunc[71]: QScrollView::mouseDoubleClickEvent(QMouseEvent*) 34026 vfunc[72]: QScrollView::mouseMoveEvent(QMouseEvent*) 34027 vfunc[73]: QScrollView::wheelEvent(QWheelEvent*) 34028 vfunc[74]: QTable::keyPressEvent(QKeyEvent*) 34029 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 34030 vfunc[76]: QTable::focusInEvent(QFocusEvent*) 34031 vfunc[77]: QTable::focusOutEvent(QFocusEvent*) 34032 vfunc[78]: QWidget::enterEvent(QEvent*) 34033 vfunc[79]: QWidget::leaveEvent(QEvent*) 34034 vfunc[80]: QTable::paintEvent(QPaintEvent*) 34035 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 34036 vfunc[82]: QScrollView::resizeEvent(QResizeEvent*) 34037 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 34038 vfunc[84]: QScrollView::contextMenuEvent(QContextMenuEvent*) 34039 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 34040 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 34041 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 34042 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 34043 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 34044 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 34045 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 34046 vfunc[92]: QWidget::dropEvent(QDropEvent*) 34047 vfunc[93]: QTable::showEvent(QShowEvent*) 34048 vfunc[94]: QWidget::hideEvent(QHideEvent*) 34049 vfunc[95]: QWidget::x11Event(_XEvent*) 34050 vfunc[96]: QWidget::updateMask() 34051 vfunc[97]: QScrollView::styleChange(QStyle&) 34052 vfunc[98]: QWidget::enabledChange(bool) 34053 vfunc[99]: QWidget::paletteChange(QPalette const&) 34054 vfunc[100]: QScrollView::fontChange(QFont const&) 34055 vfunc[101]: QTable::windowActivationChange(bool) 34056 vfunc[102]: QWidget::metric(int) const 34057 vfunc[103]: QWidget::create(unsigned long, bool, bool) 34058 vfunc[104]: QWidget::destroy(bool, bool) 34059 vfunc[105]: NULL or QWidget::setWState(unsigned int) 34060 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 34061 vfunc[107]: QScrollView::focusNextPrevChild(bool) 34062 vfunc[108]: QWidget::setKeyCompression(bool) 34063 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 34064 bool, QFont*) 34065 vfunc[110]: QFrame::setFrameStyle(int) 34066 vfunc[111]: QFrame::setLineWidth(int) 34067 vfunc[112]: QFrame::setMargin(int) 34068 vfunc[113]: QFrame::setMidLineWidth(int) 34069 vfunc[114]: QFrame::setFrameRect(QRect const&) 34070 vfunc[115]: QFrame::drawFrame(QPainter*) 34071 vfunc[116]: QTable::drawContents(QPainter*) 34072 vfunc[117]: QScrollView::frameChanged() 34073 vfunc[118]: 34074 QScrollView::setResizePolicy(QScrollView::ResizePolicy) 34075 vfunc[119]: QScrollView::addChild(QWidget*, int, int) 34076 vfunc[120]: QScrollView::moveChild(QWidget*, int, int) 34077 vfunc[121]: 34078 QScrollView::setVScrollBarMode(QScrollView::ScrollBarMode) 34079 vfunc[122]: 34080 QScrollView::setHScrollBarMode(QScrollView::ScrollBarMode) 34081 vfunc[123]: QScrollView::setCornerWidget(QWidget*) 34082 vfunc[124]: QScrollView::setDragAutoScroll(bool) 34083 vfunc[125]: QScrollView::resizeContents(int, int) 34084 vfunc[126]: QScrollView::setContentsPos(int, int) 34085 vfunc[127]: QTable::drawContents(QPainter*, int, int, int, int) 34086 vfunc[128]: QScrollView::drawContentsOffset(QPainter*, int, 34087 int, int, int, int, int) 34088 vfunc[129]: QTable::contentsMousePressEvent(QMouseEvent*) 34089 vfunc[130]: QTable::contentsMouseReleaseEvent(QMouseEvent*) 34090 vfunc[131]: QTable::contentsMouseDoubleClickEvent(QMouseEvent*) 34091 vfunc[132]: QTable::contentsMouseMoveEvent(QMouseEvent*) 34092 vfunc[133]: QTable::contentsDragEnterEvent(QDragEnterEvent*) 34093 vfunc[134]: QTable::contentsDragMoveEvent(QDragMoveEvent*) 34094 vfunc[135]: QTable::contentsDragLeaveEvent(QDragLeaveEvent*) 34095 vfunc[136]: QTable::contentsDropEvent(QDropEvent*) 34096 vfunc[137]: QScrollView::contentsWheelEvent(QWheelEvent*) 34097 vfunc[138]: 34098 QTable::contentsContextMenuEvent(QContextMenuEvent*) 34099 vfunc[139]: QScrollView::viewportPaintEvent(QPaintEvent*) 34100 vfunc[140]: QTable::viewportResizeEvent(QResizeEvent*) 34101 vfunc[141]: QScrollView::viewportMousePressEvent(QMouseEvent*) 34102 vfunc[142]: 34103 QScrollView::viewportMouseReleaseEvent(QMouseEvent*) 34104 vfunc[143]: 34105 QScrollView::viewportMouseDoubleClickEvent(QMouseEvent*) 34106 vfunc[144]: QScrollView::viewportMouseMoveEvent(QMouseEvent*) 34107 vfunc[145]: 34108 QScrollView::viewportDragEnterEvent(QDragEnterEvent*) 34109 vfunc[146]: QScrollView::viewportDragMoveEvent(QDragMoveEvent*) 34110 vfunc[147]: 34111 QScrollView::viewportDragLeaveEvent(QDragLeaveEvent*) 34112 vfunc[148]: QScrollView::viewportDropEvent(QDropEvent*) 34113 vfunc[149]: QScrollView::viewportWheelEvent(QWheelEvent*) 34114 vfunc[150]: 34115 QScrollView::viewportContextMenuEvent(QContextMenuEvent*) 34116 vfunc[151]: QScrollView::setMargins(int, int, int, int) 34117 vfunc[152]: QScrollView::setHBarGeometry(QScrollBar&, int, int, 34118 int, int) 34119 vfunc[153]: QScrollView::setVBarGeometry(QScrollBar&, int, int, 34120 int, int) 34121 vfunc[154]: QTable::setSelectionMode(QTable::SelectionMode) 34122 vfunc[155]: QTable::setItem(int, int, QTableItem*) 34123 vfunc[156]: QTable::setText(int, int, QString const&) 34124 vfunc[157]: QTable::setPixmap(int, int, QPixmap const&) 34125 vfunc[158]: QTable::item(int, int) const 34126 vfunc[159]: QTable::text(int, int) const 34127 vfunc[160]: QTable::pixmap(int, int) const 34128 vfunc[161]: QTable::clearCell(int, int) 34129 vfunc[162]: QTable::cellGeometry(int, int) const 34130 vfunc[163]: QTable::columnWidth(int) const 34131 vfunc[164]: QTable::rowHeight(int) const 34132 vfunc[165]: QTable::columnPos(int) const 34133 vfunc[166]: QTable::rowPos(int) const 34134 vfunc[167]: QTable::columnAt(int) const 34135 vfunc[168]: QTable::rowAt(int) const 34136 vfunc[169]: QTable::numRows() const 34137 vfunc[170]: QTable::numCols() const 34138 vfunc[171]: QTable::addSelection(QTableSelection const&) 34139 vfunc[172]: QTable::removeSelection(QTableSelection const&) 34140 vfunc[173]: QTable::removeSelection(int) 34141 vfunc[174]: QTable::currentSelection() const 34142 vfunc[175]: QTable::sortColumn(int, bool, bool) 34143 vfunc[176]: QTable::takeItem(QTableItem*) 34144 vfunc[177]: QTable::setCellWidget(int, int, QWidget*) 34145 vfunc[178]: QTable::cellWidget(int, int) const 34146 vfunc[179]: QTable::clearCellWidget(int, int) 34147 vfunc[180]: QTable::cellRect(int, int) const 34148 vfunc[181]: QTable::paintCell(QPainter*, int, int, QRect 34149 const&, bool) 34150 vfunc[182]: QTable::paintCell(QPainter*, int, int, QRect 34151 const&, bool, QColorGroup const&) 34152 vfunc[183]: QTable::paintFocus(QPainter*, QRect const&) 34153 vfunc[184]: QTable::setFocusStyle(QTable::FocusStyle) 34154 vfunc[185]: QTable::setNumRows(int) 34155 vfunc[186]: QTable::setNumCols(int) 34156 vfunc[187]: QTable::setShowGrid(bool) 34157 vfunc[188]: QTable::hideRow(int) 34158 vfunc[189]: QTable::hideColumn(int) 34159 vfunc[190]: QTable::showRow(int) 34160 vfunc[191]: QTable::showColumn(int) 34161 vfunc[192]: QTable::setColumnWidth(int, int) 34162 vfunc[193]: QTable::setRowHeight(int, int) 34163 vfunc[194]: QTable::adjustColumn(int) 34164 vfunc[195]: QTable::adjustRow(int) 34165 vfunc[196]: QTable::setColumnStretchable(int, bool) 34166 vfunc[197]: QTable::setRowStretchable(int, bool) 34167 vfunc[198]: QTable::setSorting(bool) 34168 vfunc[199]: QTable::swapRows(int, int, bool) 34169 vfunc[200]: QTable::swapColumns(int, int, bool) 34170 vfunc[201]: QTable::swapCells(int, int, int, int) 34171 vfunc[202]: QTable::setLeftMargin(int) 34172 vfunc[203]: QTable::setTopMargin(int) 34173 vfunc[204]: QTable::setCurrentCell(int, int) 34174 vfunc[205]: QTable::setColumnMovingEnabled(bool) 34175 vfunc[206]: QTable::setRowMovingEnabled(bool) 34176 vfunc[207]: QTable::setReadOnly(bool) 34177 vfunc[208]: QTable::setRowReadOnly(int, bool) 34178 vfunc[209]: QTable::setColumnReadOnly(int, bool) 34179 vfunc[210]: QTable::setDragEnabled(bool) 34180 vfunc[211]: QTable::insertRows(int, int) 34181 vfunc[212]: QTable::insertColumns(int, int) 34182 vfunc[213]: QTable::removeRow(int) 34183 vfunc[214]: QTable::removeRows(QMemArray const&) 34184 vfunc[215]: QTable::removeColumn(int) 34185 vfunc[216]: QTable::removeColumns(QMemArray const&) 34186 vfunc[217]: QTable::editCell(int, int, bool) 34187 vfunc[218]: QTable::dragObject() 34188 vfunc[219]: QTable::startDrag() 34189 vfunc[220]: QTable::paintEmptyArea(QPainter*, int, int, int, 34190 int) 34191 vfunc[221]: QTable::activateNextCell() 34192 vfunc[222]: QTable::createEditor(int, int, bool) const 34193 vfunc[223]: QTable::setCellContentFromEditor(int, int) 34194 vfunc[224]: QTable::beginEdit(int, int, bool) 34195 vfunc[225]: QTable::endEdit(int, int, bool, bool) 34196 vfunc[226]: QTable::resizeData(int) 34197 vfunc[227]: QTable::insertWidget(int, int, QWidget*) 34198 vfunc[228]: QTable::columnWidthChanged(int) 34199 vfunc[229]: QTable::rowHeightChanged(int) 34200 vfunc[230]: QTable::columnIndexChanged(int, int, int) 34201 vfunc[231]: QTable::rowIndexChanged(int, int, int) 34202 vfunc[232]: QTable::columnClicked(int) 34203 34204 Table 8-451. Secondary vtable for QTable 34205 Base Offset -80 34206 Virtual Base Offset 0 34207 RTTI typeinfo for QTable 34208 vfunc[0]: non-virtual thunk to QTable::~QTable() 34209 vfunc[1]: non-virtual thunk to QTable::~QTable() 34210 vfunc[2]: QPaintDevice::setResolution(int) 34211 vfunc[3]: QPaintDevice::resolution() const 34212 vfunc[4]: QPaintDevice::handle() const 34213 vfunc[5]: QPaintDevice::x11RenderHandle() const 34214 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 34215 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 34216 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 34217 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 34218 const 34219 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 34220 34221 The Run Time Type Information for the QTable class is described 34222 by Table 8-452 34223 34224 Table 8-452. typeinfo for QTable 34225 Base Vtable vtable for __cxxabiv1::__si_class_type_info 34226 Name typeinfo name for QTable 34227 basetype: typeinfo for QScrollView 34228 __________________________________________________________ 34229 34230 8.2.27.7. Interfaces for Qt3 Tables 34231 34232 An LSB conforming implementation shall provide the architecture 34233 specific functions for Qt3 Tables specified in Table 8-453, 34234 with the full mandatory functionality as described in the 34235 referenced underlying specification. 34236 34237 Table 8-453. libqt-mt - Qt3 Tables Function Interfaces 34238 _ZThn80_N10QDataTableD0Ev [CXXABI-1.86] 34239 _ZThn80_N10QDataTableD1Ev [CXXABI-1.86] 34240 _ZThn80_N6QTableD0Ev [CXXABI-1.86] _ZThn80_N6QTableD1Ev 34241 [CXXABI-1.86] 34242 _ZThn80_N7QHeaderD0Ev [CXXABI-1.86] _ZThn80_N7QHeaderD1Ev 34243 [CXXABI-1.86] 34244 __________________________________________________________ 34245 34246 8.2.28. Qt3 Plugins 34247 __________________________________________________________ 34248 34249 8.2.28.1. Class data for QGPlugin 34250 34251 The virtual table for the QGPlugin class is described in the 34252 generic part of this specification. 34253 34254 The Run Time Type Information for the QGPlugin class is 34255 described by Table 8-454 34256 34257 Table 8-454. typeinfo for QGPlugin 34258 Base Vtable vtable for __cxxabiv1::__si_class_type_info 34259 Name typeinfo name for QGPlugin 34260 basetype: typeinfo for QObject 34261 __________________________________________________________ 34262 34263 8.2.28.2. Class data for QStylePlugin 34264 34265 The virtual table for the QStylePlugin class is described in 34266 the generic part of this specification. 34267 34268 The Run Time Type Information for the QStylePlugin class is 34269 described by Table 8-455 34270 34271 Table 8-455. typeinfo for QStylePlugin 34272 Base Vtable vtable for __cxxabiv1::__si_class_type_info 34273 Name typeinfo name for QStylePlugin 34274 basetype: typeinfo for QGPlugin 34275 __________________________________________________________ 34276 34277 8.2.28.3. Class data for QTextCodecPlugin 34278 34279 The virtual table for the QTextCodecPlugin class is described 34280 in the generic part of this specification. 34281 34282 The Run Time Type Information for the QTextCodecPlugin class is 34283 described by Table 8-456 34284 34285 Table 8-456. typeinfo for QTextCodecPlugin 34286 Base Vtable vtable for __cxxabiv1::__si_class_type_info 34287 Name typeinfo name for QTextCodecPlugin 34288 basetype: typeinfo for QGPlugin 34289 __________________________________________________________ 34290 34291 8.2.28.4. Class data for QWidgetPlugin 34292 34293 The virtual table for the QWidgetPlugin class is described in 34294 the generic part of this specification. 34295 34296 The Run Time Type Information for the QWidgetPlugin class is 34297 described by Table 8-457 34298 34299 Table 8-457. typeinfo for QWidgetPlugin 34300 Base Vtable vtable for __cxxabiv1::__si_class_type_info 34301 Name typeinfo name for QWidgetPlugin 34302 basetype: typeinfo for QGPlugin 34303 __________________________________________________________ 34304 34305 8.2.28.5. Class data for QLibrary 34306 34307 The virtual table for the QLibrary class is described in the 34308 generic part of this specification. 34309 34310 The Run Time Type Information for the QLibrary class is 34311 described by Table 8-458 34312 34313 Table 8-458. typeinfo for QLibrary 34314 Base Vtable vtable for __cxxabiv1::__class_type_info 34315 Name typeinfo name for QLibrary 34316 __________________________________________________________ 34317 34318 8.2.28.6. Class data for QImageFormatPlugin 34319 34320 The virtual table for the QImageFormatPlugin class is described 34321 in the generic part of this specification. 34322 34323 The Run Time Type Information for the QImageFormatPlugin class 34324 is described by Table 8-459 34325 34326 Table 8-459. typeinfo for QImageFormatPlugin 34327 Base Vtable vtable for __cxxabiv1::__si_class_type_info 34328 Name typeinfo name for QImageFormatPlugin 34329 basetype: typeinfo for QGPlugin 34330 __________________________________________________________ 34331 34332 8.2.28.7. Interfaces for Qt3 Plugins 34333 34334 No external functions are defined for libqt-mt - Qt3 Plugins in 34335 this part of the specification. See also the generic 34336 specification. 34337 __________________________________________________________ 34338 34339 8.2.29. Qt3 XML 34340 __________________________________________________________ 34341 34342 8.2.29.1. Class data for QXmlEntityResolver 34343 34344 The virtual table for the QXmlEntityResolver class is described 34345 in the generic part of this specification. 34346 34347 The Run Time Type Information for the QXmlEntityResolver class 34348 is described by Table 8-460 34349 34350 Table 8-460. typeinfo for QXmlEntityResolver 34351 Base Vtable vtable for __cxxabiv1::__class_type_info 34352 Name typeinfo name for QXmlEntityResolver 34353 __________________________________________________________ 34354 34355 8.2.29.2. Class data for QXmlLocator 34356 34357 The virtual table for the QXmlLocator class is described in the 34358 generic part of this specification. 34359 34360 The Run Time Type Information for the QXmlLocator class is 34361 described by Table 8-461 34362 34363 Table 8-461. typeinfo for QXmlLocator 34364 Base Vtable vtable for __cxxabiv1::__class_type_info 34365 Name typeinfo name for QXmlLocator 34366 __________________________________________________________ 34367 34368 8.2.29.3. Class data for QDomElement 34369 34370 The virtual table for the QDomElement class is described in the 34371 generic part of this specification. 34372 34373 The Run Time Type Information for the QDomElement class is 34374 described by Table 8-462 34375 34376 Table 8-462. typeinfo for QDomElement 34377 Base Vtable vtable for __cxxabiv1::__si_class_type_info 34378 Name typeinfo name for QDomElement 34379 basetype: typeinfo for QDomNode 34380 __________________________________________________________ 34381 34382 8.2.29.4. Class data for QDomImplementation 34383 34384 The virtual table for the QDomImplementation class is described 34385 in the generic part of this specification. 34386 34387 The Run Time Type Information for the QDomImplementation class 34388 is described by Table 8-463 34389 34390 Table 8-463. typeinfo for QDomImplementation 34391 Base Vtable vtable for __cxxabiv1::__class_type_info 34392 Name typeinfo name for QDomImplementation 34393 __________________________________________________________ 34394 34395 8.2.29.5. Class data for QDomDocumentType 34396 34397 The virtual table for the QDomDocumentType class is described 34398 in the generic part of this specification. 34399 34400 The Run Time Type Information for the QDomDocumentType class is 34401 described by Table 8-464 34402 34403 Table 8-464. typeinfo for QDomDocumentType 34404 Base Vtable vtable for __cxxabiv1::__si_class_type_info 34405 Name typeinfo name for QDomDocumentType 34406 basetype: typeinfo for QDomNode 34407 __________________________________________________________ 34408 34409 8.2.29.6. Class data for QDomDocument 34410 34411 The virtual table for the QDomDocument class is described in 34412 the generic part of this specification. 34413 34414 The Run Time Type Information for the QDomDocument class is 34415 described by Table 8-465 34416 34417 Table 8-465. typeinfo for QDomDocument 34418 Base Vtable vtable for __cxxabiv1::__si_class_type_info 34419 Name typeinfo name for QDomDocument 34420 basetype: typeinfo for QDomNode 34421 __________________________________________________________ 34422 34423 8.2.29.7. Class data for QDomAttr 34424 34425 The virtual table for the QDomAttr class is described in the 34426 generic part of this specification. 34427 34428 The Run Time Type Information for the QDomAttr class is 34429 described by Table 8-466 34430 34431 Table 8-466. typeinfo for QDomAttr 34432 Base Vtable vtable for __cxxabiv1::__si_class_type_info 34433 Name typeinfo name for QDomAttr 34434 basetype: typeinfo for QDomNode 34435 __________________________________________________________ 34436 34437 8.2.29.8. Class data for QDomNodeList 34438 34439 The virtual table for the QDomNodeList class is described in 34440 the generic part of this specification. 34441 34442 The Run Time Type Information for the QDomNodeList class is 34443 described by Table 8-467 34444 34445 Table 8-467. typeinfo for QDomNodeList 34446 Base Vtable vtable for __cxxabiv1::__class_type_info 34447 Name typeinfo name for QDomNodeList 34448 __________________________________________________________ 34449 34450 8.2.29.9. Class data for QXmlReader 34451 34452 The virtual table for the QXmlReader class is described in the 34453 generic part of this specification. 34454 34455 The Run Time Type Information for the QXmlReader class is 34456 described by Table 8-468 34457 34458 Table 8-468. typeinfo for QXmlReader 34459 Base Vtable vtable for __cxxabiv1::__class_type_info 34460 Name typeinfo name for QXmlReader 34461 __________________________________________________________ 34462 34463 8.2.29.10. Class data for QDomEntity 34464 34465 The virtual table for the QDomEntity class is described in the 34466 generic part of this specification. 34467 34468 The Run Time Type Information for the QDomEntity class is 34469 described by Table 8-469 34470 34471 Table 8-469. typeinfo for QDomEntity 34472 Base Vtable vtable for __cxxabiv1::__si_class_type_info 34473 Name typeinfo name for QDomEntity 34474 basetype: typeinfo for QDomNode 34475 __________________________________________________________ 34476 34477 8.2.29.11. Class data for QXmlDeclHandler 34478 34479 The virtual table for the QXmlDeclHandler class is described in 34480 the generic part of this specification. 34481 34482 The Run Time Type Information for the QXmlDeclHandler class is 34483 described by Table 8-470 34484 34485 Table 8-470. typeinfo for QXmlDeclHandler 34486 Base Vtable vtable for __cxxabiv1::__class_type_info 34487 Name typeinfo name for QXmlDeclHandler 34488 __________________________________________________________ 34489 34490 8.2.29.12. Class data for QDomNode 34491 34492 The virtual table for the QDomNode class is described in the 34493 generic part of this specification. 34494 34495 The Run Time Type Information for the QDomNode class is 34496 described by Table 8-471 34497 34498 Table 8-471. typeinfo for QDomNode 34499 Base Vtable vtable for __cxxabiv1::__class_type_info 34500 Name typeinfo name for QDomNode 34501 __________________________________________________________ 34502 34503 8.2.29.13. Class data for QDomText 34504 34505 The virtual table for the QDomText class is described in the 34506 generic part of this specification. 34507 34508 The Run Time Type Information for the QDomText class is 34509 described by Table 8-472 34510 34511 Table 8-472. typeinfo for QDomText 34512 Base Vtable vtable for __cxxabiv1::__si_class_type_info 34513 Name typeinfo name for QDomText 34514 basetype: typeinfo for QDomCharacterData 34515 __________________________________________________________ 34516 34517 8.2.29.14. Class data for QDomCharacterData 34518 34519 The virtual table for the QDomCharacterData class is described 34520 in the generic part of this specification. 34521 34522 The Run Time Type Information for the QDomCharacterData class 34523 is described by Table 8-473 34524 34525 Table 8-473. typeinfo for QDomCharacterData 34526 Base Vtable vtable for __cxxabiv1::__si_class_type_info 34527 Name typeinfo name for QDomCharacterData 34528 basetype: typeinfo for QDomNode 34529 __________________________________________________________ 34530 34531 8.2.29.15. Class data for QDomComment 34532 34533 The virtual table for the QDomComment class is described in the 34534 generic part of this specification. 34535 34536 The Run Time Type Information for the QDomComment class is 34537 described by Table 8-474 34538 34539 Table 8-474. typeinfo for QDomComment 34540 Base Vtable vtable for __cxxabiv1::__si_class_type_info 34541 Name typeinfo name for QDomComment 34542 basetype: typeinfo for QDomCharacterData 34543 __________________________________________________________ 34544 34545 8.2.29.16. Class data for QXmlDefaultHandler 34546 34547 The virtual table for the QXmlDefaultHandler class is described 34548 by Table 8-475 34549 34550 Table 8-475. Primary vtable for QXmlDefaultHandler 34551 Base Offset 0 34552 Virtual Base Offset 0 34553 RTTI typeinfo for QXmlDefaultHandler 34554 vfunc[0]: QXmlDefaultHandler::setDocumentLocator(QXmlLocator*) 34555 vfunc[1]: QXmlDefaultHandler::startDocument() 34556 vfunc[2]: QXmlDefaultHandler::endDocument() 34557 vfunc[3]: QXmlDefaultHandler::startPrefixMapping(QString 34558 const&, QString const&) 34559 vfunc[4]: QXmlDefaultHandler::endPrefixMapping(QString const&) 34560 vfunc[5]: QXmlDefaultHandler::startElement(QString const&, 34561 QString const&, QString const&, QXmlAttributes const&) 34562 vfunc[6]: QXmlDefaultHandler::endElement(QString const&, 34563 QString const&, QString const&) 34564 vfunc[7]: QXmlDefaultHandler::characters(QString const&) 34565 vfunc[8]: QXmlDefaultHandler::ignorableWhitespace(QString 34566 const&) 34567 vfunc[9]: QXmlDefaultHandler::processingInstruction(QString 34568 const&, QString const&) 34569 vfunc[10]: QXmlDefaultHandler::skippedEntity(QString const&) 34570 vfunc[11]: QXmlDefaultHandler::errorString() 34571 vfunc[12]: NULL or QXmlDefaultHandler::~QXmlDefaultHandler() 34572 vfunc[13]: NULL or QXmlDefaultHandler::~QXmlDefaultHandler() 34573 vfunc[14]: QXmlDefaultHandler::warning(QXmlParseException 34574 const&) 34575 vfunc[15]: QXmlDefaultHandler::error(QXmlParseException const&) 34576 vfunc[16]: QXmlDefaultHandler::fatalError(QXmlParseException 34577 const&) 34578 vfunc[17]: QXmlDefaultHandler::notationDecl(QString const&, 34579 QString const&, QString const&) 34580 vfunc[18]: QXmlDefaultHandler::unparsedEntityDecl(QString 34581 const&, QString const&, QString const&, QString const&) 34582 vfunc[19]: QXmlDefaultHandler::resolveEntity(QString const&, 34583 QString const&, QXmlInputSource*&) 34584 vfunc[20]: QXmlDefaultHandler::startDTD(QString const&, QString 34585 const&, QString const&) 34586 vfunc[21]: QXmlDefaultHandler::endDTD() 34587 vfunc[22]: QXmlDefaultHandler::startEntity(QString const&) 34588 vfunc[23]: QXmlDefaultHandler::endEntity(QString const&) 34589 vfunc[24]: QXmlDefaultHandler::startCDATA() 34590 vfunc[25]: QXmlDefaultHandler::endCDATA() 34591 vfunc[26]: QXmlDefaultHandler::comment(QString const&) 34592 vfunc[27]: QXmlDefaultHandler::attributeDecl(QString const&, 34593 QString const&, QString const&, QString const&, QString const&) 34594 vfunc[28]: QXmlDefaultHandler::internalEntityDecl(QString 34595 const&, QString const&) 34596 vfunc[29]: QXmlDefaultHandler::externalEntityDecl(QString 34597 const&, QString const&, QString const&) 34598 34599 Table 8-476. Secondary vtable for QXmlDefaultHandler 34600 Base Offset -8 34601 Virtual Base Offset 0 34602 RTTI typeinfo for QXmlDefaultHandler 34603 vfunc[0]: non-virtual thunk to 34604 QXmlDefaultHandler::warning(QXmlParseException const&) 34605 vfunc[1]: non-virtual thunk to 34606 QXmlDefaultHandler::error(QXmlParseException const&) 34607 vfunc[2]: non-virtual thunk to 34608 QXmlDefaultHandler::fatalError(QXmlParseException const&) 34609 vfunc[3]: non-virtual thunk to 34610 QXmlDefaultHandler::errorString() 34611 34612 Table 8-477. Secondary vtable for QXmlDefaultHandler 34613 Base Offset -16 34614 Virtual Base Offset 0 34615 RTTI typeinfo for QXmlDefaultHandler 34616 vfunc[0]: non-virtual thunk to 34617 QXmlDefaultHandler::notationDecl(QString const&, QString 34618 const&, QString const&) 34619 vfunc[1]: non-virtual thunk to 34620 QXmlDefaultHandler::unparsedEntityDecl(QString const&, QString 34621 const&, QString const&, QString const&) 34622 vfunc[2]: non-virtual thunk to 34623 QXmlDefaultHandler::errorString() 34624 34625 Table 8-478. Secondary vtable for QXmlDefaultHandler 34626 Base Offset -24 34627 Virtual Base Offset 0 34628 RTTI typeinfo for QXmlDefaultHandler 34629 vfunc[0]: non-virtual thunk to 34630 QXmlDefaultHandler::resolveEntity(QString const&, QString 34631 const&, QXmlInputSource*&) 34632 vfunc[1]: non-virtual thunk to 34633 QXmlDefaultHandler::errorString() 34634 34635 Table 8-479. Secondary vtable for QXmlDefaultHandler 34636 Base Offset -32 34637 Virtual Base Offset 0 34638 RTTI typeinfo for QXmlDefaultHandler 34639 vfunc[0]: non-virtual thunk to 34640 QXmlDefaultHandler::startDTD(QString const&, QString const&, 34641 QString const&) 34642 vfunc[1]: non-virtual thunk to QXmlDefaultHandler::endDTD() 34643 vfunc[2]: non-virtual thunk to 34644 QXmlDefaultHandler::startEntity(QString const&) 34645 vfunc[3]: non-virtual thunk to 34646 QXmlDefaultHandler::endEntity(QString const&) 34647 vfunc[4]: non-virtual thunk to QXmlDefaultHandler::startCDATA() 34648 vfunc[5]: non-virtual thunk to QXmlDefaultHandler::endCDATA() 34649 vfunc[6]: non-virtual thunk to 34650 QXmlDefaultHandler::comment(QString const&) 34651 vfunc[7]: non-virtual thunk to 34652 QXmlDefaultHandler::errorString() 34653 34654 Table 8-480. Secondary vtable for QXmlDefaultHandler 34655 Base Offset -40 34656 Virtual Base Offset 0 34657 RTTI typeinfo for QXmlDefaultHandler 34658 vfunc[0]: non-virtual thunk to 34659 QXmlDefaultHandler::attributeDecl(QString const&, QString 34660 const&, QString const&, QString const&, QString const&) 34661 vfunc[1]: non-virtual thunk to 34662 QXmlDefaultHandler::internalEntityDecl(QString const&, QString 34663 const&) 34664 vfunc[2]: non-virtual thunk to 34665 QXmlDefaultHandler::externalEntityDecl(QString const&, QString 34666 const&, QString const&) 34667 vfunc[3]: non-virtual thunk to 34668 QXmlDefaultHandler::errorString() 34669 34670 The Run Time Type Information for the QXmlDefaultHandler class 34671 is described by Table 8-481 34672 34673 Table 8-481. typeinfo for QXmlDefaultHandler 34674 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 34675 Name typeinfo name for QXmlDefaultHandler 34676 flags: 0 34677 basetype: typeinfo for QXmlContentHandler 2 34678 basetype: typeinfo for QXmlErrorHandler 1026 34679 basetype: typeinfo for QXmlErrorHandler 2050 34680 basetype: typeinfo for QXmlErrorHandler 1026 34681 basetype: typeinfo for QXmlErrorHandler 2050 34682 basetype: typeinfo for QXmlErrorHandler 1026 34683 __________________________________________________________ 34684 34685 8.2.29.17. Class data for QDomNotation 34686 34687 The virtual table for the QDomNotation class is described in 34688 the generic part of this specification. 34689 34690 The Run Time Type Information for the QDomNotation class is 34691 described by Table 8-482 34692 34693 Table 8-482. typeinfo for QDomNotation 34694 Base Vtable vtable for __cxxabiv1::__si_class_type_info 34695 Name typeinfo name for QDomNotation 34696 basetype: typeinfo for QDomNode 34697 __________________________________________________________ 34698 34699 8.2.29.18. Class data for QXmlSimpleReader 34700 34701 The virtual table for the QXmlSimpleReader class is described 34702 in the generic part of this specification. 34703 34704 The Run Time Type Information for the QXmlSimpleReader class is 34705 described by Table 8-483 34706 34707 Table 8-483. typeinfo for QXmlSimpleReader 34708 Base Vtable vtable for __cxxabiv1::__si_class_type_info 34709 Name typeinfo name for QXmlSimpleReader 34710 basetype: typeinfo for QXmlReader 34711 __________________________________________________________ 34712 34713 8.2.29.19. Class data for QXmlLexicalHandler 34714 34715 The virtual table for the QXmlLexicalHandler class is described 34716 in the generic part of this specification. 34717 34718 The Run Time Type Information for the QXmlLexicalHandler class 34719 is described by Table 8-484 34720 34721 Table 8-484. typeinfo for QXmlLexicalHandler 34722 Base Vtable vtable for __cxxabiv1::__class_type_info 34723 Name typeinfo name for QXmlLexicalHandler 34724 __________________________________________________________ 34725 34726 8.2.29.20. Class data for QXmlAttributes 34727 34728 The virtual table for the QXmlAttributes class is described in 34729 the generic part of this specification. 34730 34731 The Run Time Type Information for the QXmlAttributes class is 34732 described by Table 8-485 34733 34734 Table 8-485. typeinfo for QXmlAttributes 34735 Base Vtable vtable for __cxxabiv1::__class_type_info 34736 Name typeinfo name for QXmlAttributes 34737 __________________________________________________________ 34738 34739 8.2.29.21. Class data for QDomProcessingInstruction 34740 34741 The virtual table for the QDomProcessingInstruction class is 34742 described in the generic part of this specification. 34743 34744 The Run Time Type Information for the QDomProcessingInstruction 34745 class is described by Table 8-486 34746 34747 Table 8-486. typeinfo for QDomProcessingInstruction 34748 Base Vtable vtable for __cxxabiv1::__si_class_type_info 34749 Name typeinfo name for QDomProcessingInstruction 34750 basetype: typeinfo for QDomNode 34751 __________________________________________________________ 34752 34753 8.2.29.22. Class data for QXmlContentHandler 34754 34755 The virtual table for the QXmlContentHandler class is described 34756 in the generic part of this specification. 34757 34758 The Run Time Type Information for the QXmlContentHandler class 34759 is described by Table 8-487 34760 34761 Table 8-487. typeinfo for QXmlContentHandler 34762 Base Vtable vtable for __cxxabiv1::__class_type_info 34763 Name typeinfo name for QXmlContentHandler 34764 __________________________________________________________ 34765 34766 8.2.29.23. Class data for QDomEntityReference 34767 34768 The virtual table for the QDomEntityReference class is 34769 described in the generic part of this specification. 34770 34771 The Run Time Type Information for the QDomEntityReference class 34772 is described by Table 8-488 34773 34774 Table 8-488. typeinfo for QDomEntityReference 34775 Base Vtable vtable for __cxxabiv1::__si_class_type_info 34776 Name typeinfo name for QDomEntityReference 34777 basetype: typeinfo for QDomNode 34778 __________________________________________________________ 34779 34780 8.2.29.24. Class data for QDomCDATASection 34781 34782 The virtual table for the QDomCDATASection class is described 34783 in the generic part of this specification. 34784 34785 The Run Time Type Information for the QDomCDATASection class is 34786 described by Table 8-489 34787 34788 Table 8-489. typeinfo for QDomCDATASection 34789 Base Vtable vtable for __cxxabiv1::__si_class_type_info 34790 Name typeinfo name for QDomCDATASection 34791 basetype: typeinfo for QDomText 34792 __________________________________________________________ 34793 34794 8.2.29.25. Class data for QXmlDTDHandler 34795 34796 The virtual table for the QXmlDTDHandler class is described in 34797 the generic part of this specification. 34798 34799 The Run Time Type Information for the QXmlDTDHandler class is 34800 described by Table 8-490 34801 34802 Table 8-490. typeinfo for QXmlDTDHandler 34803 Base Vtable vtable for __cxxabiv1::__class_type_info 34804 Name typeinfo name for QXmlDTDHandler 34805 __________________________________________________________ 34806 34807 8.2.29.26. Class data for QXmlInputSource 34808 34809 The virtual table for the QXmlInputSource class is described in 34810 the generic part of this specification. 34811 34812 The Run Time Type Information for the QXmlInputSource class is 34813 described by Table 8-491 34814 34815 Table 8-491. typeinfo for QXmlInputSource 34816 Base Vtable vtable for __cxxabiv1::__class_type_info 34817 Name typeinfo name for QXmlInputSource 34818 __________________________________________________________ 34819 34820 8.2.29.27. Class data for QXmlErrorHandler 34821 34822 The virtual table for the QXmlErrorHandler class is described 34823 in the generic part of this specification. 34824 34825 The Run Time Type Information for the QXmlErrorHandler class is 34826 described by Table 8-492 34827 34828 Table 8-492. typeinfo for QXmlErrorHandler 34829 Base Vtable vtable for __cxxabiv1::__class_type_info 34830 Name typeinfo name for QXmlErrorHandler 34831 __________________________________________________________ 34832 34833 8.2.29.28. Class data for QDomDocumentFragment 34834 34835 The virtual table for the QDomDocumentFragment class is 34836 described in the generic part of this specification. 34837 34838 The Run Time Type Information for the QDomDocumentFragment 34839 class is described by Table 8-493 34840 34841 Table 8-493. typeinfo for QDomDocumentFragment 34842 Base Vtable vtable for __cxxabiv1::__si_class_type_info 34843 Name typeinfo name for QDomDocumentFragment 34844 basetype: typeinfo for QDomNode 34845 __________________________________________________________ 34846 34847 8.2.29.29. Interfaces for Qt3 XML 34848 34849 An LSB conforming implementation shall provide the architecture 34850 specific functions for Qt3 XML specified in Table 8-494, with 34851 the full mandatory functionality as described in the referenced 34852 underlying specification. 34853 34854 Table 8-494. libqt-mt - Qt3 XML Function Interfaces 34855 _ZThn16_N18QXmlDefaultHandler11errorStringEv [CXXABI-1.86] 34856 _ZThn16_N18QXmlDefaultHandler12notationDeclERK7QStringS2_S2_ 34857 [CXXABI-1.86] 34858 _ZThn16_N18QXmlDefaultHandler18unparsedEntityDeclERK7QStringS2_ 34859 S2_S2_ [CXXABI-1.86] 34860 _ZThn24_N18QXmlDefaultHandler11errorStringEv [CXXABI-1.86] 34861 _ZThn24_N18QXmlDefaultHandler13resolveEntityERK7QStringS2_RP15Q 34862 XmlInputSource [CXXABI-1.86] 34863 _ZThn32_N18QXmlDefaultHandler10startCDATAEv [CXXABI-1.86] 34864 _ZThn32_N18QXmlDefaultHandler11errorStringEv [CXXABI-1.86] 34865 _ZThn32_N18QXmlDefaultHandler11startEntityERK7QString 34866 [CXXABI-1.86] 34867 _ZThn32_N18QXmlDefaultHandler6endDTDEv [CXXABI-1.86] 34868 _ZThn32_N18QXmlDefaultHandler7commentERK7QString [CXXABI-1.86] 34869 _ZThn32_N18QXmlDefaultHandler8endCDATAEv [CXXABI-1.86] 34870 _ZThn32_N18QXmlDefaultHandler8startDTDERK7QStringS2_S2_ 34871 [CXXABI-1.86] 34872 _ZThn32_N18QXmlDefaultHandler9endEntityERK7QString 34873 [CXXABI-1.86] _ZThn40_N18QXmlDefaultHandler11errorStringEv 34874 [CXXABI-1.86] 34875 _ZThn40_N18QXmlDefaultHandler13attributeDeclERK7QStringS2_S2_S2 34876 _S2_ [CXXABI-1.86] 34877 _ZThn40_N18QXmlDefaultHandler18externalEntityDeclERK7QStringS2_ 34878 S2_ [CXXABI-1.86] 34879 _ZThn40_N18QXmlDefaultHandler18internalEntityDeclERK7QStringS2_ 34880 [CXXABI-1.86] 34881 _ZThn8_N18QXmlDefaultHandler10fatalErrorERK18QXmlParseException 34882 [CXXABI-1.86] 34883 _ZThn8_N18QXmlDefaultHandler11errorStringEv [CXXABI-1.86] 34884 _ZThn8_N18QXmlDefaultHandler5errorERK18QXmlParseException 34885 [CXXABI-1.86] 34886 _ZThn8_N18QXmlDefaultHandler7warningERK18QXmlParseException 34887 [CXXABI-1.86] 34888 __________________________________________________________ 34889 34890 8.2.30. Qt3 Namespace 34891 __________________________________________________________ 34892 34893 8.2.30.1. Interfaces for Qt3 Namespace 34894 34895 No external functions are defined for libqt-mt - Qt3 Namespace 34896 in this part of the specification. See also the generic 34897 specification. 34898 __________________________________________________________ 34899 34900 8.2.31. Qt3 Colors 34901 __________________________________________________________ 34902 34903 8.2.31.1. Interfaces for Qt3 Colors 34904 34905 No external functions are defined for libqt-mt - Qt3 Colors in 34906 this part of the specification. See also the generic 34907 specification. 34908 __________________________________________________________ 34909 34910 8.2.32. Qt3 Fonts 34911 __________________________________________________________ 34912 34913 8.2.32.1. Interfaces for Qt3 Fonts 34914 34915 No external functions are defined for libqt-mt - Qt3 Fonts in 34916 this part of the specification. See also the generic 34917 specification. 34918 __________________________________________________________ 34919 34920 8.2.33. Qt3 2D Graphics 34921 __________________________________________________________ 34922 34923 8.2.33.1. Class data for QIconSet 34924 34925 The virtual table for the QIconSet class is described in the 34926 generic part of this specification. 34927 34928 The Run Time Type Information for the QIconSet class is 34929 described by Table 8-495 34930 34931 Table 8-495. typeinfo for QIconSet 34932 Base Vtable vtable for __cxxabiv1::__class_type_info 34933 Name typeinfo name for QIconSet 34934 __________________________________________________________ 34935 34936 8.2.33.2. Interfaces for Qt3 2D Graphics 34937 34938 No external functions are defined for libqt-mt - Qt3 2D 34939 Graphics in this part of the specification. See also the 34940 generic specification. 34941 __________________________________________________________ 34942 34943 8.2.34. Qt3 Validators 34944 __________________________________________________________ 34945 34946 8.2.34.1. Class data for QRegExpValidator 34947 34948 The virtual table for the QRegExpValidator class is described 34949 in the generic part of this specification. 34950 34951 The Run Time Type Information for the QRegExpValidator class is 34952 described by Table 8-496 34953 34954 Table 8-496. typeinfo for QRegExpValidator 34955 Base Vtable vtable for __cxxabiv1::__si_class_type_info 34956 Name typeinfo name for QRegExpValidator 34957 basetype: typeinfo for QValidator 34958 __________________________________________________________ 34959 34960 8.2.34.2. Class data for QIntValidator 34961 34962 The virtual table for the QIntValidator class is described in 34963 the generic part of this specification. 34964 34965 The Run Time Type Information for the QIntValidator class is 34966 described by Table 8-497 34967 34968 Table 8-497. typeinfo for QIntValidator 34969 Base Vtable vtable for __cxxabiv1::__si_class_type_info 34970 Name typeinfo name for QIntValidator 34971 basetype: typeinfo for QValidator 34972 __________________________________________________________ 34973 34974 8.2.34.3. Class data for QValidator 34975 34976 The virtual table for the QValidator class is described in the 34977 generic part of this specification. 34978 34979 The Run Time Type Information for the QValidator class is 34980 described by Table 8-498 34981 34982 Table 8-498. typeinfo for QValidator 34983 Base Vtable vtable for __cxxabiv1::__si_class_type_info 34984 Name typeinfo name for QValidator 34985 basetype: typeinfo for QObject 34986 __________________________________________________________ 34987 34988 8.2.34.4. Class data for QDoubleValidator 34989 34990 The virtual table for the QDoubleValidator class is described 34991 in the generic part of this specification. 34992 34993 The Run Time Type Information for the QDoubleValidator class is 34994 described by Table 8-499 34995 34996 Table 8-499. typeinfo for QDoubleValidator 34997 Base Vtable vtable for __cxxabiv1::__si_class_type_info 34998 Name typeinfo name for QDoubleValidator 34999 basetype: typeinfo for QValidator 35000 __________________________________________________________ 35001 35002 8.2.34.5. Interfaces for Qt3 Validators 35003 35004 No external functions are defined for libqt-mt - Qt3 Validators 35005 in this part of the specification. See also the generic 35006 specification. 35007 __________________________________________________________ 35008 35009 8.2.35. Qt3 Internals 35010 __________________________________________________________ 35011 35012 8.2.35.1. Class data for QGVector 35013 35014 The virtual table for the QGVector class is described in the 35015 generic part of this specification. 35016 35017 The Run Time Type Information for the QGVector class is 35018 described by Table 8-500 35019 35020 Table 8-500. typeinfo for QGVector 35021 Base Vtable vtable for __cxxabiv1::__si_class_type_info 35022 Name typeinfo name for QGVector 35023 basetype: typeinfo for QPtrCollection 35024 __________________________________________________________ 35025 35026 8.2.35.2. Class data for QGList 35027 35028 The virtual table for the QGList class is described in the 35029 generic part of this specification. 35030 35031 The Run Time Type Information for the QGList class is described 35032 by Table 8-501 35033 35034 Table 8-501. typeinfo for QGList 35035 Base Vtable vtable for __cxxabiv1::__si_class_type_info 35036 Name typeinfo name for QGList 35037 basetype: typeinfo for QPtrCollection 35038 __________________________________________________________ 35039 35040 8.2.35.3. Class data for QPolygonScanner 35041 35042 The virtual table for the QPolygonScanner class is described in 35043 the generic part of this specification. 35044 35045 The Run Time Type Information for the QPolygonScanner class is 35046 described by Table 8-502 35047 35048 Table 8-502. typeinfo for QPolygonScanner 35049 Base Vtable vtable for __cxxabiv1::__class_type_info 35050 Name typeinfo name for QPolygonScanner 35051 __________________________________________________________ 35052 35053 8.2.35.4. Class data for QGCache 35054 35055 The virtual table for the QGCache class is described in the 35056 generic part of this specification. 35057 35058 The Run Time Type Information for the QGCache class is 35059 described by Table 8-503 35060 35061 Table 8-503. typeinfo for QGCache 35062 Base Vtable vtable for __cxxabiv1::__si_class_type_info 35063 Name typeinfo name for QGCache 35064 basetype: typeinfo for QPtrCollection 35065 __________________________________________________________ 35066 35067 8.2.35.5. Class data for QGArray 35068 35069 The virtual table for the QGArray class is described in the 35070 generic part of this specification. 35071 35072 The Run Time Type Information for the QGArray class is 35073 described by Table 8-504 35074 35075 Table 8-504. typeinfo for QGArray 35076 Base Vtable vtable for __cxxabiv1::__class_type_info 35077 Name typeinfo name for QGArray 35078 __________________________________________________________ 35079 35080 8.2.35.6. Class data for QSignalVec 35081 35082 The virtual table for the QSignalVec class is described in the 35083 generic part of this specification. 35084 35085 The Run Time Type Information for the QSignalVec class is 35086 described by Table 8-505 35087 35088 Table 8-505. typeinfo for QSignalVec 35089 Base Vtable vtable for __cxxabiv1::__si_class_type_info 35090 Name typeinfo name for QSignalVec 35091 basetype: typeinfo for QPtrVector 35092 __________________________________________________________ 35093 35094 8.2.35.7. Class data for QGDict 35095 35096 The virtual table for the QGDict class is described in the 35097 generic part of this specification. 35098 35099 The Run Time Type Information for the QGDict class is described 35100 by Table 8-506 35101 35102 Table 8-506. typeinfo for QGDict 35103 Base Vtable vtable for __cxxabiv1::__si_class_type_info 35104 Name typeinfo name for QGDict 35105 basetype: typeinfo for QPtrCollection 35106 __________________________________________________________ 35107 35108 8.2.35.8. Interfaces for Qt3 Internals 35109 35110 No external functions are defined for libqt-mt - Qt3 Internals 35111 in this part of the specification. See also the generic 35112 specification. 35113 __________________________________________________________ 35114 35115 8.2.36. Qt3 Miscellaneous 35116 __________________________________________________________ 35117 35118 8.2.36.1. Class data for QRangeControl 35119 35120 The virtual table for the QRangeControl class is described in 35121 the generic part of this specification. 35122 35123 The Run Time Type Information for the QRangeControl class is 35124 described by Table 8-507 35125 35126 Table 8-507. typeinfo for QRangeControl 35127 Base Vtable vtable for __cxxabiv1::__class_type_info 35128 Name typeinfo name for QRangeControl 35129 __________________________________________________________ 35130 35131 8.2.36.2. Class data for QSplashScreen 35132 35133 The virtual table for the QSplashScreen class is described by 35134 Table 8-508 35135 35136 Table 8-508. Primary vtable for QSplashScreen 35137 Base Offset 0 35138 Virtual Base Offset 0 35139 RTTI typeinfo for QSplashScreen 35140 vfunc[0]: NULL or QSplashScreen::metaObject() const 35141 vfunc[1]: QSplashScreen::className() const 35142 vfunc[2]: QSplashScreen::qt_cast(char const*) 35143 vfunc[3]: QSplashScreen::qt_invoke(int, QUObject*) 35144 vfunc[4]: QSplashScreen::qt_emit(int, QUObject*) 35145 vfunc[5]: QSplashScreen::qt_property(int, int, QVariant*) 35146 vfunc[6]: QSplashScreen::~QSplashScreen() 35147 vfunc[7]: QSplashScreen::~QSplashScreen() 35148 vfunc[8]: QWidget::event(QEvent*) 35149 vfunc[9]: QObject::eventFilter(QObject*, QEvent*) 35150 vfunc[10]: QWidget::setName(char const*) 35151 vfunc[11]: QObject::insertChild(QObject*) 35152 vfunc[12]: QObject::removeChild(QObject*) 35153 vfunc[13]: QObject::setProperty(char const*, QVariant const&) 35154 vfunc[14]: QObject::property(char const*) const 35155 vfunc[15]: QObject::timerEvent(QTimerEvent*) 35156 vfunc[16]: QObject::childEvent(QChildEvent*) 35157 vfunc[17]: QObject::customEvent(QCustomEvent*) 35158 vfunc[18]: QObject::connectNotify(char const*) 35159 vfunc[19]: QObject::disconnectNotify(char const*) 35160 vfunc[20]: QObject::checkConnectArgs(char const*, QObject 35161 const*, char const*) 35162 vfunc[21]: QWidget::setEnabled(bool) 35163 vfunc[22]: QWidget::setMinimumSize(int, int) 35164 vfunc[23]: QWidget::setMaximumSize(int, int) 35165 vfunc[24]: QWidget::setSizeIncrement(int, int) 35166 vfunc[25]: QWidget::setBackgroundMode(Qt::BackgroundMode) 35167 vfunc[26]: QWidget::setEraseColor(QColor const&) 35168 vfunc[27]: QWidget::setErasePixmap(QPixmap const&) 35169 vfunc[28]: QWidget::setPalette(QPalette const&) 35170 vfunc[29]: QWidget::setPaletteBackgroundColor(QColor const&) 35171 vfunc[30]: QWidget::setPaletteBackgroundPixmap(QPixmap const&) 35172 vfunc[31]: QWidget::setFont(QFont const&) 35173 vfunc[32]: QWidget::setCursor(QCursor const&) 35174 vfunc[33]: QWidget::unsetCursor() 35175 vfunc[34]: QWidget::setMask(QBitmap const&) 35176 vfunc[35]: QWidget::setMask(QRegion const&) 35177 vfunc[36]: QWidget::setBackgroundColor(QColor const&) 35178 vfunc[37]: QWidget::setBackgroundPixmap(QPixmap const&) 35179 vfunc[38]: QWidget::setCaption(QString const&) 35180 vfunc[39]: QWidget::setIcon(QPixmap const&) 35181 vfunc[40]: QWidget::setIconText(QString const&) 35182 vfunc[41]: QWidget::setMouseTracking(bool) 35183 vfunc[42]: QWidget::setFocus() 35184 vfunc[43]: QWidget::setActiveWindow() 35185 vfunc[44]: QWidget::setFocusPolicy(QWidget::FocusPolicy) 35186 vfunc[45]: QWidget::setFocusProxy(QWidget*) 35187 vfunc[46]: QWidget::setUpdatesEnabled(bool) 35188 vfunc[47]: QWidget::show() 35189 vfunc[48]: QWidget::hide() 35190 vfunc[49]: QWidget::showMinimized() 35191 vfunc[50]: QWidget::showMaximized() 35192 vfunc[51]: QWidget::showNormal() 35193 vfunc[52]: QWidget::polish() 35194 vfunc[53]: QWidget::move(int, int) 35195 vfunc[54]: QWidget::resize(int, int) 35196 vfunc[55]: QWidget::setGeometry(int, int, int, int) 35197 vfunc[56]: NULL or QWidget::setGeometry(QRect const&) 35198 vfunc[57]: QWidget::close(bool) 35199 vfunc[58]: QWidget::sizeHint() const 35200 vfunc[59]: QWidget::minimumSizeHint() const 35201 vfunc[60]: QWidget::sizePolicy() const 35202 vfunc[61]: QWidget::setSizePolicy(QSizePolicy) 35203 vfunc[62]: QWidget::heightForWidth(int) const 35204 vfunc[63]: QWidget::adjustSize() 35205 vfunc[64]: QWidget::reparent(QWidget*, unsigned int, QPoint 35206 const&, bool) 35207 vfunc[65]: QWidget::setAcceptDrops(bool) 35208 vfunc[66]: QWidget::setAutoMask(bool) 35209 vfunc[67]: 35210 QWidget::setBackgroundOrigin(QWidget::BackgroundOrigin) 35211 vfunc[68]: QWidget::customWhatsThis() const 35212 vfunc[69]: QSplashScreen::mousePressEvent(QMouseEvent*) 35213 vfunc[70]: QWidget::mouseReleaseEvent(QMouseEvent*) 35214 vfunc[71]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 35215 vfunc[72]: QWidget::mouseMoveEvent(QMouseEvent*) 35216 vfunc[73]: QWidget::wheelEvent(QWheelEvent*) 35217 vfunc[74]: QWidget::keyPressEvent(QKeyEvent*) 35218 vfunc[75]: QWidget::keyReleaseEvent(QKeyEvent*) 35219 vfunc[76]: QWidget::focusInEvent(QFocusEvent*) 35220 vfunc[77]: QWidget::focusOutEvent(QFocusEvent*) 35221 vfunc[78]: QWidget::enterEvent(QEvent*) 35222 vfunc[79]: QWidget::leaveEvent(QEvent*) 35223 vfunc[80]: QWidget::paintEvent(QPaintEvent*) 35224 vfunc[81]: QWidget::moveEvent(QMoveEvent*) 35225 vfunc[82]: QWidget::resizeEvent(QResizeEvent*) 35226 vfunc[83]: QWidget::closeEvent(QCloseEvent*) 35227 vfunc[84]: QWidget::contextMenuEvent(QContextMenuEvent*) 35228 vfunc[85]: QWidget::imStartEvent(QIMEvent*) 35229 vfunc[86]: QWidget::imComposeEvent(QIMEvent*) 35230 vfunc[87]: QWidget::imEndEvent(QIMEvent*) 35231 vfunc[88]: QWidget::tabletEvent(QTabletEvent*) 35232 vfunc[89]: QWidget::dragEnterEvent(QDragEnterEvent*) 35233 vfunc[90]: QWidget::dragMoveEvent(QDragMoveEvent*) 35234 vfunc[91]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 35235 vfunc[92]: QWidget::dropEvent(QDropEvent*) 35236 vfunc[93]: QWidget::showEvent(QShowEvent*) 35237 vfunc[94]: QWidget::hideEvent(QHideEvent*) 35238 vfunc[95]: QWidget::x11Event(_XEvent*) 35239 vfunc[96]: QWidget::updateMask() 35240 vfunc[97]: QWidget::styleChange(QStyle&) 35241 vfunc[98]: QWidget::enabledChange(bool) 35242 vfunc[99]: QWidget::paletteChange(QPalette const&) 35243 vfunc[100]: QWidget::fontChange(QFont const&) 35244 vfunc[101]: QWidget::windowActivationChange(bool) 35245 vfunc[102]: QWidget::metric(int) const 35246 vfunc[103]: QWidget::create(unsigned long, bool, bool) 35247 vfunc[104]: QWidget::destroy(bool, bool) 35248 vfunc[105]: NULL or QWidget::setWState(unsigned int) 35249 vfunc[106]: NULL or QWidget::setWFlags(unsigned int) 35250 vfunc[107]: QWidget::focusNextPrevChild(bool) 35251 vfunc[108]: QWidget::setKeyCompression(bool) 35252 vfunc[109]: QWidget::setMicroFocusHint(int, int, int, int, 35253 bool, QFont*) 35254 vfunc[110]: QSplashScreen::drawContents(QPainter*) 35255 35256 Table 8-509. Secondary vtable for QSplashScreen 35257 Base Offset -80 35258 Virtual Base Offset 0 35259 RTTI typeinfo for QSplashScreen 35260 vfunc[0]: non-virtual thunk to QSplashScreen::~QSplashScreen() 35261 vfunc[1]: non-virtual thunk to QSplashScreen::~QSplashScreen() 35262 vfunc[2]: QPaintDevice::setResolution(int) 35263 vfunc[3]: QPaintDevice::resolution() const 35264 vfunc[4]: QPaintDevice::handle() const 35265 vfunc[5]: QPaintDevice::x11RenderHandle() const 35266 vfunc[6]: QPaintDevice::setX11Data(QPaintDeviceX11Data const*) 35267 vfunc[7]: QPaintDevice::cmd(int, QPainter*, QPDevCmdParam*) 35268 vfunc[8]: non-virtual thunk to QWidget::metric(int) const 35269 vfunc[9]: QPaintDevice::fontMet(QFont*, int, char const*, int) 35270 const 35271 vfunc[10]: QPaintDevice::fontInf(QFont*, int) const 35272 35273 The Run Time Type Information for the QSplashScreen class is 35274 described by Table 8-510 35275 35276 Table 8-510. typeinfo for QSplashScreen 35277 Base Vtable vtable for __cxxabiv1::__si_class_type_info 35278 Name typeinfo name for QSplashScreen 35279 basetype: typeinfo for QWidget 35280 __________________________________________________________ 35281 35282 8.2.36.3. Class data for QAccel 35283 35284 The virtual table for the QAccel class is described in the 35285 generic part of this specification. 35286 35287 The Run Time Type Information for the QAccel class is described 35288 by Table 8-511 35289 35290 Table 8-511. typeinfo for QAccel 35291 Base Vtable vtable for __cxxabiv1::__si_class_type_info 35292 Name typeinfo name for QAccel 35293 basetype: typeinfo for QObject 35294 __________________________________________________________ 35295 35296 8.2.36.4. Interfaces for Qt3 Miscellaneous 35297 35298 An LSB conforming implementation shall provide the architecture 35299 specific functions for Qt3 Miscellaneous specified in Table 35300 8-512, with the full mandatory functionality as described in 35301 the referenced underlying specification. 35302 35303 Table 8-512. libqt-mt - Qt3 Miscellaneous Function Interfaces 35304 _ZThn80_N13QSplashScreenD0Ev [CXXABI-1.86] 35305 _ZThn80_N13QSplashScreenD1Ev [CXXABI-1.86] 35306 35307 V. Package Information 35308 35309 Table of Contents 35310 9. Package Dependencies 35311 35312 9.1. Package Dependencies 35313 __________________________________________________________ 35314 35315 Chapter 9. Package Dependencies 35316 35317 9.1. Package Dependencies 35318 35319 The LSB runtime environment shall provide the following 35320 dependency. 35321 35322 lsb-graphics-amd64 (legacy) 35323 This dependency is used to indicate that the application 35324 is dependent on features contained in the LSB-Graphics 35325 module. 35326 35327 This dependency shall have a version of 3.0. 35328 35329 The lsb-graphics dependencies are deprecated and will be 35330 removed in a future version of this specification. Applications 35331 should no longer indicate a dependency on them. 35332 __________________________________________________________ 35333 35334 Appendix A. GNU Free Documentation License (Informative) 35335 35336 This specification is published under the terms of the GNU Free 35337 Documentation License, Version 1.1, March 2000 35338 35339 Copyright (C) 2000 Free Software Foundation, Inc. 59 Temple 35340 Place, Suite 330, Boston, MA 02111-1307 USA Everyone is 35341 permitted to copy and distribute verbatim copies of this 35342 license document, but changing it is not allowed. 35343 __________________________________________________________ 35344 35345 A.1. PREAMBLE 35346 35347 The purpose of this License is to make a manual, textbook, or 35348 other written document "free" in the sense of freedom: to 35349 assure everyone the effective freedom to copy and redistribute 35350 it, with or without modifying it, either commercially or 35351 noncommercially. Secondarily, this License preserves for the 35352 author and publisher a way to get credit for their work, while 35353 not being considered responsible for modifications made by 35354 others. 35355 35356 This License is a kind of "copyleft", which means that 35357 derivative works of the document must themselves be free in the 35358 same sense. It complements the GNU General Public License, 35359 which is a copyleft license designed for free software. 35360 35361 We have designed this License in order to use it for manuals 35362 for free software, because free software needs free 35363 documentation: a free program should come with manuals 35364 providing the same freedoms that the software does. But this 35365 License is not limited to software manuals; it can be used for 35366 any textual work, regardless of subject matter or whether it is 35367 published as a printed book. We recommend this License 35368 principally for works whose purpose is instruction or 35369 reference. 35370 __________________________________________________________ 35371 35372 A.2. APPLICABILITY AND DEFINITIONS 35373 35374 This License applies to any manual or other work that contains 35375 a notice placed by the copyright holder saying it can be 35376 distributed under the terms of this License. The "Document", 35377 below, refers to any such manual or work. Any member of the 35378 public is a licensee, and is addressed as "you". 35379 35380 A "Modified Version" of the Document means any work containing 35381 the Document or a portion of it, either copied verbatim, or 35382 with modifications and/or translated into another language. 35383 35384 A "Secondary Section" is a named appendix or a front-matter 35385 section of the Document that deals exclusively with the 35386 relationship of the publishers or authors of the Document to 35387 the Document's overall subject (or to related matters) and 35388 contains nothing that could fall directly within that overall 35389 subject. (For example, if the Document is in part a textbook of 35390 mathematics, a Secondary Section may not explain any 35391 mathematics.) The relationship could be a matter of historical 35392 connection with the subject or with related matters, or of 35393 legal, commercial, philosophical, ethical or political position 35394 regarding them. 35395 35396 The "Invariant Sections" are certain Secondary Sections whose 35397 titles are designated, as being those of Invariant Sections, in 35398 the notice that says that the Document is released under this 35399 License. 35400 35401 The "Cover Texts" are certain short passages of text that are 35402 listed, as Front-Cover Texts or Back-Cover Texts, in the notice 35403 that says that the Document is released under this License. 35404 35405 A "Transparent" copy of the Document means a machine-readable 35406 copy, represented in a format whose specification is available 35407 to the general public, whose contents can be viewed and edited 35408 directly and straightforwardly with generic text editors or 35409 (for images composed of pixels) generic paint programs or (for 35410 drawings) some widely available drawing editor, and that is 35411 suitable for input to text formatters or for automatic 35412 translation to a variety of formats suitable for input to text 35413 formatters. A copy made in an otherwise Transparent file format 35414 whose markup has been designed to thwart or discourage 35415 subsequent modification by readers is not Transparent. A copy 35416 that is not "Transparent" is called "Opaque". 35417 35418 Examples of suitable formats for Transparent copies include 35419 plain ASCII without markup, Texinfo input format, LaTeX input 35420 format, SGML or XML using a publicly available DTD, and 35421 standard-conforming simple HTML designed for human 35422 modification. Opaque formats include PostScript, PDF, 35423 proprietary formats that can be read and edited only by 35424 proprietary word processors, SGML or XML for which the DTD 35425 and/or processing tools are not generally available, and the 35426 machine-generated HTML produced by some word processors for 35427 output purposes only. 35428 35429 The "Title Page" means, for a printed book, the title page 35430 itself, plus such following pages as are needed to hold, 35431 legibly, the material this License requires to appear in the 35432 title page. For works in formats which do not have any title 35433 page as such, "Title Page" means the text near the most 35434 prominent appearance of the work's title, preceding the 35435 beginning of the body of the text. 35436 __________________________________________________________ 35437 35438 A.3. VERBATIM COPYING 35439 35440 You may copy and distribute the Document in any medium, either 35441 commercially or noncommercially, provided that this License, 35442 the copyright notices, and the license notice saying this 35443 License applies to the Document are reproduced in all copies, 35444 and that you add no other conditions whatsoever to those of 35445 this License. You may not use technical measures to obstruct or 35446 control the reading or further copying of the copies you make 35447 or distribute. However, you may accept compensation in exchange 35448 for copies. If you distribute a large enough number of copies 35449 you must also follow the conditions in section 3. 35450 35451 You may also lend copies, under the same conditions stated 35452 above, and you may publicly display copies. 35453 __________________________________________________________ 35454 35455 A.4. COPYING IN QUANTITY 35456 35457 If you publish printed copies of the Document numbering more 35458 than 100, and the Document's license notice requires Cover 35459 Texts, you must enclose the copies in covers that carry, 35460 clearly and legibly, all these Cover Texts: Front-Cover Texts 35461 on the front cover, and Back-Cover Texts on the back cover. 35462 Both covers must also clearly and legibly identify you as the 35463 publisher of these copies. The front cover must present the 35464 full title with all words of the title equally prominent and 35465 visible. You may add other material on the covers in addition. 35466 Copying with changes limited to the covers, as long as they 35467 preserve the title of the Document and satisfy these 35468 conditions, can be treated as verbatim copying in other 35469 respects. 35470 35471 If the required texts for either cover are too voluminous to 35472 fit legibly, you should put the first ones listed (as many as 35473 fit reasonably) on the actual cover, and continue the rest onto 35474 adjacent pages. 35475 35476 If you publish or distribute Opaque copies of the Document 35477 numbering more than 100, you must either include a 35478 machine-readable Transparent copy along with each Opaque copy, 35479 or state in or with each Opaque copy a publicly-accessible 35480 computer-network location containing a complete Transparent 35481 copy of the Document, free of added material, which the general 35482 network-using public has access to download anonymously at no 35483 charge using public-standard network protocols. If you use the 35484 latter option, you must take reasonably prudent steps, when you 35485 begin distribution of Opaque copies in quantity, to ensure that 35486 this Transparent copy will remain thus accessible at the stated 35487 location until at least one year after the last time you 35488 distribute an Opaque copy (directly or through your agents or 35489 retailers) of that edition to the public. 35490 35491 It is requested, but not required, that you contact the authors 35492 of the Document well before redistributing any large number of 35493 copies, to give them a chance to provide you with an updated 35494 version of the Document. 35495 __________________________________________________________ 35496 35497 A.5. MODIFICATIONS 35498 35499 You may copy and distribute a Modified Version of the Document 35500 under the conditions of sections 2 and 3 above, provided that 35501 you release the Modified Version under precisely this License, 35502 with the Modified Version filling the role of the Document, 35503 thus licensing distribution and modification of the Modified 35504 Version to whoever possesses a copy of it. In addition, you 35505 must do these things in the Modified Version: 35506 35507 A. Use in the Title Page (and on the covers, if any) a title 35508 distinct from that of the Document, and from those of 35509 previous versions (which should, if there were any, be 35510 listed in the History section of the Document). You may use 35511 the same title as a previous version if the original 35512 publisher of that version gives permission. 35513 B. List on the Title Page, as authors, one or more persons or 35514 entities responsible for authorship of the modifications in 35515 the Modified Version, together with at least five of the 35516 principal authors of the Document (all of its principal 35517 authors, if it has less than five). 35518 C. State on the Title page the name of the publisher of the 35519 Modified Version, as the publisher. 35520 D. Preserve all the copyright notices of the Document. 35521 E. Add an appropriate copyright notice for your modifications 35522 adjacent to the other copyright notices. 35523 F. Include, immediately after the copyright notices, a license 35524 notice giving the public permission to use the Modified 35525 Version under the terms of this License, in the form shown 35526 in the Addendum below. 35527 G. Preserve in that license notice the full lists of Invariant 35528 Sections and required Cover Texts given in the Document's 35529 license notice. 35530 H. Include an unaltered copy of this License. 35531 I. Preserve the section entitled "History", and its title, and 35532 add to it an item stating at least the title, year, new 35533 authors, and publisher of the Modified Version as given on 35534 the Title Page. If there is no section entitled "History" 35535 in the Document, create one stating the title, year, 35536 authors, and publisher of the Document as given on its 35537 Title Page, then add an item describing the Modified 35538 Version as stated in the previous sentence. 35539 J. Preserve the network location, if any, given in the 35540 Document for public access to a Transparent copy of the 35541 Document, and likewise the network locations given in the 35542 Document for previous versions it was based on. These may 35543 be placed in the "History" section. You may omit a network 35544 location for a work that was published at least four years 35545 before the Document itself, or if the original publisher of 35546 the version it refers to gives permission. 35547 K. In any section entitled "Acknowledgements" or 35548 "Dedications", preserve the section's title, and preserve 35549 in the section all the substance and tone of each of the 35550 contributor acknowledgements and/or dedications given 35551 therein. 35552 L. Preserve all the Invariant Sections of the Document, 35553 unaltered in their text and in their titles. Section 35554 numbers or the equivalent are not considered part of the 35555 section titles. 35556 M. Delete any section entitled "Endorsements". Such a section 35557 may not be included in the Modified Version. 35558 N. Do not retitle any existing section as "Endorsements" or to 35559 conflict in title with any Invariant Section. 35560 35561 If the Modified Version includes new front-matter sections or 35562 appendices that qualify as Secondary Sections and contain no 35563 material copied from the Document, you may at your option 35564 designate some or all of these sections as invariant. To do 35565 this, add their titles to the list of Invariant Sections in the 35566 Modified Version's license notice. These titles must be 35567 distinct from any other section titles. 35568 35569 You may add a section entitled "Endorsements", provided it 35570 contains nothing but endorsements of your Modified Version by 35571 various parties--for example, statements of peer review or that 35572 the text has been approved by an organization as the 35573 authoritative definition of a standard. 35574 35575 You may add a passage of up to five words as a Front-Cover 35576 Text, and a passage of up to 25 words as a Back-Cover Text, to 35577 the end of the list of Cover Texts in the Modified Version. 35578 Only one passage of Front-Cover Text and one of Back-Cover Text 35579 may be added by (or through arrangements made by) any one 35580 entity. If the Document already includes a cover text for the 35581 same cover, previously added by you or by arrangement made by 35582 the same entity you are acting on behalf of, you may not add 35583 another; but you may replace the old one, on explicit 35584 permission from the previous publisher that added the old one. 35585 35586 The author(s) and publisher(s) of the Document do not by this 35587 License give permission to use their names for publicity for or 35588 to assert or imply endorsement of any Modified Version. 35589 __________________________________________________________ 35590 35591 A.6. COMBINING DOCUMENTS 35592 35593 You may combine the Document with other documents released 35594 under this License, under the terms defined in section 4 above 35595 for modified versions, provided that you include in the 35596 combination all of the Invariant Sections of all of the 35597 original documents, unmodified, and list them all as Invariant 35598 Sections of your combined work in its license notice. 35599 35600 The combined work need only contain one copy of this License, 35601 and multiple identical Invariant Sections may be replaced with 35602 a single copy. If there are multiple Invariant Sections with 35603 the same name but different contents, make the title of each 35604 such section unique by adding at the end of it, in parentheses, 35605 the name of the original author or publisher of that section if 35606 known, or else a unique number. Make the same adjustment to the 35607 section titles in the list of Invariant Sections in the license 35608 notice of the combined work. 35609 35610 In the combination, you must combine any sections entitled 35611 "History" in the various original documents, forming one 35612 section entitled "History"; likewise combine any sections 35613 entitled "Acknowledgements", and any sections entitled 35614 "Dedications". You must delete all sections entitled 35615 "Endorsements." 35616 __________________________________________________________ 35617 35618 A.7. COLLECTIONS OF DOCUMENTS 35619 35620 You may make a collection consisting of the Document and other 35621 documents released under this License, and replace the 35622 individual copies of this License in the various documents with 35623 a single copy that is included in the collection, provided that 35624 you follow the rules of this License for verbatim copying of 35625 each of the documents in all other respects. 35626 35627 You may extract a single document from such a collection, and 35628 distribute it individually under this License, provided you 35629 insert a copy of this License into the extracted document, and 35630 follow this License in all other respects regarding verbatim 35631 copying of that document. 35632 __________________________________________________________ 35633 35634 A.8. AGGREGATION WITH INDEPENDENT WORKS 35635 35636 A compilation of the Document or its derivatives with other 35637 separate and independent documents or works, in or on a volume 35638 of a storage or distribution medium, does not as a whole count 35639 as a Modified Version of the Document, provided no compilation 35640 copyright is claimed for the compilation. Such a compilation is 35641 called an "aggregate", and this License does not apply to the 35642 other self-contained works thus compiled with the Document, on 35643 account of their being thus compiled, if they are not 35644 themselves derivative works of the Document. 35645 35646 If the Cover Text requirement of section 3 is applicable to 35647 these copies of the Document, then if the Document is less than 35648 one quarter of the entire aggregate, the Document's Cover Texts 35649 may be placed on covers that surround only the Document within 35650 the aggregate. Otherwise they must appear on covers around the 35651 whole aggregate. 35652 __________________________________________________________ 35653 35654 A.9. TRANSLATION 35655 35656 Translation is considered a kind of modification, so you may 35657 distribute translations of the Document under the terms of 35658 section 4. Replacing Invariant Sections with translations 35659 requires special permission from their copyright holders, but 35660 you may include translations of some or all Invariant Sections 35661 in addition to the original versions of these Invariant 35662 Sections. You may include a translation of this License 35663 provided that you also include the original English version of 35664 this License. In case of a disagreement between the translation 35665 and the original English version of this License, the original 35666 English version will prevail. 35667 __________________________________________________________ 35668 35669 A.10. TERMINATION 35670 35671 You may not copy, modify, sublicense, or distribute the 35672 Document except as expressly provided for under this License. 35673 Any other attempt to copy, modify, sublicense or distribute the 35674 Document is void, and will automatically terminate your rights 35675 under this License. However, parties who have received copies, 35676 or rights, from you under this License will not have their 35677 licenses terminated so long as such parties remain in full 35678 compliance. 35679 __________________________________________________________ 35680 35681 A.11. FUTURE REVISIONS OF THIS LICENSE 35682 35683 The Free Software Foundation may publish new, revised versions 35684 of the GNU Free Documentation License from time to time. Such 35685 new versions will be similar in spirit to the present version, 35686 but may differ in detail to address new problems or concerns. 35687 See http://www.gnu.org/copyleft/. 35688 35689 Each version of the License is given a distinguishing version 35690 number. If the Document specifies that a particular numbered 35691 version of this License "or any later version" applies to it, 35692 you have the option of following the terms and conditions 35693 either of that specified version or of any later version that 35694 has been published (not as a draft) by the Free Software 35695 Foundation. If the Document does not specify a version number 35696 of this License, you may choose any version ever published (not 35697 as a draft) by the Free Software Foundation. 35698 __________________________________________________________ 35699 35700 A.12. How to use this License for your documents 35701 35702 To use this License in a document you have written, include a 35703 copy of the License in the document and put the following 35704 copyright and license notices just after the title page: 35705 35706 Copyright (c) YEAR YOUR NAME. Permission is granted to copy, 35707 distribute and/or modify this document under the terms of 35708 the GNU Free Documentation License, Version 1.1 or any later 35709 version published by the Free Software Foundation; with the 35710 Invariant Sections being LIST THEIR TITLES, with the 35711 Front-Cover Texts being LIST, and with the Back-Cover Texts 35712 being LIST. A copy of the license is included in the section 35713 entitled "GNU Free Documentation License". 35714 35715 If you have no Invariant Sections, write "with no Invariant 35716 Sections" instead of saying which ones are invariant. If you 35717 have no Front-Cover Texts, write "no Front-Cover Texts" instead 35718 of "Front-Cover Texts being LIST"; likewise for Back-Cover 35719 Texts. 35720 35721 If your document contains nontrivial examples of program code, 35722 we recommend releasing these examples in parallel under your 35723 choice of free software license, such as the GNU General Public 35724 License, to permit their use in free software.