1 2 LSB Qt4 Toolkit Module Specification for the IA32 Architecture 3.1 3 4 Copyright © 2006 Free Standards Group 5 6 Permission is granted to copy, distribute and/or modify this 7 document under the terms of the GNU Free Documentation 8 License, Version 1.1; with no Invariant Sections, with no 9 Front-Cover Texts, and with no Back-Cover Texts. A copy of the 10 license is included in the section entitled "GNU Free 11 Documentation License". 12 13 Portions of the text are copyrighted by the following 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 24 These excerpts are being used in accordance with their 25 respective licenses. 26 27 Linux is the registered trademark of Linus Torvalds in the 28 U.S. and other countries. 29 30 UNIX is a registered trademark of The Open Group. 31 32 LSB is a trademark of the Free Standards Group in the United 33 States and other countries. 34 35 AMD is a trademark of Advanced Micro Devices, Inc. 36 37 Intel and Itanium are registered trademarks and Intel386 is a 38 trademark of Intel Corporation. 39 40 PowerPC is a registered trademark and PowerPC Architecture is 41 a trademark of the IBM Corporation. 42 43 S/390 is a registered trademark of the IBM Corporation. 44 45 OpenGL is a registered trademark of Silicon Graphics, Inc. 46 _________________________________________________________ 47 48 Table of Contents 49 Foreword 50 Introduction 51 I. Introductory Elements 52 53 1. Scope 54 2. Normative References 55 3. Requirements 56 57 3.1. Relevant Libraries 58 59 4. Definitions 60 5. Terminology 61 62 II. Qt Libraries 63 64 6. Libraries 65 66 6.1. Introduction 67 6.2. Interfaces for libQtCore 68 6.3. Data Definitions for libQtCore 69 6.4. Interfaces for libQtGui 70 6.5. Data Definitions for libQtGui 71 6.6. Interfaces for libQtXml 72 6.7. Data Definitions for libQtXml 73 6.8. Interfaces for libQtOpenGL 74 6.9. Data Definitions for libQtOpenGL 75 6.10. Interfaces for libQtSql 76 6.11. Data Definitions for libQtSql 77 6.12. Interfaces for libQtSvg 78 6.13. Data Definitions for libQtSvg 79 6.14. Interfaces for libQtNetwork 80 6.15. Data Definitions for libQtNetwork 81 82 A. GNU Free Documentation License (Informative) 83 84 A.1. PREAMBLE 85 A.2. APPLICABILITY AND DEFINITIONS 86 A.3. VERBATIM COPYING 87 A.4. COPYING IN QUANTITY 88 A.5. MODIFICATIONS 89 A.6. COMBINING DOCUMENTS 90 A.7. COLLECTIONS OF DOCUMENTS 91 A.8. AGGREGATION WITH INDEPENDENT WORKS 92 A.9. TRANSLATION 93 A.10. TERMINATION 94 A.11. FUTURE REVISIONS OF THIS LICENSE 95 A.12. How to use this License for your documents 96 97 List of Tables 98 2-1. Normative References 99 3-1. Standard Library Names 100 6-1. libQtCore Definition 101 6-2. Primary vtable for QObject 102 6-3. typeinfo for QObject 103 6-4. Primary vtable for QObjectUserData 104 6-5. typeinfo for QObjectUserData 105 6-6. Primary vtable for QIODevice 106 6-7. typeinfo for QIODevice 107 6-8. Primary vtable for QDataStream 108 6-9. typeinfo for QDataStream 109 6-10. Primary vtable for QTextCodec 110 6-11. typeinfo for QTextCodec 111 6-12. Primary vtable for QTextStream 112 6-13. typeinfo for QTextStream 113 6-14. Primary vtable for QFile 114 6-15. typeinfo for QFile 115 6-16. Primary vtable for QTemporaryFile 116 6-17. typeinfo for QTemporaryFile 117 6-18. Primary vtable for QAbstractFileEngine 118 6-19. typeinfo for QAbstractFileEngine 119 6-20. Primary vtable for QAbstractFileEngineHandler 120 6-21. typeinfo for QAbstractFileEngineHandler 121 6-22. Primary vtable for QFSFileEngine 122 6-23. typeinfo for QFSFileEngine 123 6-24. Primary vtable for QProcess 124 6-25. typeinfo for QProcess 125 6-26. Primary vtable for QBuffer 126 6-27. typeinfo for QBuffer 127 6-28. Primary vtable for QSettings 128 6-29. typeinfo for QSettings 129 6-30. Primary vtable for QFactoryInterface 130 6-31. typeinfo for QFactoryInterface 131 6-32. Primary vtable for QTextCodecFactoryInterface 132 6-33. typeinfo for QTextCodecFactoryInterface 133 6-34. Primary vtable for QTextCodecPlugin 134 6-35. Secondary vtable for QTextCodecPlugin 135 6-36. typeinfo for QTextCodecPlugin 136 6-37. Primary vtable for QTranslator 137 6-38. typeinfo for QTranslator 138 6-39. Primary vtable for QMimeData 139 6-40. typeinfo for QMimeData 140 6-41. Primary vtable for QEventLoop 141 6-42. typeinfo for QEventLoop 142 6-43. Primary vtable for QEvent 143 6-44. typeinfo for QEvent 144 6-45. Primary vtable for QTimerEvent 145 6-46. typeinfo for QTimerEvent 146 6-47. Primary vtable for QChildEvent 147 6-48. typeinfo for QChildEvent 148 6-49. Primary vtable for QCustomEvent 149 6-50. typeinfo for QCustomEvent 150 6-51. Primary vtable for QCoreApplication 151 6-52. typeinfo for QCoreApplication 152 6-53. Primary vtable for QAbstractItemModel 153 6-54. typeinfo for QAbstractItemModel 154 6-55. Primary vtable for QAbstractTableModel 155 6-56. typeinfo for QAbstractTableModel 156 6-57. Primary vtable for QAbstractListModel 157 6-58. typeinfo for QAbstractListModel 158 6-59. Primary vtable for QSignalMapper 159 6-60. typeinfo for QSignalMapper 160 6-61. Primary vtable for QObjectCleanupHandler 161 6-62. typeinfo for QObjectCleanupHandler 162 6-63. Primary vtable for QSocketNotifier 163 6-64. typeinfo for QSocketNotifier 164 6-65. Primary vtable for QTimer 165 6-66. typeinfo for QTimer 166 6-67. Primary vtable for QAbstractEventDispatcher 167 6-68. typeinfo for QAbstractEventDispatcher 168 6-69. Primary vtable for QPluginLoader 169 6-70. typeinfo for QPluginLoader 170 6-71. Primary vtable for QLibrary 171 6-72. typeinfo for QLibrary 172 6-73. Primary vtable for QThread 173 6-74. typeinfo for QThread 174 6-75. libQtCore - QtCore Function Interfaces 175 6-76. libQtGui Definition 176 6-77. Primary vtable for QTextObject 177 6-78. typeinfo for QTextObject 178 6-79. Primary vtable for QTextBlockGroup 179 6-80. typeinfo for QTextBlockGroup 180 6-81. Primary vtable for QTextFrameLayoutData 181 6-82. typeinfo for QTextFrameLayoutData 182 6-83. Primary vtable for QTextFrame 183 6-84. typeinfo for QTextFrame 184 6-85. Primary vtable for QTextBlockUserData 185 6-86. typeinfo for QTextBlockUserData 186 6-87. Primary vtable for QTextDocument 187 6-88. typeinfo for QTextDocument 188 6-89. Primary vtable for QTextTable 189 6-90. typeinfo for QTextTable 190 6-91. Primary vtable for QMimeSource 191 6-92. typeinfo for QMimeSource 192 6-93. Primary vtable for QDrag 193 6-94. typeinfo for QDrag 194 6-95. Primary vtable for QInputEvent 195 6-96. typeinfo for QInputEvent 196 6-97. Primary vtable for QMouseEvent 197 6-98. typeinfo for QMouseEvent 198 6-99. Primary vtable for QHoverEvent 199 6-100. typeinfo for QHoverEvent 200 6-101. Primary vtable for QWheelEvent 201 6-102. typeinfo for QWheelEvent 202 6-103. Primary vtable for QTabletEvent 203 6-104. typeinfo for QTabletEvent 204 6-105. Primary vtable for QKeyEvent 205 6-106. typeinfo for QKeyEvent 206 6-107. Primary vtable for QFocusEvent 207 6-108. typeinfo for QFocusEvent 208 6-109. Primary vtable for QPaintEvent 209 6-110. typeinfo for QPaintEvent 210 6-111. Primary vtable for QMoveEvent 211 6-112. typeinfo for QMoveEvent 212 6-113. Primary vtable for QResizeEvent 213 6-114. typeinfo for QResizeEvent 214 6-115. Primary vtable for QCloseEvent 215 6-116. typeinfo for QCloseEvent 216 6-117. Primary vtable for QIconDragEvent 217 6-118. typeinfo for QIconDragEvent 218 6-119. Primary vtable for QShowEvent 219 6-120. typeinfo for QShowEvent 220 6-121. Primary vtable for QHideEvent 221 6-122. typeinfo for QHideEvent 222 6-123. Primary vtable for QContextMenuEvent 223 6-124. typeinfo for QContextMenuEvent 224 6-125. Primary vtable for QInputMethodEvent 225 6-126. typeinfo for QInputMethodEvent 226 6-127. Primary vtable for QDropEvent 227 6-128. Secondary vtable for QDropEvent 228 6-129. typeinfo for QDropEvent 229 6-130. Primary vtable for QDragMoveEvent 230 6-131. Secondary vtable for QDragMoveEvent 231 6-132. typeinfo for QDragMoveEvent 232 6-133. Primary vtable for QDragEnterEvent 233 6-134. Secondary vtable for QDragEnterEvent 234 6-135. typeinfo for QDragEnterEvent 235 6-136. Primary vtable for QDragResponseEvent 236 6-137. typeinfo for QDragResponseEvent 237 6-138. Primary vtable for QDragLeaveEvent 238 6-139. typeinfo for QDragLeaveEvent 239 6-140. Primary vtable for QHelpEvent 240 6-141. typeinfo for QHelpEvent 241 6-142. Primary vtable for QStatusTipEvent 242 6-143. typeinfo for QStatusTipEvent 243 6-144. Primary vtable for QWhatsThisClickedEvent 244 6-145. typeinfo for QWhatsThisClickedEvent 245 6-146. Primary vtable for QActionEvent 246 6-147. typeinfo for QActionEvent 247 6-148. Primary vtable for QFileOpenEvent 248 6-149. typeinfo for QFileOpenEvent 249 6-150. Primary vtable for QToolBarChangeEvent 250 6-151. typeinfo for QToolBarChangeEvent 251 6-152. Primary vtable for QShortcutEvent 252 6-153. typeinfo for QShortcutEvent 253 6-154. Primary vtable for QClipboardEvent 254 6-155. typeinfo for QClipboardEvent 255 6-156. Primary vtable for QWindowStateChangeEvent 256 6-157. typeinfo for QWindowStateChangeEvent 257 6-158. Primary vtable for QMenubarUpdatedEvent 258 6-159. typeinfo for QMenubarUpdatedEvent 259 6-160. Primary vtable for QTextList 260 6-161. typeinfo for QTextList 261 6-162. Primary vtable for QAbstractTextDocumentLayout 262 6-163. typeinfo for QAbstractTextDocumentLayout 263 6-164. Primary vtable for QTextObjectInterface 264 6-165. typeinfo for QTextObjectInterface 265 6-166. Primary vtable for QSyntaxHighlighter 266 6-167. typeinfo for QSyntaxHighlighter 267 6-168. Primary vtable for QPaintDevice 268 6-169. typeinfo for QPaintDevice 269 6-170. Primary vtable for QWidget 270 6-171. Secondary vtable for QWidget 271 6-172. typeinfo for QWidget 272 6-173. Primary vtable for QDialog 273 6-174. Secondary vtable for QDialog 274 6-175. typeinfo for QDialog 275 6-176. Primary vtable for QAbstractPageSetupDialog 276 6-177. Secondary vtable for QAbstractPageSetupDialog 277 6-178. typeinfo for QAbstractPageSetupDialog 278 6-179. Primary vtable for QColorDialog 279 6-180. Secondary vtable for QColorDialog 280 6-181. typeinfo for QColorDialog 281 6-182. Primary vtable for QFontDialog 282 6-183. Secondary vtable for QFontDialog 283 6-184. typeinfo for QFontDialog 284 6-185. Primary vtable for QMessageBox 285 6-186. Secondary vtable for QMessageBox 286 6-187. typeinfo for QMessageBox 287 6-188. Primary vtable for QProgressDialog 288 6-189. Secondary vtable for QProgressDialog 289 6-190. typeinfo for QProgressDialog 290 6-191. Primary vtable for QErrorMessage 291 6-192. Secondary vtable for QErrorMessage 292 6-193. typeinfo for QErrorMessage 293 6-194. Primary vtable for QFileDialog 294 6-195. Secondary vtable for QFileDialog 295 6-196. typeinfo for QFileDialog 296 6-197. Primary vtable for QAbstractPrintDialog 297 6-198. Secondary vtable for QAbstractPrintDialog 298 6-199. typeinfo for QAbstractPrintDialog 299 6-200. Primary vtable for QPrintDialog 300 6-201. Secondary vtable for QPrintDialog 301 6-202. typeinfo for QPrintDialog 302 6-203. Primary vtable for QPageSetupDialog 303 6-204. Secondary vtable for QPageSetupDialog 304 6-205. typeinfo for QPageSetupDialog 305 6-206. Primary vtable for QFrame 306 6-207. Secondary vtable for QFrame 307 6-208. typeinfo for QFrame 308 6-209. Primary vtable for QLineEdit 309 6-210. Secondary vtable for QLineEdit 310 6-211. typeinfo for QLineEdit 311 6-212. Primary vtable for QInputDialog 312 6-213. Secondary vtable for QInputDialog 313 6-214. typeinfo for QInputDialog 314 6-215. Primary vtable for QImage 315 6-216. typeinfo for QImage 316 6-217. Primary vtable for QPixmap 317 6-218. typeinfo for QPixmap 318 6-219. Primary vtable for QImageIOHandler 319 6-220. typeinfo for QImageIOHandler 320 6-221. Primary vtable for QImageIOHandlerFactoryInterface 321 6-222. typeinfo for QImageIOHandlerFactoryInterface 322 6-223. Primary vtable for QImageIOPlugin 323 6-224. Secondary vtable for QImageIOPlugin 324 6-225. typeinfo for QImageIOPlugin 325 6-226. Primary vtable for QPicture 326 6-227. typeinfo for QPicture 327 6-228. Primary vtable for QMovie 328 6-229. typeinfo for QMovie 329 6-230. Primary vtable for QIconEngineFactoryInterface 330 6-231. typeinfo for QIconEngineFactoryInterface 331 6-232. Primary vtable for QIconEnginePlugin 332 6-233. Secondary vtable for QIconEnginePlugin 333 6-234. typeinfo for QIconEnginePlugin 334 6-235. Primary vtable for QIconEngine 335 6-236. typeinfo for QIconEngine 336 6-237. Primary vtable for QBitmap 337 6-238. typeinfo for QBitmap 338 6-239. Primary vtable for QPictureFormatInterface 339 6-240. typeinfo for QPictureFormatInterface 340 6-241. Primary vtable for QPictureFormatPlugin 341 6-242. Secondary vtable for QPictureFormatPlugin 342 6-243. typeinfo for QPictureFormatPlugin 343 6-244. Primary vtable for QPrinter 344 6-245. typeinfo for QPrinter 345 6-246. Primary vtable for QPrintEngine 346 6-247. typeinfo for QPrintEngine 347 6-248. Primary vtable for QStyle 348 6-249. typeinfo for QStyle 349 6-250. Primary vtable for QPaintEngine 350 6-251. typeinfo for QPaintEngine 351 6-252. Primary vtable for QItemSelectionModel 352 6-253. typeinfo for QItemSelectionModel 353 6-254. Primary vtable for QAbstractScrollArea 354 6-255. Secondary vtable for QAbstractScrollArea 355 6-256. typeinfo for QAbstractScrollArea 356 6-257. Primary vtable for QValidator 357 6-258. typeinfo for QValidator 358 6-259. Primary vtable for QIntValidator 359 6-260. typeinfo for QIntValidator 360 6-261. Primary vtable for QDoubleValidator 361 6-262. typeinfo for QDoubleValidator 362 6-263. Primary vtable for QRegExpValidator 363 6-264. typeinfo for QRegExpValidator 364 6-265. Primary vtable for QAbstractSpinBox 365 6-266. Secondary vtable for QAbstractSpinBox 366 6-267. typeinfo for QAbstractSpinBox 367 6-268. Primary vtable for QAbstractSlider 368 6-269. Secondary vtable for QAbstractSlider 369 6-270. typeinfo for QAbstractSlider 370 6-271. Primary vtable for QSlider 371 6-272. Secondary vtable for QSlider 372 6-273. typeinfo for QSlider 373 6-274. Primary vtable for QTabBar 374 6-275. Secondary vtable for QTabBar 375 6-276. typeinfo for QTabBar 376 6-277. Primary vtable for QTabWidget 377 6-278. Secondary vtable for QTabWidget 378 6-279. typeinfo for QTabWidget 379 6-280. Primary vtable for QRubberBand 380 6-281. Secondary vtable for QRubberBand 381 6-282. typeinfo for QRubberBand 382 6-283. Primary vtable for QAbstractItemDelegate 383 6-284. typeinfo for QAbstractItemDelegate 384 6-285. Primary vtable for QAbstractItemView 385 6-286. Secondary vtable for QAbstractItemView 386 6-287. typeinfo for QAbstractItemView 387 6-288. Primary vtable for QStringListModel 388 6-289. typeinfo for QStringListModel 389 6-290. Primary vtable for QListView 390 6-291. Secondary vtable for QListView 391 6-292. typeinfo for QListView 392 6-293. Primary vtable for QListWidgetItem 393 6-294. typeinfo for QListWidgetItem 394 6-295. Primary vtable for QListWidget 395 6-296. Secondary vtable for QListWidget 396 6-297. typeinfo for QListWidget 397 6-298. Primary vtable for QFileIconProvider 398 6-299. typeinfo for QFileIconProvider 399 6-300. Primary vtable for QDirModel 400 6-301. typeinfo for QDirModel 401 6-302. Primary vtable for QStandardItemModel 402 6-303. typeinfo for QStandardItemModel 403 6-304. Primary vtable for QAbstractProxyModel 404 6-305. typeinfo for QAbstractProxyModel 405 6-306. Primary vtable for QSortFilterProxyModel 406 6-307. typeinfo for QSortFilterProxyModel 407 6-308. Primary vtable for QItemDelegate 408 6-309. typeinfo for QItemDelegate 409 6-310. Primary vtable for QTableView 410 6-311. Secondary vtable for QTableView 411 6-312. typeinfo for QTableView 412 6-313. Primary vtable for QTableWidgetItem 413 6-314. typeinfo for QTableWidgetItem 414 6-315. Primary vtable for QTableWidget 415 6-316. Secondary vtable for QTableWidget 416 6-317. typeinfo for QTableWidget 417 6-318. Primary vtable for QTreeView 418 6-319. Secondary vtable for QTreeView 419 6-320. typeinfo for QTreeView 420 6-321. Primary vtable for QProxyModel 421 6-322. typeinfo for QProxyModel 422 6-323. Primary vtable for QHeaderView 423 6-324. Secondary vtable for QHeaderView 424 6-325. typeinfo for QHeaderView 425 6-326. Primary vtable for QItemEditorFactory 426 6-327. typeinfo for QItemEditorFactory 427 6-328. Primary vtable for QTreeWidgetItem 428 6-329. typeinfo for QTreeWidgetItem 429 6-330. Primary vtable for QTreeWidget 430 6-331. Secondary vtable for QTreeWidget 431 6-332. typeinfo for QTreeWidget 432 6-333. Primary vtable for QAccessibleBridgeFactoryInterface 433 6-334. typeinfo for QAccessibleBridgeFactoryInterface 434 6-335. Primary vtable for QAccessibleBridgePlugin 435 6-336. Secondary vtable for QAccessibleBridgePlugin 436 6-337. typeinfo for QAccessibleBridgePlugin 437 6-338. Primary vtable for QAccessibleInterface 438 6-339. typeinfo for QAccessibleInterface 439 6-340. Primary vtable for QAccessibleObject 440 6-341. typeinfo for QAccessibleObject 441 6-342. Primary vtable for QAccessibleApplication 442 6-343. typeinfo for QAccessibleApplication 443 6-344. Primary vtable for QAccessibleWidget 444 6-345. typeinfo for QAccessibleWidget 445 6-346. Primary vtable for QAccessibleFactoryInterface 446 6-347. typeinfo for QAccessibleFactoryInterface 447 6-348. Primary vtable for QAccessiblePlugin 448 6-349. Secondary vtable for QAccessiblePlugin 449 6-350. typeinfo for QAccessiblePlugin 450 6-351. Primary vtable for QClipboard 451 6-352. typeinfo for QClipboard 452 6-353. Primary vtable for QDesktopWidget 453 6-354. Secondary vtable for QDesktopWidget 454 6-355. typeinfo for QDesktopWidget 455 6-356. Primary vtable for QLayoutItem 456 6-357. typeinfo for QLayoutItem 457 6-358. Primary vtable for QSpacerItem 458 6-359. typeinfo for QSpacerItem 459 6-360. Primary vtable for QWidgetItem 460 6-361. typeinfo for QWidgetItem 461 6-362. Primary vtable for QLayout 462 6-363. Secondary vtable for QLayout 463 6-364. typeinfo for QLayout 464 6-365. Primary vtable for QGridLayout 465 6-366. Secondary vtable for QGridLayout 466 6-367. typeinfo for QGridLayout 467 6-368. Primary vtable for QBoxLayout 468 6-369. Secondary vtable for QBoxLayout 469 6-370. typeinfo for QBoxLayout 470 6-371. Primary vtable for QHBoxLayout 471 6-372. Secondary vtable for QHBoxLayout 472 6-373. typeinfo for QHBoxLayout 473 6-374. Primary vtable for QVBoxLayout 474 6-375. Secondary vtable for QVBoxLayout 475 6-376. typeinfo for QVBoxLayout 476 6-377. Primary vtable for QShortcut 477 6-378. typeinfo for QShortcut 478 6-379. Primary vtable for QSessionManager 479 6-380. typeinfo for QSessionManager 480 6-381. Primary vtable for QApplication 481 6-382. typeinfo for QApplication 482 6-383. Primary vtable for QAction 483 6-384. typeinfo for QAction 484 6-385. Primary vtable for QActionGroup 485 6-386. typeinfo for QActionGroup 486 6-387. Primary vtable for QSound 487 6-388. typeinfo for QSound 488 6-389. Primary vtable for QStackedLayout 489 6-390. Secondary vtable for QStackedLayout 490 6-391. typeinfo for QStackedLayout 491 6-392. Primary vtable for QCommonStyle 492 6-393. typeinfo for QCommonStyle 493 6-394. Primary vtable for QMotifStyle 494 6-395. typeinfo for QMotifStyle 495 6-396. Primary vtable for QStyleFactoryInterface 496 6-397. typeinfo for QStyleFactoryInterface 497 6-398. Primary vtable for QStylePlugin 498 6-399. Secondary vtable for QStylePlugin 499 6-400. typeinfo for QStylePlugin 500 6-401. Primary vtable for QWindowsStyle 501 6-402. typeinfo for QWindowsStyle 502 6-403. Primary vtable for QCDEStyle 503 6-404. typeinfo for QCDEStyle 504 6-405. Primary vtable for QPlastiqueStyle 505 6-406. typeinfo for QPlastiqueStyle 506 6-407. Primary vtable for QInputContextFactoryInterface 507 6-408. typeinfo for QInputContextFactoryInterface 508 6-409. Primary vtable for QInputContextPlugin 509 6-410. Secondary vtable for QInputContextPlugin 510 6-411. typeinfo for QInputContextPlugin 511 6-412. Primary vtable for QInputContext 512 6-413. typeinfo for QInputContext 513 6-414. Primary vtable for QAbstractButton 514 6-415. Secondary vtable for QAbstractButton 515 6-416. typeinfo for QAbstractButton 516 6-417. Primary vtable for QCheckBox 517 6-418. Secondary vtable for QCheckBox 518 6-419. typeinfo for QCheckBox 519 6-420. Primary vtable for QMenu 520 6-421. Secondary vtable for QMenu 521 6-422. typeinfo for QMenu 522 6-423. Primary vtable for QWorkspace 523 6-424. Secondary vtable for QWorkspace 524 6-425. typeinfo for QWorkspace 525 6-426. Primary vtable for QButtonGroup 526 6-427. typeinfo for QButtonGroup 527 6-428. Primary vtable for QSpinBox 528 6-429. Secondary vtable for QSpinBox 529 6-430. typeinfo for QSpinBox 530 6-431. Primary vtable for QDoubleSpinBox 531 6-432. Secondary vtable for QDoubleSpinBox 532 6-433. typeinfo for QDoubleSpinBox 533 6-434. Primary vtable for QLCDNumber 534 6-435. Secondary vtable for QLCDNumber 535 6-436. typeinfo for QLCDNumber 536 6-437. Primary vtable for QStackedWidget 537 6-438. Secondary vtable for QStackedWidget 538 6-439. typeinfo for QStackedWidget 539 6-440. Primary vtable for QPushButton 540 6-441. Secondary vtable for QPushButton 541 6-442. typeinfo for QPushButton 542 6-443. Primary vtable for QSplashScreen 543 6-444. Secondary vtable for QSplashScreen 544 6-445. typeinfo for QSplashScreen 545 6-446. Primary vtable for QDateTimeEdit 546 6-447. Secondary vtable for QDateTimeEdit 547 6-448. typeinfo for QDateTimeEdit 548 6-449. Primary vtable for QTimeEdit 549 6-450. Secondary vtable for QTimeEdit 550 6-451. typeinfo for QTimeEdit 551 6-452. Primary vtable for QDateEdit 552 6-453. Secondary vtable for QDateEdit 553 6-454. typeinfo for QDateEdit 554 6-455. Primary vtable for QLabel 555 6-456. Secondary vtable for QLabel 556 6-457. typeinfo for QLabel 557 6-458. Primary vtable for QDockWidget 558 6-459. Secondary vtable for QDockWidget 559 6-460. typeinfo for QDockWidget 560 6-461. Primary vtable for QGroupBox 561 6-462. Secondary vtable for QGroupBox 562 6-463. typeinfo for QGroupBox 563 6-464. Primary vtable for QMainWindow 564 6-465. Secondary vtable for QMainWindow 565 6-466. typeinfo for QMainWindow 566 6-467. Primary vtable for QTextEdit 567 6-468. Secondary vtable for QTextEdit 568 6-469. typeinfo for QTextEdit 569 6-470. Primary vtable for QProgressBar 570 6-471. Secondary vtable for QProgressBar 571 6-472. typeinfo for QProgressBar 572 6-473. Primary vtable for QScrollBar 573 6-474. Secondary vtable for QScrollBar 574 6-475. typeinfo for QScrollBar 575 6-476. Primary vtable for QSizeGrip 576 6-477. Secondary vtable for QSizeGrip 577 6-478. typeinfo for QSizeGrip 578 6-479. Primary vtable for QTextBrowser 579 6-480. Secondary vtable for QTextBrowser 580 6-481. typeinfo for QTextBrowser 581 6-482. Primary vtable for QStatusBar 582 6-483. Secondary vtable for QStatusBar 583 6-484. typeinfo for QStatusBar 584 6-485. Primary vtable for QScrollArea 585 6-486. Secondary vtable for QScrollArea 586 6-487. typeinfo for QScrollArea 587 6-488. Primary vtable for QToolButton 588 6-489. Secondary vtable for QToolButton 589 6-490. typeinfo for QToolButton 590 6-491. Primary vtable for QComboBox 591 6-492. Secondary vtable for QComboBox 592 6-493. typeinfo for QComboBox 593 6-494. Primary vtable for QMenuItem 594 6-495. typeinfo for QMenuItem 595 6-496. Primary vtable for QRadioButton 596 6-497. Secondary vtable for QRadioButton 597 6-498. typeinfo for QRadioButton 598 6-499. Primary vtable for QMenuBar 599 6-500. Secondary vtable for QMenuBar 600 6-501. typeinfo for QMenuBar 601 6-502. Primary vtable for QFocusFrame 602 6-503. Secondary vtable for QFocusFrame 603 6-504. typeinfo for QFocusFrame 604 6-505. Primary vtable for QToolBar 605 6-506. Secondary vtable for QToolBar 606 6-507. typeinfo for QToolBar 607 6-508. Primary vtable for QToolBox 608 6-509. Secondary vtable for QToolBox 609 6-510. typeinfo for QToolBox 610 6-511. Primary vtable for QSplitter 611 6-512. Secondary vtable for QSplitter 612 6-513. typeinfo for QSplitter 613 6-514. Primary vtable for QSplitterHandle 614 6-515. Secondary vtable for QSplitterHandle 615 6-516. typeinfo for QSplitterHandle 616 6-517. Primary vtable for QDial 617 6-518. Secondary vtable for QDial 618 6-519. typeinfo for QDial 619 6-520. libQtGui - QtGui Function Interfaces 620 6-521. libQtXml Definition 621 6-522. Primary vtable for QXmlAttributes 622 6-523. typeinfo for QXmlAttributes 623 6-524. Primary vtable for QXmlInputSource 624 6-525. typeinfo for QXmlInputSource 625 6-526. Primary vtable for QXmlReader 626 6-527. typeinfo for QXmlReader 627 6-528. Primary vtable for QXmlSimpleReader 628 6-529. typeinfo for QXmlSimpleReader 629 6-530. Primary vtable for QXmlLocator 630 6-531. typeinfo for QXmlLocator 631 6-532. Primary vtable for QXmlContentHandler 632 6-533. typeinfo for QXmlContentHandler 633 6-534. Primary vtable for QXmlErrorHandler 634 6-535. typeinfo for QXmlErrorHandler 635 6-536. Primary vtable for QXmlDTDHandler 636 6-537. typeinfo for QXmlDTDHandler 637 6-538. Primary vtable for QXmlEntityResolver 638 6-539. typeinfo for QXmlEntityResolver 639 6-540. Primary vtable for QXmlLexicalHandler 640 6-541. typeinfo for QXmlLexicalHandler 641 6-542. Primary vtable for QXmlDeclHandler 642 6-543. typeinfo for QXmlDeclHandler 643 6-544. Primary vtable for QXmlDefaultHandler 644 6-545. Secondary vtable for QXmlDefaultHandler 645 6-546. Secondary vtable for QXmlDefaultHandler 646 6-547. Secondary vtable for QXmlDefaultHandler 647 6-548. Secondary vtable for QXmlDefaultHandler 648 6-549. Secondary vtable for QXmlDefaultHandler 649 6-550. typeinfo for QXmlDefaultHandler 650 6-551. libQtXml - QtXml Function Interfaces 651 6-552. libQtOpenGL Definition 652 6-553. Primary vtable for QGLContext 653 6-554. typeinfo for QGLContext 654 6-555. Primary vtable for QGLWidget 655 6-556. Secondary vtable for QGLWidget 656 6-557. typeinfo for QGLWidget 657 6-558. Primary vtable for QGLPixelBuffer 658 6-559. typeinfo for QGLPixelBuffer 659 6-560. libQtOpenGL - QtOpenGL Function Interfaces 660 6-561. libQtSql Definition 661 6-562. Primary vtable for QSqlResult 662 6-563. typeinfo for QSqlResult 663 6-564. Primary vtable for QSqlDriverFactoryInterface 664 6-565. typeinfo for QSqlDriverFactoryInterface 665 6-566. Primary vtable for QSqlDriverPlugin 666 6-567. Secondary vtable for QSqlDriverPlugin 667 6-568. typeinfo for QSqlDriverPlugin 668 6-569. Primary vtable for QSqlDriver 669 6-570. typeinfo for QSqlDriver 670 6-571. Primary vtable for QSqlQueryModel 671 6-572. typeinfo for QSqlQueryModel 672 6-573. Primary vtable for QSqlTableModel 673 6-574. typeinfo for QSqlTableModel 674 6-575. Primary vtable for QSqlRelationalTableModel 675 6-576. typeinfo for QSqlRelationalTableModel 676 6-577. libQtSql - QtSql Function Interfaces 677 6-578. libQtSvg Definition 678 6-579. Primary vtable for QSvgRenderer 679 6-580. typeinfo for QSvgRenderer 680 6-581. Primary vtable for QSvgWidget 681 6-582. Secondary vtable for QSvgWidget 682 6-583. typeinfo for QSvgWidget 683 6-584. libQtSvg - QtSvg Function Interfaces 684 6-585. libQtNetwork Definition 685 6-586. Primary vtable for QHttpHeader 686 6-587. typeinfo for QHttpHeader 687 6-588. Primary vtable for QHttpResponseHeader 688 6-589. typeinfo for QHttpResponseHeader 689 6-590. Primary vtable for QHttpRequestHeader 690 6-591. typeinfo for QHttpRequestHeader 691 6-592. Primary vtable for QHttp 692 6-593. typeinfo for QHttp 693 6-594. Primary vtable for QAbstractSocket 694 6-595. typeinfo for QAbstractSocket 695 6-596. Primary vtable for QUrlInfo 696 6-597. typeinfo for QUrlInfo 697 6-598. Primary vtable for QFtp 698 6-599. typeinfo for QFtp 699 6-600. Primary vtable for QTcpServer 700 6-601. typeinfo for QTcpServer 701 6-602. Primary vtable for QUdpSocket 702 6-603. typeinfo for QUdpSocket 703 6-604. Primary vtable for QTcpSocket 704 6-605. typeinfo for QTcpSocket 705 _________________________________________________________ 706 707 Foreword 708 709 This is version 3.1 of the LSB-Toolkit-Qt4 Module 710 Specification. An implementation of this version of the 711 specification may not claim to be an implementation of 712 LSB-Toolkit-Qt4 Module unless it has successfully completed 713 the compliance process as defined by the Free Standards Group. 714 _________________________________________________________ 715 716 Introduction 717 718 The LSB-Toolkit-Qt4 Module defines the Qt4 toolkit components 719 that are required to be present on a conforming system. 720 721 This document should be used in conjunction with the documents 722 it references. Information referenced in this way is as much a 723 part of this document as is the information explicitly 724 included here. 725 726 I. Introductory Elements 727 728 Table of Contents 729 1. Scope 730 2. Normative References 731 3. Requirements 732 733 3.1. Relevant Libraries 734 735 4. Definitions 736 5. Terminology 737 _________________________________________________________ 738 739 Chapter 1. Scope 740 741 The LSB Toolkit-Qt4 defines the Qt4 Application framework 742 libraries interface found on an LSB conforming system. 743 _________________________________________________________ 744 745 Chapter 2. Normative References 746 747 The specifications listed below are referenced in whole or in 748 part by the LSB-Toolkit-Qt4 Module Standard. Such references 749 may be normative or informative; a reference to specification 750 shall only be considered normative if it is explicitly cited 751 as such. The LSB-Toolkit-Qt4 Module may make normative 752 references to a portion of these specifications (that is, to 753 define a specific function or group of functions); in such 754 cases, only the explicitly referenced portion of the 755 specification is to be considered normative. 756 757 Table 2-1. Normative References 758 Name Title URL 759 ISO C (1999) ISO/IEC 9899: 1999, Programming Languages --C 760 ISO/IEC 14882: 2003 C++ Language ISO/IEC 14882: 2003 761 Programming languages --C++ 762 QtCore 4.1.0 Qt 4.1.0 Reference Manual 763 http://doc.trolltech.com/4.1/qtcore.html 764 QtGui 4.1.0 Qt 4.1.0 Reference Manual 765 http://doc.trolltech.com/4.1/qtgui.html 766 QtNetwork 4.1.0 Qt 4.1.0 Reference Manual 767 http://doc.trolltech.com/4.1/qtnetwork.html 768 QtOpenGL 4.1.0 Qt 4.1.0 Reference Manual 769 http://doc.trolltech.com/4.1/qtopengl.html 770 QtSql 4.1.0 Qt 4.1.0 Reference Manual 771 http://doc.trolltech.com/4.1/qtsql.html 772 QtSvg 4.1.0 Qt 4.1.0 Reference Manual 773 http://doc.trolltech.com/4.1/qtsvg.html 774 QtXml 4.1.0 Qt 4.1.0 Reference Manual 775 http://doc.trolltech.com/4.1/qtxml.html 776 _________________________________________________________ 777 778 Chapter 3. Requirements 779 780 3.1. Relevant Libraries 781 782 The libraries listed in Table 3-1 shall be available on a 783 Linux Standard Base system, with the specified runtime names. 784 This list may be supplemented or amended by the 785 architecture-specific specification. 786 787 Table 3-1. Standard Library Names 788 Library Runtime Name 789 libQtCore libQtCore.so.4 790 libQtGui libQtGui.so.4 791 libQtNetwork libQtNetwork.so.4 792 libQtXml libQtXml.so.4 793 libQtOpenGL libQtOpenGL.so.4 794 libQtSql libQtSql.so.4 795 libQtSvg libQtSvg.so.4 796 797 These libraries will be in an implementation-defined directory 798 which the dynamic linker shall search by default. 799 _________________________________________________________ 800 801 Chapter 4. Definitions 802 803 For the purposes of this document, the following definitions, 804 as specified in the ISO/IEC Directives, Part 2, 2001, 4th 805 Edition, apply: 806 807 can 808 809 be able to; there is a possibility of; it is possible to 810 cannot 811 812 be unable to; there is no possibilty of; it is not possible to 813 may 814 815 is permitted; is allowed; is permissible 816 need not 817 818 it is not required that; no...is required 819 shall 820 821 is to; is required to; it is required that; has to; only...is 822 permitted; it is necessary 823 shall not 824 825 is not allowed [permitted] [acceptable] [permissible]; is 826 required to be not; is required that...be not; is not to be 827 should 828 829 it is recommended that; ought to 830 should not 831 832 it is not recommended that; ought not to 833 _________________________________________________________ 834 835 Chapter 5. Terminology 836 837 For the purposes of this document, the following terms apply: 838 839 implementation-defined 840 Describes a value or behavior that is not defined by 841 this document but is selected by an implementor. The 842 value or behavior may vary among implementations that 843 conform to this document. An application should not 844 rely on the existence of the value or behavior. An 845 application that relies on such a value or behavior 846 cannot be assured to be portable across conforming 847 implementations. The implementor shall document such a 848 value or behavior so that it can be used correctly by 849 an application. 850 851 Shell Script 852 A file that is read by an interpreter (e.g., awk). The 853 first line of the shell script includes a reference to 854 its interpreter binary. 855 856 undefined 857 Describes the nature of a value or behavior not defined 858 by this document which results from use of an invalid 859 program construct or invalid data input. The value or 860 behavior may vary among implementations that conform to 861 this document. An application should not rely on the 862 existence or validity of the value or behavior. An 863 application that relies on any particular value or 864 behavior cannot be assured to be portable across 865 conforming implementations. 866 867 unspecified 868 Describes the nature of a value or behavior not 869 specified by this document which results from use of a 870 valid program construct or valid data input. The value 871 or behavior may vary among implementations that conform 872 to this document. An application should not rely on the 873 existence or validity of the value or behavior. An 874 application that relies on any particular value or 875 behavior cannot be assured to be portable across 876 conforming implementations. 877 878 II. Qt Libraries 879 880 Table of Contents 881 6. Libraries 882 883 6.1. Introduction 884 6.2. Interfaces for libQtCore 885 886 6.2.1. QtCore 887 888 6.3. Data Definitions for libQtCore 889 890 6.3.1. QtCore/qabstracteventdispatcher.h 891 6.3.2. QtCore/qabstractfileengine.h 892 6.3.3. QtCore/qabstractitemmodel.h 893 6.3.4. QtCore/qatomic.h 894 6.3.5. QtCore/qbasictimer.h 895 6.3.6. QtCore/qbitarray.h 896 6.3.7. QtCore/qbuffer.h 897 6.3.8. QtCore/qbytearray.h 898 6.3.9. QtCore/qbytearraymatcher.h 899 6.3.10. QtCore/qchar.h 900 6.3.11. QtCore/qcoreapplication.h 901 6.3.12. QtCore/qcoreevent.h 902 6.3.13. QtCore/qdatastream.h 903 6.3.14. QtCore/qdatetime.h 904 6.3.15. QtCore/qdebug.h 905 6.3.16. QtCore/qdir.h 906 6.3.17. QtCore/qeventloop.h 907 6.3.18. QtCore/qfactoryinterface.h 908 6.3.19. QtCore/qfile.h 909 6.3.20. QtCore/qfileinfo.h 910 6.3.21. QtCore/qfsfileengine.h 911 6.3.22. QtCore/qglobal.h 912 6.3.23. QtCore/qhash.h 913 6.3.24. QtCore/qiodevice.h 914 6.3.25. QtCore/qlibrary.h 915 6.3.26. QtCore/qlibraryinfo.h 916 6.3.27. QtCore/qline.h 917 6.3.28. QtCore/qlinkedlist.h 918 6.3.29. QtCore/qlist.h 919 6.3.30. QtCore/qlocale.h 920 6.3.31. QtCore/qmap.h 921 6.3.32. QtCore/qmetaobject.h 922 6.3.33. QtCore/qmetatype.h 923 6.3.34. QtCore/qmimedata.h 924 6.3.35. QtCore/qmutex.h 925 6.3.36. QtCore/qnamespace.h 926 6.3.37. QtCore/qobject.h 927 6.3.38. QtCore/qobjectcleanuphandler.h 928 6.3.39. QtCore/qobjectdefs.h 929 6.3.40. QtCore/qpair.h 930 6.3.41. QtCore/qplugin.h 931 6.3.42. QtCore/qpluginloader.h 932 6.3.43. QtCore/qpoint.h 933 6.3.44. QtCore/qprocess.h 934 6.3.45. QtCore/qreadwritelock.h 935 6.3.46. QtCore/qrect.h 936 6.3.47. QtCore/qregexp.h 937 6.3.48. QtCore/qsemaphore.h 938 6.3.49. QtCore/qsettings.h 939 6.3.50. QtCore/qshareddata.h 940 6.3.51. QtCore/qsignalmapper.h 941 6.3.52. QtCore/qsize.h 942 6.3.53. QtCore/qsocketnotifier.h 943 6.3.54. QtCore/qstring.h 944 6.3.55. QtCore/qstringlist.h 945 6.3.56. QtCore/qstringmatcher.h 946 6.3.57. QtCore/qtemporaryfile.h 947 6.3.58. QtCore/qtextcodec.h 948 6.3.59. QtCore/qtextcodecplugin.h 949 6.3.60. QtCore/qtextstream.h 950 6.3.61. QtCore/qthread.h 951 6.3.62. QtCore/qthreadstorage.h 952 6.3.63. QtCore/qtimer.h 953 6.3.64. QtCore/qtranslator.h 954 6.3.65. QtCore/qurl.h 955 6.3.66. QtCore/quuid.h 956 6.3.67. QtCore/qvariant.h 957 6.3.68. QtCore/qvector.h 958 6.3.69. QtCore/qwaitcondition.h 959 960 6.4. Interfaces for libQtGui 961 962 6.4.1. QtGui 963 964 6.5. Data Definitions for libQtGui 965 966 6.5.1. QtGui/qabstractbutton.h 967 6.5.2. QtGui/qabstractitemdelegate.h 968 6.5.3. QtGui/qabstractitemview.h 969 6.5.4. QtGui/qabstractpagesetupdialog.h 970 6.5.5. QtGui/qabstractprintdialog.h 971 6.5.6. QtGui/qabstractproxymodel.h 972 6.5.7. QtGui/qabstractscrollarea.h 973 6.5.8. QtGui/qabstractslider.h 974 6.5.9. QtGui/qabstractspinbox.h 975 6.5.10. QtGui/qabstracttextdocumentlayout.h 976 6.5.11. QtGui/qaccessible.h 977 6.5.12. QtGui/qaccessiblebridge.h 978 6.5.13. QtGui/qaccessibleobject.h 979 6.5.14. QtGui/qaccessibleplugin.h 980 6.5.15. QtGui/qaccessiblewidget.h 981 6.5.16. QtGui/qaction.h 982 6.5.17. QtGui/qactiongroup.h 983 6.5.18. QtGui/qapplication.h 984 6.5.19. QtGui/qbitmap.h 985 6.5.20. QtGui/qboxlayout.h 986 6.5.21. QtGui/qbrush.h 987 6.5.22. QtGui/qbuttongroup.h 988 6.5.23. QtGui/qcdestyle.h 989 6.5.24. QtGui/qcheckbox.h 990 6.5.25. QtGui/qclipboard.h 991 6.5.26. QtGui/qcolor.h 992 6.5.27. QtGui/qcolordialog.h 993 6.5.28. QtGui/qcolormap.h 994 6.5.29. QtGui/qcombobox.h 995 6.5.30. QtGui/qcommonstyle.h 996 6.5.31. QtGui/qcursor.h 997 6.5.32. QtGui/qdatetimeedit.h 998 6.5.33. QtGui/qdesktopwidget.h 999 6.5.34. QtGui/qdial.h 1000 6.5.35. QtGui/qdialog.h 1001 6.5.36. QtGui/qdirmodel.h 1002 6.5.37. QtGui/qdockwidget.h 1003 6.5.38. QtGui/qdrag.h 1004 6.5.39. QtGui/qerrormessage.h 1005 6.5.40. QtGui/qevent.h 1006 6.5.41. QtGui/qfiledialog.h 1007 6.5.42. QtGui/qfocusframe.h 1008 6.5.43. QtGui/qfont.h 1009 6.5.44. QtGui/qfontdatabase.h 1010 6.5.45. QtGui/qfontdialog.h 1011 6.5.46. QtGui/qfontinfo.h 1012 6.5.47. QtGui/qfontmetrics.h 1013 6.5.48. QtGui/qframe.h 1014 6.5.49. QtGui/qgridlayout.h 1015 6.5.50. QtGui/qgroupbox.h 1016 6.5.51. QtGui/qheaderview.h 1017 6.5.52. QtGui/qicon.h 1018 6.5.53. QtGui/qiconengine.h 1019 6.5.54. QtGui/qiconengineplugin.h 1020 6.5.55. QtGui/qimage.h 1021 6.5.56. QtGui/qimageiohandler.h 1022 6.5.57. QtGui/qimagereader.h 1023 6.5.58. QtGui/qimagewriter.h 1024 6.5.59. QtGui/qinputcontext.h 1025 6.5.60. QtGui/qinputcontextfactory.h 1026 6.5.61. QtGui/qinputcontextplugin.h 1027 6.5.62. QtGui/qinputdialog.h 1028 6.5.63. QtGui/qitemdelegate.h 1029 6.5.64. QtGui/qitemeditorfactory.h 1030 6.5.65. QtGui/qitemselectionmodel.h 1031 6.5.66. QtGui/qkeysequence.h 1032 6.5.67. QtGui/qlabel.h 1033 6.5.68. QtGui/qlayout.h 1034 6.5.69. QtGui/qlayoutitem.h 1035 6.5.70. QtGui/qlcdnumber.h 1036 6.5.71. QtGui/qlineedit.h 1037 6.5.72. QtGui/qlistview.h 1038 6.5.73. QtGui/qlistwidget.h 1039 6.5.74. QtGui/qmainwindow.h 1040 6.5.75. QtGui/qmatrix.h 1041 6.5.76. QtGui/qmenu.h 1042 6.5.77. QtGui/qmenubar.h 1043 6.5.78. QtGui/qmenudata.h 1044 6.5.79. QtGui/qmessagebox.h 1045 6.5.80. QtGui/qmime.h 1046 6.5.81. QtGui/qmotifstyle.h 1047 6.5.82. QtGui/qmovie.h 1048 6.5.83. QtGui/qpagesetupdialog.h 1049 6.5.84. QtGui/qpaintdevice.h 1050 6.5.85. QtGui/qpaintengine.h 1051 6.5.86. QtGui/qpainter.h 1052 6.5.87. QtGui/qpainterpath.h 1053 6.5.88. QtGui/qpalette.h 1054 6.5.89. QtGui/qpen.h 1055 6.5.90. QtGui/qpicture.h 1056 6.5.91. QtGui/qpictureformatplugin.h 1057 6.5.92. QtGui/qpixmap.h 1058 6.5.93. QtGui/qpixmapcache.h 1059 6.5.94. QtGui/qplastiquestyle.h 1060 6.5.95. QtGui/qpolygon.h 1061 6.5.96. QtGui/qprintdialog.h 1062 6.5.97. QtGui/qprintengine.h 1063 6.5.98. QtGui/qprinter.h 1064 6.5.99. QtGui/qprogressbar.h 1065 6.5.100. QtGui/qprogressdialog.h 1066 6.5.101. QtGui/qproxymodel.h 1067 6.5.102. QtGui/qpushbutton.h 1068 6.5.103. QtGui/qradiobutton.h 1069 6.5.104. QtGui/qregion.h 1070 6.5.105. QtGui/qrgb.h 1071 6.5.106. QtGui/qrubberband.h 1072 6.5.107. QtGui/qscrollarea.h 1073 6.5.108. QtGui/qscrollbar.h 1074 6.5.109. QtGui/qsessionmanager.h 1075 6.5.110. QtGui/qshortcut.h 1076 6.5.111. QtGui/qsizegrip.h 1077 6.5.112. QtGui/qsizepolicy.h 1078 6.5.113. QtGui/qslider.h 1079 6.5.114. QtGui/qsortfilterproxymodel.h 1080 6.5.115. QtGui/qsound.h 1081 6.5.116. QtGui/qspinbox.h 1082 6.5.117. QtGui/qsplashscreen.h 1083 6.5.118. QtGui/qsplitter.h 1084 6.5.119. QtGui/qstackedlayout.h 1085 6.5.120. QtGui/qstackedwidget.h 1086 6.5.121. QtGui/qstandarditemmodel.h 1087 6.5.122. QtGui/qstatusbar.h 1088 6.5.123. QtGui/qstringlistmodel.h 1089 6.5.124. QtGui/qstyle.h 1090 6.5.125. QtGui/qstylefactory.h 1091 6.5.126. QtGui/qstyleoption.h 1092 6.5.127. QtGui/qstylepainter.h 1093 6.5.128. QtGui/qstyleplugin.h 1094 6.5.129. QtGui/qsyntaxhighlighter.h 1095 6.5.130. QtGui/qtabbar.h 1096 6.5.131. QtGui/qtableview.h 1097 6.5.132. QtGui/qtablewidget.h 1098 6.5.133. QtGui/qtabwidget.h 1099 6.5.134. QtGui/qtextbrowser.h 1100 6.5.135. QtGui/qtextcursor.h 1101 6.5.136. QtGui/qtextdocument.h 1102 6.5.137. QtGui/qtextdocumentfragment.h 1103 6.5.138. QtGui/qtextedit.h 1104 6.5.139. QtGui/qtextformat.h 1105 6.5.140. QtGui/qtextlayout.h 1106 6.5.141. QtGui/qtextlist.h 1107 6.5.142. QtGui/qtextobject.h 1108 6.5.143. QtGui/qtextoption.h 1109 6.5.144. QtGui/qtexttable.h 1110 6.5.145. QtGui/qtoolbar.h 1111 6.5.146. QtGui/qtoolbox.h 1112 6.5.147. QtGui/qtoolbutton.h 1113 6.5.148. QtGui/qtooltip.h 1114 6.5.149. QtGui/qtreeview.h 1115 6.5.150. QtGui/qtreewidget.h 1116 6.5.151. QtGui/qtreewidgetitemiterator.h 1117 6.5.152. QtGui/qvalidator.h 1118 6.5.153. QtGui/qvfbhdr.h 1119 6.5.154. QtGui/qwhatsthis.h 1120 6.5.155. QtGui/qwidget.h 1121 6.5.156. QtGui/qwindowdefs.h 1122 6.5.157. QtGui/qwindowsstyle.h 1123 6.5.158. QtGui/qwmatrix.h 1124 6.5.159. QtGui/qworkspace.h 1125 1126 6.6. Interfaces for libQtXml 1127 1128 6.6.1. QtXml 1129 1130 6.7. Data Definitions for libQtXml 1131 1132 6.7.1. QtXml/qdom.h 1133 6.7.2. QtXml/qxml.h 1134 1135 6.8. Interfaces for libQtOpenGL 1136 1137 6.8.1. QtOpenGL 1138 1139 6.9. Data Definitions for libQtOpenGL 1140 1141 6.9.1. QtOpenGL/qgl.h 1142 6.9.2. QtOpenGL/qglcolormap.h 1143 6.9.3. QtOpenGL/qglpixelbuffer.h 1144 1145 6.10. Interfaces for libQtSql 1146 1147 6.10.1. QtSql 1148 1149 6.11. Data Definitions for libQtSql 1150 1151 6.11.1. QtSql/qsql.h 1152 6.11.2. QtSql/qsqldatabase.h 1153 6.11.3. QtSql/qsqldriver.h 1154 6.11.4. QtSql/qsqldriverplugin.h 1155 6.11.5. QtSql/qsqlerror.h 1156 6.11.6. QtSql/qsqlfield.h 1157 6.11.7. QtSql/qsqlindex.h 1158 6.11.8. QtSql/qsqlquery.h 1159 6.11.9. QtSql/qsqlquerymodel.h 1160 6.11.10. QtSql/qsqlrecord.h 1161 6.11.11. QtSql/qsqlrelationaltablemodel.h 1162 6.11.12. QtSql/qsqlresult.h 1163 6.11.13. QtSql/qsqltablemodel.h 1164 1165 6.12. Interfaces for libQtSvg 1166 1167 6.12.1. QtSvg 1168 1169 6.13. Data Definitions for libQtSvg 1170 1171 6.13.1. QtSvg/qsvgrenderer.h 1172 6.13.2. QtSvg/qsvgwidget.h 1173 1174 6.14. Interfaces for libQtNetwork 1175 1176 6.14.1. QtNetwork 1177 1178 6.15. Data Definitions for libQtNetwork 1179 1180 6.15.1. QtNetwork/qabstractsocket.h 1181 6.15.2. QtNetwork/qftp.h 1182 6.15.3. QtNetwork/qhostaddress.h 1183 6.15.4. QtNetwork/qhostinfo.h 1184 6.15.5. QtNetwork/qhttp.h 1185 6.15.6. QtNetwork/qnetworkproxy.h 1186 6.15.7. QtNetwork/qtcpserver.h 1187 6.15.8. QtNetwork/qtcpsocket.h 1188 6.15.9. QtNetwork/qudpsocket.h 1189 6.15.10. QtNetwork/qurlinfo.h 1190 _________________________________________________________ 1191 1192 Chapter 6. Libraries 1193 1194 6.1. Introduction 1195 1196 An conforming implementation shall support the following Qt 1197 libraries which provide interfaces for creating rich user 1198 applications, either graphical or console. 1199 1200 QtCore 1201 1202 A general-purpose application development library, not 1203 specific to graphical user interfaces. QtCore provides a main 1204 loop, threading classes, tool classes, template container 1205 classes, IO classes, and so on. 1206 QtGui 1207 1208 The GUI part of Qt, provides a paint engine, text rendering 1209 engine, widgets, printing, PDF generation, accessibility 1210 classes, and so on. 1211 QtXml 1212 1213 The XML support for Qt, provides fast XML parsing and DOM 1214 classes to traverse the XML tree. 1215 QtOpenGL 1216 1217 The OpenGL integration for Qt, provides OpenGL rendering and 1218 embedding. 1219 QtSql 1220 1221 The database part of Qt, provides access to databases and 1222 models that connect databases into the model/view framework of 1223 QtGui. 1224 QtSvg 1225 1226 Renders Svg files into any context, for displaying on the 1227 screen, printing or embedding in PDF. 1228 QtNetwork 1229 1230 Provides network server and client classes, TCP/IP, UDP, Http, 1231 Ftp, Url parsing support, and so on. 1232 1233 There are three main parts to the definition of each of these 1234 libraries. 1235 1236 The "Interfaces" section defines the required library name and 1237 version, and the required public symbols (interfaces and 1238 global data), as well as symbol versions, if any. 1239 1240 The "Interface Definitions" section provides complete or 1241 partial definitions of certain interfaces where either this 1242 specification is the source specification, or where there are 1243 variations from the source specification. If an interface 1244 definition requires one or more header files, one of those 1245 headers shall include the function prototype for the 1246 interface. 1247 1248 For source definitions of interfaces which include a reference 1249 to a header file, the contents of such header files form a 1250 part of the specification. The "Data Definitions" section 1251 provides the binary-level details for the header files from 1252 the source specifications, such as values for macros and 1253 enumerated types, as well as structure layouts, sizes and 1254 padding, etc. These data definitions, although presented in 1255 the form of header files for convenience, should not be taken 1256 a representing complete header files, as they are a supplement 1257 to the source specifications. Application developers should 1258 follow the guidelines of the source specifications when 1259 determining which header files need to be included to 1260 completely resolve all references. 1261 1262 Note: While the Data Definitions supplement the source 1263 specifications, this specification itself does not require 1264 conforming implementations to supply any header files. 1265 _________________________________________________________ 1266 1267 6.2. Interfaces for libQtCore 1268 1269 Table 6-1 defines the library name and shared object name for 1270 the libQtCore library 1271 1272 Table 6-1. libQtCore Definition 1273 Library: libQtCore 1274 SONAME: libQtCore.so.4 1275 1276 The behavior of the interfaces in this library is specified by 1277 the following specifications: 1278 1279 [QtCore] QtCore 4.1.0 1280 _________________________________________________________ 1281 1282 6.2.1. QtCore 1283 _________________________________________________________ 1284 1285 6.2.1.1. Class data for QObject 1286 1287 The virtual table for the QObject class is described by Table 1288 6-2 1289 1290 Table 6-2. Primary vtable for QObject 1291 Base Offset 0 1292 Virtual Base Offset 0 1293 RTTI typeinfo for QObject 1294 vfunc[0]: QObject::metaObject() const 1295 vfunc[1]: QObject::qt_metacast(char const*) 1296 vfunc[2]: QObject::qt_metacall(QMetaObject::Call, int, void**) 1297 vfunc[3]: QObject::~QObject() 1298 vfunc[4]: QObject::~QObject() 1299 vfunc[5]: QObject::event(QEvent*) 1300 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 1301 vfunc[7]: QObject::timerEvent(QTimerEvent*) 1302 vfunc[8]: QObject::childEvent(QChildEvent*) 1303 vfunc[9]: QObject::customEvent(QEvent*) 1304 vfunc[10]: QObject::connectNotify(char const*) 1305 vfunc[11]: QObject::disconnectNotify(char const*) 1306 1307 The Run Time Type Information for the QObject class is 1308 described by Table 6-3 1309 1310 Table 6-3. typeinfo for QObject 1311 Base Vtable vtable for __cxxabiv1::__class_type_info 1312 Name typeinfo name for QObject 1313 _________________________________________________________ 1314 1315 6.2.1.2. Class data for QObjectUserData 1316 1317 The virtual table for the QObjectUserData class is described 1318 by Table 6-4 1319 1320 Table 6-4. Primary vtable for QObjectUserData 1321 Base Offset 0 1322 Virtual Base Offset 0 1323 RTTI typeinfo for QObjectUserData 1324 vfunc[0]: QObjectUserData::~QObjectUserData() 1325 vfunc[1]: QObjectUserData::~QObjectUserData() 1326 1327 The Run Time Type Information for the QObjectUserData class is 1328 described by Table 6-5 1329 1330 Table 6-5. typeinfo for QObjectUserData 1331 Base Vtable vtable for __cxxabiv1::__class_type_info 1332 Name typeinfo name for QObjectUserData 1333 _________________________________________________________ 1334 1335 6.2.1.3. Class data for QIODevice 1336 1337 The virtual table for the QIODevice class is described by 1338 Table 6-6 1339 1340 Table 6-6. Primary vtable for QIODevice 1341 Base Offset 0 1342 Virtual Base Offset 0 1343 RTTI typeinfo for QIODevice 1344 vfunc[0]: QIODevice::metaObject() const 1345 vfunc[1]: QIODevice::qt_metacast(char const*) 1346 vfunc[2]: QIODevice::qt_metacall(QMetaObject::Call, int, 1347 void**) 1348 vfunc[3]: QIODevice::~QIODevice() 1349 vfunc[4]: QIODevice::~QIODevice() 1350 vfunc[5]: QObject::event(QEvent*) 1351 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 1352 vfunc[7]: QObject::timerEvent(QTimerEvent*) 1353 vfunc[8]: QObject::childEvent(QChildEvent*) 1354 vfunc[9]: QObject::customEvent(QEvent*) 1355 vfunc[10]: QObject::connectNotify(char const*) 1356 vfunc[11]: QObject::disconnectNotify(char const*) 1357 vfunc[12]: QIODevice::isSequential() const 1358 vfunc[13]: QIODevice::open(QFlags) 1359 vfunc[14]: QIODevice::close() 1360 vfunc[15]: QIODevice::pos() const 1361 vfunc[16]: QIODevice::size() const 1362 vfunc[17]: QIODevice::seek(long long) 1363 vfunc[18]: QIODevice::atEnd() const 1364 vfunc[19]: QIODevice::reset() 1365 vfunc[20]: QIODevice::bytesAvailable() const 1366 vfunc[21]: QIODevice::bytesToWrite() const 1367 vfunc[22]: QIODevice::canReadLine() const 1368 vfunc[23]: QIODevice::waitForReadyRead(int) 1369 vfunc[24]: QIODevice::waitForBytesWritten(int) 1370 vfunc[25]: __cxa_pure_virtual 1371 vfunc[26]: QIODevice::readLineData(char*, long long) 1372 vfunc[27]: __cxa_pure_virtual 1373 1374 The Run Time Type Information for the QIODevice class is 1375 described by Table 6-7 1376 1377 Table 6-7. typeinfo for QIODevice 1378 Base Vtable vtable for __cxxabiv1::__si_class_type_info 1379 Name typeinfo name for QIODevice 1380 basetype: typeinfo for QObject 1381 _________________________________________________________ 1382 1383 6.2.1.4. Class data for QDataStream 1384 1385 The virtual table for the QDataStream class is described by 1386 Table 6-8 1387 1388 Table 6-8. Primary vtable for QDataStream 1389 Base Offset 0 1390 Virtual Base Offset 0 1391 RTTI typeinfo for QDataStream 1392 vfunc[0]: QDataStream::~QDataStream() 1393 vfunc[1]: QDataStream::~QDataStream() 1394 1395 The Run Time Type Information for the QDataStream class is 1396 described by Table 6-9 1397 1398 Table 6-9. typeinfo for QDataStream 1399 Base Vtable vtable for __cxxabiv1::__class_type_info 1400 Name typeinfo name for QDataStream 1401 _________________________________________________________ 1402 1403 6.2.1.5. Class data for QTextCodec 1404 1405 The virtual table for the QTextCodec class is described by 1406 Table 6-10 1407 1408 Table 6-10. Primary vtable for QTextCodec 1409 Base Offset 0 1410 Virtual Base Offset 0 1411 RTTI typeinfo for QTextCodec 1412 vfunc[0]: __cxa_pure_virtual 1413 vfunc[1]: QTextCodec::aliases() const 1414 vfunc[2]: __cxa_pure_virtual 1415 vfunc[3]: __cxa_pure_virtual 1416 vfunc[4]: __cxa_pure_virtual 1417 vfunc[5]: QTextCodec::~QTextCodec() 1418 vfunc[6]: QTextCodec::~QTextCodec() 1419 1420 The Run Time Type Information for the QTextCodec class is 1421 described by Table 6-11 1422 1423 Table 6-11. typeinfo for QTextCodec 1424 Base Vtable vtable for __cxxabiv1::__class_type_info 1425 Name typeinfo name for QTextCodec 1426 _________________________________________________________ 1427 1428 6.2.1.6. Class data for QTextStream 1429 1430 The virtual table for the QTextStream class is described by 1431 Table 6-12 1432 1433 Table 6-12. Primary vtable for QTextStream 1434 Base Offset 0 1435 Virtual Base Offset 0 1436 RTTI typeinfo for QTextStream 1437 vfunc[0]: QTextStream::~QTextStream() 1438 vfunc[1]: QTextStream::~QTextStream() 1439 1440 The Run Time Type Information for the QTextStream class is 1441 described by Table 6-13 1442 1443 Table 6-13. typeinfo for QTextStream 1444 Base Vtable vtable for __cxxabiv1::__class_type_info 1445 Name typeinfo name for QTextStream 1446 _________________________________________________________ 1447 1448 6.2.1.7. Class data for QFile 1449 1450 The virtual table for the QFile class is described by Table 1451 6-14 1452 1453 Table 6-14. Primary vtable for QFile 1454 Base Offset 0 1455 Virtual Base Offset 0 1456 RTTI typeinfo for QFile 1457 vfunc[0]: QFile::metaObject() const 1458 vfunc[1]: QFile::qt_metacast(char const*) 1459 vfunc[2]: QFile::qt_metacall(QMetaObject::Call, int, void**) 1460 vfunc[3]: QFile::~QFile() 1461 vfunc[4]: QFile::~QFile() 1462 vfunc[5]: QObject::event(QEvent*) 1463 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 1464 vfunc[7]: QObject::timerEvent(QTimerEvent*) 1465 vfunc[8]: QObject::childEvent(QChildEvent*) 1466 vfunc[9]: QObject::customEvent(QEvent*) 1467 vfunc[10]: QObject::connectNotify(char const*) 1468 vfunc[11]: QObject::disconnectNotify(char const*) 1469 vfunc[12]: QFile::isSequential() const 1470 vfunc[13]: QFile::open(QFlags) 1471 vfunc[14]: QFile::close() 1472 vfunc[15]: QFile::pos() const 1473 vfunc[16]: QFile::size() const 1474 vfunc[17]: QFile::seek(long long) 1475 vfunc[18]: QFile::atEnd() const 1476 vfunc[19]: QIODevice::reset() 1477 vfunc[20]: QIODevice::bytesAvailable() const 1478 vfunc[21]: QIODevice::bytesToWrite() const 1479 vfunc[22]: QIODevice::canReadLine() const 1480 vfunc[23]: QIODevice::waitForReadyRead(int) 1481 vfunc[24]: QIODevice::waitForBytesWritten(int) 1482 vfunc[25]: QFile::readData(char*, long long) 1483 vfunc[26]: QFile::readLineData(char*, long long) 1484 vfunc[27]: QFile::writeData(char const*, long long) 1485 vfunc[28]: QFile::fileEngine() const 1486 1487 The Run Time Type Information for the QFile class is described 1488 by Table 6-15 1489 1490 Table 6-15. typeinfo for QFile 1491 Base Vtable vtable for __cxxabiv1::__si_class_type_info 1492 Name typeinfo name for QFile 1493 basetype: typeinfo for QIODevice 1494 _________________________________________________________ 1495 1496 6.2.1.8. Class data for QTemporaryFile 1497 1498 The virtual table for the QTemporaryFile class is described by 1499 Table 6-16 1500 1501 Table 6-16. Primary vtable for QTemporaryFile 1502 Base Offset 0 1503 Virtual Base Offset 0 1504 RTTI typeinfo for QTemporaryFile 1505 vfunc[0]: QTemporaryFile::metaObject() const 1506 vfunc[1]: QTemporaryFile::qt_metacast(char const*) 1507 vfunc[2]: QTemporaryFile::qt_metacall(QMetaObject::Call, int, 1508 void**) 1509 vfunc[3]: QTemporaryFile::~QTemporaryFile() 1510 vfunc[4]: QTemporaryFile::~QTemporaryFile() 1511 vfunc[5]: QObject::event(QEvent*) 1512 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 1513 vfunc[7]: QObject::timerEvent(QTimerEvent*) 1514 vfunc[8]: QObject::childEvent(QChildEvent*) 1515 vfunc[9]: QObject::customEvent(QEvent*) 1516 vfunc[10]: QObject::connectNotify(char const*) 1517 vfunc[11]: QObject::disconnectNotify(char const*) 1518 vfunc[12]: QFile::isSequential() const 1519 vfunc[13]: 1520 QTemporaryFile::open(QFlags) 1521 vfunc[14]: QFile::close() 1522 vfunc[15]: QFile::pos() const 1523 vfunc[16]: QFile::size() const 1524 vfunc[17]: QFile::seek(long long) 1525 vfunc[18]: QFile::atEnd() const 1526 vfunc[19]: QIODevice::reset() 1527 vfunc[20]: QIODevice::bytesAvailable() const 1528 vfunc[21]: QIODevice::bytesToWrite() const 1529 vfunc[22]: QIODevice::canReadLine() const 1530 vfunc[23]: QIODevice::waitForReadyRead(int) 1531 vfunc[24]: QIODevice::waitForBytesWritten(int) 1532 vfunc[25]: QFile::readData(char*, long long) 1533 vfunc[26]: QFile::readLineData(char*, long long) 1534 vfunc[27]: QFile::writeData(char const*, long long) 1535 vfunc[28]: QTemporaryFile::fileEngine() const 1536 1537 The Run Time Type Information for the QTemporaryFile class is 1538 described by Table 6-17 1539 1540 Table 6-17. typeinfo for QTemporaryFile 1541 Base Vtable vtable for __cxxabiv1::__si_class_type_info 1542 Name typeinfo name for QTemporaryFile 1543 basetype: typeinfo for QFile 1544 _________________________________________________________ 1545 1546 6.2.1.9. Class data for QAbstractFileEngine 1547 1548 The virtual table for the QAbstractFileEngine class is 1549 described by Table 6-18 1550 1551 Table 6-18. Primary vtable for QAbstractFileEngine 1552 Base Offset 0 1553 Virtual Base Offset 0 1554 RTTI typeinfo for QAbstractFileEngine 1555 vfunc[0]: QAbstractFileEngine::~QAbstractFileEngine() 1556 vfunc[1]: QAbstractFileEngine::~QAbstractFileEngine() 1557 vfunc[2]: 1558 QAbstractFileEngine::open(QFlags) 1559 vfunc[3]: QAbstractFileEngine::close() 1560 vfunc[4]: QAbstractFileEngine::flush() 1561 vfunc[5]: QAbstractFileEngine::size() const 1562 vfunc[6]: QAbstractFileEngine::pos() const 1563 vfunc[7]: QAbstractFileEngine::seek(long long) 1564 vfunc[8]: QAbstractFileEngine::isSequential() const 1565 vfunc[9]: QAbstractFileEngine::remove() 1566 vfunc[10]: QAbstractFileEngine::copy(QString const&) 1567 vfunc[11]: QAbstractFileEngine::rename(QString const&) 1568 vfunc[12]: QAbstractFileEngine::link(QString const&) 1569 vfunc[13]: QAbstractFileEngine::mkdir(QString const&, bool) 1570 const 1571 vfunc[14]: QAbstractFileEngine::rmdir(QString const&, bool) 1572 const 1573 vfunc[15]: QAbstractFileEngine::setSize(long long) 1574 vfunc[16]: QAbstractFileEngine::caseSensitive() const 1575 vfunc[17]: QAbstractFileEngine::isRelativePath() const 1576 vfunc[18]: 1577 QAbstractFileEngine::entryList(QFlags, 1578 QStringList const&) const 1579 vfunc[19]: 1580 QAbstractFileEngine::fileFlags(QFlags) const 1582 vfunc[20]: QAbstractFileEngine::setPermissions(unsigned int) 1583 vfunc[21]: 1584 QAbstractFileEngine::fileName(QAbstractFileEngine::FileName) 1585 const 1586 vfunc[22]: 1587 QAbstractFileEngine::ownerId(QAbstractFileEngine::FileOwner) 1588 const 1589 vfunc[23]: 1590 QAbstractFileEngine::owner(QAbstractFileEngine::FileOwner) 1591 const 1592 vfunc[24]: 1593 QAbstractFileEngine::fileTime(QAbstractFileEngine::FileTime) 1594 const 1595 vfunc[25]: QAbstractFileEngine::setFileName(QString const&) 1596 vfunc[26]: QAbstractFileEngine::handle() const 1597 vfunc[27]: 1598 QAbstractFileEngine::beginEntryList(QFlags, 1599 QStringList const&) 1600 vfunc[28]: QAbstractFileEngine::endEntryList() 1601 vfunc[29]: QAbstractFileEngine::read(char*, long long) 1602 vfunc[30]: QAbstractFileEngine::readLine(char*, long long) 1603 vfunc[31]: QAbstractFileEngine::write(char const*, long long) 1604 vfunc[32]: 1605 QAbstractFileEngine::extension(QAbstractFileEngine::Extension, 1606 QAbstractFileEngine::ExtensionOption const*, 1607 QAbstractFileEngine::ExtensionReturn*) 1608 vfunc[33]: 1609 QAbstractFileEngine::supportsExtension(QAbstractFileEngine::Ex 1610 tension) const 1611 1612 The Run Time Type Information for the QAbstractFileEngine 1613 class is described by Table 6-19 1614 1615 Table 6-19. typeinfo for QAbstractFileEngine 1616 Base Vtable vtable for __cxxabiv1::__class_type_info 1617 Name typeinfo name for QAbstractFileEngine 1618 _________________________________________________________ 1619 1620 6.2.1.10. Class data for QAbstractFileEngineHandler 1621 1622 The virtual table for the QAbstractFileEngineHandler class is 1623 described by Table 6-20 1624 1625 Table 6-20. Primary vtable for QAbstractFileEngineHandler 1626 Base Offset 0 1627 Virtual Base Offset 0 1628 RTTI typeinfo for QAbstractFileEngineHandler 1629 vfunc[0]: 1630 QAbstractFileEngineHandler::~QAbstractFileEngineHandler() 1631 vfunc[1]: 1632 QAbstractFileEngineHandler::~QAbstractFileEngineHandler() 1633 vfunc[2]: __cxa_pure_virtual 1634 1635 The Run Time Type Information for the 1636 QAbstractFileEngineHandler class is described by Table 6-21 1637 1638 Table 6-21. typeinfo for QAbstractFileEngineHandler 1639 Base Vtable vtable for __cxxabiv1::__class_type_info 1640 Name typeinfo name for QAbstractFileEngineHandler 1641 _________________________________________________________ 1642 1643 6.2.1.11. Class data for QFSFileEngine 1644 1645 The virtual table for the QFSFileEngine class is described by 1646 Table 6-22 1647 1648 Table 6-22. Primary vtable for QFSFileEngine 1649 Base Offset 0 1650 Virtual Base Offset 0 1651 RTTI typeinfo for QFSFileEngine 1652 vfunc[0]: QFSFileEngine::~QFSFileEngine() 1653 vfunc[1]: QFSFileEngine::~QFSFileEngine() 1654 vfunc[2]: QFSFileEngine::open(QFlags) 1655 vfunc[3]: QFSFileEngine::close() 1656 vfunc[4]: QFSFileEngine::flush() 1657 vfunc[5]: QFSFileEngine::size() const 1658 vfunc[6]: QFSFileEngine::pos() const 1659 vfunc[7]: QFSFileEngine::seek(long long) 1660 vfunc[8]: QFSFileEngine::isSequential() const 1661 vfunc[9]: QFSFileEngine::remove() 1662 vfunc[10]: QFSFileEngine::copy(QString const&) 1663 vfunc[11]: QFSFileEngine::rename(QString const&) 1664 vfunc[12]: QFSFileEngine::link(QString const&) 1665 vfunc[13]: QFSFileEngine::mkdir(QString const&, bool) const 1666 vfunc[14]: QFSFileEngine::rmdir(QString const&, bool) const 1667 vfunc[15]: QFSFileEngine::setSize(long long) 1668 vfunc[16]: QFSFileEngine::caseSensitive() const 1669 vfunc[17]: QFSFileEngine::isRelativePath() const 1670 vfunc[18]: QFSFileEngine::entryList(QFlags, 1671 QStringList const&) const 1672 vfunc[19]: 1673 QFSFileEngine::fileFlags(QFlags 1674 ) const 1675 vfunc[20]: QFSFileEngine::setPermissions(unsigned int) 1676 vfunc[21]: 1677 QFSFileEngine::fileName(QAbstractFileEngine::FileName) const 1678 vfunc[22]: 1679 QFSFileEngine::ownerId(QAbstractFileEngine::FileOwner) const 1680 vfunc[23]: 1681 QFSFileEngine::owner(QAbstractFileEngine::FileOwner) const 1682 vfunc[24]: 1683 QFSFileEngine::fileTime(QAbstractFileEngine::FileTime) const 1684 vfunc[25]: QFSFileEngine::setFileName(QString const&) 1685 vfunc[26]: QFSFileEngine::handle() const 1686 vfunc[27]: QFSFileEngine::beginEntryList(QFlags, 1687 QStringList const&) 1688 vfunc[28]: QFSFileEngine::endEntryList() 1689 vfunc[29]: QFSFileEngine::read(char*, long long) 1690 vfunc[30]: QFSFileEngine::readLine(char*, long long) 1691 vfunc[31]: QFSFileEngine::write(char const*, long long) 1692 vfunc[32]: 1693 QFSFileEngine::extension(QAbstractFileEngine::Extension, 1694 QAbstractFileEngine::ExtensionOption const*, 1695 QAbstractFileEngine::ExtensionReturn*) 1696 vfunc[33]: 1697 QFSFileEngine::supportsExtension(QAbstractFileEngine::Extensio 1698 n) const 1699 1700 The Run Time Type Information for the QFSFileEngine class is 1701 described by Table 6-23 1702 1703 Table 6-23. typeinfo for QFSFileEngine 1704 Base Vtable vtable for __cxxabiv1::__si_class_type_info 1705 Name typeinfo name for QFSFileEngine 1706 basetype: typeinfo for QAbstractFileEngine 1707 _________________________________________________________ 1708 1709 6.2.1.12. Class data for QProcess 1710 1711 The virtual table for the QProcess class is described by Table 1712 6-24 1713 1714 Table 6-24. Primary vtable for QProcess 1715 Base Offset 0 1716 Virtual Base Offset 0 1717 RTTI typeinfo for QProcess 1718 vfunc[0]: QProcess::metaObject() const 1719 vfunc[1]: QProcess::qt_metacast(char const*) 1720 vfunc[2]: QProcess::qt_metacall(QMetaObject::Call, int, 1721 void**) 1722 vfunc[3]: QProcess::~QProcess() 1723 vfunc[4]: QProcess::~QProcess() 1724 vfunc[5]: QObject::event(QEvent*) 1725 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 1726 vfunc[7]: QObject::timerEvent(QTimerEvent*) 1727 vfunc[8]: QObject::childEvent(QChildEvent*) 1728 vfunc[9]: QObject::customEvent(QEvent*) 1729 vfunc[10]: QObject::connectNotify(char const*) 1730 vfunc[11]: QObject::disconnectNotify(char const*) 1731 vfunc[12]: QProcess::isSequential() const 1732 vfunc[13]: QIODevice::open(QFlags) 1733 vfunc[14]: QProcess::close() 1734 vfunc[15]: QIODevice::pos() const 1735 vfunc[16]: QIODevice::size() const 1736 vfunc[17]: QIODevice::seek(long long) 1737 vfunc[18]: QProcess::atEnd() const 1738 vfunc[19]: QIODevice::reset() 1739 vfunc[20]: QProcess::bytesAvailable() const 1740 vfunc[21]: QProcess::bytesToWrite() const 1741 vfunc[22]: QProcess::canReadLine() const 1742 vfunc[23]: QProcess::waitForReadyRead(int) 1743 vfunc[24]: QProcess::waitForBytesWritten(int) 1744 vfunc[25]: QProcess::readData(char*, long long) 1745 vfunc[26]: QIODevice::readLineData(char*, long long) 1746 vfunc[27]: QProcess::writeData(char const*, long long) 1747 vfunc[28]: QProcess::setupChildProcess() 1748 1749 The Run Time Type Information for the QProcess class is 1750 described by Table 6-25 1751 1752 Table 6-25. typeinfo for QProcess 1753 Base Vtable vtable for __cxxabiv1::__si_class_type_info 1754 Name typeinfo name for QProcess 1755 basetype: typeinfo for QIODevice 1756 _________________________________________________________ 1757 1758 6.2.1.13. Class data for QBuffer 1759 1760 The virtual table for the QBuffer class is described by Table 1761 6-26 1762 1763 Table 6-26. Primary vtable for QBuffer 1764 Base Offset 0 1765 Virtual Base Offset 0 1766 RTTI typeinfo for QBuffer 1767 vfunc[0]: QBuffer::metaObject() const 1768 vfunc[1]: QBuffer::qt_metacast(char const*) 1769 vfunc[2]: QBuffer::qt_metacall(QMetaObject::Call, int, void**) 1770 vfunc[3]: QBuffer::~QBuffer() 1771 vfunc[4]: QBuffer::~QBuffer() 1772 vfunc[5]: QObject::event(QEvent*) 1773 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 1774 vfunc[7]: QObject::timerEvent(QTimerEvent*) 1775 vfunc[8]: QObject::childEvent(QChildEvent*) 1776 vfunc[9]: QObject::customEvent(QEvent*) 1777 vfunc[10]: QObject::connectNotify(char const*) 1778 vfunc[11]: QObject::disconnectNotify(char const*) 1779 vfunc[12]: QIODevice::isSequential() const 1780 vfunc[13]: QBuffer::open(QFlags) 1781 vfunc[14]: QBuffer::close() 1782 vfunc[15]: QBuffer::pos() const 1783 vfunc[16]: QBuffer::size() const 1784 vfunc[17]: QBuffer::seek(long long) 1785 vfunc[18]: QBuffer::atEnd() const 1786 vfunc[19]: QIODevice::reset() 1787 vfunc[20]: QIODevice::bytesAvailable() const 1788 vfunc[21]: QIODevice::bytesToWrite() const 1789 vfunc[22]: QBuffer::canReadLine() const 1790 vfunc[23]: QIODevice::waitForReadyRead(int) 1791 vfunc[24]: QIODevice::waitForBytesWritten(int) 1792 vfunc[25]: QBuffer::readData(char*, long long) 1793 vfunc[26]: QIODevice::readLineData(char*, long long) 1794 vfunc[27]: QBuffer::writeData(char const*, long long) 1795 1796 The Run Time Type Information for the QBuffer class is 1797 described by Table 6-27 1798 1799 Table 6-27. typeinfo for QBuffer 1800 Base Vtable vtable for __cxxabiv1::__si_class_type_info 1801 Name typeinfo name for QBuffer 1802 basetype: typeinfo for QIODevice 1803 _________________________________________________________ 1804 1805 6.2.1.14. Class data for QSettings 1806 1807 The virtual table for the QSettings class is described by 1808 Table 6-28 1809 1810 Table 6-28. Primary vtable for QSettings 1811 Base Offset 0 1812 Virtual Base Offset 0 1813 RTTI typeinfo for QSettings 1814 vfunc[0]: QSettings::metaObject() const 1815 vfunc[1]: QSettings::qt_metacast(char const*) 1816 vfunc[2]: QSettings::qt_metacall(QMetaObject::Call, int, 1817 void**) 1818 vfunc[3]: QSettings::~QSettings() 1819 vfunc[4]: QSettings::~QSettings() 1820 vfunc[5]: QSettings::event(QEvent*) 1821 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 1822 vfunc[7]: QObject::timerEvent(QTimerEvent*) 1823 vfunc[8]: QObject::childEvent(QChildEvent*) 1824 vfunc[9]: QObject::customEvent(QEvent*) 1825 vfunc[10]: QObject::connectNotify(char const*) 1826 vfunc[11]: QObject::disconnectNotify(char const*) 1827 1828 The Run Time Type Information for the QSettings class is 1829 described by Table 6-29 1830 1831 Table 6-29. typeinfo for QSettings 1832 Base Vtable vtable for __cxxabiv1::__si_class_type_info 1833 Name typeinfo name for QSettings 1834 basetype: typeinfo for QObject 1835 _________________________________________________________ 1836 1837 6.2.1.15. Class data for QFactoryInterface 1838 1839 The virtual table for the QFactoryInterface class is described 1840 by Table 6-30 1841 1842 Table 6-30. Primary vtable for QFactoryInterface 1843 Base Offset 0 1844 Virtual Base Offset 0 1845 RTTI typeinfo for QFactoryInterface 1846 vfunc[0]: QFactoryInterface::~QFactoryInterface() 1847 vfunc[1]: QFactoryInterface::~QFactoryInterface() 1848 vfunc[2]: __cxa_pure_virtual 1849 1850 The Run Time Type Information for the QFactoryInterface class 1851 is described by Table 6-31 1852 1853 Table 6-31. typeinfo for QFactoryInterface 1854 Base Vtable vtable for __cxxabiv1::__class_type_info 1855 Name typeinfo name for QFactoryInterface 1856 _________________________________________________________ 1857 1858 6.2.1.16. Class data for QTextCodecFactoryInterface 1859 1860 The virtual table for the QTextCodecFactoryInterface class is 1861 described by Table 6-32 1862 1863 Table 6-32. Primary vtable for QTextCodecFactoryInterface 1864 Base Offset 0 1865 Virtual Base Offset 0 1866 RTTI typeinfo for QTextCodecFactoryInterface 1867 vfunc[0]: 1868 QTextCodecFactoryInterface::~QTextCodecFactoryInterface() 1869 vfunc[1]: 1870 QTextCodecFactoryInterface::~QTextCodecFactoryInterface() 1871 vfunc[2]: __cxa_pure_virtual 1872 vfunc[3]: __cxa_pure_virtual 1873 1874 The Run Time Type Information for the 1875 QTextCodecFactoryInterface class is described by Table 6-33 1876 1877 Table 6-33. typeinfo for QTextCodecFactoryInterface 1878 Base Vtable vtable for __cxxabiv1::__si_class_type_info 1879 Name typeinfo name for QTextCodecFactoryInterface 1880 basetype: typeinfo for QFactoryInterface 1881 _________________________________________________________ 1882 1883 6.2.1.17. Class data for QTextCodecPlugin 1884 1885 The virtual table for the QTextCodecPlugin class is described 1886 by Table 6-34 1887 1888 Table 6-34. Primary vtable for QTextCodecPlugin 1889 Base Offset 0 1890 Virtual Base Offset 0 1891 RTTI typeinfo for QTextCodecPlugin 1892 vfunc[0]: QTextCodecPlugin::metaObject() const 1893 vfunc[1]: QTextCodecPlugin::qt_metacast(char const*) 1894 vfunc[2]: QTextCodecPlugin::qt_metacall(QMetaObject::Call, 1895 int, void**) 1896 vfunc[3]: QTextCodecPlugin::~QTextCodecPlugin() 1897 vfunc[4]: QTextCodecPlugin::~QTextCodecPlugin() 1898 vfunc[5]: QObject::event(QEvent*) 1899 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 1900 vfunc[7]: QObject::timerEvent(QTimerEvent*) 1901 vfunc[8]: QObject::childEvent(QChildEvent*) 1902 vfunc[9]: QObject::customEvent(QEvent*) 1903 vfunc[10]: QObject::connectNotify(char const*) 1904 vfunc[11]: QObject::disconnectNotify(char const*) 1905 vfunc[12]: __cxa_pure_virtual 1906 vfunc[13]: __cxa_pure_virtual 1907 vfunc[14]: __cxa_pure_virtual 1908 vfunc[15]: __cxa_pure_virtual 1909 vfunc[16]: __cxa_pure_virtual 1910 vfunc[17]: QTextCodecPlugin::keys() const 1911 vfunc[18]: QTextCodecPlugin::create(QString const&) 1912 1913 Table 6-35. Secondary vtable for QTextCodecPlugin 1914 Base Offset -8 1915 Virtual Base Offset 0 1916 RTTI typeinfo for QTextCodecPlugin 1917 vfunc[0]: non-virtual thunk to 1918 QTextCodecPlugin::~QTextCodecPlugin() 1919 vfunc[1]: non-virtual thunk to 1920 QTextCodecPlugin::~QTextCodecPlugin() 1921 vfunc[2]: non-virtual thunk to QTextCodecPlugin::keys() const 1922 vfunc[3]: non-virtual thunk to 1923 QTextCodecPlugin::create(QString const&) 1924 1925 The Run Time Type Information for the QTextCodecPlugin class 1926 is described by Table 6-36 1927 1928 Table 6-36. typeinfo for QTextCodecPlugin 1929 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 1930 Name typeinfo name for QTextCodecPlugin 1931 flags: 0 1932 basetype: typeinfo for QObject 2 1933 basetype: typeinfo for QTextCodecFactoryInterface 2050 1934 _________________________________________________________ 1935 1936 6.2.1.18. Class data for QTranslator 1937 1938 The virtual table for the QTranslator class is described by 1939 Table 6-37 1940 1941 Table 6-37. Primary vtable for QTranslator 1942 Base Offset 0 1943 Virtual Base Offset 0 1944 RTTI typeinfo for QTranslator 1945 vfunc[0]: QTranslator::metaObject() const 1946 vfunc[1]: QTranslator::qt_metacast(char const*) 1947 vfunc[2]: QTranslator::qt_metacall(QMetaObject::Call, int, 1948 void**) 1949 vfunc[3]: QTranslator::~QTranslator() 1950 vfunc[4]: QTranslator::~QTranslator() 1951 vfunc[5]: QObject::event(QEvent*) 1952 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 1953 vfunc[7]: QObject::timerEvent(QTimerEvent*) 1954 vfunc[8]: QObject::childEvent(QChildEvent*) 1955 vfunc[9]: QObject::customEvent(QEvent*) 1956 vfunc[10]: QObject::connectNotify(char const*) 1957 vfunc[11]: QObject::disconnectNotify(char const*) 1958 vfunc[12]: QTranslator::translate(char const*, char const*, 1959 char const*) const 1960 vfunc[13]: QTranslator::isEmpty() const 1961 1962 The Run Time Type Information for the QTranslator class is 1963 described by Table 6-38 1964 1965 Table 6-38. typeinfo for QTranslator 1966 Base Vtable vtable for __cxxabiv1::__si_class_type_info 1967 Name typeinfo name for QTranslator 1968 basetype: typeinfo for QObject 1969 _________________________________________________________ 1970 1971 6.2.1.19. Class data for QMimeData 1972 1973 The virtual table for the QMimeData class is described by 1974 Table 6-39 1975 1976 Table 6-39. Primary vtable for QMimeData 1977 Base Offset 0 1978 Virtual Base Offset 0 1979 RTTI typeinfo for QMimeData 1980 vfunc[0]: QMimeData::metaObject() const 1981 vfunc[1]: QMimeData::qt_metacast(char const*) 1982 vfunc[2]: QMimeData::qt_metacall(QMetaObject::Call, int, 1983 void**) 1984 vfunc[3]: QMimeData::~QMimeData() 1985 vfunc[4]: QMimeData::~QMimeData() 1986 vfunc[5]: QObject::event(QEvent*) 1987 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 1988 vfunc[7]: QObject::timerEvent(QTimerEvent*) 1989 vfunc[8]: QObject::childEvent(QChildEvent*) 1990 vfunc[9]: QObject::customEvent(QEvent*) 1991 vfunc[10]: QObject::connectNotify(char const*) 1992 vfunc[11]: QObject::disconnectNotify(char const*) 1993 vfunc[12]: QMimeData::hasFormat(QString const&) const 1994 vfunc[13]: QMimeData::formats() const 1995 vfunc[14]: QMimeData::retrieveData(QString const&, 1996 QVariant::Type) const 1997 1998 The Run Time Type Information for the QMimeData class is 1999 described by Table 6-40 2000 2001 Table 6-40. typeinfo for QMimeData 2002 Base Vtable vtable for __cxxabiv1::__si_class_type_info 2003 Name typeinfo name for QMimeData 2004 basetype: typeinfo for QObject 2005 _________________________________________________________ 2006 2007 6.2.1.20. Class data for QEventLoop 2008 2009 The virtual table for the QEventLoop class is described by 2010 Table 6-41 2011 2012 Table 6-41. Primary vtable for QEventLoop 2013 Base Offset 0 2014 Virtual Base Offset 0 2015 RTTI typeinfo for QEventLoop 2016 vfunc[0]: QEventLoop::metaObject() const 2017 vfunc[1]: QEventLoop::qt_metacast(char const*) 2018 vfunc[2]: QEventLoop::qt_metacall(QMetaObject::Call, int, 2019 void**) 2020 vfunc[3]: QEventLoop::~QEventLoop() 2021 vfunc[4]: QEventLoop::~QEventLoop() 2022 vfunc[5]: QObject::event(QEvent*) 2023 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 2024 vfunc[7]: QObject::timerEvent(QTimerEvent*) 2025 vfunc[8]: QObject::childEvent(QChildEvent*) 2026 vfunc[9]: QObject::customEvent(QEvent*) 2027 vfunc[10]: QObject::connectNotify(char const*) 2028 vfunc[11]: QObject::disconnectNotify(char const*) 2029 2030 The Run Time Type Information for the QEventLoop class is 2031 described by Table 6-42 2032 2033 Table 6-42. typeinfo for QEventLoop 2034 Base Vtable vtable for __cxxabiv1::__si_class_type_info 2035 Name typeinfo name for QEventLoop 2036 basetype: typeinfo for QObject 2037 _________________________________________________________ 2038 2039 6.2.1.21. Class data for QEvent 2040 2041 The virtual table for the QEvent class is described by Table 2042 6-43 2043 2044 Table 6-43. Primary vtable for QEvent 2045 Base Offset 0 2046 Virtual Base Offset 0 2047 RTTI typeinfo for QEvent 2048 vfunc[0]: QEvent::~QEvent() 2049 vfunc[1]: QEvent::~QEvent() 2050 2051 The Run Time Type Information for the QEvent class is 2052 described by Table 6-44 2053 2054 Table 6-44. typeinfo for QEvent 2055 Base Vtable vtable for __cxxabiv1::__class_type_info 2056 Name typeinfo name for QEvent 2057 _________________________________________________________ 2058 2059 6.2.1.22. Class data for QTimerEvent 2060 2061 The virtual table for the QTimerEvent class is described by 2062 Table 6-45 2063 2064 Table 6-45. Primary vtable for QTimerEvent 2065 Base Offset 0 2066 Virtual Base Offset 0 2067 RTTI typeinfo for QTimerEvent 2068 vfunc[0]: QTimerEvent::~QTimerEvent() 2069 vfunc[1]: QTimerEvent::~QTimerEvent() 2070 2071 The Run Time Type Information for the QTimerEvent class is 2072 described by Table 6-46 2073 2074 Table 6-46. typeinfo for QTimerEvent 2075 Base Vtable vtable for __cxxabiv1::__si_class_type_info 2076 Name typeinfo name for QTimerEvent 2077 basetype: typeinfo for QEvent 2078 _________________________________________________________ 2079 2080 6.2.1.23. Class data for QChildEvent 2081 2082 The virtual table for the QChildEvent class is described by 2083 Table 6-47 2084 2085 Table 6-47. Primary vtable for QChildEvent 2086 Base Offset 0 2087 Virtual Base Offset 0 2088 RTTI typeinfo for QChildEvent 2089 vfunc[0]: QChildEvent::~QChildEvent() 2090 vfunc[1]: QChildEvent::~QChildEvent() 2091 2092 The Run Time Type Information for the QChildEvent class is 2093 described by Table 6-48 2094 2095 Table 6-48. typeinfo for QChildEvent 2096 Base Vtable vtable for __cxxabiv1::__si_class_type_info 2097 Name typeinfo name for QChildEvent 2098 basetype: typeinfo for QEvent 2099 _________________________________________________________ 2100 2101 6.2.1.24. Class data for QCustomEvent 2102 2103 The virtual table for the QCustomEvent class is described by 2104 Table 6-49 2105 2106 Table 6-49. Primary vtable for QCustomEvent 2107 Base Offset 0 2108 Virtual Base Offset 0 2109 RTTI typeinfo for QCustomEvent 2110 vfunc[0]: QCustomEvent::~QCustomEvent() 2111 vfunc[1]: QCustomEvent::~QCustomEvent() 2112 2113 The Run Time Type Information for the QCustomEvent class is 2114 described by Table 6-50 2115 2116 Table 6-50. typeinfo for QCustomEvent 2117 Base Vtable vtable for __cxxabiv1::__si_class_type_info 2118 Name typeinfo name for QCustomEvent 2119 basetype: typeinfo for QEvent 2120 _________________________________________________________ 2121 2122 6.2.1.25. Class data for QCoreApplication 2123 2124 The virtual table for the QCoreApplication class is described 2125 by Table 6-51 2126 2127 Table 6-51. Primary vtable for QCoreApplication 2128 Base Offset 0 2129 Virtual Base Offset 0 2130 RTTI typeinfo for QCoreApplication 2131 vfunc[0]: QCoreApplication::metaObject() const 2132 vfunc[1]: QCoreApplication::qt_metacast(char const*) 2133 vfunc[2]: QCoreApplication::qt_metacall(QMetaObject::Call, 2134 int, void**) 2135 vfunc[3]: QCoreApplication::~QCoreApplication() 2136 vfunc[4]: QCoreApplication::~QCoreApplication() 2137 vfunc[5]: QCoreApplication::event(QEvent*) 2138 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 2139 vfunc[7]: QObject::timerEvent(QTimerEvent*) 2140 vfunc[8]: QObject::childEvent(QChildEvent*) 2141 vfunc[9]: QObject::customEvent(QEvent*) 2142 vfunc[10]: QObject::connectNotify(char const*) 2143 vfunc[11]: QObject::disconnectNotify(char const*) 2144 vfunc[12]: QCoreApplication::notify(QObject*, QEvent*) 2145 vfunc[13]: QCoreApplication::compressEvent(QEvent*, QObject*, 2146 QPostEventList*) 2147 2148 The Run Time Type Information for the QCoreApplication class 2149 is described by Table 6-52 2150 2151 Table 6-52. typeinfo for QCoreApplication 2152 Base Vtable vtable for __cxxabiv1::__si_class_type_info 2153 Name typeinfo name for QCoreApplication 2154 basetype: typeinfo for QObject 2155 _________________________________________________________ 2156 2157 6.2.1.26. Class data for QAbstractItemModel 2158 2159 The virtual table for the QAbstractItemModel class is 2160 described by Table 6-53 2161 2162 Table 6-53. Primary vtable for QAbstractItemModel 2163 Base Offset 0 2164 Virtual Base Offset 0 2165 RTTI typeinfo for QAbstractItemModel 2166 vfunc[0]: QAbstractItemModel::metaObject() const 2167 vfunc[1]: QAbstractItemModel::qt_metacast(char const*) 2168 vfunc[2]: QAbstractItemModel::qt_metacall(QMetaObject::Call, 2169 int, void**) 2170 vfunc[3]: QAbstractItemModel::~QAbstractItemModel() 2171 vfunc[4]: QAbstractItemModel::~QAbstractItemModel() 2172 vfunc[5]: QObject::event(QEvent*) 2173 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 2174 vfunc[7]: QObject::timerEvent(QTimerEvent*) 2175 vfunc[8]: QObject::childEvent(QChildEvent*) 2176 vfunc[9]: QObject::customEvent(QEvent*) 2177 vfunc[10]: QObject::connectNotify(char const*) 2178 vfunc[11]: QObject::disconnectNotify(char const*) 2179 vfunc[12]: __cxa_pure_virtual 2180 vfunc[13]: __cxa_pure_virtual 2181 vfunc[14]: __cxa_pure_virtual 2182 vfunc[15]: __cxa_pure_virtual 2183 vfunc[16]: QAbstractItemModel::hasChildren(QModelIndex const&) 2184 const 2185 vfunc[17]: __cxa_pure_virtual 2186 vfunc[18]: QAbstractItemModel::setData(QModelIndex const&, 2187 QVariant const&, int) 2188 vfunc[19]: QAbstractItemModel::headerData(int, 2189 Qt::Orientation, int) const 2190 vfunc[20]: QAbstractItemModel::setHeaderData(int, 2191 Qt::Orientation, QVariant const&, int) 2192 vfunc[21]: QAbstractItemModel::itemData(QModelIndex const&) 2193 const 2194 vfunc[22]: QAbstractItemModel::setItemData(QModelIndex const&, 2195 QMap const&) 2196 vfunc[23]: QAbstractItemModel::mimeTypes() const 2197 vfunc[24]: QAbstractItemModel::mimeData(QList 2198 const&) const 2199 vfunc[25]: QAbstractItemModel::dropMimeData(QMimeData const*, 2200 Qt::DropAction, int, int, QModelIndex const&) 2201 vfunc[26]: QAbstractItemModel::supportedDropActions() const 2202 vfunc[27]: QAbstractItemModel::insertRows(int, int, 2203 QModelIndex const&) 2204 vfunc[28]: QAbstractItemModel::insertColumns(int, int, 2205 QModelIndex const&) 2206 vfunc[29]: QAbstractItemModel::removeRows(int, int, 2207 QModelIndex const&) 2208 vfunc[30]: QAbstractItemModel::removeColumns(int, int, 2209 QModelIndex const&) 2210 vfunc[31]: QAbstractItemModel::fetchMore(QModelIndex const&) 2211 vfunc[32]: QAbstractItemModel::canFetchMore(QModelIndex 2212 const&) const 2213 vfunc[33]: QAbstractItemModel::flags(QModelIndex const&) const 2214 vfunc[34]: QAbstractItemModel::sort(int, Qt::SortOrder) 2215 vfunc[35]: QAbstractItemModel::buddy(QModelIndex const&) const 2216 vfunc[36]: QAbstractItemModel::match(QModelIndex const&, int, 2217 QVariant const&, int, QFlags) const 2218 vfunc[37]: QAbstractItemModel::span(QModelIndex const&) const 2219 vfunc[38]: QAbstractItemModel::submit() 2220 vfunc[39]: QAbstractItemModel::revert() 2221 2222 The Run Time Type Information for the QAbstractItemModel class 2223 is described by Table 6-54 2224 2225 Table 6-54. typeinfo for QAbstractItemModel 2226 Base Vtable vtable for __cxxabiv1::__si_class_type_info 2227 Name typeinfo name for QAbstractItemModel 2228 basetype: typeinfo for QObject 2229 _________________________________________________________ 2230 2231 6.2.1.27. Class data for QAbstractTableModel 2232 2233 The virtual table for the QAbstractTableModel class is 2234 described by Table 6-55 2235 2236 Table 6-55. Primary vtable for QAbstractTableModel 2237 Base Offset 0 2238 Virtual Base Offset 0 2239 RTTI typeinfo for QAbstractTableModel 2240 vfunc[0]: QAbstractTableModel::metaObject() const 2241 vfunc[1]: QAbstractTableModel::qt_metacast(char const*) 2242 vfunc[2]: QAbstractTableModel::qt_metacall(QMetaObject::Call, 2243 int, void**) 2244 vfunc[3]: QAbstractTableModel::~QAbstractTableModel() 2245 vfunc[4]: QAbstractTableModel::~QAbstractTableModel() 2246 vfunc[5]: QObject::event(QEvent*) 2247 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 2248 vfunc[7]: QObject::timerEvent(QTimerEvent*) 2249 vfunc[8]: QObject::childEvent(QChildEvent*) 2250 vfunc[9]: QObject::customEvent(QEvent*) 2251 vfunc[10]: QObject::connectNotify(char const*) 2252 vfunc[11]: QObject::disconnectNotify(char const*) 2253 vfunc[12]: QAbstractTableModel::index(int, int, QModelIndex 2254 const&) const 2255 vfunc[13]: QAbstractTableModel::parent(QModelIndex const&) 2256 const 2257 vfunc[14]: __cxa_pure_virtual 2258 vfunc[15]: __cxa_pure_virtual 2259 vfunc[16]: QAbstractTableModel::hasChildren(QModelIndex 2260 const&) const 2261 vfunc[17]: __cxa_pure_virtual 2262 vfunc[18]: QAbstractItemModel::setData(QModelIndex const&, 2263 QVariant const&, int) 2264 vfunc[19]: QAbstractItemModel::headerData(int, 2265 Qt::Orientation, int) const 2266 vfunc[20]: QAbstractItemModel::setHeaderData(int, 2267 Qt::Orientation, QVariant const&, int) 2268 vfunc[21]: QAbstractItemModel::itemData(QModelIndex const&) 2269 const 2270 vfunc[22]: QAbstractItemModel::setItemData(QModelIndex const&, 2271 QMap const&) 2272 vfunc[23]: QAbstractItemModel::mimeTypes() const 2273 vfunc[24]: QAbstractItemModel::mimeData(QList 2274 const&) const 2275 vfunc[25]: QAbstractTableModel::dropMimeData(QMimeData const*, 2276 Qt::DropAction, int, int, QModelIndex const&) 2277 vfunc[26]: QAbstractItemModel::supportedDropActions() const 2278 vfunc[27]: QAbstractItemModel::insertRows(int, int, 2279 QModelIndex const&) 2280 vfunc[28]: QAbstractItemModel::insertColumns(int, int, 2281 QModelIndex const&) 2282 vfunc[29]: QAbstractItemModel::removeRows(int, int, 2283 QModelIndex const&) 2284 vfunc[30]: QAbstractItemModel::removeColumns(int, int, 2285 QModelIndex const&) 2286 vfunc[31]: QAbstractItemModel::fetchMore(QModelIndex const&) 2287 vfunc[32]: QAbstractItemModel::canFetchMore(QModelIndex 2288 const&) const 2289 vfunc[33]: QAbstractItemModel::flags(QModelIndex const&) const 2290 vfunc[34]: QAbstractItemModel::sort(int, Qt::SortOrder) 2291 vfunc[35]: QAbstractItemModel::buddy(QModelIndex const&) const 2292 vfunc[36]: QAbstractItemModel::match(QModelIndex const&, int, 2293 QVariant const&, int, QFlags) const 2294 vfunc[37]: QAbstractItemModel::span(QModelIndex const&) const 2295 vfunc[38]: QAbstractItemModel::submit() 2296 vfunc[39]: QAbstractItemModel::revert() 2297 2298 The Run Time Type Information for the QAbstractTableModel 2299 class is described by Table 6-56 2300 2301 Table 6-56. typeinfo for QAbstractTableModel 2302 Base Vtable vtable for __cxxabiv1::__si_class_type_info 2303 Name typeinfo name for QAbstractTableModel 2304 basetype: typeinfo for QAbstractItemModel 2305 _________________________________________________________ 2306 2307 6.2.1.28. Class data for QAbstractListModel 2308 2309 The virtual table for the QAbstractListModel class is 2310 described by Table 6-57 2311 2312 Table 6-57. Primary vtable for QAbstractListModel 2313 Base Offset 0 2314 Virtual Base Offset 0 2315 RTTI typeinfo for QAbstractListModel 2316 vfunc[0]: QAbstractListModel::metaObject() const 2317 vfunc[1]: QAbstractListModel::qt_metacast(char const*) 2318 vfunc[2]: QAbstractListModel::qt_metacall(QMetaObject::Call, 2319 int, void**) 2320 vfunc[3]: QAbstractListModel::~QAbstractListModel() 2321 vfunc[4]: QAbstractListModel::~QAbstractListModel() 2322 vfunc[5]: QObject::event(QEvent*) 2323 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 2324 vfunc[7]: QObject::timerEvent(QTimerEvent*) 2325 vfunc[8]: QObject::childEvent(QChildEvent*) 2326 vfunc[9]: QObject::customEvent(QEvent*) 2327 vfunc[10]: QObject::connectNotify(char const*) 2328 vfunc[11]: QObject::disconnectNotify(char const*) 2329 vfunc[12]: QAbstractListModel::index(int, int, QModelIndex 2330 const&) const 2331 vfunc[13]: QAbstractListModel::parent(QModelIndex const&) 2332 const 2333 vfunc[14]: __cxa_pure_virtual 2334 vfunc[15]: QAbstractListModel::columnCount(QModelIndex const&) 2335 const 2336 vfunc[16]: QAbstractListModel::hasChildren(QModelIndex const&) 2337 const 2338 vfunc[17]: __cxa_pure_virtual 2339 vfunc[18]: QAbstractItemModel::setData(QModelIndex const&, 2340 QVariant const&, int) 2341 vfunc[19]: QAbstractItemModel::headerData(int, 2342 Qt::Orientation, int) const 2343 vfunc[20]: QAbstractItemModel::setHeaderData(int, 2344 Qt::Orientation, QVariant const&, int) 2345 vfunc[21]: QAbstractItemModel::itemData(QModelIndex const&) 2346 const 2347 vfunc[22]: QAbstractItemModel::setItemData(QModelIndex const&, 2348 QMap const&) 2349 vfunc[23]: QAbstractItemModel::mimeTypes() const 2350 vfunc[24]: QAbstractItemModel::mimeData(QList 2351 const&) const 2352 vfunc[25]: QAbstractListModel::dropMimeData(QMimeData const*, 2353 Qt::DropAction, int, int, QModelIndex const&) 2354 vfunc[26]: QAbstractItemModel::supportedDropActions() const 2355 vfunc[27]: QAbstractItemModel::insertRows(int, int, 2356 QModelIndex const&) 2357 vfunc[28]: QAbstractItemModel::insertColumns(int, int, 2358 QModelIndex const&) 2359 vfunc[29]: QAbstractItemModel::removeRows(int, int, 2360 QModelIndex const&) 2361 vfunc[30]: QAbstractItemModel::removeColumns(int, int, 2362 QModelIndex const&) 2363 vfunc[31]: QAbstractItemModel::fetchMore(QModelIndex const&) 2364 vfunc[32]: QAbstractItemModel::canFetchMore(QModelIndex 2365 const&) const 2366 vfunc[33]: QAbstractItemModel::flags(QModelIndex const&) const 2367 vfunc[34]: QAbstractItemModel::sort(int, Qt::SortOrder) 2368 vfunc[35]: QAbstractItemModel::buddy(QModelIndex const&) const 2369 vfunc[36]: QAbstractItemModel::match(QModelIndex const&, int, 2370 QVariant const&, int, QFlags) const 2371 vfunc[37]: QAbstractItemModel::span(QModelIndex const&) const 2372 vfunc[38]: QAbstractItemModel::submit() 2373 vfunc[39]: QAbstractItemModel::revert() 2374 2375 The Run Time Type Information for the QAbstractListModel class 2376 is described by Table 6-58 2377 2378 Table 6-58. typeinfo for QAbstractListModel 2379 Base Vtable vtable for __cxxabiv1::__si_class_type_info 2380 Name typeinfo name for QAbstractListModel 2381 basetype: typeinfo for QAbstractItemModel 2382 _________________________________________________________ 2383 2384 6.2.1.29. Class data for QSignalMapper 2385 2386 The virtual table for the QSignalMapper class is described by 2387 Table 6-59 2388 2389 Table 6-59. Primary vtable for QSignalMapper 2390 Base Offset 0 2391 Virtual Base Offset 0 2392 RTTI typeinfo for QSignalMapper 2393 vfunc[0]: QSignalMapper::metaObject() const 2394 vfunc[1]: QSignalMapper::qt_metacast(char const*) 2395 vfunc[2]: QSignalMapper::qt_metacall(QMetaObject::Call, int, 2396 void**) 2397 vfunc[3]: QSignalMapper::~QSignalMapper() 2398 vfunc[4]: QSignalMapper::~QSignalMapper() 2399 vfunc[5]: QObject::event(QEvent*) 2400 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 2401 vfunc[7]: QObject::timerEvent(QTimerEvent*) 2402 vfunc[8]: QObject::childEvent(QChildEvent*) 2403 vfunc[9]: QObject::customEvent(QEvent*) 2404 vfunc[10]: QObject::connectNotify(char const*) 2405 vfunc[11]: QObject::disconnectNotify(char const*) 2406 2407 The Run Time Type Information for the QSignalMapper class is 2408 described by Table 6-60 2409 2410 Table 6-60. typeinfo for QSignalMapper 2411 Base Vtable vtable for __cxxabiv1::__si_class_type_info 2412 Name typeinfo name for QSignalMapper 2413 basetype: typeinfo for QObject 2414 _________________________________________________________ 2415 2416 6.2.1.30. Class data for QObjectCleanupHandler 2417 2418 The virtual table for the QObjectCleanupHandler class is 2419 described by Table 6-61 2420 2421 Table 6-61. Primary vtable for QObjectCleanupHandler 2422 Base Offset 0 2423 Virtual Base Offset 0 2424 RTTI typeinfo for QObjectCleanupHandler 2425 vfunc[0]: QObjectCleanupHandler::metaObject() const 2426 vfunc[1]: QObjectCleanupHandler::qt_metacast(char const*) 2427 vfunc[2]: 2428 QObjectCleanupHandler::qt_metacall(QMetaObject::Call, int, 2429 void**) 2430 vfunc[3]: QObjectCleanupHandler::~QObjectCleanupHandler() 2431 vfunc[4]: QObjectCleanupHandler::~QObjectCleanupHandler() 2432 vfunc[5]: QObject::event(QEvent*) 2433 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 2434 vfunc[7]: QObject::timerEvent(QTimerEvent*) 2435 vfunc[8]: QObject::childEvent(QChildEvent*) 2436 vfunc[9]: QObject::customEvent(QEvent*) 2437 vfunc[10]: QObject::connectNotify(char const*) 2438 vfunc[11]: QObject::disconnectNotify(char const*) 2439 2440 The Run Time Type Information for the QObjectCleanupHandler 2441 class is described by Table 6-62 2442 2443 Table 6-62. typeinfo for QObjectCleanupHandler 2444 Base Vtable vtable for __cxxabiv1::__si_class_type_info 2445 Name typeinfo name for QObjectCleanupHandler 2446 basetype: typeinfo for QObject 2447 _________________________________________________________ 2448 2449 6.2.1.31. Class data for QSocketNotifier 2450 2451 The virtual table for the QSocketNotifier class is described 2452 by Table 6-63 2453 2454 Table 6-63. Primary vtable for QSocketNotifier 2455 Base Offset 0 2456 Virtual Base Offset 0 2457 RTTI typeinfo for QSocketNotifier 2458 vfunc[0]: QSocketNotifier::metaObject() const 2459 vfunc[1]: QSocketNotifier::qt_metacast(char const*) 2460 vfunc[2]: QSocketNotifier::qt_metacall(QMetaObject::Call, int, 2461 void**) 2462 vfunc[3]: QSocketNotifier::~QSocketNotifier() 2463 vfunc[4]: QSocketNotifier::~QSocketNotifier() 2464 vfunc[5]: QSocketNotifier::event(QEvent*) 2465 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 2466 vfunc[7]: QObject::timerEvent(QTimerEvent*) 2467 vfunc[8]: QObject::childEvent(QChildEvent*) 2468 vfunc[9]: QObject::customEvent(QEvent*) 2469 vfunc[10]: QObject::connectNotify(char const*) 2470 vfunc[11]: QObject::disconnectNotify(char const*) 2471 2472 The Run Time Type Information for the QSocketNotifier class is 2473 described by Table 6-64 2474 2475 Table 6-64. typeinfo for QSocketNotifier 2476 Base Vtable vtable for __cxxabiv1::__si_class_type_info 2477 Name typeinfo name for QSocketNotifier 2478 basetype: typeinfo for QObject 2479 _________________________________________________________ 2480 2481 6.2.1.32. Class data for QTimer 2482 2483 The virtual table for the QTimer class is described by Table 2484 6-65 2485 2486 Table 6-65. Primary vtable for QTimer 2487 Base Offset 0 2488 Virtual Base Offset 0 2489 RTTI typeinfo for QTimer 2490 vfunc[0]: QTimer::metaObject() const 2491 vfunc[1]: QTimer::qt_metacast(char const*) 2492 vfunc[2]: QTimer::qt_metacall(QMetaObject::Call, int, void**) 2493 vfunc[3]: QTimer::~QTimer() 2494 vfunc[4]: QTimer::~QTimer() 2495 vfunc[5]: QObject::event(QEvent*) 2496 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 2497 vfunc[7]: QTimer::timerEvent(QTimerEvent*) 2498 vfunc[8]: QObject::childEvent(QChildEvent*) 2499 vfunc[9]: QObject::customEvent(QEvent*) 2500 vfunc[10]: QObject::connectNotify(char const*) 2501 vfunc[11]: QObject::disconnectNotify(char const*) 2502 2503 The Run Time Type Information for the QTimer class is 2504 described by Table 6-66 2505 2506 Table 6-66. typeinfo for QTimer 2507 Base Vtable vtable for __cxxabiv1::__si_class_type_info 2508 Name typeinfo name for QTimer 2509 basetype: typeinfo for QObject 2510 _________________________________________________________ 2511 2512 6.2.1.33. Class data for QAbstractEventDispatcher 2513 2514 The virtual table for the QAbstractEventDispatcher class is 2515 described by Table 6-67 2516 2517 Table 6-67. Primary vtable for QAbstractEventDispatcher 2518 Base Offset 0 2519 Virtual Base Offset 0 2520 RTTI typeinfo for QAbstractEventDispatcher 2521 vfunc[0]: QAbstractEventDispatcher::metaObject() const 2522 vfunc[1]: QAbstractEventDispatcher::qt_metacast(char const*) 2523 vfunc[2]: 2524 QAbstractEventDispatcher::qt_metacall(QMetaObject::Call, int, 2525 void**) 2526 vfunc[3]: 2527 QAbstractEventDispatcher::~QAbstractEventDispatcher() 2528 vfunc[4]: 2529 QAbstractEventDispatcher::~QAbstractEventDispatcher() 2530 vfunc[5]: QObject::event(QEvent*) 2531 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 2532 vfunc[7]: QObject::timerEvent(QTimerEvent*) 2533 vfunc[8]: QObject::childEvent(QChildEvent*) 2534 vfunc[9]: QObject::customEvent(QEvent*) 2535 vfunc[10]: QObject::connectNotify(char const*) 2536 vfunc[11]: QObject::disconnectNotify(char const*) 2537 vfunc[12]: __cxa_pure_virtual 2538 vfunc[13]: __cxa_pure_virtual 2539 vfunc[14]: __cxa_pure_virtual 2540 vfunc[15]: __cxa_pure_virtual 2541 vfunc[16]: __cxa_pure_virtual 2542 vfunc[17]: __cxa_pure_virtual 2543 vfunc[18]: __cxa_pure_virtual 2544 vfunc[19]: __cxa_pure_virtual 2545 vfunc[20]: __cxa_pure_virtual 2546 vfunc[21]: __cxa_pure_virtual 2547 vfunc[22]: __cxa_pure_virtual 2548 vfunc[23]: QAbstractEventDispatcher::startingUp() 2549 vfunc[24]: QAbstractEventDispatcher::closingDown() 2550 2551 The Run Time Type Information for the QAbstractEventDispatcher 2552 class is described by Table 6-68 2553 2554 Table 6-68. typeinfo for QAbstractEventDispatcher 2555 Base Vtable vtable for __cxxabiv1::__si_class_type_info 2556 Name typeinfo name for QAbstractEventDispatcher 2557 basetype: typeinfo for QObject 2558 _________________________________________________________ 2559 2560 6.2.1.34. Class data for QPluginLoader 2561 2562 The virtual table for the QPluginLoader class is described by 2563 Table 6-69 2564 2565 Table 6-69. Primary vtable for QPluginLoader 2566 Base Offset 0 2567 Virtual Base Offset 0 2568 RTTI typeinfo for QPluginLoader 2569 vfunc[0]: QPluginLoader::metaObject() const 2570 vfunc[1]: QPluginLoader::qt_metacast(char const*) 2571 vfunc[2]: QPluginLoader::qt_metacall(QMetaObject::Call, int, 2572 void**) 2573 vfunc[3]: QPluginLoader::~QPluginLoader() 2574 vfunc[4]: QPluginLoader::~QPluginLoader() 2575 vfunc[5]: QObject::event(QEvent*) 2576 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 2577 vfunc[7]: QObject::timerEvent(QTimerEvent*) 2578 vfunc[8]: QObject::childEvent(QChildEvent*) 2579 vfunc[9]: QObject::customEvent(QEvent*) 2580 vfunc[10]: QObject::connectNotify(char const*) 2581 vfunc[11]: QObject::disconnectNotify(char const*) 2582 2583 The Run Time Type Information for the QPluginLoader class is 2584 described by Table 6-70 2585 2586 Table 6-70. typeinfo for QPluginLoader 2587 Base Vtable vtable for __cxxabiv1::__si_class_type_info 2588 Name typeinfo name for QPluginLoader 2589 basetype: typeinfo for QObject 2590 _________________________________________________________ 2591 2592 6.2.1.35. Class data for QLibrary 2593 2594 The virtual table for the QLibrary class is described by Table 2595 6-71 2596 2597 Table 6-71. Primary vtable for QLibrary 2598 Base Offset 0 2599 Virtual Base Offset 0 2600 RTTI typeinfo for QLibrary 2601 vfunc[0]: QLibrary::metaObject() const 2602 vfunc[1]: QLibrary::qt_metacast(char const*) 2603 vfunc[2]: QLibrary::qt_metacall(QMetaObject::Call, int, 2604 void**) 2605 vfunc[3]: QLibrary::~QLibrary() 2606 vfunc[4]: QLibrary::~QLibrary() 2607 vfunc[5]: QObject::event(QEvent*) 2608 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 2609 vfunc[7]: QObject::timerEvent(QTimerEvent*) 2610 vfunc[8]: QObject::childEvent(QChildEvent*) 2611 vfunc[9]: QObject::customEvent(QEvent*) 2612 vfunc[10]: QObject::connectNotify(char const*) 2613 vfunc[11]: QObject::disconnectNotify(char const*) 2614 2615 The Run Time Type Information for the QLibrary class is 2616 described by Table 6-72 2617 2618 Table 6-72. typeinfo for QLibrary 2619 Base Vtable vtable for __cxxabiv1::__si_class_type_info 2620 Name typeinfo name for QLibrary 2621 basetype: typeinfo for QObject 2622 _________________________________________________________ 2623 2624 6.2.1.36. Class data for QThread 2625 2626 The virtual table for the QThread class is described by Table 2627 6-73 2628 2629 Table 6-73. Primary vtable for QThread 2630 Base Offset 0 2631 Virtual Base Offset 0 2632 RTTI typeinfo for QThread 2633 vfunc[0]: QThread::metaObject() const 2634 vfunc[1]: QThread::qt_metacast(char const*) 2635 vfunc[2]: QThread::qt_metacall(QMetaObject::Call, int, void**) 2636 vfunc[3]: QThread::~QThread() 2637 vfunc[4]: QThread::~QThread() 2638 vfunc[5]: QObject::event(QEvent*) 2639 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 2640 vfunc[7]: QObject::timerEvent(QTimerEvent*) 2641 vfunc[8]: QObject::childEvent(QChildEvent*) 2642 vfunc[9]: QObject::customEvent(QEvent*) 2643 vfunc[10]: QObject::connectNotify(char const*) 2644 vfunc[11]: QObject::disconnectNotify(char const*) 2645 vfunc[12]: __cxa_pure_virtual 2646 2647 The Run Time Type Information for the QThread class is 2648 described by Table 6-74 2649 2650 Table 6-74. typeinfo for QThread 2651 Base Vtable vtable for __cxxabiv1::__si_class_type_info 2652 Name typeinfo name for QThread 2653 basetype: typeinfo for QObject 2654 _________________________________________________________ 2655 2656 6.2.1.37. Interfaces for QtCore 2657 2658 An LSB conforming implementation shall provide the 2659 architecture specific functions for QtCore specified in Table 2660 6-75, with the full mandatory functionality as described in 2661 the referenced underlying specification. 2662 2663 Table 6-75. libQtCore - QtCore Function Interfaces 2664 _Z10qvsnprintfPcjPKcS_ [QtCore] _Z7qMallocj [QtCore] 2665 _Z7qMemSetPvij [QtCore] _Z8qMemCopyPvPKvj [QtCore] 2666 _Z8qReallocPvj [QtCore] _Z9qsnprintfPcjPKcz [QtCore] 2667 _ZN7QString8vsprintfEPKcPc [QtCore] 2668 _ZThn8_N16QTextCodecPlugin6createERK7QString [QtCore] 2669 _ZThn8_N16QTextCodecPluginD0Ev [QtCore] 2670 _ZThn8_N16QTextCodecPluginD1Ev [QtCore] 2671 _ZThn8_NK16QTextCodecPlugin4keysEv [QtCore] 2672 _________________________________________________________ 2673 2674 6.3. Data Definitions for libQtCore 2675 2676 This section defines global identifiers and their values that 2677 are associated with interfaces contained in libQtCore. These 2678 definitions are organized into groups that correspond to 2679 system headers. This convention is used as a convenience for 2680 the reader, and does not imply the existence of these headers, 2681 or their content. Where an interface is defined as requiring a 2682 particular system header file all of the data definitions for 2683 that system header file presented here shall be in effect. 2684 2685 This section gives data definitions to promote binary 2686 application portability, not to repeat source interface 2687 definitions available elsewhere. System providers and 2688 application developers should use this ABI to supplement - not 2689 to replace - source interface definition specifications. 2690 2691 This specification uses the ISO C (1999) C Language as the 2692 reference programming language, and data definitions are 2693 specified in ISO C format. The C language is used here as a 2694 convenient notation. Using a C language description of these 2695 data objects does not preclude their use by other programming 2696 languages. 2697 _________________________________________________________ 2698 2699 6.3.1. QtCore/qabstracteventdispatcher.h 2700 2701 /* 2702 * This header is architecture neutral 2703 * Please refer to the generic specification for details 2704 */ 2705 _________________________________________________________ 2706 2707 6.3.2. QtCore/qabstractfileengine.h 2708 2709 /* 2710 * This header is architecture neutral 2711 * Please refer to the generic specification for details 2712 */ 2713 _________________________________________________________ 2714 2715 6.3.3. QtCore/qabstractitemmodel.h 2716 2717 /* 2718 * This header is architecture neutral 2719 * Please refer to the generic specification for details 2720 */ 2721 _________________________________________________________ 2722 2723 6.3.4. QtCore/qatomic.h 2724 2725 /* 2726 * This header is architecture neutral 2727 * Please refer to the generic specification for details 2728 */ 2729 _________________________________________________________ 2730 2731 6.3.5. QtCore/qbasictimer.h 2732 2733 /* 2734 * This header is architecture neutral 2735 * Please refer to the generic specification for details 2736 */ 2737 _________________________________________________________ 2738 2739 6.3.6. QtCore/qbitarray.h 2740 2741 /* 2742 * This header is architecture neutral 2743 * Please refer to the generic specification for details 2744 */ 2745 _________________________________________________________ 2746 2747 6.3.7. QtCore/qbuffer.h 2748 2749 /* 2750 * This header is architecture neutral 2751 * Please refer to the generic specification for details 2752 */ 2753 _________________________________________________________ 2754 2755 6.3.8. QtCore/qbytearray.h 2756 2757 /* 2758 * This header is architecture neutral 2759 * Please refer to the generic specification for details 2760 */ 2761 _________________________________________________________ 2762 2763 6.3.9. QtCore/qbytearraymatcher.h 2764 2765 /* 2766 * This header is architecture neutral 2767 * Please refer to the generic specification for details 2768 */ 2769 _________________________________________________________ 2770 2771 6.3.10. QtCore/qchar.h 2772 2773 /* 2774 * This header is architecture neutral 2775 * Please refer to the generic specification for details 2776 */ 2777 _________________________________________________________ 2778 2779 6.3.11. QtCore/qcoreapplication.h 2780 2781 /* 2782 * This header is architecture neutral 2783 * Please refer to the generic specification for details 2784 */ 2785 _________________________________________________________ 2786 2787 6.3.12. QtCore/qcoreevent.h 2788 2789 /* 2790 * This header is architecture neutral 2791 * Please refer to the generic specification for details 2792 */ 2793 _________________________________________________________ 2794 2795 6.3.13. QtCore/qdatastream.h 2796 2797 /* 2798 * This header is architecture neutral 2799 * Please refer to the generic specification for details 2800 */ 2801 _________________________________________________________ 2802 2803 6.3.14. QtCore/qdatetime.h 2804 2805 /* 2806 * This header is architecture neutral 2807 * Please refer to the generic specification for details 2808 */ 2809 _________________________________________________________ 2810 2811 6.3.15. QtCore/qdebug.h 2812 2813 /* 2814 * This header is architecture neutral 2815 * Please refer to the generic specification for details 2816 */ 2817 _________________________________________________________ 2818 2819 6.3.16. QtCore/qdir.h 2820 2821 /* 2822 * This header is architecture neutral 2823 * Please refer to the generic specification for details 2824 */ 2825 _________________________________________________________ 2826 2827 6.3.17. QtCore/qeventloop.h 2828 2829 /* 2830 * This header is architecture neutral 2831 * Please refer to the generic specification for details 2832 */ 2833 _________________________________________________________ 2834 2835 6.3.18. QtCore/qfactoryinterface.h 2836 2837 /* 2838 * This header is architecture neutral 2839 * Please refer to the generic specification for details 2840 */ 2841 _________________________________________________________ 2842 2843 6.3.19. QtCore/qfile.h 2844 2845 /* 2846 * This header is architecture neutral 2847 * Please refer to the generic specification for details 2848 */ 2849 _________________________________________________________ 2850 2851 6.3.20. QtCore/qfileinfo.h 2852 2853 /* 2854 * This header is architecture neutral 2855 * Please refer to the generic specification for details 2856 */ 2857 _________________________________________________________ 2858 2859 6.3.21. QtCore/qfsfileengine.h 2860 2861 /* 2862 * This header is architecture neutral 2863 * Please refer to the generic specification for details 2864 */ 2865 _________________________________________________________ 2866 2867 6.3.22. QtCore/qglobal.h 2868 2869 /* 2870 * This header is architecture neutral 2871 * Please refer to the generic specification for details 2872 */ 2873 _________________________________________________________ 2874 2875 6.3.23. QtCore/qhash.h 2876 2877 /* 2878 * This header is architecture neutral 2879 * Please refer to the generic specification for details 2880 */ 2881 _________________________________________________________ 2882 2883 6.3.24. QtCore/qiodevice.h 2884 2885 /* 2886 * This header is architecture neutral 2887 * Please refer to the generic specification for details 2888 */ 2889 _________________________________________________________ 2890 2891 6.3.25. QtCore/qlibrary.h 2892 2893 /* 2894 * This header is architecture neutral 2895 * Please refer to the generic specification for details 2896 */ 2897 _________________________________________________________ 2898 2899 6.3.26. QtCore/qlibraryinfo.h 2900 2901 /* 2902 * This header is architecture neutral 2903 * Please refer to the generic specification for details 2904 */ 2905 _________________________________________________________ 2906 2907 6.3.27. QtCore/qline.h 2908 2909 /* 2910 * This header is architecture neutral 2911 * Please refer to the generic specification for details 2912 */ 2913 _________________________________________________________ 2914 2915 6.3.28. QtCore/qlinkedlist.h 2916 2917 /* 2918 * This header is architecture neutral 2919 * Please refer to the generic specification for details 2920 */ 2921 _________________________________________________________ 2922 2923 6.3.29. QtCore/qlist.h 2924 2925 /* 2926 * This header is architecture neutral 2927 * Please refer to the generic specification for details 2928 */ 2929 _________________________________________________________ 2930 2931 6.3.30. QtCore/qlocale.h 2932 2933 /* 2934 * This header is architecture neutral 2935 * Please refer to the generic specification for details 2936 */ 2937 _________________________________________________________ 2938 2939 6.3.31. QtCore/qmap.h 2940 2941 /* 2942 * This header is architecture neutral 2943 * Please refer to the generic specification for details 2944 */ 2945 _________________________________________________________ 2946 2947 6.3.32. QtCore/qmetaobject.h 2948 2949 /* 2950 * This header is architecture neutral 2951 * Please refer to the generic specification for details 2952 */ 2953 _________________________________________________________ 2954 2955 6.3.33. QtCore/qmetatype.h 2956 2957 /* 2958 * This header is architecture neutral 2959 * Please refer to the generic specification for details 2960 */ 2961 _________________________________________________________ 2962 2963 6.3.34. QtCore/qmimedata.h 2964 2965 /* 2966 * This header is architecture neutral 2967 * Please refer to the generic specification for details 2968 */ 2969 _________________________________________________________ 2970 2971 6.3.35. QtCore/qmutex.h 2972 2973 /* 2974 * This header is architecture neutral 2975 * Please refer to the generic specification for details 2976 */ 2977 _________________________________________________________ 2978 2979 6.3.36. QtCore/qnamespace.h 2980 2981 /* 2982 * This header is architecture neutral 2983 * Please refer to the generic specification for details 2984 */ 2985 _________________________________________________________ 2986 2987 6.3.37. QtCore/qobject.h 2988 2989 /* 2990 * This header is architecture neutral 2991 * Please refer to the generic specification for details 2992 */ 2993 _________________________________________________________ 2994 2995 6.3.38. QtCore/qobjectcleanuphandler.h 2996 2997 /* 2998 * This header is architecture neutral 2999 * Please refer to the generic specification for details 3000 */ 3001 _________________________________________________________ 3002 3003 6.3.39. QtCore/qobjectdefs.h 3004 3005 /* 3006 * This header is architecture neutral 3007 * Please refer to the generic specification for details 3008 */ 3009 _________________________________________________________ 3010 3011 6.3.40. QtCore/qpair.h 3012 3013 /* 3014 * This header is architecture neutral 3015 * Please refer to the generic specification for details 3016 */ 3017 _________________________________________________________ 3018 3019 6.3.41. QtCore/qplugin.h 3020 3021 /* 3022 * This header is architecture neutral 3023 * Please refer to the generic specification for details 3024 */ 3025 _________________________________________________________ 3026 3027 6.3.42. QtCore/qpluginloader.h 3028 3029 /* 3030 * This header is architecture neutral 3031 * Please refer to the generic specification for details 3032 */ 3033 _________________________________________________________ 3034 3035 6.3.43. QtCore/qpoint.h 3036 3037 /* 3038 * This header is architecture neutral 3039 * Please refer to the generic specification for details 3040 */ 3041 _________________________________________________________ 3042 3043 6.3.44. QtCore/qprocess.h 3044 3045 /* 3046 * This header is architecture neutral 3047 * Please refer to the generic specification for details 3048 */ 3049 _________________________________________________________ 3050 3051 6.3.45. QtCore/qreadwritelock.h 3052 3053 /* 3054 * This header is architecture neutral 3055 * Please refer to the generic specification for details 3056 */ 3057 _________________________________________________________ 3058 3059 6.3.46. QtCore/qrect.h 3060 3061 /* 3062 * This header is architecture neutral 3063 * Please refer to the generic specification for details 3064 */ 3065 _________________________________________________________ 3066 3067 6.3.47. QtCore/qregexp.h 3068 3069 /* 3070 * This header is architecture neutral 3071 * Please refer to the generic specification for details 3072 */ 3073 _________________________________________________________ 3074 3075 6.3.48. QtCore/qsemaphore.h 3076 3077 /* 3078 * This header is architecture neutral 3079 * Please refer to the generic specification for details 3080 */ 3081 _________________________________________________________ 3082 3083 6.3.49. QtCore/qsettings.h 3084 3085 /* 3086 * This header is architecture neutral 3087 * Please refer to the generic specification for details 3088 */ 3089 _________________________________________________________ 3090 3091 6.3.50. QtCore/qshareddata.h 3092 3093 /* 3094 * This header is architecture neutral 3095 * Please refer to the generic specification for details 3096 */ 3097 _________________________________________________________ 3098 3099 6.3.51. QtCore/qsignalmapper.h 3100 3101 /* 3102 * This header is architecture neutral 3103 * Please refer to the generic specification for details 3104 */ 3105 _________________________________________________________ 3106 3107 6.3.52. QtCore/qsize.h 3108 3109 /* 3110 * This header is architecture neutral 3111 * Please refer to the generic specification for details 3112 */ 3113 _________________________________________________________ 3114 3115 6.3.53. QtCore/qsocketnotifier.h 3116 3117 /* 3118 * This header is architecture neutral 3119 * Please refer to the generic specification for details 3120 */ 3121 _________________________________________________________ 3122 3123 6.3.54. QtCore/qstring.h 3124 3125 /* 3126 * This header is architecture neutral 3127 * Please refer to the generic specification for details 3128 */ 3129 _________________________________________________________ 3130 3131 6.3.55. QtCore/qstringlist.h 3132 3133 /* 3134 * This header is architecture neutral 3135 * Please refer to the generic specification for details 3136 */ 3137 _________________________________________________________ 3138 3139 6.3.56. QtCore/qstringmatcher.h 3140 3141 /* 3142 * This header is architecture neutral 3143 * Please refer to the generic specification for details 3144 */ 3145 _________________________________________________________ 3146 3147 6.3.57. QtCore/qtemporaryfile.h 3148 3149 /* 3150 * This header is architecture neutral 3151 * Please refer to the generic specification for details 3152 */ 3153 _________________________________________________________ 3154 3155 6.3.58. QtCore/qtextcodec.h 3156 3157 /* 3158 * This header is architecture neutral 3159 * Please refer to the generic specification for details 3160 */ 3161 _________________________________________________________ 3162 3163 6.3.59. QtCore/qtextcodecplugin.h 3164 3165 /* 3166 * This header is architecture neutral 3167 * Please refer to the generic specification for details 3168 */ 3169 _________________________________________________________ 3170 3171 6.3.60. QtCore/qtextstream.h 3172 3173 /* 3174 * This header is architecture neutral 3175 * Please refer to the generic specification for details 3176 */ 3177 _________________________________________________________ 3178 3179 6.3.61. QtCore/qthread.h 3180 3181 /* 3182 * This header is architecture neutral 3183 * Please refer to the generic specification for details 3184 */ 3185 _________________________________________________________ 3186 3187 6.3.62. QtCore/qthreadstorage.h 3188 3189 /* 3190 * This header is architecture neutral 3191 * Please refer to the generic specification for details 3192 */ 3193 _________________________________________________________ 3194 3195 6.3.63. QtCore/qtimer.h 3196 3197 /* 3198 * This header is architecture neutral 3199 * Please refer to the generic specification for details 3200 */ 3201 _________________________________________________________ 3202 3203 6.3.64. QtCore/qtranslator.h 3204 3205 /* 3206 * This header is architecture neutral 3207 * Please refer to the generic specification for details 3208 */ 3209 _________________________________________________________ 3210 3211 6.3.65. QtCore/qurl.h 3212 3213 /* 3214 * This header is architecture neutral 3215 * Please refer to the generic specification for details 3216 */ 3217 _________________________________________________________ 3218 3219 6.3.66. QtCore/quuid.h 3220 3221 /* 3222 * This header is architecture neutral 3223 * Please refer to the generic specification for details 3224 */ 3225 _________________________________________________________ 3226 3227 6.3.67. QtCore/qvariant.h 3228 3229 /* 3230 * This header is architecture neutral 3231 * Please refer to the generic specification for details 3232 */ 3233 _________________________________________________________ 3234 3235 6.3.68. QtCore/qvector.h 3236 3237 /* 3238 * This header is architecture neutral 3239 * Please refer to the generic specification for details 3240 */ 3241 _________________________________________________________ 3242 3243 6.3.69. QtCore/qwaitcondition.h 3244 3245 /* 3246 * This header is architecture neutral 3247 * Please refer to the generic specification for details 3248 */ 3249 _________________________________________________________ 3250 3251 6.4. Interfaces for libQtGui 3252 3253 Table 6-76 defines the library name and shared object name for 3254 the libQtGui library 3255 3256 Table 6-76. libQtGui Definition 3257 Library: libQtGui 3258 SONAME: libQtGui.so.4 3259 3260 The behavior of the interfaces in this library is specified by 3261 the following specifications: 3262 3263 [QtGui] QtGui 4.1.0 3264 _________________________________________________________ 3265 3266 6.4.1. QtGui 3267 _________________________________________________________ 3268 3269 6.4.1.1. Class data for QTextObject 3270 3271 The virtual table for the QTextObject class is described by 3272 Table 6-77 3273 3274 Table 6-77. Primary vtable for QTextObject 3275 Base Offset 0 3276 Virtual Base Offset 0 3277 RTTI typeinfo for QTextObject 3278 vfunc[0]: QTextObject::metaObject() const 3279 vfunc[1]: QTextObject::qt_metacast(char const*) 3280 vfunc[2]: QTextObject::qt_metacall(QMetaObject::Call, int, 3281 void**) 3282 vfunc[3]: QTextObject::~QTextObject() 3283 vfunc[4]: QTextObject::~QTextObject() 3284 vfunc[5]: QObject::event(QEvent*) 3285 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 3286 vfunc[7]: QObject::timerEvent(QTimerEvent*) 3287 vfunc[8]: QObject::childEvent(QChildEvent*) 3288 vfunc[9]: QObject::customEvent(QEvent*) 3289 vfunc[10]: QObject::connectNotify(char const*) 3290 vfunc[11]: QObject::disconnectNotify(char const*) 3291 3292 The Run Time Type Information for the QTextObject class is 3293 described by Table 6-78 3294 3295 Table 6-78. typeinfo for QTextObject 3296 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3297 Name typeinfo name for QTextObject 3298 basetype: typeinfo for QObject 3299 _________________________________________________________ 3300 3301 6.4.1.2. Class data for QTextBlockGroup 3302 3303 The virtual table for the QTextBlockGroup class is described 3304 by Table 6-79 3305 3306 Table 6-79. Primary vtable for QTextBlockGroup 3307 Base Offset 0 3308 Virtual Base Offset 0 3309 RTTI typeinfo for QTextBlockGroup 3310 vfunc[0]: QTextBlockGroup::metaObject() const 3311 vfunc[1]: QTextBlockGroup::qt_metacast(char const*) 3312 vfunc[2]: QTextBlockGroup::qt_metacall(QMetaObject::Call, int, 3313 void**) 3314 vfunc[3]: QTextBlockGroup::~QTextBlockGroup() 3315 vfunc[4]: QTextBlockGroup::~QTextBlockGroup() 3316 vfunc[5]: QObject::event(QEvent*) 3317 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 3318 vfunc[7]: QObject::timerEvent(QTimerEvent*) 3319 vfunc[8]: QObject::childEvent(QChildEvent*) 3320 vfunc[9]: QObject::customEvent(QEvent*) 3321 vfunc[10]: QObject::connectNotify(char const*) 3322 vfunc[11]: QObject::disconnectNotify(char const*) 3323 vfunc[12]: QTextBlockGroup::blockInserted(QTextBlock const&) 3324 vfunc[13]: QTextBlockGroup::blockRemoved(QTextBlock const&) 3325 vfunc[14]: QTextBlockGroup::blockFormatChanged(QTextBlock 3326 const&) 3327 3328 The Run Time Type Information for the QTextBlockGroup class is 3329 described by Table 6-80 3330 3331 Table 6-80. typeinfo for QTextBlockGroup 3332 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3333 Name typeinfo name for QTextBlockGroup 3334 basetype: typeinfo for QTextObject 3335 _________________________________________________________ 3336 3337 6.4.1.3. Class data for QTextFrameLayoutData 3338 3339 The virtual table for the QTextFrameLayoutData class is 3340 described by Table 6-81 3341 3342 Table 6-81. Primary vtable for QTextFrameLayoutData 3343 Base Offset 0 3344 Virtual Base Offset 0 3345 RTTI typeinfo for QTextFrameLayoutData 3346 vfunc[0]: QTextFrameLayoutData::~QTextFrameLayoutData() 3347 vfunc[1]: QTextFrameLayoutData::~QTextFrameLayoutData() 3348 3349 The Run Time Type Information for the QTextFrameLayoutData 3350 class is described by Table 6-82 3351 3352 Table 6-82. typeinfo for QTextFrameLayoutData 3353 Base Vtable vtable for __cxxabiv1::__class_type_info 3354 Name typeinfo name for QTextFrameLayoutData 3355 _________________________________________________________ 3356 3357 6.4.1.4. Class data for QTextFrame 3358 3359 The virtual table for the QTextFrame class is described by 3360 Table 6-83 3361 3362 Table 6-83. Primary vtable for QTextFrame 3363 Base Offset 0 3364 Virtual Base Offset 0 3365 RTTI typeinfo for QTextFrame 3366 vfunc[0]: QTextFrame::metaObject() const 3367 vfunc[1]: QTextFrame::qt_metacast(char const*) 3368 vfunc[2]: QTextFrame::qt_metacall(QMetaObject::Call, int, 3369 void**) 3370 vfunc[3]: QTextFrame::~QTextFrame() 3371 vfunc[4]: QTextFrame::~QTextFrame() 3372 vfunc[5]: QObject::event(QEvent*) 3373 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 3374 vfunc[7]: QObject::timerEvent(QTimerEvent*) 3375 vfunc[8]: QObject::childEvent(QChildEvent*) 3376 vfunc[9]: QObject::customEvent(QEvent*) 3377 vfunc[10]: QObject::connectNotify(char const*) 3378 vfunc[11]: QObject::disconnectNotify(char const*) 3379 3380 The Run Time Type Information for the QTextFrame class is 3381 described by Table 6-84 3382 3383 Table 6-84. typeinfo for QTextFrame 3384 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3385 Name typeinfo name for QTextFrame 3386 basetype: typeinfo for QTextObject 3387 _________________________________________________________ 3388 3389 6.4.1.5. Class data for QTextBlockUserData 3390 3391 The virtual table for the QTextBlockUserData class is 3392 described by Table 6-85 3393 3394 Table 6-85. Primary vtable for QTextBlockUserData 3395 Base Offset 0 3396 Virtual Base Offset 0 3397 RTTI typeinfo for QTextBlockUserData 3398 vfunc[0]: QTextBlockUserData::~QTextBlockUserData() 3399 vfunc[1]: QTextBlockUserData::~QTextBlockUserData() 3400 3401 The Run Time Type Information for the QTextBlockUserData class 3402 is described by Table 6-86 3403 3404 Table 6-86. typeinfo for QTextBlockUserData 3405 Base Vtable vtable for __cxxabiv1::__class_type_info 3406 Name typeinfo name for QTextBlockUserData 3407 _________________________________________________________ 3408 3409 6.4.1.6. Class data for QTextDocument 3410 3411 The virtual table for the QTextDocument class is described by 3412 Table 6-87 3413 3414 Table 6-87. Primary vtable for QTextDocument 3415 Base Offset 0 3416 Virtual Base Offset 0 3417 RTTI typeinfo for QTextDocument 3418 vfunc[0]: QTextDocument::metaObject() const 3419 vfunc[1]: QTextDocument::qt_metacast(char const*) 3420 vfunc[2]: QTextDocument::qt_metacall(QMetaObject::Call, int, 3421 void**) 3422 vfunc[3]: QTextDocument::~QTextDocument() 3423 vfunc[4]: QTextDocument::~QTextDocument() 3424 vfunc[5]: QObject::event(QEvent*) 3425 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 3426 vfunc[7]: QObject::timerEvent(QTimerEvent*) 3427 vfunc[8]: QObject::childEvent(QChildEvent*) 3428 vfunc[9]: QObject::customEvent(QEvent*) 3429 vfunc[10]: QObject::connectNotify(char const*) 3430 vfunc[11]: QObject::disconnectNotify(char const*) 3431 vfunc[12]: QTextDocument::clear() 3432 vfunc[13]: QTextDocument::createObject(QTextFormat const&) 3433 vfunc[14]: QTextDocument::loadResource(int, QUrl const&) 3434 3435 The Run Time Type Information for the QTextDocument class is 3436 described by Table 6-88 3437 3438 Table 6-88. typeinfo for QTextDocument 3439 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3440 Name typeinfo name for QTextDocument 3441 basetype: typeinfo for QObject 3442 _________________________________________________________ 3443 3444 6.4.1.7. Class data for QTextTable 3445 3446 The virtual table for the QTextTable class is described by 3447 Table 6-89 3448 3449 Table 6-89. Primary vtable for QTextTable 3450 Base Offset 0 3451 Virtual Base Offset 0 3452 RTTI typeinfo for QTextTable 3453 vfunc[0]: QTextTable::metaObject() const 3454 vfunc[1]: QTextTable::qt_metacast(char const*) 3455 vfunc[2]: QTextTable::qt_metacall(QMetaObject::Call, int, 3456 void**) 3457 vfunc[3]: QTextTable::~QTextTable() 3458 vfunc[4]: QTextTable::~QTextTable() 3459 vfunc[5]: QObject::event(QEvent*) 3460 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 3461 vfunc[7]: QObject::timerEvent(QTimerEvent*) 3462 vfunc[8]: QObject::childEvent(QChildEvent*) 3463 vfunc[9]: QObject::customEvent(QEvent*) 3464 vfunc[10]: QObject::connectNotify(char const*) 3465 vfunc[11]: QObject::disconnectNotify(char const*) 3466 3467 The Run Time Type Information for the QTextTable class is 3468 described by Table 6-90 3469 3470 Table 6-90. typeinfo for QTextTable 3471 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3472 Name typeinfo name for QTextTable 3473 basetype: typeinfo for QTextFrame 3474 _________________________________________________________ 3475 3476 6.4.1.8. Class data for QMimeSource 3477 3478 The virtual table for the QMimeSource class is described by 3479 Table 6-91 3480 3481 Table 6-91. Primary vtable for QMimeSource 3482 Base Offset 0 3483 Virtual Base Offset 0 3484 RTTI typeinfo for QMimeSource 3485 vfunc[0]: QMimeSource::~QMimeSource() 3486 vfunc[1]: QMimeSource::~QMimeSource() 3487 vfunc[2]: __cxa_pure_virtual 3488 vfunc[3]: QMimeSource::provides(char const*) const 3489 vfunc[4]: __cxa_pure_virtual 3490 3491 The Run Time Type Information for the QMimeSource class is 3492 described by Table 6-92 3493 3494 Table 6-92. typeinfo for QMimeSource 3495 Base Vtable vtable for __cxxabiv1::__class_type_info 3496 Name typeinfo name for QMimeSource 3497 _________________________________________________________ 3498 3499 6.4.1.9. Class data for QDrag 3500 3501 The virtual table for the QDrag class is described by Table 3502 6-93 3503 3504 Table 6-93. Primary vtable for QDrag 3505 Base Offset 0 3506 Virtual Base Offset 0 3507 RTTI typeinfo for QDrag 3508 vfunc[0]: QDrag::metaObject() const 3509 vfunc[1]: QDrag::qt_metacast(char const*) 3510 vfunc[2]: QDrag::qt_metacall(QMetaObject::Call, int, void**) 3511 vfunc[3]: QDrag::~QDrag() 3512 vfunc[4]: QDrag::~QDrag() 3513 vfunc[5]: QObject::event(QEvent*) 3514 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 3515 vfunc[7]: QObject::timerEvent(QTimerEvent*) 3516 vfunc[8]: QObject::childEvent(QChildEvent*) 3517 vfunc[9]: QObject::customEvent(QEvent*) 3518 vfunc[10]: QObject::connectNotify(char const*) 3519 vfunc[11]: QObject::disconnectNotify(char const*) 3520 3521 The Run Time Type Information for the QDrag class is described 3522 by Table 6-94 3523 3524 Table 6-94. typeinfo for QDrag 3525 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3526 Name typeinfo name for QDrag 3527 basetype: typeinfo for QObject 3528 _________________________________________________________ 3529 3530 6.4.1.10. Class data for QInputEvent 3531 3532 The virtual table for the QInputEvent class is described by 3533 Table 6-95 3534 3535 Table 6-95. Primary vtable for QInputEvent 3536 Base Offset 0 3537 Virtual Base Offset 0 3538 RTTI typeinfo for QInputEvent 3539 vfunc[0]: QInputEvent::~QInputEvent() 3540 vfunc[1]: QInputEvent::~QInputEvent() 3541 3542 The Run Time Type Information for the QInputEvent class is 3543 described by Table 6-96 3544 3545 Table 6-96. typeinfo for QInputEvent 3546 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3547 Name typeinfo name for QInputEvent 3548 basetype: typeinfo for QEvent 3549 _________________________________________________________ 3550 3551 6.4.1.11. Class data for QMouseEvent 3552 3553 The virtual table for the QMouseEvent class is described by 3554 Table 6-97 3555 3556 Table 6-97. Primary vtable for QMouseEvent 3557 Base Offset 0 3558 Virtual Base Offset 0 3559 RTTI typeinfo for QMouseEvent 3560 vfunc[0]: QMouseEvent::~QMouseEvent() 3561 vfunc[1]: QMouseEvent::~QMouseEvent() 3562 3563 The Run Time Type Information for the QMouseEvent class is 3564 described by Table 6-98 3565 3566 Table 6-98. typeinfo for QMouseEvent 3567 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3568 Name typeinfo name for QMouseEvent 3569 basetype: typeinfo for QInputEvent 3570 _________________________________________________________ 3571 3572 6.4.1.12. Class data for QHoverEvent 3573 3574 The virtual table for the QHoverEvent class is described by 3575 Table 6-99 3576 3577 Table 6-99. Primary vtable for QHoverEvent 3578 Base Offset 0 3579 Virtual Base Offset 0 3580 RTTI typeinfo for QHoverEvent 3581 vfunc[0]: QHoverEvent::~QHoverEvent() 3582 vfunc[1]: QHoverEvent::~QHoverEvent() 3583 3584 The Run Time Type Information for the QHoverEvent class is 3585 described by Table 6-100 3586 3587 Table 6-100. typeinfo for QHoverEvent 3588 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3589 Name typeinfo name for QHoverEvent 3590 basetype: typeinfo for QEvent 3591 _________________________________________________________ 3592 3593 6.4.1.13. Class data for QWheelEvent 3594 3595 The virtual table for the QWheelEvent class is described by 3596 Table 6-101 3597 3598 Table 6-101. Primary vtable for QWheelEvent 3599 Base Offset 0 3600 Virtual Base Offset 0 3601 RTTI typeinfo for QWheelEvent 3602 vfunc[0]: QWheelEvent::~QWheelEvent() 3603 vfunc[1]: QWheelEvent::~QWheelEvent() 3604 3605 The Run Time Type Information for the QWheelEvent class is 3606 described by Table 6-102 3607 3608 Table 6-102. typeinfo for QWheelEvent 3609 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3610 Name typeinfo name for QWheelEvent 3611 basetype: typeinfo for QInputEvent 3612 _________________________________________________________ 3613 3614 6.4.1.14. Class data for QTabletEvent 3615 3616 The virtual table for the QTabletEvent class is described by 3617 Table 6-103 3618 3619 Table 6-103. Primary vtable for QTabletEvent 3620 Base Offset 0 3621 Virtual Base Offset 0 3622 RTTI typeinfo for QTabletEvent 3623 vfunc[0]: QTabletEvent::~QTabletEvent() 3624 vfunc[1]: QTabletEvent::~QTabletEvent() 3625 3626 The Run Time Type Information for the QTabletEvent class is 3627 described by Table 6-104 3628 3629 Table 6-104. typeinfo for QTabletEvent 3630 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3631 Name typeinfo name for QTabletEvent 3632 basetype: typeinfo for QInputEvent 3633 _________________________________________________________ 3634 3635 6.4.1.15. Class data for QKeyEvent 3636 3637 The virtual table for the QKeyEvent class is described by 3638 Table 6-105 3639 3640 Table 6-105. Primary vtable for QKeyEvent 3641 Base Offset 0 3642 Virtual Base Offset 0 3643 RTTI typeinfo for QKeyEvent 3644 vfunc[0]: QKeyEvent::~QKeyEvent() 3645 vfunc[1]: QKeyEvent::~QKeyEvent() 3646 3647 The Run Time Type Information for the QKeyEvent class is 3648 described by Table 6-106 3649 3650 Table 6-106. typeinfo for QKeyEvent 3651 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3652 Name typeinfo name for QKeyEvent 3653 basetype: typeinfo for QInputEvent 3654 _________________________________________________________ 3655 3656 6.4.1.16. Class data for QFocusEvent 3657 3658 The virtual table for the QFocusEvent class is described by 3659 Table 6-107 3660 3661 Table 6-107. Primary vtable for QFocusEvent 3662 Base Offset 0 3663 Virtual Base Offset 0 3664 RTTI typeinfo for QFocusEvent 3665 vfunc[0]: QFocusEvent::~QFocusEvent() 3666 vfunc[1]: QFocusEvent::~QFocusEvent() 3667 3668 The Run Time Type Information for the QFocusEvent class is 3669 described by Table 6-108 3670 3671 Table 6-108. typeinfo for QFocusEvent 3672 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3673 Name typeinfo name for QFocusEvent 3674 basetype: typeinfo for QEvent 3675 _________________________________________________________ 3676 3677 6.4.1.17. Class data for QPaintEvent 3678 3679 The virtual table for the QPaintEvent class is described by 3680 Table 6-109 3681 3682 Table 6-109. Primary vtable for QPaintEvent 3683 Base Offset 0 3684 Virtual Base Offset 0 3685 RTTI typeinfo for QPaintEvent 3686 vfunc[0]: QPaintEvent::~QPaintEvent() 3687 vfunc[1]: QPaintEvent::~QPaintEvent() 3688 3689 The Run Time Type Information for the QPaintEvent class is 3690 described by Table 6-110 3691 3692 Table 6-110. typeinfo for QPaintEvent 3693 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3694 Name typeinfo name for QPaintEvent 3695 basetype: typeinfo for QEvent 3696 _________________________________________________________ 3697 3698 6.4.1.18. Class data for QMoveEvent 3699 3700 The virtual table for the QMoveEvent class is described by 3701 Table 6-111 3702 3703 Table 6-111. Primary vtable for QMoveEvent 3704 Base Offset 0 3705 Virtual Base Offset 0 3706 RTTI typeinfo for QMoveEvent 3707 vfunc[0]: QMoveEvent::~QMoveEvent() 3708 vfunc[1]: QMoveEvent::~QMoveEvent() 3709 3710 The Run Time Type Information for the QMoveEvent class is 3711 described by Table 6-112 3712 3713 Table 6-112. typeinfo for QMoveEvent 3714 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3715 Name typeinfo name for QMoveEvent 3716 basetype: typeinfo for QEvent 3717 _________________________________________________________ 3718 3719 6.4.1.19. Class data for QResizeEvent 3720 3721 The virtual table for the QResizeEvent class is described by 3722 Table 6-113 3723 3724 Table 6-113. Primary vtable for QResizeEvent 3725 Base Offset 0 3726 Virtual Base Offset 0 3727 RTTI typeinfo for QResizeEvent 3728 vfunc[0]: QResizeEvent::~QResizeEvent() 3729 vfunc[1]: QResizeEvent::~QResizeEvent() 3730 3731 The Run Time Type Information for the QResizeEvent class is 3732 described by Table 6-114 3733 3734 Table 6-114. typeinfo for QResizeEvent 3735 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3736 Name typeinfo name for QResizeEvent 3737 basetype: typeinfo for QEvent 3738 _________________________________________________________ 3739 3740 6.4.1.20. Class data for QCloseEvent 3741 3742 The virtual table for the QCloseEvent class is described by 3743 Table 6-115 3744 3745 Table 6-115. Primary vtable for QCloseEvent 3746 Base Offset 0 3747 Virtual Base Offset 0 3748 RTTI typeinfo for QCloseEvent 3749 vfunc[0]: QCloseEvent::~QCloseEvent() 3750 vfunc[1]: QCloseEvent::~QCloseEvent() 3751 3752 The Run Time Type Information for the QCloseEvent class is 3753 described by Table 6-116 3754 3755 Table 6-116. typeinfo for QCloseEvent 3756 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3757 Name typeinfo name for QCloseEvent 3758 basetype: typeinfo for QEvent 3759 _________________________________________________________ 3760 3761 6.4.1.21. Class data for QIconDragEvent 3762 3763 The virtual table for the QIconDragEvent class is described by 3764 Table 6-117 3765 3766 Table 6-117. Primary vtable for QIconDragEvent 3767 Base Offset 0 3768 Virtual Base Offset 0 3769 RTTI typeinfo for QIconDragEvent 3770 vfunc[0]: QIconDragEvent::~QIconDragEvent() 3771 vfunc[1]: QIconDragEvent::~QIconDragEvent() 3772 3773 The Run Time Type Information for the QIconDragEvent class is 3774 described by Table 6-118 3775 3776 Table 6-118. typeinfo for QIconDragEvent 3777 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3778 Name typeinfo name for QIconDragEvent 3779 basetype: typeinfo for QEvent 3780 _________________________________________________________ 3781 3782 6.4.1.22. Class data for QShowEvent 3783 3784 The virtual table for the QShowEvent class is described by 3785 Table 6-119 3786 3787 Table 6-119. Primary vtable for QShowEvent 3788 Base Offset 0 3789 Virtual Base Offset 0 3790 RTTI typeinfo for QShowEvent 3791 vfunc[0]: QShowEvent::~QShowEvent() 3792 vfunc[1]: QShowEvent::~QShowEvent() 3793 3794 The Run Time Type Information for the QShowEvent class is 3795 described by Table 6-120 3796 3797 Table 6-120. typeinfo for QShowEvent 3798 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3799 Name typeinfo name for QShowEvent 3800 basetype: typeinfo for QEvent 3801 _________________________________________________________ 3802 3803 6.4.1.23. Class data for QHideEvent 3804 3805 The virtual table for the QHideEvent class is described by 3806 Table 6-121 3807 3808 Table 6-121. Primary vtable for QHideEvent 3809 Base Offset 0 3810 Virtual Base Offset 0 3811 RTTI typeinfo for QHideEvent 3812 vfunc[0]: QHideEvent::~QHideEvent() 3813 vfunc[1]: QHideEvent::~QHideEvent() 3814 3815 The Run Time Type Information for the QHideEvent class is 3816 described by Table 6-122 3817 3818 Table 6-122. typeinfo for QHideEvent 3819 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3820 Name typeinfo name for QHideEvent 3821 basetype: typeinfo for QEvent 3822 _________________________________________________________ 3823 3824 6.4.1.24. Class data for QContextMenuEvent 3825 3826 The virtual table for the QContextMenuEvent class is described 3827 by Table 6-123 3828 3829 Table 6-123. Primary vtable for QContextMenuEvent 3830 Base Offset 0 3831 Virtual Base Offset 0 3832 RTTI typeinfo for QContextMenuEvent 3833 vfunc[0]: QContextMenuEvent::~QContextMenuEvent() 3834 vfunc[1]: QContextMenuEvent::~QContextMenuEvent() 3835 3836 The Run Time Type Information for the QContextMenuEvent class 3837 is described by Table 6-124 3838 3839 Table 6-124. typeinfo for QContextMenuEvent 3840 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3841 Name typeinfo name for QContextMenuEvent 3842 basetype: typeinfo for QInputEvent 3843 _________________________________________________________ 3844 3845 6.4.1.25. Class data for QInputMethodEvent 3846 3847 The virtual table for the QInputMethodEvent class is described 3848 by Table 6-125 3849 3850 Table 6-125. Primary vtable for QInputMethodEvent 3851 Base Offset 0 3852 Virtual Base Offset 0 3853 RTTI typeinfo for QInputMethodEvent 3854 vfunc[0]: QInputMethodEvent::~QInputMethodEvent() 3855 vfunc[1]: QInputMethodEvent::~QInputMethodEvent() 3856 3857 The Run Time Type Information for the QInputMethodEvent class 3858 is described by Table 6-126 3859 3860 Table 6-126. typeinfo for QInputMethodEvent 3861 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3862 Name typeinfo name for QInputMethodEvent 3863 basetype: typeinfo for QEvent 3864 _________________________________________________________ 3865 3866 6.4.1.26. Class data for QDropEvent 3867 3868 The virtual table for the QDropEvent class is described by 3869 Table 6-127 3870 3871 Table 6-127. Primary vtable for QDropEvent 3872 Base Offset 0 3873 Virtual Base Offset 0 3874 RTTI typeinfo for QDropEvent 3875 vfunc[0]: QDropEvent::~QDropEvent() 3876 vfunc[1]: QDropEvent::~QDropEvent() 3877 vfunc[2]: QDropEvent::format(int) const 3878 vfunc[3]: QDropEvent::encodedData(char const*) const 3879 vfunc[4]: QDropEvent::provides(char const*) const 3880 3881 Table 6-128. Secondary vtable for QDropEvent 3882 Base Offset -12 3883 Virtual Base Offset 0 3884 RTTI typeinfo for QDropEvent 3885 vfunc[0]: non-virtual thunk to QDropEvent::~QDropEvent() 3886 vfunc[1]: non-virtual thunk to QDropEvent::~QDropEvent() 3887 vfunc[2]: non-virtual thunk to QDropEvent::format(int) const 3888 vfunc[3]: non-virtual thunk to QDropEvent::provides(char 3889 const*) const 3890 vfunc[4]: non-virtual thunk to QDropEvent::encodedData(char 3891 const*) const 3892 3893 The Run Time Type Information for the QDropEvent class is 3894 described by Table 6-129 3895 3896 Table 6-129. typeinfo for QDropEvent 3897 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 3898 Name typeinfo name for QDropEvent 3899 flags: 0 3900 basetype: typeinfo for QEvent 2 3901 basetype: typeinfo for QMimeSource 3074 3902 _________________________________________________________ 3903 3904 6.4.1.27. Class data for QDragMoveEvent 3905 3906 The virtual table for the QDragMoveEvent class is described by 3907 Table 6-130 3908 3909 Table 6-130. Primary vtable for QDragMoveEvent 3910 Base Offset 0 3911 Virtual Base Offset 0 3912 RTTI typeinfo for QDragMoveEvent 3913 vfunc[0]: QDragMoveEvent::~QDragMoveEvent() 3914 vfunc[1]: QDragMoveEvent::~QDragMoveEvent() 3915 vfunc[2]: QDropEvent::format(int) const 3916 vfunc[3]: QDropEvent::encodedData(char const*) const 3917 vfunc[4]: QDropEvent::provides(char const*) const 3918 3919 Table 6-131. Secondary vtable for QDragMoveEvent 3920 Base Offset -12 3921 Virtual Base Offset 0 3922 RTTI typeinfo for QDragMoveEvent 3923 vfunc[0]: non-virtual thunk to 3924 QDragMoveEvent::~QDragMoveEvent() 3925 vfunc[1]: non-virtual thunk to 3926 QDragMoveEvent::~QDragMoveEvent() 3927 vfunc[2]: non-virtual thunk to QDropEvent::format(int) const 3928 vfunc[3]: non-virtual thunk to QDropEvent::provides(char 3929 const*) const 3930 vfunc[4]: non-virtual thunk to QDropEvent::encodedData(char 3931 const*) const 3932 3933 The Run Time Type Information for the QDragMoveEvent class is 3934 described by Table 6-132 3935 3936 Table 6-132. typeinfo for QDragMoveEvent 3937 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3938 Name typeinfo name for QDragMoveEvent 3939 basetype: typeinfo for QDropEvent 3940 _________________________________________________________ 3941 3942 6.4.1.28. Class data for QDragEnterEvent 3943 3944 The virtual table for the QDragEnterEvent class is described 3945 by Table 6-133 3946 3947 Table 6-133. Primary vtable for QDragEnterEvent 3948 Base Offset 0 3949 Virtual Base Offset 0 3950 RTTI typeinfo for QDragEnterEvent 3951 vfunc[0]: QDragEnterEvent::~QDragEnterEvent() 3952 vfunc[1]: QDragEnterEvent::~QDragEnterEvent() 3953 vfunc[2]: QDropEvent::format(int) const 3954 vfunc[3]: QDropEvent::encodedData(char const*) const 3955 vfunc[4]: QDropEvent::provides(char const*) const 3956 3957 Table 6-134. Secondary vtable for QDragEnterEvent 3958 Base Offset -12 3959 Virtual Base Offset 0 3960 RTTI typeinfo for QDragEnterEvent 3961 vfunc[0]: non-virtual thunk to 3962 QDragEnterEvent::~QDragEnterEvent() 3963 vfunc[1]: non-virtual thunk to 3964 QDragEnterEvent::~QDragEnterEvent() 3965 vfunc[2]: non-virtual thunk to QDropEvent::format(int) const 3966 vfunc[3]: non-virtual thunk to QDropEvent::provides(char 3967 const*) const 3968 vfunc[4]: non-virtual thunk to QDropEvent::encodedData(char 3969 const*) const 3970 3971 The Run Time Type Information for the QDragEnterEvent class is 3972 described by Table 6-135 3973 3974 Table 6-135. typeinfo for QDragEnterEvent 3975 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3976 Name typeinfo name for QDragEnterEvent 3977 basetype: typeinfo for QDragMoveEvent 3978 _________________________________________________________ 3979 3980 6.4.1.29. Class data for QDragResponseEvent 3981 3982 The virtual table for the QDragResponseEvent class is 3983 described by Table 6-136 3984 3985 Table 6-136. Primary vtable for QDragResponseEvent 3986 Base Offset 0 3987 Virtual Base Offset 0 3988 RTTI typeinfo for QDragResponseEvent 3989 vfunc[0]: QDragResponseEvent::~QDragResponseEvent() 3990 vfunc[1]: QDragResponseEvent::~QDragResponseEvent() 3991 3992 The Run Time Type Information for the QDragResponseEvent class 3993 is described by Table 6-137 3994 3995 Table 6-137. typeinfo for QDragResponseEvent 3996 Base Vtable vtable for __cxxabiv1::__si_class_type_info 3997 Name typeinfo name for QDragResponseEvent 3998 basetype: typeinfo for QEvent 3999 _________________________________________________________ 4000 4001 6.4.1.30. Class data for QDragLeaveEvent 4002 4003 The virtual table for the QDragLeaveEvent class is described 4004 by Table 6-138 4005 4006 Table 6-138. Primary vtable for QDragLeaveEvent 4007 Base Offset 0 4008 Virtual Base Offset 0 4009 RTTI typeinfo for QDragLeaveEvent 4010 vfunc[0]: QDragLeaveEvent::~QDragLeaveEvent() 4011 vfunc[1]: QDragLeaveEvent::~QDragLeaveEvent() 4012 4013 The Run Time Type Information for the QDragLeaveEvent class is 4014 described by Table 6-139 4015 4016 Table 6-139. typeinfo for QDragLeaveEvent 4017 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4018 Name typeinfo name for QDragLeaveEvent 4019 basetype: typeinfo for QEvent 4020 _________________________________________________________ 4021 4022 6.4.1.31. Class data for QHelpEvent 4023 4024 The virtual table for the QHelpEvent class is described by 4025 Table 6-140 4026 4027 Table 6-140. Primary vtable for QHelpEvent 4028 Base Offset 0 4029 Virtual Base Offset 0 4030 RTTI typeinfo for QHelpEvent 4031 vfunc[0]: QHelpEvent::~QHelpEvent() 4032 vfunc[1]: QHelpEvent::~QHelpEvent() 4033 4034 The Run Time Type Information for the QHelpEvent class is 4035 described by Table 6-141 4036 4037 Table 6-141. typeinfo for QHelpEvent 4038 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4039 Name typeinfo name for QHelpEvent 4040 basetype: typeinfo for QEvent 4041 _________________________________________________________ 4042 4043 6.4.1.32. Class data for QStatusTipEvent 4044 4045 The virtual table for the QStatusTipEvent class is described 4046 by Table 6-142 4047 4048 Table 6-142. Primary vtable for QStatusTipEvent 4049 Base Offset 0 4050 Virtual Base Offset 0 4051 RTTI typeinfo for QStatusTipEvent 4052 vfunc[0]: QStatusTipEvent::~QStatusTipEvent() 4053 vfunc[1]: QStatusTipEvent::~QStatusTipEvent() 4054 4055 The Run Time Type Information for the QStatusTipEvent class is 4056 described by Table 6-143 4057 4058 Table 6-143. typeinfo for QStatusTipEvent 4059 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4060 Name typeinfo name for QStatusTipEvent 4061 basetype: typeinfo for QEvent 4062 _________________________________________________________ 4063 4064 6.4.1.33. Class data for QWhatsThisClickedEvent 4065 4066 The virtual table for the QWhatsThisClickedEvent class is 4067 described by Table 6-144 4068 4069 Table 6-144. Primary vtable for QWhatsThisClickedEvent 4070 Base Offset 0 4071 Virtual Base Offset 0 4072 RTTI typeinfo for QWhatsThisClickedEvent 4073 vfunc[0]: QWhatsThisClickedEvent::~QWhatsThisClickedEvent() 4074 vfunc[1]: QWhatsThisClickedEvent::~QWhatsThisClickedEvent() 4075 4076 The Run Time Type Information for the QWhatsThisClickedEvent 4077 class is described by Table 6-145 4078 4079 Table 6-145. typeinfo for QWhatsThisClickedEvent 4080 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4081 Name typeinfo name for QWhatsThisClickedEvent 4082 basetype: typeinfo for QEvent 4083 _________________________________________________________ 4084 4085 6.4.1.34. Class data for QActionEvent 4086 4087 The virtual table for the QActionEvent class is described by 4088 Table 6-146 4089 4090 Table 6-146. Primary vtable for QActionEvent 4091 Base Offset 0 4092 Virtual Base Offset 0 4093 RTTI typeinfo for QActionEvent 4094 vfunc[0]: QActionEvent::~QActionEvent() 4095 vfunc[1]: QActionEvent::~QActionEvent() 4096 4097 The Run Time Type Information for the QActionEvent class is 4098 described by Table 6-147 4099 4100 Table 6-147. typeinfo for QActionEvent 4101 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4102 Name typeinfo name for QActionEvent 4103 basetype: typeinfo for QEvent 4104 _________________________________________________________ 4105 4106 6.4.1.35. Class data for QFileOpenEvent 4107 4108 The virtual table for the QFileOpenEvent class is described by 4109 Table 6-148 4110 4111 Table 6-148. Primary vtable for QFileOpenEvent 4112 Base Offset 0 4113 Virtual Base Offset 0 4114 RTTI typeinfo for QFileOpenEvent 4115 vfunc[0]: QFileOpenEvent::~QFileOpenEvent() 4116 vfunc[1]: QFileOpenEvent::~QFileOpenEvent() 4117 4118 The Run Time Type Information for the QFileOpenEvent class is 4119 described by Table 6-149 4120 4121 Table 6-149. typeinfo for QFileOpenEvent 4122 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4123 Name typeinfo name for QFileOpenEvent 4124 basetype: typeinfo for QEvent 4125 _________________________________________________________ 4126 4127 6.4.1.36. Class data for QToolBarChangeEvent 4128 4129 The virtual table for the QToolBarChangeEvent class is 4130 described by Table 6-150 4131 4132 Table 6-150. Primary vtable for QToolBarChangeEvent 4133 Base Offset 0 4134 Virtual Base Offset 0 4135 RTTI typeinfo for QToolBarChangeEvent 4136 vfunc[0]: QToolBarChangeEvent::~QToolBarChangeEvent() 4137 vfunc[1]: QToolBarChangeEvent::~QToolBarChangeEvent() 4138 4139 The Run Time Type Information for the QToolBarChangeEvent 4140 class is described by Table 6-151 4141 4142 Table 6-151. typeinfo for QToolBarChangeEvent 4143 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4144 Name typeinfo name for QToolBarChangeEvent 4145 basetype: typeinfo for QEvent 4146 _________________________________________________________ 4147 4148 6.4.1.37. Class data for QShortcutEvent 4149 4150 The virtual table for the QShortcutEvent class is described by 4151 Table 6-152 4152 4153 Table 6-152. Primary vtable for QShortcutEvent 4154 Base Offset 0 4155 Virtual Base Offset 0 4156 RTTI typeinfo for QShortcutEvent 4157 vfunc[0]: QShortcutEvent::~QShortcutEvent() 4158 vfunc[1]: QShortcutEvent::~QShortcutEvent() 4159 4160 The Run Time Type Information for the QShortcutEvent class is 4161 described by Table 6-153 4162 4163 Table 6-153. typeinfo for QShortcutEvent 4164 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4165 Name typeinfo name for QShortcutEvent 4166 basetype: typeinfo for QEvent 4167 _________________________________________________________ 4168 4169 6.4.1.38. Class data for QClipboardEvent 4170 4171 The virtual table for the QClipboardEvent class is described 4172 by Table 6-154 4173 4174 Table 6-154. Primary vtable for QClipboardEvent 4175 Base Offset 0 4176 Virtual Base Offset 0 4177 RTTI typeinfo for QClipboardEvent 4178 vfunc[0]: QClipboardEvent::~QClipboardEvent() 4179 vfunc[1]: QClipboardEvent::~QClipboardEvent() 4180 4181 The Run Time Type Information for the QClipboardEvent class is 4182 described by Table 6-155 4183 4184 Table 6-155. typeinfo for QClipboardEvent 4185 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4186 Name typeinfo name for QClipboardEvent 4187 basetype: typeinfo for QEvent 4188 _________________________________________________________ 4189 4190 6.4.1.39. Class data for QWindowStateChangeEvent 4191 4192 The virtual table for the QWindowStateChangeEvent class is 4193 described by Table 6-156 4194 4195 Table 6-156. Primary vtable for QWindowStateChangeEvent 4196 Base Offset 0 4197 Virtual Base Offset 0 4198 RTTI typeinfo for QWindowStateChangeEvent 4199 vfunc[0]: QWindowStateChangeEvent::~QWindowStateChangeEvent() 4200 vfunc[1]: QWindowStateChangeEvent::~QWindowStateChangeEvent() 4201 4202 The Run Time Type Information for the QWindowStateChangeEvent 4203 class is described by Table 6-157 4204 4205 Table 6-157. typeinfo for QWindowStateChangeEvent 4206 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4207 Name typeinfo name for QWindowStateChangeEvent 4208 basetype: typeinfo for QEvent 4209 _________________________________________________________ 4210 4211 6.4.1.40. Class data for QMenubarUpdatedEvent 4212 4213 The virtual table for the QMenubarUpdatedEvent class is 4214 described by Table 6-158 4215 4216 Table 6-158. Primary vtable for QMenubarUpdatedEvent 4217 Base Offset 0 4218 Virtual Base Offset 0 4219 RTTI typeinfo for QMenubarUpdatedEvent 4220 vfunc[0]: QMenubarUpdatedEvent::~QMenubarUpdatedEvent() 4221 vfunc[1]: QMenubarUpdatedEvent::~QMenubarUpdatedEvent() 4222 4223 The Run Time Type Information for the QMenubarUpdatedEvent 4224 class is described by Table 6-159 4225 4226 Table 6-159. typeinfo for QMenubarUpdatedEvent 4227 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4228 Name typeinfo name for QMenubarUpdatedEvent 4229 basetype: typeinfo for QEvent 4230 _________________________________________________________ 4231 4232 6.4.1.41. Class data for QTextList 4233 4234 The virtual table for the QTextList class is described by 4235 Table 6-160 4236 4237 Table 6-160. Primary vtable for QTextList 4238 Base Offset 0 4239 Virtual Base Offset 0 4240 RTTI typeinfo for QTextList 4241 vfunc[0]: QTextList::metaObject() const 4242 vfunc[1]: QTextList::qt_metacast(char const*) 4243 vfunc[2]: QTextList::qt_metacall(QMetaObject::Call, int, 4244 void**) 4245 vfunc[3]: QTextList::~QTextList() 4246 vfunc[4]: QTextList::~QTextList() 4247 vfunc[5]: QObject::event(QEvent*) 4248 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 4249 vfunc[7]: QObject::timerEvent(QTimerEvent*) 4250 vfunc[8]: QObject::childEvent(QChildEvent*) 4251 vfunc[9]: QObject::customEvent(QEvent*) 4252 vfunc[10]: QObject::connectNotify(char const*) 4253 vfunc[11]: QObject::disconnectNotify(char const*) 4254 vfunc[12]: QTextBlockGroup::blockInserted(QTextBlock const&) 4255 vfunc[13]: QTextBlockGroup::blockRemoved(QTextBlock const&) 4256 vfunc[14]: QTextBlockGroup::blockFormatChanged(QTextBlock 4257 const&) 4258 4259 The Run Time Type Information for the QTextList class is 4260 described by Table 6-161 4261 4262 Table 6-161. typeinfo for QTextList 4263 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4264 Name typeinfo name for QTextList 4265 basetype: typeinfo for QTextBlockGroup 4266 _________________________________________________________ 4267 4268 6.4.1.42. Class data for QAbstractTextDocumentLayout 4269 4270 The virtual table for the QAbstractTextDocumentLayout class is 4271 described by Table 6-162 4272 4273 Table 6-162. Primary vtable for QAbstractTextDocumentLayout 4274 Base Offset 0 4275 Virtual Base Offset 0 4276 RTTI typeinfo for QAbstractTextDocumentLayout 4277 vfunc[0]: QAbstractTextDocumentLayout::metaObject() const 4278 vfunc[1]: QAbstractTextDocumentLayout::qt_metacast(char 4279 const*) 4280 vfunc[2]: 4281 QAbstractTextDocumentLayout::qt_metacall(QMetaObject::Call, 4282 int, void**) 4283 vfunc[3]: 4284 QAbstractTextDocumentLayout::~QAbstractTextDocumentLayout() 4285 vfunc[4]: 4286 QAbstractTextDocumentLayout::~QAbstractTextDocumentLayout() 4287 vfunc[5]: QObject::event(QEvent*) 4288 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 4289 vfunc[7]: QObject::timerEvent(QTimerEvent*) 4290 vfunc[8]: QObject::childEvent(QChildEvent*) 4291 vfunc[9]: QObject::customEvent(QEvent*) 4292 vfunc[10]: QObject::connectNotify(char const*) 4293 vfunc[11]: QObject::disconnectNotify(char const*) 4294 vfunc[12]: __cxa_pure_virtual 4295 vfunc[13]: __cxa_pure_virtual 4296 vfunc[14]: __cxa_pure_virtual 4297 vfunc[15]: __cxa_pure_virtual 4298 vfunc[16]: __cxa_pure_virtual 4299 vfunc[17]: __cxa_pure_virtual 4300 vfunc[18]: __cxa_pure_virtual 4301 vfunc[19]: 4302 QAbstractTextDocumentLayout::resizeInlineObject(QTextInlineObj 4303 ect, int, QTextFormat const&) 4304 vfunc[20]: 4305 QAbstractTextDocumentLayout::positionInlineObject(QTextInlineO 4306 bject, int, QTextFormat const&) 4307 vfunc[21]: 4308 QAbstractTextDocumentLayout::drawInlineObject(QPainter*, 4309 QRectF const&, QTextInlineObject, int, QTextFormat const&) 4310 4311 The Run Time Type Information for the 4312 QAbstractTextDocumentLayout class is described by Table 6-163 4313 4314 Table 6-163. typeinfo for QAbstractTextDocumentLayout 4315 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4316 Name typeinfo name for QAbstractTextDocumentLayout 4317 basetype: typeinfo for QObject 4318 _________________________________________________________ 4319 4320 6.4.1.43. Class data for QTextObjectInterface 4321 4322 The virtual table for the QTextObjectInterface class is 4323 described by Table 6-164 4324 4325 Table 6-164. Primary vtable for QTextObjectInterface 4326 Base Offset 0 4327 Virtual Base Offset 0 4328 RTTI typeinfo for QTextObjectInterface 4329 vfunc[0]: QTextObjectInterface::~QTextObjectInterface() 4330 vfunc[1]: QTextObjectInterface::~QTextObjectInterface() 4331 vfunc[2]: __cxa_pure_virtual 4332 vfunc[3]: __cxa_pure_virtual 4333 4334 The Run Time Type Information for the QTextObjectInterface 4335 class is described by Table 6-165 4336 4337 Table 6-165. typeinfo for QTextObjectInterface 4338 Base Vtable vtable for __cxxabiv1::__class_type_info 4339 Name typeinfo name for QTextObjectInterface 4340 _________________________________________________________ 4341 4342 6.4.1.44. Class data for QSyntaxHighlighter 4343 4344 The virtual table for the QSyntaxHighlighter class is 4345 described by Table 6-166 4346 4347 Table 6-166. Primary vtable for QSyntaxHighlighter 4348 Base Offset 0 4349 Virtual Base Offset 0 4350 RTTI typeinfo for QSyntaxHighlighter 4351 vfunc[0]: QSyntaxHighlighter::metaObject() const 4352 vfunc[1]: QSyntaxHighlighter::qt_metacast(char const*) 4353 vfunc[2]: QSyntaxHighlighter::qt_metacall(QMetaObject::Call, 4354 int, void**) 4355 vfunc[3]: QSyntaxHighlighter::~QSyntaxHighlighter() 4356 vfunc[4]: QSyntaxHighlighter::~QSyntaxHighlighter() 4357 vfunc[5]: QObject::event(QEvent*) 4358 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 4359 vfunc[7]: QObject::timerEvent(QTimerEvent*) 4360 vfunc[8]: QObject::childEvent(QChildEvent*) 4361 vfunc[9]: QObject::customEvent(QEvent*) 4362 vfunc[10]: QObject::connectNotify(char const*) 4363 vfunc[11]: QObject::disconnectNotify(char const*) 4364 vfunc[12]: __cxa_pure_virtual 4365 4366 The Run Time Type Information for the QSyntaxHighlighter class 4367 is described by Table 6-167 4368 4369 Table 6-167. typeinfo for QSyntaxHighlighter 4370 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4371 Name typeinfo name for QSyntaxHighlighter 4372 basetype: typeinfo for QObject 4373 _________________________________________________________ 4374 4375 6.4.1.45. Class data for QPaintDevice 4376 4377 The virtual table for the QPaintDevice class is described by 4378 Table 6-168 4379 4380 Table 6-168. Primary vtable for QPaintDevice 4381 Base Offset 0 4382 Virtual Base Offset 0 4383 RTTI typeinfo for QPaintDevice 4384 vfunc[0]: QPaintDevice::~QPaintDevice() 4385 vfunc[1]: QPaintDevice::~QPaintDevice() 4386 vfunc[2]: QPaintDevice::devType() const 4387 vfunc[3]: __cxa_pure_virtual 4388 vfunc[4]: 4389 QPaintDevice::metric(QPaintDevice::PaintDeviceMetric) const 4390 4391 The Run Time Type Information for the QPaintDevice class is 4392 described by Table 6-169 4393 4394 Table 6-169. typeinfo for QPaintDevice 4395 Base Vtable vtable for __cxxabiv1::__class_type_info 4396 Name typeinfo name for QPaintDevice 4397 _________________________________________________________ 4398 4399 6.4.1.46. Class data for QWidget 4400 4401 The virtual table for the QWidget class is described by Table 4402 6-170 4403 4404 Table 6-170. Primary vtable for QWidget 4405 Base Offset 0 4406 Virtual Base Offset 0 4407 RTTI typeinfo for QWidget 4408 vfunc[0]: QWidget::metaObject() const 4409 vfunc[1]: QWidget::qt_metacast(char const*) 4410 vfunc[2]: QWidget::qt_metacall(QMetaObject::Call, int, void**) 4411 vfunc[3]: QWidget::~QWidget() 4412 vfunc[4]: QWidget::~QWidget() 4413 vfunc[5]: QWidget::event(QEvent*) 4414 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 4415 vfunc[7]: QObject::timerEvent(QTimerEvent*) 4416 vfunc[8]: QObject::childEvent(QChildEvent*) 4417 vfunc[9]: QObject::customEvent(QEvent*) 4418 vfunc[10]: QObject::connectNotify(char const*) 4419 vfunc[11]: QObject::disconnectNotify(char const*) 4420 vfunc[12]: QWidget::devType() const 4421 vfunc[13]: QWidget::setVisible(bool) 4422 vfunc[14]: QWidget::sizeHint() const 4423 vfunc[15]: QWidget::minimumSizeHint() const 4424 vfunc[16]: QWidget::heightForWidth(int) const 4425 vfunc[17]: QWidget::paintEngine() const 4426 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 4427 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 4428 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 4429 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 4430 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 4431 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 4432 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 4433 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 4434 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 4435 vfunc[27]: QWidget::enterEvent(QEvent*) 4436 vfunc[28]: QWidget::leaveEvent(QEvent*) 4437 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 4438 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 4439 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 4440 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 4441 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 4442 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 4443 vfunc[35]: QWidget::actionEvent(QActionEvent*) 4444 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 4445 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 4446 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 4447 vfunc[39]: QWidget::dropEvent(QDropEvent*) 4448 vfunc[40]: QWidget::showEvent(QShowEvent*) 4449 vfunc[41]: QWidget::hideEvent(QHideEvent*) 4450 vfunc[42]: QWidget::x11Event(_XEvent*) 4451 vfunc[43]: QWidget::changeEvent(QEvent*) 4452 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 4453 const 4454 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 4455 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 4456 const 4457 vfunc[47]: QWidget::focusNextPrevChild(bool) 4458 vfunc[48]: QWidget::styleChange(QStyle&) 4459 vfunc[49]: QWidget::enabledChange(bool) 4460 vfunc[50]: QWidget::paletteChange(QPalette const&) 4461 vfunc[51]: QWidget::fontChange(QFont const&) 4462 vfunc[52]: QWidget::windowActivationChange(bool) 4463 vfunc[53]: QWidget::languageChange() 4464 4465 Table 6-171. Secondary vtable for QWidget 4466 Base Offset -8 4467 Virtual Base Offset 0 4468 RTTI typeinfo for QWidget 4469 vfunc[0]: non-virtual thunk to QWidget::~QWidget() 4470 vfunc[1]: non-virtual thunk to QWidget::~QWidget() 4471 vfunc[2]: non-virtual thunk to QWidget::devType() const 4472 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 4473 vfunc[4]: non-virtual thunk to 4474 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 4475 4476 The Run Time Type Information for the QWidget class is 4477 described by Table 6-172 4478 4479 Table 6-172. typeinfo for QWidget 4480 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 4481 Name typeinfo name for QWidget 4482 flags: 0 4483 basetype: typeinfo for QObject 2 4484 basetype: typeinfo for QPaintDevice 2050 4485 _________________________________________________________ 4486 4487 6.4.1.47. Class data for QDialog 4488 4489 The virtual table for the QDialog class is described by Table 4490 6-173 4491 4492 Table 6-173. Primary vtable for QDialog 4493 Base Offset 0 4494 Virtual Base Offset 0 4495 RTTI typeinfo for QDialog 4496 vfunc[0]: QDialog::metaObject() const 4497 vfunc[1]: QDialog::qt_metacast(char const*) 4498 vfunc[2]: QDialog::qt_metacall(QMetaObject::Call, int, void**) 4499 vfunc[3]: QDialog::~QDialog() 4500 vfunc[4]: QDialog::~QDialog() 4501 vfunc[5]: QWidget::event(QEvent*) 4502 vfunc[6]: QDialog::eventFilter(QObject*, QEvent*) 4503 vfunc[7]: QObject::timerEvent(QTimerEvent*) 4504 vfunc[8]: QObject::childEvent(QChildEvent*) 4505 vfunc[9]: QObject::customEvent(QEvent*) 4506 vfunc[10]: QObject::connectNotify(char const*) 4507 vfunc[11]: QObject::disconnectNotify(char const*) 4508 vfunc[12]: QWidget::devType() const 4509 vfunc[13]: QDialog::setVisible(bool) 4510 vfunc[14]: QDialog::sizeHint() const 4511 vfunc[15]: QDialog::minimumSizeHint() const 4512 vfunc[16]: QWidget::heightForWidth(int) const 4513 vfunc[17]: QWidget::paintEngine() const 4514 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 4515 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 4516 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 4517 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 4518 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 4519 vfunc[23]: QDialog::keyPressEvent(QKeyEvent*) 4520 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 4521 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 4522 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 4523 vfunc[27]: QWidget::enterEvent(QEvent*) 4524 vfunc[28]: QWidget::leaveEvent(QEvent*) 4525 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 4526 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 4527 vfunc[31]: QDialog::resizeEvent(QResizeEvent*) 4528 vfunc[32]: QDialog::closeEvent(QCloseEvent*) 4529 vfunc[33]: QDialog::contextMenuEvent(QContextMenuEvent*) 4530 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 4531 vfunc[35]: QWidget::actionEvent(QActionEvent*) 4532 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 4533 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 4534 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 4535 vfunc[39]: QWidget::dropEvent(QDropEvent*) 4536 vfunc[40]: QDialog::showEvent(QShowEvent*) 4537 vfunc[41]: QWidget::hideEvent(QHideEvent*) 4538 vfunc[42]: QWidget::x11Event(_XEvent*) 4539 vfunc[43]: QWidget::changeEvent(QEvent*) 4540 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 4541 const 4542 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 4543 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 4544 const 4545 vfunc[47]: QWidget::focusNextPrevChild(bool) 4546 vfunc[48]: QWidget::styleChange(QStyle&) 4547 vfunc[49]: QWidget::enabledChange(bool) 4548 vfunc[50]: QWidget::paletteChange(QPalette const&) 4549 vfunc[51]: QWidget::fontChange(QFont const&) 4550 vfunc[52]: QWidget::windowActivationChange(bool) 4551 vfunc[53]: QWidget::languageChange() 4552 vfunc[54]: QDialog::done(int) 4553 vfunc[55]: QDialog::accept() 4554 vfunc[56]: QDialog::reject() 4555 4556 Table 6-174. Secondary vtable for QDialog 4557 Base Offset -8 4558 Virtual Base Offset 0 4559 RTTI typeinfo for QDialog 4560 vfunc[0]: non-virtual thunk to QDialog::~QDialog() 4561 vfunc[1]: non-virtual thunk to QDialog::~QDialog() 4562 vfunc[2]: non-virtual thunk to QWidget::devType() const 4563 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 4564 vfunc[4]: non-virtual thunk to 4565 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 4566 4567 The Run Time Type Information for the QDialog class is 4568 described by Table 6-175 4569 4570 Table 6-175. typeinfo for QDialog 4571 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4572 Name typeinfo name for QDialog 4573 basetype: typeinfo for QWidget 4574 _________________________________________________________ 4575 4576 6.4.1.48. Class data for QAbstractPageSetupDialog 4577 4578 The virtual table for the QAbstractPageSetupDialog class is 4579 described by Table 6-176 4580 4581 Table 6-176. Primary vtable for QAbstractPageSetupDialog 4582 Base Offset 0 4583 Virtual Base Offset 0 4584 RTTI typeinfo for QAbstractPageSetupDialog 4585 vfunc[0]: QDialog::metaObject() const 4586 vfunc[1]: QDialog::qt_metacast(char const*) 4587 vfunc[2]: QDialog::qt_metacall(QMetaObject::Call, int, void**) 4588 vfunc[3]: 4589 QAbstractPageSetupDialog::~QAbstractPageSetupDialog() 4590 vfunc[4]: 4591 QAbstractPageSetupDialog::~QAbstractPageSetupDialog() 4592 vfunc[5]: QWidget::event(QEvent*) 4593 vfunc[6]: QDialog::eventFilter(QObject*, QEvent*) 4594 vfunc[7]: QObject::timerEvent(QTimerEvent*) 4595 vfunc[8]: QObject::childEvent(QChildEvent*) 4596 vfunc[9]: QObject::customEvent(QEvent*) 4597 vfunc[10]: QObject::connectNotify(char const*) 4598 vfunc[11]: QObject::disconnectNotify(char const*) 4599 vfunc[12]: QWidget::devType() const 4600 vfunc[13]: QDialog::setVisible(bool) 4601 vfunc[14]: QDialog::sizeHint() const 4602 vfunc[15]: QDialog::minimumSizeHint() const 4603 vfunc[16]: QWidget::heightForWidth(int) const 4604 vfunc[17]: QWidget::paintEngine() const 4605 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 4606 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 4607 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 4608 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 4609 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 4610 vfunc[23]: QDialog::keyPressEvent(QKeyEvent*) 4611 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 4612 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 4613 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 4614 vfunc[27]: QWidget::enterEvent(QEvent*) 4615 vfunc[28]: QWidget::leaveEvent(QEvent*) 4616 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 4617 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 4618 vfunc[31]: QDialog::resizeEvent(QResizeEvent*) 4619 vfunc[32]: QDialog::closeEvent(QCloseEvent*) 4620 vfunc[33]: QDialog::contextMenuEvent(QContextMenuEvent*) 4621 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 4622 vfunc[35]: QWidget::actionEvent(QActionEvent*) 4623 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 4624 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 4625 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 4626 vfunc[39]: QWidget::dropEvent(QDropEvent*) 4627 vfunc[40]: QDialog::showEvent(QShowEvent*) 4628 vfunc[41]: QWidget::hideEvent(QHideEvent*) 4629 vfunc[42]: QWidget::x11Event(_XEvent*) 4630 vfunc[43]: QWidget::changeEvent(QEvent*) 4631 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 4632 const 4633 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 4634 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 4635 const 4636 vfunc[47]: QWidget::focusNextPrevChild(bool) 4637 vfunc[48]: QWidget::styleChange(QStyle&) 4638 vfunc[49]: QWidget::enabledChange(bool) 4639 vfunc[50]: QWidget::paletteChange(QPalette const&) 4640 vfunc[51]: QWidget::fontChange(QFont const&) 4641 vfunc[52]: QWidget::windowActivationChange(bool) 4642 vfunc[53]: QWidget::languageChange() 4643 vfunc[54]: QDialog::done(int) 4644 vfunc[55]: QDialog::accept() 4645 vfunc[56]: QDialog::reject() 4646 vfunc[57]: __cxa_pure_virtual 4647 4648 Table 6-177. Secondary vtable for QAbstractPageSetupDialog 4649 Base Offset -8 4650 Virtual Base Offset 0 4651 RTTI typeinfo for QAbstractPageSetupDialog 4652 vfunc[0]: non-virtual thunk to 4653 QAbstractPageSetupDialog::~QAbstractPageSetupDialog() 4654 vfunc[1]: non-virtual thunk to 4655 QAbstractPageSetupDialog::~QAbstractPageSetupDialog() 4656 vfunc[2]: non-virtual thunk to QWidget::devType() const 4657 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 4658 vfunc[4]: non-virtual thunk to 4659 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 4660 4661 The Run Time Type Information for the QAbstractPageSetupDialog 4662 class is described by Table 6-178 4663 4664 Table 6-178. typeinfo for QAbstractPageSetupDialog 4665 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4666 Name typeinfo name for QAbstractPageSetupDialog 4667 basetype: typeinfo for QDialog 4668 _________________________________________________________ 4669 4670 6.4.1.49. Class data for QColorDialog 4671 4672 The virtual table for the QColorDialog class is described by 4673 Table 6-179 4674 4675 Table 6-179. Primary vtable for QColorDialog 4676 Base Offset 0 4677 Virtual Base Offset 0 4678 RTTI typeinfo for QColorDialog 4679 vfunc[0]: QColorDialog::metaObject() const 4680 vfunc[1]: QColorDialog::qt_metacast(char const*) 4681 vfunc[2]: QColorDialog::qt_metacall(QMetaObject::Call, int, 4682 void**) 4683 vfunc[3]: QColorDialog::~QColorDialog() 4684 vfunc[4]: QColorDialog::~QColorDialog() 4685 vfunc[5]: QWidget::event(QEvent*) 4686 vfunc[6]: QDialog::eventFilter(QObject*, QEvent*) 4687 vfunc[7]: QObject::timerEvent(QTimerEvent*) 4688 vfunc[8]: QObject::childEvent(QChildEvent*) 4689 vfunc[9]: QObject::customEvent(QEvent*) 4690 vfunc[10]: QObject::connectNotify(char const*) 4691 vfunc[11]: QObject::disconnectNotify(char const*) 4692 vfunc[12]: QWidget::devType() const 4693 vfunc[13]: QDialog::setVisible(bool) 4694 vfunc[14]: QDialog::sizeHint() const 4695 vfunc[15]: QDialog::minimumSizeHint() const 4696 vfunc[16]: QWidget::heightForWidth(int) const 4697 vfunc[17]: QWidget::paintEngine() const 4698 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 4699 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 4700 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 4701 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 4702 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 4703 vfunc[23]: QDialog::keyPressEvent(QKeyEvent*) 4704 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 4705 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 4706 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 4707 vfunc[27]: QWidget::enterEvent(QEvent*) 4708 vfunc[28]: QWidget::leaveEvent(QEvent*) 4709 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 4710 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 4711 vfunc[31]: QDialog::resizeEvent(QResizeEvent*) 4712 vfunc[32]: QDialog::closeEvent(QCloseEvent*) 4713 vfunc[33]: QDialog::contextMenuEvent(QContextMenuEvent*) 4714 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 4715 vfunc[35]: QWidget::actionEvent(QActionEvent*) 4716 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 4717 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 4718 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 4719 vfunc[39]: QWidget::dropEvent(QDropEvent*) 4720 vfunc[40]: QDialog::showEvent(QShowEvent*) 4721 vfunc[41]: QWidget::hideEvent(QHideEvent*) 4722 vfunc[42]: QWidget::x11Event(_XEvent*) 4723 vfunc[43]: QWidget::changeEvent(QEvent*) 4724 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 4725 const 4726 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 4727 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 4728 const 4729 vfunc[47]: QWidget::focusNextPrevChild(bool) 4730 vfunc[48]: QWidget::styleChange(QStyle&) 4731 vfunc[49]: QWidget::enabledChange(bool) 4732 vfunc[50]: QWidget::paletteChange(QPalette const&) 4733 vfunc[51]: QWidget::fontChange(QFont const&) 4734 vfunc[52]: QWidget::windowActivationChange(bool) 4735 vfunc[53]: QWidget::languageChange() 4736 vfunc[54]: QDialog::done(int) 4737 vfunc[55]: QDialog::accept() 4738 vfunc[56]: QDialog::reject() 4739 4740 Table 6-180. Secondary vtable for QColorDialog 4741 Base Offset -8 4742 Virtual Base Offset 0 4743 RTTI typeinfo for QColorDialog 4744 vfunc[0]: non-virtual thunk to QColorDialog::~QColorDialog() 4745 vfunc[1]: non-virtual thunk to QColorDialog::~QColorDialog() 4746 vfunc[2]: non-virtual thunk to QWidget::devType() const 4747 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 4748 vfunc[4]: non-virtual thunk to 4749 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 4750 4751 The Run Time Type Information for the QColorDialog class is 4752 described by Table 6-181 4753 4754 Table 6-181. typeinfo for QColorDialog 4755 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4756 Name typeinfo name for QColorDialog 4757 basetype: typeinfo for QDialog 4758 _________________________________________________________ 4759 4760 6.4.1.50. Class data for QFontDialog 4761 4762 The virtual table for the QFontDialog class is described by 4763 Table 6-182 4764 4765 Table 6-182. Primary vtable for QFontDialog 4766 Base Offset 0 4767 Virtual Base Offset 0 4768 RTTI typeinfo for QFontDialog 4769 vfunc[0]: QFontDialog::metaObject() const 4770 vfunc[1]: QFontDialog::qt_metacast(char const*) 4771 vfunc[2]: QFontDialog::qt_metacall(QMetaObject::Call, int, 4772 void**) 4773 vfunc[3]: QFontDialog::~QFontDialog() 4774 vfunc[4]: QFontDialog::~QFontDialog() 4775 vfunc[5]: QWidget::event(QEvent*) 4776 vfunc[6]: QFontDialog::eventFilter(QObject*, QEvent*) 4777 vfunc[7]: QObject::timerEvent(QTimerEvent*) 4778 vfunc[8]: QObject::childEvent(QChildEvent*) 4779 vfunc[9]: QObject::customEvent(QEvent*) 4780 vfunc[10]: QObject::connectNotify(char const*) 4781 vfunc[11]: QObject::disconnectNotify(char const*) 4782 vfunc[12]: QWidget::devType() const 4783 vfunc[13]: QDialog::setVisible(bool) 4784 vfunc[14]: QDialog::sizeHint() const 4785 vfunc[15]: QDialog::minimumSizeHint() const 4786 vfunc[16]: QWidget::heightForWidth(int) const 4787 vfunc[17]: QWidget::paintEngine() const 4788 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 4789 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 4790 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 4791 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 4792 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 4793 vfunc[23]: QDialog::keyPressEvent(QKeyEvent*) 4794 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 4795 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 4796 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 4797 vfunc[27]: QWidget::enterEvent(QEvent*) 4798 vfunc[28]: QWidget::leaveEvent(QEvent*) 4799 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 4800 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 4801 vfunc[31]: QDialog::resizeEvent(QResizeEvent*) 4802 vfunc[32]: QDialog::closeEvent(QCloseEvent*) 4803 vfunc[33]: QDialog::contextMenuEvent(QContextMenuEvent*) 4804 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 4805 vfunc[35]: QWidget::actionEvent(QActionEvent*) 4806 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 4807 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 4808 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 4809 vfunc[39]: QWidget::dropEvent(QDropEvent*) 4810 vfunc[40]: QDialog::showEvent(QShowEvent*) 4811 vfunc[41]: QWidget::hideEvent(QHideEvent*) 4812 vfunc[42]: QWidget::x11Event(_XEvent*) 4813 vfunc[43]: QWidget::changeEvent(QEvent*) 4814 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 4815 const 4816 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 4817 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 4818 const 4819 vfunc[47]: QWidget::focusNextPrevChild(bool) 4820 vfunc[48]: QWidget::styleChange(QStyle&) 4821 vfunc[49]: QWidget::enabledChange(bool) 4822 vfunc[50]: QWidget::paletteChange(QPalette const&) 4823 vfunc[51]: QWidget::fontChange(QFont const&) 4824 vfunc[52]: QWidget::windowActivationChange(bool) 4825 vfunc[53]: QWidget::languageChange() 4826 vfunc[54]: QDialog::done(int) 4827 vfunc[55]: QDialog::accept() 4828 vfunc[56]: QDialog::reject() 4829 4830 Table 6-183. Secondary vtable for QFontDialog 4831 Base Offset -8 4832 Virtual Base Offset 0 4833 RTTI typeinfo for QFontDialog 4834 vfunc[0]: non-virtual thunk to QFontDialog::~QFontDialog() 4835 vfunc[1]: non-virtual thunk to QFontDialog::~QFontDialog() 4836 vfunc[2]: non-virtual thunk to QWidget::devType() const 4837 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 4838 vfunc[4]: non-virtual thunk to 4839 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 4840 4841 The Run Time Type Information for the QFontDialog class is 4842 described by Table 6-184 4843 4844 Table 6-184. typeinfo for QFontDialog 4845 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4846 Name typeinfo name for QFontDialog 4847 basetype: typeinfo for QDialog 4848 _________________________________________________________ 4849 4850 6.4.1.51. Class data for QMessageBox 4851 4852 The virtual table for the QMessageBox class is described by 4853 Table 6-185 4854 4855 Table 6-185. Primary vtable for QMessageBox 4856 Base Offset 0 4857 Virtual Base Offset 0 4858 RTTI typeinfo for QMessageBox 4859 vfunc[0]: QMessageBox::metaObject() const 4860 vfunc[1]: QMessageBox::qt_metacast(char const*) 4861 vfunc[2]: QMessageBox::qt_metacall(QMetaObject::Call, int, 4862 void**) 4863 vfunc[3]: QMessageBox::~QMessageBox() 4864 vfunc[4]: QMessageBox::~QMessageBox() 4865 vfunc[5]: QWidget::event(QEvent*) 4866 vfunc[6]: QDialog::eventFilter(QObject*, QEvent*) 4867 vfunc[7]: QObject::timerEvent(QTimerEvent*) 4868 vfunc[8]: QObject::childEvent(QChildEvent*) 4869 vfunc[9]: QObject::customEvent(QEvent*) 4870 vfunc[10]: QObject::connectNotify(char const*) 4871 vfunc[11]: QObject::disconnectNotify(char const*) 4872 vfunc[12]: QWidget::devType() const 4873 vfunc[13]: QDialog::setVisible(bool) 4874 vfunc[14]: QMessageBox::sizeHint() const 4875 vfunc[15]: QDialog::minimumSizeHint() const 4876 vfunc[16]: QWidget::heightForWidth(int) const 4877 vfunc[17]: QWidget::paintEngine() const 4878 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 4879 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 4880 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 4881 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 4882 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 4883 vfunc[23]: QMessageBox::keyPressEvent(QKeyEvent*) 4884 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 4885 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 4886 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 4887 vfunc[27]: QWidget::enterEvent(QEvent*) 4888 vfunc[28]: QWidget::leaveEvent(QEvent*) 4889 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 4890 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 4891 vfunc[31]: QMessageBox::resizeEvent(QResizeEvent*) 4892 vfunc[32]: QMessageBox::closeEvent(QCloseEvent*) 4893 vfunc[33]: QDialog::contextMenuEvent(QContextMenuEvent*) 4894 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 4895 vfunc[35]: QWidget::actionEvent(QActionEvent*) 4896 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 4897 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 4898 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 4899 vfunc[39]: QWidget::dropEvent(QDropEvent*) 4900 vfunc[40]: QMessageBox::showEvent(QShowEvent*) 4901 vfunc[41]: QWidget::hideEvent(QHideEvent*) 4902 vfunc[42]: QWidget::x11Event(_XEvent*) 4903 vfunc[43]: QMessageBox::changeEvent(QEvent*) 4904 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 4905 const 4906 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 4907 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 4908 const 4909 vfunc[47]: QWidget::focusNextPrevChild(bool) 4910 vfunc[48]: QWidget::styleChange(QStyle&) 4911 vfunc[49]: QWidget::enabledChange(bool) 4912 vfunc[50]: QWidget::paletteChange(QPalette const&) 4913 vfunc[51]: QWidget::fontChange(QFont const&) 4914 vfunc[52]: QWidget::windowActivationChange(bool) 4915 vfunc[53]: QWidget::languageChange() 4916 vfunc[54]: QDialog::done(int) 4917 vfunc[55]: QDialog::accept() 4918 vfunc[56]: QDialog::reject() 4919 4920 Table 6-186. Secondary vtable for QMessageBox 4921 Base Offset -8 4922 Virtual Base Offset 0 4923 RTTI typeinfo for QMessageBox 4924 vfunc[0]: non-virtual thunk to QMessageBox::~QMessageBox() 4925 vfunc[1]: non-virtual thunk to QMessageBox::~QMessageBox() 4926 vfunc[2]: non-virtual thunk to QWidget::devType() const 4927 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 4928 vfunc[4]: non-virtual thunk to 4929 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 4930 4931 The Run Time Type Information for the QMessageBox class is 4932 described by Table 6-187 4933 4934 Table 6-187. typeinfo for QMessageBox 4935 Base Vtable vtable for __cxxabiv1::__si_class_type_info 4936 Name typeinfo name for QMessageBox 4937 basetype: typeinfo for QDialog 4938 _________________________________________________________ 4939 4940 6.4.1.52. Class data for QProgressDialog 4941 4942 The virtual table for the QProgressDialog class is described 4943 by Table 6-188 4944 4945 Table 6-188. Primary vtable for QProgressDialog 4946 Base Offset 0 4947 Virtual Base Offset 0 4948 RTTI typeinfo for QProgressDialog 4949 vfunc[0]: QProgressDialog::metaObject() const 4950 vfunc[1]: QProgressDialog::qt_metacast(char const*) 4951 vfunc[2]: QProgressDialog::qt_metacall(QMetaObject::Call, int, 4952 void**) 4953 vfunc[3]: QProgressDialog::~QProgressDialog() 4954 vfunc[4]: QProgressDialog::~QProgressDialog() 4955 vfunc[5]: QWidget::event(QEvent*) 4956 vfunc[6]: QDialog::eventFilter(QObject*, QEvent*) 4957 vfunc[7]: QObject::timerEvent(QTimerEvent*) 4958 vfunc[8]: QObject::childEvent(QChildEvent*) 4959 vfunc[9]: QObject::customEvent(QEvent*) 4960 vfunc[10]: QObject::connectNotify(char const*) 4961 vfunc[11]: QObject::disconnectNotify(char const*) 4962 vfunc[12]: QWidget::devType() const 4963 vfunc[13]: QDialog::setVisible(bool) 4964 vfunc[14]: QProgressDialog::sizeHint() const 4965 vfunc[15]: QDialog::minimumSizeHint() const 4966 vfunc[16]: QWidget::heightForWidth(int) const 4967 vfunc[17]: QWidget::paintEngine() const 4968 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 4969 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 4970 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 4971 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 4972 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 4973 vfunc[23]: QDialog::keyPressEvent(QKeyEvent*) 4974 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 4975 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 4976 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 4977 vfunc[27]: QWidget::enterEvent(QEvent*) 4978 vfunc[28]: QWidget::leaveEvent(QEvent*) 4979 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 4980 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 4981 vfunc[31]: QProgressDialog::resizeEvent(QResizeEvent*) 4982 vfunc[32]: QProgressDialog::closeEvent(QCloseEvent*) 4983 vfunc[33]: QDialog::contextMenuEvent(QContextMenuEvent*) 4984 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 4985 vfunc[35]: QWidget::actionEvent(QActionEvent*) 4986 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 4987 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 4988 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 4989 vfunc[39]: QWidget::dropEvent(QDropEvent*) 4990 vfunc[40]: QProgressDialog::showEvent(QShowEvent*) 4991 vfunc[41]: QWidget::hideEvent(QHideEvent*) 4992 vfunc[42]: QWidget::x11Event(_XEvent*) 4993 vfunc[43]: QProgressDialog::changeEvent(QEvent*) 4994 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 4995 const 4996 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 4997 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 4998 const 4999 vfunc[47]: QWidget::focusNextPrevChild(bool) 5000 vfunc[48]: QWidget::styleChange(QStyle&) 5001 vfunc[49]: QWidget::enabledChange(bool) 5002 vfunc[50]: QWidget::paletteChange(QPalette const&) 5003 vfunc[51]: QWidget::fontChange(QFont const&) 5004 vfunc[52]: QWidget::windowActivationChange(bool) 5005 vfunc[53]: QWidget::languageChange() 5006 vfunc[54]: QDialog::done(int) 5007 vfunc[55]: QDialog::accept() 5008 vfunc[56]: QDialog::reject() 5009 5010 Table 6-189. Secondary vtable for QProgressDialog 5011 Base Offset -8 5012 Virtual Base Offset 0 5013 RTTI typeinfo for QProgressDialog 5014 vfunc[0]: non-virtual thunk to 5015 QProgressDialog::~QProgressDialog() 5016 vfunc[1]: non-virtual thunk to 5017 QProgressDialog::~QProgressDialog() 5018 vfunc[2]: non-virtual thunk to QWidget::devType() const 5019 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 5020 vfunc[4]: non-virtual thunk to 5021 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 5022 5023 The Run Time Type Information for the QProgressDialog class is 5024 described by Table 6-190 5025 5026 Table 6-190. typeinfo for QProgressDialog 5027 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5028 Name typeinfo name for QProgressDialog 5029 basetype: typeinfo for QDialog 5030 _________________________________________________________ 5031 5032 6.4.1.53. Class data for QErrorMessage 5033 5034 The virtual table for the QErrorMessage class is described by 5035 Table 6-191 5036 5037 Table 6-191. Primary vtable for QErrorMessage 5038 Base Offset 0 5039 Virtual Base Offset 0 5040 RTTI typeinfo for QErrorMessage 5041 vfunc[0]: QErrorMessage::metaObject() const 5042 vfunc[1]: QErrorMessage::qt_metacast(char const*) 5043 vfunc[2]: QErrorMessage::qt_metacall(QMetaObject::Call, int, 5044 void**) 5045 vfunc[3]: QErrorMessage::~QErrorMessage() 5046 vfunc[4]: QErrorMessage::~QErrorMessage() 5047 vfunc[5]: QWidget::event(QEvent*) 5048 vfunc[6]: QDialog::eventFilter(QObject*, QEvent*) 5049 vfunc[7]: QObject::timerEvent(QTimerEvent*) 5050 vfunc[8]: QObject::childEvent(QChildEvent*) 5051 vfunc[9]: QObject::customEvent(QEvent*) 5052 vfunc[10]: QObject::connectNotify(char const*) 5053 vfunc[11]: QObject::disconnectNotify(char const*) 5054 vfunc[12]: QWidget::devType() const 5055 vfunc[13]: QDialog::setVisible(bool) 5056 vfunc[14]: QDialog::sizeHint() const 5057 vfunc[15]: QDialog::minimumSizeHint() const 5058 vfunc[16]: QWidget::heightForWidth(int) const 5059 vfunc[17]: QWidget::paintEngine() const 5060 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 5061 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 5062 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 5063 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 5064 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 5065 vfunc[23]: QDialog::keyPressEvent(QKeyEvent*) 5066 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 5067 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 5068 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 5069 vfunc[27]: QWidget::enterEvent(QEvent*) 5070 vfunc[28]: QWidget::leaveEvent(QEvent*) 5071 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 5072 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 5073 vfunc[31]: QDialog::resizeEvent(QResizeEvent*) 5074 vfunc[32]: QDialog::closeEvent(QCloseEvent*) 5075 vfunc[33]: QDialog::contextMenuEvent(QContextMenuEvent*) 5076 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 5077 vfunc[35]: QWidget::actionEvent(QActionEvent*) 5078 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 5079 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 5080 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 5081 vfunc[39]: QWidget::dropEvent(QDropEvent*) 5082 vfunc[40]: QDialog::showEvent(QShowEvent*) 5083 vfunc[41]: QWidget::hideEvent(QHideEvent*) 5084 vfunc[42]: QWidget::x11Event(_XEvent*) 5085 vfunc[43]: QWidget::changeEvent(QEvent*) 5086 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 5087 const 5088 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 5089 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 5090 const 5091 vfunc[47]: QWidget::focusNextPrevChild(bool) 5092 vfunc[48]: QWidget::styleChange(QStyle&) 5093 vfunc[49]: QWidget::enabledChange(bool) 5094 vfunc[50]: QWidget::paletteChange(QPalette const&) 5095 vfunc[51]: QWidget::fontChange(QFont const&) 5096 vfunc[52]: QWidget::windowActivationChange(bool) 5097 vfunc[53]: QWidget::languageChange() 5098 vfunc[54]: QErrorMessage::done(int) 5099 vfunc[55]: QDialog::accept() 5100 vfunc[56]: QDialog::reject() 5101 5102 Table 6-192. Secondary vtable for QErrorMessage 5103 Base Offset -8 5104 Virtual Base Offset 0 5105 RTTI typeinfo for QErrorMessage 5106 vfunc[0]: non-virtual thunk to QErrorMessage::~QErrorMessage() 5107 vfunc[1]: non-virtual thunk to QErrorMessage::~QErrorMessage() 5108 vfunc[2]: non-virtual thunk to QWidget::devType() const 5109 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 5110 vfunc[4]: non-virtual thunk to 5111 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 5112 5113 The Run Time Type Information for the QErrorMessage class is 5114 described by Table 6-193 5115 5116 Table 6-193. typeinfo for QErrorMessage 5117 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5118 Name typeinfo name for QErrorMessage 5119 basetype: typeinfo for QDialog 5120 _________________________________________________________ 5121 5122 6.4.1.54. Class data for QFileDialog 5123 5124 The virtual table for the QFileDialog class is described by 5125 Table 6-194 5126 5127 Table 6-194. Primary vtable for QFileDialog 5128 Base Offset 0 5129 Virtual Base Offset 0 5130 RTTI typeinfo for QFileDialog 5131 vfunc[0]: QFileDialog::metaObject() const 5132 vfunc[1]: QFileDialog::qt_metacast(char const*) 5133 vfunc[2]: QFileDialog::qt_metacall(QMetaObject::Call, int, 5134 void**) 5135 vfunc[3]: QFileDialog::~QFileDialog() 5136 vfunc[4]: QFileDialog::~QFileDialog() 5137 vfunc[5]: QWidget::event(QEvent*) 5138 vfunc[6]: QDialog::eventFilter(QObject*, QEvent*) 5139 vfunc[7]: QObject::timerEvent(QTimerEvent*) 5140 vfunc[8]: QObject::childEvent(QChildEvent*) 5141 vfunc[9]: QObject::customEvent(QEvent*) 5142 vfunc[10]: QObject::connectNotify(char const*) 5143 vfunc[11]: QObject::disconnectNotify(char const*) 5144 vfunc[12]: QWidget::devType() const 5145 vfunc[13]: QDialog::setVisible(bool) 5146 vfunc[14]: QDialog::sizeHint() const 5147 vfunc[15]: QDialog::minimumSizeHint() const 5148 vfunc[16]: QWidget::heightForWidth(int) const 5149 vfunc[17]: QWidget::paintEngine() const 5150 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 5151 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 5152 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 5153 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 5154 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 5155 vfunc[23]: QDialog::keyPressEvent(QKeyEvent*) 5156 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 5157 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 5158 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 5159 vfunc[27]: QWidget::enterEvent(QEvent*) 5160 vfunc[28]: QWidget::leaveEvent(QEvent*) 5161 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 5162 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 5163 vfunc[31]: QDialog::resizeEvent(QResizeEvent*) 5164 vfunc[32]: QDialog::closeEvent(QCloseEvent*) 5165 vfunc[33]: QDialog::contextMenuEvent(QContextMenuEvent*) 5166 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 5167 vfunc[35]: QWidget::actionEvent(QActionEvent*) 5168 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 5169 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 5170 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 5171 vfunc[39]: QWidget::dropEvent(QDropEvent*) 5172 vfunc[40]: QDialog::showEvent(QShowEvent*) 5173 vfunc[41]: QWidget::hideEvent(QHideEvent*) 5174 vfunc[42]: QWidget::x11Event(_XEvent*) 5175 vfunc[43]: QWidget::changeEvent(QEvent*) 5176 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 5177 const 5178 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 5179 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 5180 const 5181 vfunc[47]: QWidget::focusNextPrevChild(bool) 5182 vfunc[48]: QWidget::styleChange(QStyle&) 5183 vfunc[49]: QWidget::enabledChange(bool) 5184 vfunc[50]: QWidget::paletteChange(QPalette const&) 5185 vfunc[51]: QWidget::fontChange(QFont const&) 5186 vfunc[52]: QWidget::windowActivationChange(bool) 5187 vfunc[53]: QWidget::languageChange() 5188 vfunc[54]: QFileDialog::done(int) 5189 vfunc[55]: QFileDialog::accept() 5190 vfunc[56]: QDialog::reject() 5191 5192 Table 6-195. Secondary vtable for QFileDialog 5193 Base Offset -8 5194 Virtual Base Offset 0 5195 RTTI typeinfo for QFileDialog 5196 vfunc[0]: non-virtual thunk to QFileDialog::~QFileDialog() 5197 vfunc[1]: non-virtual thunk to QFileDialog::~QFileDialog() 5198 vfunc[2]: non-virtual thunk to QWidget::devType() const 5199 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 5200 vfunc[4]: non-virtual thunk to 5201 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 5202 5203 The Run Time Type Information for the QFileDialog class is 5204 described by Table 6-196 5205 5206 Table 6-196. typeinfo for QFileDialog 5207 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5208 Name typeinfo name for QFileDialog 5209 basetype: typeinfo for QDialog 5210 _________________________________________________________ 5211 5212 6.4.1.55. Class data for QAbstractPrintDialog 5213 5214 The virtual table for the QAbstractPrintDialog class is 5215 described by Table 6-197 5216 5217 Table 6-197. Primary vtable for QAbstractPrintDialog 5218 Base Offset 0 5219 Virtual Base Offset 0 5220 RTTI typeinfo for QAbstractPrintDialog 5221 vfunc[0]: QDialog::metaObject() const 5222 vfunc[1]: QDialog::qt_metacast(char const*) 5223 vfunc[2]: QDialog::qt_metacall(QMetaObject::Call, int, void**) 5224 vfunc[3]: QAbstractPrintDialog::~QAbstractPrintDialog() 5225 vfunc[4]: QAbstractPrintDialog::~QAbstractPrintDialog() 5226 vfunc[5]: QWidget::event(QEvent*) 5227 vfunc[6]: QDialog::eventFilter(QObject*, QEvent*) 5228 vfunc[7]: QObject::timerEvent(QTimerEvent*) 5229 vfunc[8]: QObject::childEvent(QChildEvent*) 5230 vfunc[9]: QObject::customEvent(QEvent*) 5231 vfunc[10]: QObject::connectNotify(char const*) 5232 vfunc[11]: QObject::disconnectNotify(char const*) 5233 vfunc[12]: QWidget::devType() const 5234 vfunc[13]: QDialog::setVisible(bool) 5235 vfunc[14]: QDialog::sizeHint() const 5236 vfunc[15]: QDialog::minimumSizeHint() const 5237 vfunc[16]: QWidget::heightForWidth(int) const 5238 vfunc[17]: QWidget::paintEngine() const 5239 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 5240 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 5241 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 5242 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 5243 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 5244 vfunc[23]: QDialog::keyPressEvent(QKeyEvent*) 5245 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 5246 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 5247 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 5248 vfunc[27]: QWidget::enterEvent(QEvent*) 5249 vfunc[28]: QWidget::leaveEvent(QEvent*) 5250 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 5251 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 5252 vfunc[31]: QDialog::resizeEvent(QResizeEvent*) 5253 vfunc[32]: QDialog::closeEvent(QCloseEvent*) 5254 vfunc[33]: QDialog::contextMenuEvent(QContextMenuEvent*) 5255 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 5256 vfunc[35]: QWidget::actionEvent(QActionEvent*) 5257 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 5258 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 5259 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 5260 vfunc[39]: QWidget::dropEvent(QDropEvent*) 5261 vfunc[40]: QDialog::showEvent(QShowEvent*) 5262 vfunc[41]: QWidget::hideEvent(QHideEvent*) 5263 vfunc[42]: QWidget::x11Event(_XEvent*) 5264 vfunc[43]: QWidget::changeEvent(QEvent*) 5265 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 5266 const 5267 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 5268 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 5269 const 5270 vfunc[47]: QWidget::focusNextPrevChild(bool) 5271 vfunc[48]: QWidget::styleChange(QStyle&) 5272 vfunc[49]: QWidget::enabledChange(bool) 5273 vfunc[50]: QWidget::paletteChange(QPalette const&) 5274 vfunc[51]: QWidget::fontChange(QFont const&) 5275 vfunc[52]: QWidget::windowActivationChange(bool) 5276 vfunc[53]: QWidget::languageChange() 5277 vfunc[54]: QDialog::done(int) 5278 vfunc[55]: QDialog::accept() 5279 vfunc[56]: QDialog::reject() 5280 vfunc[57]: __cxa_pure_virtual 5281 5282 Table 6-198. Secondary vtable for QAbstractPrintDialog 5283 Base Offset -8 5284 Virtual Base Offset 0 5285 RTTI typeinfo for QAbstractPrintDialog 5286 vfunc[0]: non-virtual thunk to 5287 QAbstractPrintDialog::~QAbstractPrintDialog() 5288 vfunc[1]: non-virtual thunk to 5289 QAbstractPrintDialog::~QAbstractPrintDialog() 5290 vfunc[2]: non-virtual thunk to QWidget::devType() const 5291 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 5292 vfunc[4]: non-virtual thunk to 5293 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 5294 5295 The Run Time Type Information for the QAbstractPrintDialog 5296 class is described by Table 6-199 5297 5298 Table 6-199. typeinfo for QAbstractPrintDialog 5299 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5300 Name typeinfo name for QAbstractPrintDialog 5301 basetype: typeinfo for QDialog 5302 _________________________________________________________ 5303 5304 6.4.1.56. Class data for QPrintDialog 5305 5306 The virtual table for the QPrintDialog class is described by 5307 Table 6-200 5308 5309 Table 6-200. Primary vtable for QPrintDialog 5310 Base Offset 0 5311 Virtual Base Offset 0 5312 RTTI typeinfo for QPrintDialog 5313 vfunc[0]: QPrintDialog::metaObject() const 5314 vfunc[1]: QPrintDialog::qt_metacast(char const*) 5315 vfunc[2]: QPrintDialog::qt_metacall(QMetaObject::Call, int, 5316 void**) 5317 vfunc[3]: QPrintDialog::~QPrintDialog() 5318 vfunc[4]: QPrintDialog::~QPrintDialog() 5319 vfunc[5]: QWidget::event(QEvent*) 5320 vfunc[6]: QDialog::eventFilter(QObject*, QEvent*) 5321 vfunc[7]: QObject::timerEvent(QTimerEvent*) 5322 vfunc[8]: QObject::childEvent(QChildEvent*) 5323 vfunc[9]: QObject::customEvent(QEvent*) 5324 vfunc[10]: QObject::connectNotify(char const*) 5325 vfunc[11]: QObject::disconnectNotify(char const*) 5326 vfunc[12]: QWidget::devType() const 5327 vfunc[13]: QDialog::setVisible(bool) 5328 vfunc[14]: QDialog::sizeHint() const 5329 vfunc[15]: QDialog::minimumSizeHint() const 5330 vfunc[16]: QWidget::heightForWidth(int) const 5331 vfunc[17]: QWidget::paintEngine() const 5332 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 5333 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 5334 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 5335 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 5336 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 5337 vfunc[23]: QDialog::keyPressEvent(QKeyEvent*) 5338 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 5339 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 5340 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 5341 vfunc[27]: QWidget::enterEvent(QEvent*) 5342 vfunc[28]: QWidget::leaveEvent(QEvent*) 5343 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 5344 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 5345 vfunc[31]: QDialog::resizeEvent(QResizeEvent*) 5346 vfunc[32]: QDialog::closeEvent(QCloseEvent*) 5347 vfunc[33]: QDialog::contextMenuEvent(QContextMenuEvent*) 5348 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 5349 vfunc[35]: QWidget::actionEvent(QActionEvent*) 5350 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 5351 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 5352 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 5353 vfunc[39]: QWidget::dropEvent(QDropEvent*) 5354 vfunc[40]: QDialog::showEvent(QShowEvent*) 5355 vfunc[41]: QWidget::hideEvent(QHideEvent*) 5356 vfunc[42]: QWidget::x11Event(_XEvent*) 5357 vfunc[43]: QWidget::changeEvent(QEvent*) 5358 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 5359 const 5360 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 5361 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 5362 const 5363 vfunc[47]: QWidget::focusNextPrevChild(bool) 5364 vfunc[48]: QWidget::styleChange(QStyle&) 5365 vfunc[49]: QWidget::enabledChange(bool) 5366 vfunc[50]: QWidget::paletteChange(QPalette const&) 5367 vfunc[51]: QWidget::fontChange(QFont const&) 5368 vfunc[52]: QWidget::windowActivationChange(bool) 5369 vfunc[53]: QWidget::languageChange() 5370 vfunc[54]: QDialog::done(int) 5371 vfunc[55]: QDialog::accept() 5372 vfunc[56]: QDialog::reject() 5373 vfunc[57]: QPrintDialog::exec() 5374 5375 Table 6-201. Secondary vtable for QPrintDialog 5376 Base Offset -8 5377 Virtual Base Offset 0 5378 RTTI typeinfo for QPrintDialog 5379 vfunc[0]: non-virtual thunk to QPrintDialog::~QPrintDialog() 5380 vfunc[1]: non-virtual thunk to QPrintDialog::~QPrintDialog() 5381 vfunc[2]: non-virtual thunk to QWidget::devType() const 5382 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 5383 vfunc[4]: non-virtual thunk to 5384 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 5385 5386 The Run Time Type Information for the QPrintDialog class is 5387 described by Table 6-202 5388 5389 Table 6-202. typeinfo for QPrintDialog 5390 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5391 Name typeinfo name for QPrintDialog 5392 basetype: typeinfo for QAbstractPrintDialog 5393 _________________________________________________________ 5394 5395 6.4.1.57. Class data for QPageSetupDialog 5396 5397 The virtual table for the QPageSetupDialog class is described 5398 by Table 6-203 5399 5400 Table 6-203. Primary vtable for QPageSetupDialog 5401 Base Offset 0 5402 Virtual Base Offset 0 5403 RTTI typeinfo for QPageSetupDialog 5404 vfunc[0]: QDialog::metaObject() const 5405 vfunc[1]: QDialog::qt_metacast(char const*) 5406 vfunc[2]: QDialog::qt_metacall(QMetaObject::Call, int, void**) 5407 vfunc[3]: QPageSetupDialog::~QPageSetupDialog() 5408 vfunc[4]: QPageSetupDialog::~QPageSetupDialog() 5409 vfunc[5]: QWidget::event(QEvent*) 5410 vfunc[6]: QDialog::eventFilter(QObject*, QEvent*) 5411 vfunc[7]: QObject::timerEvent(QTimerEvent*) 5412 vfunc[8]: QObject::childEvent(QChildEvent*) 5413 vfunc[9]: QObject::customEvent(QEvent*) 5414 vfunc[10]: QObject::connectNotify(char const*) 5415 vfunc[11]: QObject::disconnectNotify(char const*) 5416 vfunc[12]: QWidget::devType() const 5417 vfunc[13]: QDialog::setVisible(bool) 5418 vfunc[14]: QDialog::sizeHint() const 5419 vfunc[15]: QDialog::minimumSizeHint() const 5420 vfunc[16]: QWidget::heightForWidth(int) const 5421 vfunc[17]: QWidget::paintEngine() const 5422 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 5423 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 5424 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 5425 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 5426 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 5427 vfunc[23]: QDialog::keyPressEvent(QKeyEvent*) 5428 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 5429 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 5430 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 5431 vfunc[27]: QWidget::enterEvent(QEvent*) 5432 vfunc[28]: QWidget::leaveEvent(QEvent*) 5433 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 5434 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 5435 vfunc[31]: QDialog::resizeEvent(QResizeEvent*) 5436 vfunc[32]: QDialog::closeEvent(QCloseEvent*) 5437 vfunc[33]: QDialog::contextMenuEvent(QContextMenuEvent*) 5438 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 5439 vfunc[35]: QWidget::actionEvent(QActionEvent*) 5440 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 5441 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 5442 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 5443 vfunc[39]: QWidget::dropEvent(QDropEvent*) 5444 vfunc[40]: QDialog::showEvent(QShowEvent*) 5445 vfunc[41]: QWidget::hideEvent(QHideEvent*) 5446 vfunc[42]: QWidget::x11Event(_XEvent*) 5447 vfunc[43]: QWidget::changeEvent(QEvent*) 5448 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 5449 const 5450 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 5451 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 5452 const 5453 vfunc[47]: QWidget::focusNextPrevChild(bool) 5454 vfunc[48]: QWidget::styleChange(QStyle&) 5455 vfunc[49]: QWidget::enabledChange(bool) 5456 vfunc[50]: QWidget::paletteChange(QPalette const&) 5457 vfunc[51]: QWidget::fontChange(QFont const&) 5458 vfunc[52]: QWidget::windowActivationChange(bool) 5459 vfunc[53]: QWidget::languageChange() 5460 vfunc[54]: QDialog::done(int) 5461 vfunc[55]: QDialog::accept() 5462 vfunc[56]: QDialog::reject() 5463 vfunc[57]: QPageSetupDialog::exec() 5464 5465 Table 6-204. Secondary vtable for QPageSetupDialog 5466 Base Offset -8 5467 Virtual Base Offset 0 5468 RTTI typeinfo for QPageSetupDialog 5469 vfunc[0]: non-virtual thunk to 5470 QPageSetupDialog::~QPageSetupDialog() 5471 vfunc[1]: non-virtual thunk to 5472 QPageSetupDialog::~QPageSetupDialog() 5473 vfunc[2]: non-virtual thunk to QWidget::devType() const 5474 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 5475 vfunc[4]: non-virtual thunk to 5476 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 5477 5478 The Run Time Type Information for the QPageSetupDialog class 5479 is described by Table 6-205 5480 5481 Table 6-205. typeinfo for QPageSetupDialog 5482 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5483 Name typeinfo name for QPageSetupDialog 5484 basetype: typeinfo for QAbstractPageSetupDialog 5485 _________________________________________________________ 5486 5487 6.4.1.58. Class data for QFrame 5488 5489 The virtual table for the QFrame class is described by Table 5490 6-206 5491 5492 Table 6-206. Primary vtable for QFrame 5493 Base Offset 0 5494 Virtual Base Offset 0 5495 RTTI typeinfo for QFrame 5496 vfunc[0]: QFrame::metaObject() const 5497 vfunc[1]: QFrame::qt_metacast(char const*) 5498 vfunc[2]: QFrame::qt_metacall(QMetaObject::Call, int, void**) 5499 vfunc[3]: QFrame::~QFrame() 5500 vfunc[4]: QFrame::~QFrame() 5501 vfunc[5]: QFrame::event(QEvent*) 5502 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 5503 vfunc[7]: QObject::timerEvent(QTimerEvent*) 5504 vfunc[8]: QObject::childEvent(QChildEvent*) 5505 vfunc[9]: QObject::customEvent(QEvent*) 5506 vfunc[10]: QObject::connectNotify(char const*) 5507 vfunc[11]: QObject::disconnectNotify(char const*) 5508 vfunc[12]: QWidget::devType() const 5509 vfunc[13]: QWidget::setVisible(bool) 5510 vfunc[14]: QFrame::sizeHint() const 5511 vfunc[15]: QWidget::minimumSizeHint() const 5512 vfunc[16]: QWidget::heightForWidth(int) const 5513 vfunc[17]: QWidget::paintEngine() const 5514 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 5515 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 5516 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 5517 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 5518 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 5519 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 5520 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 5521 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 5522 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 5523 vfunc[27]: QWidget::enterEvent(QEvent*) 5524 vfunc[28]: QWidget::leaveEvent(QEvent*) 5525 vfunc[29]: QFrame::paintEvent(QPaintEvent*) 5526 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 5527 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 5528 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 5529 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 5530 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 5531 vfunc[35]: QWidget::actionEvent(QActionEvent*) 5532 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 5533 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 5534 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 5535 vfunc[39]: QWidget::dropEvent(QDropEvent*) 5536 vfunc[40]: QWidget::showEvent(QShowEvent*) 5537 vfunc[41]: QWidget::hideEvent(QHideEvent*) 5538 vfunc[42]: QWidget::x11Event(_XEvent*) 5539 vfunc[43]: QFrame::changeEvent(QEvent*) 5540 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 5541 const 5542 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 5543 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 5544 const 5545 vfunc[47]: QWidget::focusNextPrevChild(bool) 5546 vfunc[48]: QWidget::styleChange(QStyle&) 5547 vfunc[49]: QWidget::enabledChange(bool) 5548 vfunc[50]: QWidget::paletteChange(QPalette const&) 5549 vfunc[51]: QWidget::fontChange(QFont const&) 5550 vfunc[52]: QWidget::windowActivationChange(bool) 5551 vfunc[53]: QWidget::languageChange() 5552 5553 Table 6-207. Secondary vtable for QFrame 5554 Base Offset -8 5555 Virtual Base Offset 0 5556 RTTI typeinfo for QFrame 5557 vfunc[0]: non-virtual thunk to QFrame::~QFrame() 5558 vfunc[1]: non-virtual thunk to QFrame::~QFrame() 5559 vfunc[2]: non-virtual thunk to QWidget::devType() const 5560 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 5561 vfunc[4]: non-virtual thunk to 5562 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 5563 5564 The Run Time Type Information for the QFrame class is 5565 described by Table 6-208 5566 5567 Table 6-208. typeinfo for QFrame 5568 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5569 Name typeinfo name for QFrame 5570 basetype: typeinfo for QWidget 5571 _________________________________________________________ 5572 5573 6.4.1.59. Class data for QLineEdit 5574 5575 The virtual table for the QLineEdit class is described by 5576 Table 6-209 5577 5578 Table 6-209. Primary vtable for QLineEdit 5579 Base Offset 0 5580 Virtual Base Offset 0 5581 RTTI typeinfo for QLineEdit 5582 vfunc[0]: QLineEdit::metaObject() const 5583 vfunc[1]: QLineEdit::qt_metacast(char const*) 5584 vfunc[2]: QLineEdit::qt_metacall(QMetaObject::Call, int, 5585 void**) 5586 vfunc[3]: QLineEdit::~QLineEdit() 5587 vfunc[4]: QLineEdit::~QLineEdit() 5588 vfunc[5]: QLineEdit::event(QEvent*) 5589 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 5590 vfunc[7]: QObject::timerEvent(QTimerEvent*) 5591 vfunc[8]: QObject::childEvent(QChildEvent*) 5592 vfunc[9]: QObject::customEvent(QEvent*) 5593 vfunc[10]: QObject::connectNotify(char const*) 5594 vfunc[11]: QObject::disconnectNotify(char const*) 5595 vfunc[12]: QWidget::devType() const 5596 vfunc[13]: QWidget::setVisible(bool) 5597 vfunc[14]: QLineEdit::sizeHint() const 5598 vfunc[15]: QLineEdit::minimumSizeHint() const 5599 vfunc[16]: QWidget::heightForWidth(int) const 5600 vfunc[17]: QWidget::paintEngine() const 5601 vfunc[18]: QLineEdit::mousePressEvent(QMouseEvent*) 5602 vfunc[19]: QLineEdit::mouseReleaseEvent(QMouseEvent*) 5603 vfunc[20]: QLineEdit::mouseDoubleClickEvent(QMouseEvent*) 5604 vfunc[21]: QLineEdit::mouseMoveEvent(QMouseEvent*) 5605 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 5606 vfunc[23]: QLineEdit::keyPressEvent(QKeyEvent*) 5607 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 5608 vfunc[25]: QLineEdit::focusInEvent(QFocusEvent*) 5609 vfunc[26]: QLineEdit::focusOutEvent(QFocusEvent*) 5610 vfunc[27]: QWidget::enterEvent(QEvent*) 5611 vfunc[28]: QWidget::leaveEvent(QEvent*) 5612 vfunc[29]: QLineEdit::paintEvent(QPaintEvent*) 5613 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 5614 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 5615 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 5616 vfunc[33]: QLineEdit::contextMenuEvent(QContextMenuEvent*) 5617 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 5618 vfunc[35]: QWidget::actionEvent(QActionEvent*) 5619 vfunc[36]: QLineEdit::dragEnterEvent(QDragEnterEvent*) 5620 vfunc[37]: QLineEdit::dragMoveEvent(QDragMoveEvent*) 5621 vfunc[38]: QLineEdit::dragLeaveEvent(QDragLeaveEvent*) 5622 vfunc[39]: QLineEdit::dropEvent(QDropEvent*) 5623 vfunc[40]: QWidget::showEvent(QShowEvent*) 5624 vfunc[41]: QWidget::hideEvent(QHideEvent*) 5625 vfunc[42]: QWidget::x11Event(_XEvent*) 5626 vfunc[43]: QLineEdit::changeEvent(QEvent*) 5627 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 5628 const 5629 vfunc[45]: QLineEdit::inputMethodEvent(QInputMethodEvent*) 5630 vfunc[46]: QLineEdit::inputMethodQuery(Qt::InputMethodQuery) 5631 const 5632 vfunc[47]: QWidget::focusNextPrevChild(bool) 5633 vfunc[48]: QWidget::styleChange(QStyle&) 5634 vfunc[49]: QWidget::enabledChange(bool) 5635 vfunc[50]: QWidget::paletteChange(QPalette const&) 5636 vfunc[51]: QWidget::fontChange(QFont const&) 5637 vfunc[52]: QWidget::windowActivationChange(bool) 5638 vfunc[53]: QWidget::languageChange() 5639 5640 Table 6-210. Secondary vtable for QLineEdit 5641 Base Offset -8 5642 Virtual Base Offset 0 5643 RTTI typeinfo for QLineEdit 5644 vfunc[0]: non-virtual thunk to QLineEdit::~QLineEdit() 5645 vfunc[1]: non-virtual thunk to QLineEdit::~QLineEdit() 5646 vfunc[2]: non-virtual thunk to QWidget::devType() const 5647 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 5648 vfunc[4]: non-virtual thunk to 5649 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 5650 5651 The Run Time Type Information for the QLineEdit class is 5652 described by Table 6-211 5653 5654 Table 6-211. typeinfo for QLineEdit 5655 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5656 Name typeinfo name for QLineEdit 5657 basetype: typeinfo for QWidget 5658 _________________________________________________________ 5659 5660 6.4.1.60. Class data for QInputDialog 5661 5662 The virtual table for the QInputDialog class is described by 5663 Table 6-212 5664 5665 Table 6-212. Primary vtable for QInputDialog 5666 Base Offset 0 5667 Virtual Base Offset 0 5668 RTTI typeinfo for QInputDialog 5669 vfunc[0]: QInputDialog::metaObject() const 5670 vfunc[1]: QInputDialog::qt_metacast(char const*) 5671 vfunc[2]: QInputDialog::qt_metacall(QMetaObject::Call, int, 5672 void**) 5673 vfunc[3]: QInputDialog::~QInputDialog() 5674 vfunc[4]: QInputDialog::~QInputDialog() 5675 vfunc[5]: QWidget::event(QEvent*) 5676 vfunc[6]: QDialog::eventFilter(QObject*, QEvent*) 5677 vfunc[7]: QObject::timerEvent(QTimerEvent*) 5678 vfunc[8]: QObject::childEvent(QChildEvent*) 5679 vfunc[9]: QObject::customEvent(QEvent*) 5680 vfunc[10]: QObject::connectNotify(char const*) 5681 vfunc[11]: QObject::disconnectNotify(char const*) 5682 vfunc[12]: QWidget::devType() const 5683 vfunc[13]: QDialog::setVisible(bool) 5684 vfunc[14]: QDialog::sizeHint() const 5685 vfunc[15]: QDialog::minimumSizeHint() const 5686 vfunc[16]: QWidget::heightForWidth(int) const 5687 vfunc[17]: QWidget::paintEngine() const 5688 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 5689 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 5690 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 5691 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 5692 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 5693 vfunc[23]: QDialog::keyPressEvent(QKeyEvent*) 5694 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 5695 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 5696 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 5697 vfunc[27]: QWidget::enterEvent(QEvent*) 5698 vfunc[28]: QWidget::leaveEvent(QEvent*) 5699 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 5700 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 5701 vfunc[31]: QDialog::resizeEvent(QResizeEvent*) 5702 vfunc[32]: QDialog::closeEvent(QCloseEvent*) 5703 vfunc[33]: QDialog::contextMenuEvent(QContextMenuEvent*) 5704 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 5705 vfunc[35]: QWidget::actionEvent(QActionEvent*) 5706 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 5707 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 5708 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 5709 vfunc[39]: QWidget::dropEvent(QDropEvent*) 5710 vfunc[40]: QDialog::showEvent(QShowEvent*) 5711 vfunc[41]: QWidget::hideEvent(QHideEvent*) 5712 vfunc[42]: QWidget::x11Event(_XEvent*) 5713 vfunc[43]: QWidget::changeEvent(QEvent*) 5714 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 5715 const 5716 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 5717 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 5718 const 5719 vfunc[47]: QWidget::focusNextPrevChild(bool) 5720 vfunc[48]: QWidget::styleChange(QStyle&) 5721 vfunc[49]: QWidget::enabledChange(bool) 5722 vfunc[50]: QWidget::paletteChange(QPalette const&) 5723 vfunc[51]: QWidget::fontChange(QFont const&) 5724 vfunc[52]: QWidget::windowActivationChange(bool) 5725 vfunc[53]: QWidget::languageChange() 5726 vfunc[54]: QDialog::done(int) 5727 vfunc[55]: QDialog::accept() 5728 vfunc[56]: QDialog::reject() 5729 5730 Table 6-213. Secondary vtable for QInputDialog 5731 Base Offset -8 5732 Virtual Base Offset 0 5733 RTTI typeinfo for QInputDialog 5734 vfunc[0]: non-virtual thunk to QInputDialog::~QInputDialog() 5735 vfunc[1]: non-virtual thunk to QInputDialog::~QInputDialog() 5736 vfunc[2]: non-virtual thunk to QWidget::devType() const 5737 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 5738 vfunc[4]: non-virtual thunk to 5739 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 5740 5741 The Run Time Type Information for the QInputDialog class is 5742 described by Table 6-214 5743 5744 Table 6-214. typeinfo for QInputDialog 5745 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5746 Name typeinfo name for QInputDialog 5747 basetype: typeinfo for QDialog 5748 _________________________________________________________ 5749 5750 6.4.1.61. Class data for QImage 5751 5752 The virtual table for the QImage class is described by Table 5753 6-215 5754 5755 Table 6-215. Primary vtable for QImage 5756 Base Offset 0 5757 Virtual Base Offset 0 5758 RTTI typeinfo for QImage 5759 vfunc[0]: QImage::~QImage() 5760 vfunc[1]: QImage::~QImage() 5761 vfunc[2]: QImage::devType() const 5762 vfunc[3]: QImage::paintEngine() const 5763 vfunc[4]: QImage::metric(QPaintDevice::PaintDeviceMetric) 5764 const 5765 5766 The Run Time Type Information for the QImage class is 5767 described by Table 6-216 5768 5769 Table 6-216. typeinfo for QImage 5770 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5771 Name typeinfo name for QImage 5772 basetype: typeinfo for QPaintDevice 5773 _________________________________________________________ 5774 5775 6.4.1.62. Class data for QPixmap 5776 5777 The virtual table for the QPixmap class is described by Table 5778 6-217 5779 5780 Table 6-217. Primary vtable for QPixmap 5781 Base Offset 0 5782 Virtual Base Offset 0 5783 RTTI typeinfo for QPixmap 5784 vfunc[0]: QPixmap::~QPixmap() 5785 vfunc[1]: QPixmap::~QPixmap() 5786 vfunc[2]: QPixmap::devType() const 5787 vfunc[3]: QPixmap::paintEngine() const 5788 vfunc[4]: QPixmap::metric(QPaintDevice::PaintDeviceMetric) 5789 const 5790 5791 The Run Time Type Information for the QPixmap class is 5792 described by Table 6-218 5793 5794 Table 6-218. typeinfo for QPixmap 5795 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5796 Name typeinfo name for QPixmap 5797 basetype: typeinfo for QPaintDevice 5798 _________________________________________________________ 5799 5800 6.4.1.63. Class data for QImageIOHandler 5801 5802 The virtual table for the QImageIOHandler class is described 5803 by Table 6-219 5804 5805 Table 6-219. Primary vtable for QImageIOHandler 5806 Base Offset 0 5807 Virtual Base Offset 0 5808 RTTI typeinfo for QImageIOHandler 5809 vfunc[0]: QImageIOHandler::~QImageIOHandler() 5810 vfunc[1]: QImageIOHandler::~QImageIOHandler() 5811 vfunc[2]: QImageIOHandler::name() const 5812 vfunc[3]: __cxa_pure_virtual 5813 vfunc[4]: __cxa_pure_virtual 5814 vfunc[5]: QImageIOHandler::write(QImage const&) 5815 vfunc[6]: 5816 QImageIOHandler::option(QImageIOHandler::ImageOption) const 5817 vfunc[7]: 5818 QImageIOHandler::setOption(QImageIOHandler::ImageOption, 5819 QVariant const&) 5820 vfunc[8]: 5821 QImageIOHandler::supportsOption(QImageIOHandler::ImageOption) 5822 const 5823 vfunc[9]: QImageIOHandler::jumpToNextImage() 5824 vfunc[10]: QImageIOHandler::jumpToImage(int) 5825 vfunc[11]: QImageIOHandler::loopCount() const 5826 vfunc[12]: QImageIOHandler::imageCount() const 5827 vfunc[13]: QImageIOHandler::nextImageDelay() const 5828 vfunc[14]: QImageIOHandler::currentImageNumber() const 5829 vfunc[15]: QImageIOHandler::currentImageRect() const 5830 5831 The Run Time Type Information for the QImageIOHandler class is 5832 described by Table 6-220 5833 5834 Table 6-220. typeinfo for QImageIOHandler 5835 Base Vtable vtable for __cxxabiv1::__class_type_info 5836 Name typeinfo name for QImageIOHandler 5837 _________________________________________________________ 5838 5839 6.4.1.64. Class data for QImageIOHandlerFactoryInterface 5840 5841 The virtual table for the QImageIOHandlerFactoryInterface 5842 class is described by Table 6-221 5843 5844 Table 6-221. Primary vtable for 5845 QImageIOHandlerFactoryInterface 5846 Base Offset 0 5847 Virtual Base Offset 0 5848 RTTI typeinfo for QImageIOHandlerFactoryInterface 5849 vfunc[0]: 5850 QImageIOHandlerFactoryInterface::~QImageIOHandlerFactoryInterf 5851 ace() 5852 vfunc[1]: 5853 QImageIOHandlerFactoryInterface::~QImageIOHandlerFactoryInterf 5854 ace() 5855 vfunc[2]: __cxa_pure_virtual 5856 vfunc[3]: __cxa_pure_virtual 5857 5858 The Run Time Type Information for the 5859 QImageIOHandlerFactoryInterface class is described by Table 5860 6-222 5861 5862 Table 6-222. typeinfo for QImageIOHandlerFactoryInterface 5863 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5864 Name typeinfo name for QImageIOHandlerFactoryInterface 5865 basetype: typeinfo for QFactoryInterface 5866 _________________________________________________________ 5867 5868 6.4.1.65. Class data for QImageIOPlugin 5869 5870 The virtual table for the QImageIOPlugin class is described by 5871 Table 6-223 5872 5873 Table 6-223. Primary vtable for QImageIOPlugin 5874 Base Offset 0 5875 Virtual Base Offset 0 5876 RTTI typeinfo for QImageIOPlugin 5877 vfunc[0]: QImageIOPlugin::metaObject() const 5878 vfunc[1]: QImageIOPlugin::qt_metacast(char const*) 5879 vfunc[2]: QImageIOPlugin::qt_metacall(QMetaObject::Call, int, 5880 void**) 5881 vfunc[3]: QImageIOPlugin::~QImageIOPlugin() 5882 vfunc[4]: QImageIOPlugin::~QImageIOPlugin() 5883 vfunc[5]: QObject::event(QEvent*) 5884 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 5885 vfunc[7]: QObject::timerEvent(QTimerEvent*) 5886 vfunc[8]: QObject::childEvent(QChildEvent*) 5887 vfunc[9]: QObject::customEvent(QEvent*) 5888 vfunc[10]: QObject::connectNotify(char const*) 5889 vfunc[11]: QObject::disconnectNotify(char const*) 5890 vfunc[12]: __cxa_pure_virtual 5891 vfunc[13]: __cxa_pure_virtual 5892 vfunc[14]: __cxa_pure_virtual 5893 5894 Table 6-224. Secondary vtable for QImageIOPlugin 5895 Base Offset -8 5896 Virtual Base Offset 0 5897 RTTI typeinfo for QImageIOPlugin 5898 vfunc[0]: non-virtual thunk to 5899 QImageIOPlugin::~QImageIOPlugin() 5900 vfunc[1]: non-virtual thunk to 5901 QImageIOPlugin::~QImageIOPlugin() 5902 vfunc[2]: __cxa_pure_virtual 5903 vfunc[3]: __cxa_pure_virtual 5904 5905 The Run Time Type Information for the QImageIOPlugin class is 5906 described by Table 6-225 5907 5908 Table 6-225. typeinfo for QImageIOPlugin 5909 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 5910 Name typeinfo name for QImageIOPlugin 5911 flags: 0 5912 basetype: typeinfo for QObject 2 5913 basetype: typeinfo for QImageIOHandlerFactoryInterface 2050 5914 _________________________________________________________ 5915 5916 6.4.1.66. Class data for QPicture 5917 5918 The virtual table for the QPicture class is described by Table 5919 6-226 5920 5921 Table 6-226. Primary vtable for QPicture 5922 Base Offset 0 5923 Virtual Base Offset 0 5924 RTTI typeinfo for QPicture 5925 vfunc[0]: QPicture::~QPicture() 5926 vfunc[1]: QPicture::~QPicture() 5927 vfunc[2]: QPicture::devType() const 5928 vfunc[3]: QPicture::paintEngine() const 5929 vfunc[4]: QPicture::metric(QPaintDevice::PaintDeviceMetric) 5930 const 5931 vfunc[5]: QPicture::setData(char const*, unsigned int) 5932 5933 The Run Time Type Information for the QPicture class is 5934 described by Table 6-227 5935 5936 Table 6-227. typeinfo for QPicture 5937 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5938 Name typeinfo name for QPicture 5939 basetype: typeinfo for QPaintDevice 5940 _________________________________________________________ 5941 5942 6.4.1.67. Class data for QMovie 5943 5944 The virtual table for the QMovie class is described by Table 5945 6-228 5946 5947 Table 6-228. Primary vtable for QMovie 5948 Base Offset 0 5949 Virtual Base Offset 0 5950 RTTI typeinfo for QMovie 5951 vfunc[0]: QMovie::metaObject() const 5952 vfunc[1]: QMovie::qt_metacast(char const*) 5953 vfunc[2]: QMovie::qt_metacall(QMetaObject::Call, int, void**) 5954 vfunc[3]: QMovie::~QMovie() 5955 vfunc[4]: QMovie::~QMovie() 5956 vfunc[5]: QObject::event(QEvent*) 5957 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 5958 vfunc[7]: QObject::timerEvent(QTimerEvent*) 5959 vfunc[8]: QObject::childEvent(QChildEvent*) 5960 vfunc[9]: QObject::customEvent(QEvent*) 5961 vfunc[10]: QObject::connectNotify(char const*) 5962 vfunc[11]: QObject::disconnectNotify(char const*) 5963 5964 The Run Time Type Information for the QMovie class is 5965 described by Table 6-229 5966 5967 Table 6-229. typeinfo for QMovie 5968 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5969 Name typeinfo name for QMovie 5970 basetype: typeinfo for QObject 5971 _________________________________________________________ 5972 5973 6.4.1.68. Class data for QIconEngineFactoryInterface 5974 5975 The virtual table for the QIconEngineFactoryInterface class is 5976 described by Table 6-230 5977 5978 Table 6-230. Primary vtable for QIconEngineFactoryInterface 5979 Base Offset 0 5980 Virtual Base Offset 0 5981 RTTI typeinfo for QIconEngineFactoryInterface 5982 vfunc[0]: 5983 QIconEngineFactoryInterface::~QIconEngineFactoryInterface() 5984 vfunc[1]: 5985 QIconEngineFactoryInterface::~QIconEngineFactoryInterface() 5986 vfunc[2]: __cxa_pure_virtual 5987 vfunc[3]: __cxa_pure_virtual 5988 5989 The Run Time Type Information for the 5990 QIconEngineFactoryInterface class is described by Table 6-231 5991 5992 Table 6-231. typeinfo for QIconEngineFactoryInterface 5993 Base Vtable vtable for __cxxabiv1::__si_class_type_info 5994 Name typeinfo name for QIconEngineFactoryInterface 5995 basetype: typeinfo for QFactoryInterface 5996 _________________________________________________________ 5997 5998 6.4.1.69. Class data for QIconEnginePlugin 5999 6000 The virtual table for the QIconEnginePlugin class is described 6001 by Table 6-232 6002 6003 Table 6-232. Primary vtable for QIconEnginePlugin 6004 Base Offset 0 6005 Virtual Base Offset 0 6006 RTTI typeinfo for QIconEnginePlugin 6007 vfunc[0]: QIconEnginePlugin::metaObject() const 6008 vfunc[1]: QIconEnginePlugin::qt_metacast(char const*) 6009 vfunc[2]: QIconEnginePlugin::qt_metacall(QMetaObject::Call, 6010 int, void**) 6011 vfunc[3]: QIconEnginePlugin::~QIconEnginePlugin() 6012 vfunc[4]: QIconEnginePlugin::~QIconEnginePlugin() 6013 vfunc[5]: QObject::event(QEvent*) 6014 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 6015 vfunc[7]: QObject::timerEvent(QTimerEvent*) 6016 vfunc[8]: QObject::childEvent(QChildEvent*) 6017 vfunc[9]: QObject::customEvent(QEvent*) 6018 vfunc[10]: QObject::connectNotify(char const*) 6019 vfunc[11]: QObject::disconnectNotify(char const*) 6020 vfunc[12]: __cxa_pure_virtual 6021 vfunc[13]: __cxa_pure_virtual 6022 6023 Table 6-233. Secondary vtable for QIconEnginePlugin 6024 Base Offset -8 6025 Virtual Base Offset 0 6026 RTTI typeinfo for QIconEnginePlugin 6027 vfunc[0]: non-virtual thunk to 6028 QIconEnginePlugin::~QIconEnginePlugin() 6029 vfunc[1]: non-virtual thunk to 6030 QIconEnginePlugin::~QIconEnginePlugin() 6031 vfunc[2]: __cxa_pure_virtual 6032 vfunc[3]: __cxa_pure_virtual 6033 6034 The Run Time Type Information for the QIconEnginePlugin class 6035 is described by Table 6-234 6036 6037 Table 6-234. typeinfo for QIconEnginePlugin 6038 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 6039 Name typeinfo name for QIconEnginePlugin 6040 flags: 0 6041 basetype: typeinfo for QObject 2 6042 basetype: typeinfo for QIconEngineFactoryInterface 2050 6043 _________________________________________________________ 6044 6045 6.4.1.70. Class data for QIconEngine 6046 6047 The virtual table for the QIconEngine class is described by 6048 Table 6-235 6049 6050 Table 6-235. Primary vtable for QIconEngine 6051 Base Offset 0 6052 Virtual Base Offset 0 6053 RTTI typeinfo for QIconEngine 6054 vfunc[0]: QIconEngine::~QIconEngine() 6055 vfunc[1]: QIconEngine::~QIconEngine() 6056 vfunc[2]: __cxa_pure_virtual 6057 vfunc[3]: QIconEngine::actualSize(QSize const&, QIcon::Mode, 6058 QIcon::State) 6059 vfunc[4]: QIconEngine::pixmap(QSize const&, QIcon::Mode, 6060 QIcon::State) 6061 vfunc[5]: QIconEngine::addPixmap(QPixmap const&, QIcon::Mode, 6062 QIcon::State) 6063 vfunc[6]: QIconEngine::addFile(QString const&, QSize const&, 6064 QIcon::Mode, QIcon::State) 6065 6066 The Run Time Type Information for the QIconEngine class is 6067 described by Table 6-236 6068 6069 Table 6-236. typeinfo for QIconEngine 6070 Base Vtable vtable for __cxxabiv1::__class_type_info 6071 Name typeinfo name for QIconEngine 6072 _________________________________________________________ 6073 6074 6.4.1.71. Class data for QBitmap 6075 6076 The virtual table for the QBitmap class is described by Table 6077 6-237 6078 6079 Table 6-237. Primary vtable for QBitmap 6080 Base Offset 0 6081 Virtual Base Offset 0 6082 RTTI typeinfo for QBitmap 6083 vfunc[0]: QBitmap::~QBitmap() 6084 vfunc[1]: QBitmap::~QBitmap() 6085 vfunc[2]: QPixmap::devType() const 6086 vfunc[3]: QPixmap::paintEngine() const 6087 vfunc[4]: QPixmap::metric(QPaintDevice::PaintDeviceMetric) 6088 const 6089 6090 The Run Time Type Information for the QBitmap class is 6091 described by Table 6-238 6092 6093 Table 6-238. typeinfo for QBitmap 6094 Base Vtable vtable for __cxxabiv1::__si_class_type_info 6095 Name typeinfo name for QBitmap 6096 basetype: typeinfo for QPixmap 6097 _________________________________________________________ 6098 6099 6.4.1.72. Class data for QPictureFormatInterface 6100 6101 The virtual table for the QPictureFormatInterface class is 6102 described by Table 6-239 6103 6104 Table 6-239. Primary vtable for QPictureFormatInterface 6105 Base Offset 0 6106 Virtual Base Offset 0 6107 RTTI typeinfo for QPictureFormatInterface 6108 vfunc[0]: QPictureFormatInterface::~QPictureFormatInterface() 6109 vfunc[1]: QPictureFormatInterface::~QPictureFormatInterface() 6110 vfunc[2]: __cxa_pure_virtual 6111 vfunc[3]: __cxa_pure_virtual 6112 vfunc[4]: __cxa_pure_virtual 6113 vfunc[5]: __cxa_pure_virtual 6114 6115 The Run Time Type Information for the QPictureFormatInterface 6116 class is described by Table 6-240 6117 6118 Table 6-240. typeinfo for QPictureFormatInterface 6119 Base Vtable vtable for __cxxabiv1::__si_class_type_info 6120 Name typeinfo name for QPictureFormatInterface 6121 basetype: typeinfo for QFactoryInterface 6122 _________________________________________________________ 6123 6124 6.4.1.73. Class data for QPictureFormatPlugin 6125 6126 The virtual table for the QPictureFormatPlugin class is 6127 described by Table 6-241 6128 6129 Table 6-241. Primary vtable for QPictureFormatPlugin 6130 Base Offset 0 6131 Virtual Base Offset 0 6132 RTTI typeinfo for QPictureFormatPlugin 6133 vfunc[0]: QPictureFormatPlugin::metaObject() const 6134 vfunc[1]: QPictureFormatPlugin::qt_metacast(char const*) 6135 vfunc[2]: QPictureFormatPlugin::qt_metacall(QMetaObject::Call, 6136 int, void**) 6137 vfunc[3]: QPictureFormatPlugin::~QPictureFormatPlugin() 6138 vfunc[4]: QPictureFormatPlugin::~QPictureFormatPlugin() 6139 vfunc[5]: QObject::event(QEvent*) 6140 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 6141 vfunc[7]: QObject::timerEvent(QTimerEvent*) 6142 vfunc[8]: QObject::childEvent(QChildEvent*) 6143 vfunc[9]: QObject::customEvent(QEvent*) 6144 vfunc[10]: QObject::connectNotify(char const*) 6145 vfunc[11]: QObject::disconnectNotify(char const*) 6146 vfunc[12]: __cxa_pure_virtual 6147 vfunc[13]: QPictureFormatPlugin::loadPicture(QString const&, 6148 QString const&, QPicture*) 6149 vfunc[14]: QPictureFormatPlugin::savePicture(QString const&, 6150 QString const&, QPicture const&) 6151 vfunc[15]: __cxa_pure_virtual 6152 6153 Table 6-242. Secondary vtable for QPictureFormatPlugin 6154 Base Offset -8 6155 Virtual Base Offset 0 6156 RTTI typeinfo for QPictureFormatPlugin 6157 vfunc[0]: non-virtual thunk to 6158 QPictureFormatPlugin::~QPictureFormatPlugin() 6159 vfunc[1]: non-virtual thunk to 6160 QPictureFormatPlugin::~QPictureFormatPlugin() 6161 vfunc[2]: __cxa_pure_virtual 6162 vfunc[3]: non-virtual thunk to 6163 QPictureFormatPlugin::loadPicture(QString const&, QString 6164 const&, QPicture*) 6165 vfunc[4]: non-virtual thunk to 6166 QPictureFormatPlugin::savePicture(QString const&, QString 6167 const&, QPicture const&) 6168 vfunc[5]: __cxa_pure_virtual 6169 6170 The Run Time Type Information for the QPictureFormatPlugin 6171 class is described by Table 6-243 6172 6173 Table 6-243. typeinfo for QPictureFormatPlugin 6174 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 6175 Name typeinfo name for QPictureFormatPlugin 6176 flags: 0 6177 basetype: typeinfo for QObject 2 6178 basetype: typeinfo for QPictureFormatInterface 2050 6179 _________________________________________________________ 6180 6181 6.4.1.74. Class data for QPrinter 6182 6183 The virtual table for the QPrinter class is described by Table 6184 6-244 6185 6186 Table 6-244. Primary vtable for QPrinter 6187 Base Offset 0 6188 Virtual Base Offset 0 6189 RTTI typeinfo for QPrinter 6190 vfunc[0]: QPrinter::~QPrinter() 6191 vfunc[1]: QPrinter::~QPrinter() 6192 vfunc[2]: QPrinter::devType() const 6193 vfunc[3]: QPrinter::paintEngine() const 6194 vfunc[4]: QPrinter::metric(QPaintDevice::PaintDeviceMetric) 6195 const 6196 6197 The Run Time Type Information for the QPrinter class is 6198 described by Table 6-245 6199 6200 Table 6-245. typeinfo for QPrinter 6201 Base Vtable vtable for __cxxabiv1::__si_class_type_info 6202 Name typeinfo name for QPrinter 6203 basetype: typeinfo for QPaintDevice 6204 _________________________________________________________ 6205 6206 6.4.1.75. Class data for QPrintEngine 6207 6208 The virtual table for the QPrintEngine class is described by 6209 Table 6-246 6210 6211 Table 6-246. Primary vtable for QPrintEngine 6212 Base Offset 0 6213 Virtual Base Offset 0 6214 RTTI typeinfo for QPrintEngine 6215 vfunc[0]: QPrintEngine::~QPrintEngine() 6216 vfunc[1]: QPrintEngine::~QPrintEngine() 6217 vfunc[2]: __cxa_pure_virtual 6218 vfunc[3]: __cxa_pure_virtual 6219 vfunc[4]: __cxa_pure_virtual 6220 vfunc[5]: __cxa_pure_virtual 6221 vfunc[6]: __cxa_pure_virtual 6222 vfunc[7]: __cxa_pure_virtual 6223 6224 The Run Time Type Information for the QPrintEngine class is 6225 described by Table 6-247 6226 6227 Table 6-247. typeinfo for QPrintEngine 6228 Base Vtable vtable for __cxxabiv1::__class_type_info 6229 Name typeinfo name for QPrintEngine 6230 _________________________________________________________ 6231 6232 6.4.1.76. Class data for QStyle 6233 6234 The virtual table for the QStyle class is described by Table 6235 6-248 6236 6237 Table 6-248. Primary vtable for QStyle 6238 Base Offset 0 6239 Virtual Base Offset 0 6240 RTTI typeinfo for QStyle 6241 vfunc[0]: QStyle::metaObject() const 6242 vfunc[1]: QStyle::qt_metacast(char const*) 6243 vfunc[2]: QStyle::qt_metacall(QMetaObject::Call, int, void**) 6244 vfunc[3]: QStyle::~QStyle() 6245 vfunc[4]: QStyle::~QStyle() 6246 vfunc[5]: QObject::event(QEvent*) 6247 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 6248 vfunc[7]: QObject::timerEvent(QTimerEvent*) 6249 vfunc[8]: QObject::childEvent(QChildEvent*) 6250 vfunc[9]: QObject::customEvent(QEvent*) 6251 vfunc[10]: QObject::connectNotify(char const*) 6252 vfunc[11]: QObject::disconnectNotify(char const*) 6253 vfunc[12]: QStyle::polish(QWidget*) 6254 vfunc[13]: QStyle::unpolish(QWidget*) 6255 vfunc[14]: QStyle::polish(QApplication*) 6256 vfunc[15]: QStyle::unpolish(QApplication*) 6257 vfunc[16]: QStyle::polish(QPalette&) 6258 vfunc[17]: QStyle::itemTextRect(QFontMetrics const&, QRect 6259 const&, int, bool, QString const&) const 6260 vfunc[18]: QStyle::itemPixmapRect(QRect const&, int, QPixmap 6261 const&) const 6262 vfunc[19]: QStyle::drawItemText(QPainter*, QRect const&, int, 6263 QPalette const&, bool, QString const&, QPalette::ColorRole) 6264 const 6265 vfunc[20]: QStyle::drawItemPixmap(QPainter*, QRect const&, 6266 int, QPixmap const&) const 6267 vfunc[21]: QStyle::standardPalette() const 6268 vfunc[22]: __cxa_pure_virtual 6269 vfunc[23]: __cxa_pure_virtual 6270 vfunc[24]: __cxa_pure_virtual 6271 vfunc[25]: __cxa_pure_virtual 6272 vfunc[26]: __cxa_pure_virtual 6273 vfunc[27]: __cxa_pure_virtual 6274 vfunc[28]: __cxa_pure_virtual 6275 vfunc[29]: __cxa_pure_virtual 6276 vfunc[30]: __cxa_pure_virtual 6277 vfunc[31]: __cxa_pure_virtual 6278 vfunc[32]: __cxa_pure_virtual 6279 6280 The Run Time Type Information for the QStyle class is 6281 described by Table 6-249 6282 6283 Table 6-249. typeinfo for QStyle 6284 Base Vtable vtable for __cxxabiv1::__si_class_type_info 6285 Name typeinfo name for QStyle 6286 basetype: typeinfo for QObject 6287 _________________________________________________________ 6288 6289 6.4.1.77. Class data for QPaintEngine 6290 6291 The virtual table for the QPaintEngine class is described by 6292 Table 6-250 6293 6294 Table 6-250. Primary vtable for QPaintEngine 6295 Base Offset 0 6296 Virtual Base Offset 0 6297 RTTI typeinfo for QPaintEngine 6298 vfunc[0]: QPaintEngine::~QPaintEngine() 6299 vfunc[1]: QPaintEngine::~QPaintEngine() 6300 vfunc[2]: __cxa_pure_virtual 6301 vfunc[3]: __cxa_pure_virtual 6302 vfunc[4]: __cxa_pure_virtual 6303 vfunc[5]: QPaintEngine::drawRects(QRect const*, int) 6304 vfunc[6]: QPaintEngine::drawRects(QRectF const*, int) 6305 vfunc[7]: QPaintEngine::drawLines(QLine const*, int) 6306 vfunc[8]: QPaintEngine::drawLines(QLineF const*, int) 6307 vfunc[9]: QPaintEngine::drawEllipse(QRectF const&) 6308 vfunc[10]: QPaintEngine::drawEllipse(QRect const&) 6309 vfunc[11]: QPaintEngine::drawPath(QPainterPath const&) 6310 vfunc[12]: QPaintEngine::drawPoints(QPointF const*, int) 6311 vfunc[13]: QPaintEngine::drawPoints(QPoint const*, int) 6312 vfunc[14]: QPaintEngine::drawPolygon(QPointF const*, int, 6313 QPaintEngine::PolygonDrawMode) 6314 vfunc[15]: QPaintEngine::drawPolygon(QPoint const*, int, 6315 QPaintEngine::PolygonDrawMode) 6316 vfunc[16]: __cxa_pure_virtual 6317 vfunc[17]: QPaintEngine::drawTextItem(QPointF const&, 6318 QTextItem const&) 6319 vfunc[18]: QPaintEngine::drawTiledPixmap(QRectF const&, 6320 QPixmap const&, QPointF const&) 6321 vfunc[19]: QPaintEngine::drawImage(QRectF const&, QImage 6322 const&, QRectF const&, QFlags) 6323 vfunc[20]: QPaintEngine::coordinateOffset() const 6324 vfunc[21]: __cxa_pure_virtual 6325 6326 The Run Time Type Information for the QPaintEngine class is 6327 described by Table 6-251 6328 6329 Table 6-251. typeinfo for QPaintEngine 6330 Base Vtable vtable for __cxxabiv1::__class_type_info 6331 Name typeinfo name for QPaintEngine 6332 _________________________________________________________ 6333 6334 6.4.1.78. Class data for QItemSelectionModel 6335 6336 The virtual table for the QItemSelectionModel class is 6337 described by Table 6-252 6338 6339 Table 6-252. Primary vtable for QItemSelectionModel 6340 Base Offset 0 6341 Virtual Base Offset 0 6342 RTTI typeinfo for QItemSelectionModel 6343 vfunc[0]: QItemSelectionModel::metaObject() const 6344 vfunc[1]: QItemSelectionModel::qt_metacast(char const*) 6345 vfunc[2]: QItemSelectionModel::qt_metacall(QMetaObject::Call, 6346 int, void**) 6347 vfunc[3]: QItemSelectionModel::~QItemSelectionModel() 6348 vfunc[4]: QItemSelectionModel::~QItemSelectionModel() 6349 vfunc[5]: QObject::event(QEvent*) 6350 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 6351 vfunc[7]: QObject::timerEvent(QTimerEvent*) 6352 vfunc[8]: QObject::childEvent(QChildEvent*) 6353 vfunc[9]: QObject::customEvent(QEvent*) 6354 vfunc[10]: QObject::connectNotify(char const*) 6355 vfunc[11]: QObject::disconnectNotify(char const*) 6356 vfunc[12]: QItemSelectionModel::select(QModelIndex const&, 6357 QFlags) 6358 vfunc[13]: QItemSelectionModel::select(QItemSelection const&, 6359 QFlags) 6360 vfunc[14]: QItemSelectionModel::clear() 6361 vfunc[15]: QItemSelectionModel::reset() 6362 6363 The Run Time Type Information for the QItemSelectionModel 6364 class is described by Table 6-253 6365 6366 Table 6-253. typeinfo for QItemSelectionModel 6367 Base Vtable vtable for __cxxabiv1::__si_class_type_info 6368 Name typeinfo name for QItemSelectionModel 6369 basetype: typeinfo for QObject 6370 _________________________________________________________ 6371 6372 6.4.1.79. Class data for QAbstractScrollArea 6373 6374 The virtual table for the QAbstractScrollArea class is 6375 described by Table 6-254 6376 6377 Table 6-254. Primary vtable for QAbstractScrollArea 6378 Base Offset 0 6379 Virtual Base Offset 0 6380 RTTI typeinfo for QAbstractScrollArea 6381 vfunc[0]: QAbstractScrollArea::metaObject() const 6382 vfunc[1]: QAbstractScrollArea::qt_metacast(char const*) 6383 vfunc[2]: QAbstractScrollArea::qt_metacall(QMetaObject::Call, 6384 int, void**) 6385 vfunc[3]: QAbstractScrollArea::~QAbstractScrollArea() 6386 vfunc[4]: QAbstractScrollArea::~QAbstractScrollArea() 6387 vfunc[5]: QAbstractScrollArea::event(QEvent*) 6388 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 6389 vfunc[7]: QObject::timerEvent(QTimerEvent*) 6390 vfunc[8]: QObject::childEvent(QChildEvent*) 6391 vfunc[9]: QObject::customEvent(QEvent*) 6392 vfunc[10]: QObject::connectNotify(char const*) 6393 vfunc[11]: QObject::disconnectNotify(char const*) 6394 vfunc[12]: QWidget::devType() const 6395 vfunc[13]: QWidget::setVisible(bool) 6396 vfunc[14]: QAbstractScrollArea::sizeHint() const 6397 vfunc[15]: QAbstractScrollArea::minimumSizeHint() const 6398 vfunc[16]: QWidget::heightForWidth(int) const 6399 vfunc[17]: QWidget::paintEngine() const 6400 vfunc[18]: QAbstractScrollArea::mousePressEvent(QMouseEvent*) 6401 vfunc[19]: 6402 QAbstractScrollArea::mouseReleaseEvent(QMouseEvent*) 6403 vfunc[20]: 6404 QAbstractScrollArea::mouseDoubleClickEvent(QMouseEvent*) 6405 vfunc[21]: QAbstractScrollArea::mouseMoveEvent(QMouseEvent*) 6406 vfunc[22]: QAbstractScrollArea::wheelEvent(QWheelEvent*) 6407 vfunc[23]: QAbstractScrollArea::keyPressEvent(QKeyEvent*) 6408 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 6409 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 6410 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 6411 vfunc[27]: QWidget::enterEvent(QEvent*) 6412 vfunc[28]: QWidget::leaveEvent(QEvent*) 6413 vfunc[29]: QAbstractScrollArea::paintEvent(QPaintEvent*) 6414 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 6415 vfunc[31]: QAbstractScrollArea::resizeEvent(QResizeEvent*) 6416 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 6417 vfunc[33]: 6418 QAbstractScrollArea::contextMenuEvent(QContextMenuEvent*) 6419 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 6420 vfunc[35]: QWidget::actionEvent(QActionEvent*) 6421 vfunc[36]: 6422 QAbstractScrollArea::dragEnterEvent(QDragEnterEvent*) 6423 vfunc[37]: QAbstractScrollArea::dragMoveEvent(QDragMoveEvent*) 6424 vfunc[38]: 6425 QAbstractScrollArea::dragLeaveEvent(QDragLeaveEvent*) 6426 vfunc[39]: QAbstractScrollArea::dropEvent(QDropEvent*) 6427 vfunc[40]: QWidget::showEvent(QShowEvent*) 6428 vfunc[41]: QWidget::hideEvent(QHideEvent*) 6429 vfunc[42]: QWidget::x11Event(_XEvent*) 6430 vfunc[43]: QFrame::changeEvent(QEvent*) 6431 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 6432 const 6433 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 6434 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 6435 const 6436 vfunc[47]: QWidget::focusNextPrevChild(bool) 6437 vfunc[48]: QWidget::styleChange(QStyle&) 6438 vfunc[49]: QWidget::enabledChange(bool) 6439 vfunc[50]: QWidget::paletteChange(QPalette const&) 6440 vfunc[51]: QWidget::fontChange(QFont const&) 6441 vfunc[52]: QWidget::windowActivationChange(bool) 6442 vfunc[53]: QWidget::languageChange() 6443 vfunc[54]: QAbstractScrollArea::viewportEvent(QEvent*) 6444 vfunc[55]: QAbstractScrollArea::scrollContentsBy(int, int) 6445 6446 Table 6-255. Secondary vtable for QAbstractScrollArea 6447 Base Offset -8 6448 Virtual Base Offset 0 6449 RTTI typeinfo for QAbstractScrollArea 6450 vfunc[0]: non-virtual thunk to 6451 QAbstractScrollArea::~QAbstractScrollArea() 6452 vfunc[1]: non-virtual thunk to 6453 QAbstractScrollArea::~QAbstractScrollArea() 6454 vfunc[2]: non-virtual thunk to QWidget::devType() const 6455 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 6456 vfunc[4]: non-virtual thunk to 6457 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 6458 6459 The Run Time Type Information for the QAbstractScrollArea 6460 class is described by Table 6-256 6461 6462 Table 6-256. typeinfo for QAbstractScrollArea 6463 Base Vtable vtable for __cxxabiv1::__si_class_type_info 6464 Name typeinfo name for QAbstractScrollArea 6465 basetype: typeinfo for QFrame 6466 _________________________________________________________ 6467 6468 6.4.1.80. Class data for QValidator 6469 6470 The virtual table for the QValidator class is described by 6471 Table 6-257 6472 6473 Table 6-257. Primary vtable for QValidator 6474 Base Offset 0 6475 Virtual Base Offset 0 6476 RTTI typeinfo for QValidator 6477 vfunc[0]: QValidator::metaObject() const 6478 vfunc[1]: QValidator::qt_metacast(char const*) 6479 vfunc[2]: QValidator::qt_metacall(QMetaObject::Call, int, 6480 void**) 6481 vfunc[3]: QValidator::~QValidator() 6482 vfunc[4]: QValidator::~QValidator() 6483 vfunc[5]: QObject::event(QEvent*) 6484 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 6485 vfunc[7]: QObject::timerEvent(QTimerEvent*) 6486 vfunc[8]: QObject::childEvent(QChildEvent*) 6487 vfunc[9]: QObject::customEvent(QEvent*) 6488 vfunc[10]: QObject::connectNotify(char const*) 6489 vfunc[11]: QObject::disconnectNotify(char const*) 6490 vfunc[12]: __cxa_pure_virtual 6491 vfunc[13]: QValidator::fixup(QString&) const 6492 6493 The Run Time Type Information for the QValidator class is 6494 described by Table 6-258 6495 6496 Table 6-258. typeinfo for QValidator 6497 Base Vtable vtable for __cxxabiv1::__si_class_type_info 6498 Name typeinfo name for QValidator 6499 basetype: typeinfo for QObject 6500 _________________________________________________________ 6501 6502 6.4.1.81. Class data for QIntValidator 6503 6504 The virtual table for the QIntValidator class is described by 6505 Table 6-259 6506 6507 Table 6-259. Primary vtable for QIntValidator 6508 Base Offset 0 6509 Virtual Base Offset 0 6510 RTTI typeinfo for QIntValidator 6511 vfunc[0]: QIntValidator::metaObject() const 6512 vfunc[1]: QIntValidator::qt_metacast(char const*) 6513 vfunc[2]: QIntValidator::qt_metacall(QMetaObject::Call, int, 6514 void**) 6515 vfunc[3]: QIntValidator::~QIntValidator() 6516 vfunc[4]: QIntValidator::~QIntValidator() 6517 vfunc[5]: QObject::event(QEvent*) 6518 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 6519 vfunc[7]: QObject::timerEvent(QTimerEvent*) 6520 vfunc[8]: QObject::childEvent(QChildEvent*) 6521 vfunc[9]: QObject::customEvent(QEvent*) 6522 vfunc[10]: QObject::connectNotify(char const*) 6523 vfunc[11]: QObject::disconnectNotify(char const*) 6524 vfunc[12]: QIntValidator::validate(QString&, int&) const 6525 vfunc[13]: QValidator::fixup(QString&) const 6526 vfunc[14]: QIntValidator::setRange(int, int) 6527 6528 The Run Time Type Information for the QIntValidator class is 6529 described by Table 6-260 6530 6531 Table 6-260. typeinfo for QIntValidator 6532 Base Vtable vtable for __cxxabiv1::__si_class_type_info 6533 Name typeinfo name for QIntValidator 6534 basetype: typeinfo for QValidator 6535 _________________________________________________________ 6536 6537 6.4.1.82. Class data for QDoubleValidator 6538 6539 The virtual table for the QDoubleValidator class is described 6540 by Table 6-261 6541 6542 Table 6-261. Primary vtable for QDoubleValidator 6543 Base Offset 0 6544 Virtual Base Offset 0 6545 RTTI typeinfo for QDoubleValidator 6546 vfunc[0]: QDoubleValidator::metaObject() const 6547 vfunc[1]: QDoubleValidator::qt_metacast(char const*) 6548 vfunc[2]: QDoubleValidator::qt_metacall(QMetaObject::Call, 6549 int, void**) 6550 vfunc[3]: QDoubleValidator::~QDoubleValidator() 6551 vfunc[4]: QDoubleValidator::~QDoubleValidator() 6552 vfunc[5]: QObject::event(QEvent*) 6553 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 6554 vfunc[7]: QObject::timerEvent(QTimerEvent*) 6555 vfunc[8]: QObject::childEvent(QChildEvent*) 6556 vfunc[9]: QObject::customEvent(QEvent*) 6557 vfunc[10]: QObject::connectNotify(char const*) 6558 vfunc[11]: QObject::disconnectNotify(char const*) 6559 vfunc[12]: QDoubleValidator::validate(QString&, int&) const 6560 vfunc[13]: QValidator::fixup(QString&) const 6561 vfunc[14]: QDoubleValidator::setRange(double, double, int) 6562 6563 The Run Time Type Information for the QDoubleValidator class 6564 is described by Table 6-262 6565 6566 Table 6-262. typeinfo for QDoubleValidator 6567 Base Vtable vtable for __cxxabiv1::__si_class_type_info 6568 Name typeinfo name for QDoubleValidator 6569 basetype: typeinfo for QValidator 6570 _________________________________________________________ 6571 6572 6.4.1.83. Class data for QRegExpValidator 6573 6574 The virtual table for the QRegExpValidator class is described 6575 by Table 6-263 6576 6577 Table 6-263. Primary vtable for QRegExpValidator 6578 Base Offset 0 6579 Virtual Base Offset 0 6580 RTTI typeinfo for QRegExpValidator 6581 vfunc[0]: QRegExpValidator::metaObject() const 6582 vfunc[1]: QRegExpValidator::qt_metacast(char const*) 6583 vfunc[2]: QRegExpValidator::qt_metacall(QMetaObject::Call, 6584 int, void**) 6585 vfunc[3]: QRegExpValidator::~QRegExpValidator() 6586 vfunc[4]: QRegExpValidator::~QRegExpValidator() 6587 vfunc[5]: QObject::event(QEvent*) 6588 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 6589 vfunc[7]: QObject::timerEvent(QTimerEvent*) 6590 vfunc[8]: QObject::childEvent(QChildEvent*) 6591 vfunc[9]: QObject::customEvent(QEvent*) 6592 vfunc[10]: QObject::connectNotify(char const*) 6593 vfunc[11]: QObject::disconnectNotify(char const*) 6594 vfunc[12]: QRegExpValidator::validate(QString&, int&) const 6595 vfunc[13]: QValidator::fixup(QString&) const 6596 6597 The Run Time Type Information for the QRegExpValidator class 6598 is described by Table 6-264 6599 6600 Table 6-264. typeinfo for QRegExpValidator 6601 Base Vtable vtable for __cxxabiv1::__si_class_type_info 6602 Name typeinfo name for QRegExpValidator 6603 basetype: typeinfo for QValidator 6604 _________________________________________________________ 6605 6606 6.4.1.84. Class data for QAbstractSpinBox 6607 6608 The virtual table for the QAbstractSpinBox class is described 6609 by Table 6-265 6610 6611 Table 6-265. Primary vtable for QAbstractSpinBox 6612 Base Offset 0 6613 Virtual Base Offset 0 6614 RTTI typeinfo for QAbstractSpinBox 6615 vfunc[0]: QAbstractSpinBox::metaObject() const 6616 vfunc[1]: QAbstractSpinBox::qt_metacast(char const*) 6617 vfunc[2]: QAbstractSpinBox::qt_metacall(QMetaObject::Call, 6618 int, void**) 6619 vfunc[3]: QAbstractSpinBox::~QAbstractSpinBox() 6620 vfunc[4]: QAbstractSpinBox::~QAbstractSpinBox() 6621 vfunc[5]: QAbstractSpinBox::event(QEvent*) 6622 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 6623 vfunc[7]: QAbstractSpinBox::timerEvent(QTimerEvent*) 6624 vfunc[8]: QObject::childEvent(QChildEvent*) 6625 vfunc[9]: QObject::customEvent(QEvent*) 6626 vfunc[10]: QObject::connectNotify(char const*) 6627 vfunc[11]: QObject::disconnectNotify(char const*) 6628 vfunc[12]: QWidget::devType() const 6629 vfunc[13]: QWidget::setVisible(bool) 6630 vfunc[14]: QAbstractSpinBox::sizeHint() const 6631 vfunc[15]: QAbstractSpinBox::minimumSizeHint() const 6632 vfunc[16]: QWidget::heightForWidth(int) const 6633 vfunc[17]: QWidget::paintEngine() const 6634 vfunc[18]: QAbstractSpinBox::mousePressEvent(QMouseEvent*) 6635 vfunc[19]: QAbstractSpinBox::mouseReleaseEvent(QMouseEvent*) 6636 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 6637 vfunc[21]: QAbstractSpinBox::mouseMoveEvent(QMouseEvent*) 6638 vfunc[22]: QAbstractSpinBox::wheelEvent(QWheelEvent*) 6639 vfunc[23]: QAbstractSpinBox::keyPressEvent(QKeyEvent*) 6640 vfunc[24]: QAbstractSpinBox::keyReleaseEvent(QKeyEvent*) 6641 vfunc[25]: QAbstractSpinBox::focusInEvent(QFocusEvent*) 6642 vfunc[26]: QAbstractSpinBox::focusOutEvent(QFocusEvent*) 6643 vfunc[27]: QWidget::enterEvent(QEvent*) 6644 vfunc[28]: QWidget::leaveEvent(QEvent*) 6645 vfunc[29]: QAbstractSpinBox::paintEvent(QPaintEvent*) 6646 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 6647 vfunc[31]: QAbstractSpinBox::resizeEvent(QResizeEvent*) 6648 vfunc[32]: QAbstractSpinBox::closeEvent(QCloseEvent*) 6649 vfunc[33]: 6650 QAbstractSpinBox::contextMenuEvent(QContextMenuEvent*) 6651 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 6652 vfunc[35]: QWidget::actionEvent(QActionEvent*) 6653 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 6654 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 6655 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 6656 vfunc[39]: QWidget::dropEvent(QDropEvent*) 6657 vfunc[40]: QAbstractSpinBox::showEvent(QShowEvent*) 6658 vfunc[41]: QAbstractSpinBox::hideEvent(QHideEvent*) 6659 vfunc[42]: QWidget::x11Event(_XEvent*) 6660 vfunc[43]: QAbstractSpinBox::changeEvent(QEvent*) 6661 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 6662 const 6663 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 6664 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 6665 const 6666 vfunc[47]: QWidget::focusNextPrevChild(bool) 6667 vfunc[48]: QWidget::styleChange(QStyle&) 6668 vfunc[49]: QWidget::enabledChange(bool) 6669 vfunc[50]: QWidget::paletteChange(QPalette const&) 6670 vfunc[51]: QWidget::fontChange(QFont const&) 6671 vfunc[52]: QWidget::windowActivationChange(bool) 6672 vfunc[53]: QWidget::languageChange() 6673 vfunc[54]: QAbstractSpinBox::validate(QString&, int&) const 6674 vfunc[55]: QAbstractSpinBox::fixup(QString&) const 6675 vfunc[56]: QAbstractSpinBox::stepBy(int) 6676 vfunc[57]: QAbstractSpinBox::clear() 6677 vfunc[58]: QAbstractSpinBox::stepEnabled() const 6678 6679 Table 6-266. Secondary vtable for QAbstractSpinBox 6680 Base Offset -8 6681 Virtual Base Offset 0 6682 RTTI typeinfo for QAbstractSpinBox 6683 vfunc[0]: non-virtual thunk to 6684 QAbstractSpinBox::~QAbstractSpinBox() 6685 vfunc[1]: non-virtual thunk to 6686 QAbstractSpinBox::~QAbstractSpinBox() 6687 vfunc[2]: non-virtual thunk to QWidget::devType() const 6688 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 6689 vfunc[4]: non-virtual thunk to 6690 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 6691 6692 The Run Time Type Information for the QAbstractSpinBox class 6693 is described by Table 6-267 6694 6695 Table 6-267. typeinfo for QAbstractSpinBox 6696 Base Vtable vtable for __cxxabiv1::__si_class_type_info 6697 Name typeinfo name for QAbstractSpinBox 6698 basetype: typeinfo for QWidget 6699 _________________________________________________________ 6700 6701 6.4.1.85. Class data for QAbstractSlider 6702 6703 The virtual table for the QAbstractSlider class is described 6704 by Table 6-268 6705 6706 Table 6-268. Primary vtable for QAbstractSlider 6707 Base Offset 0 6708 Virtual Base Offset 0 6709 RTTI typeinfo for QAbstractSlider 6710 vfunc[0]: QAbstractSlider::metaObject() const 6711 vfunc[1]: QAbstractSlider::qt_metacast(char const*) 6712 vfunc[2]: QAbstractSlider::qt_metacall(QMetaObject::Call, int, 6713 void**) 6714 vfunc[3]: QAbstractSlider::~QAbstractSlider() 6715 vfunc[4]: QAbstractSlider::~QAbstractSlider() 6716 vfunc[5]: QAbstractSlider::event(QEvent*) 6717 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 6718 vfunc[7]: QAbstractSlider::timerEvent(QTimerEvent*) 6719 vfunc[8]: QObject::childEvent(QChildEvent*) 6720 vfunc[9]: QObject::customEvent(QEvent*) 6721 vfunc[10]: QObject::connectNotify(char const*) 6722 vfunc[11]: QObject::disconnectNotify(char const*) 6723 vfunc[12]: QWidget::devType() const 6724 vfunc[13]: QWidget::setVisible(bool) 6725 vfunc[14]: QWidget::sizeHint() const 6726 vfunc[15]: QWidget::minimumSizeHint() const 6727 vfunc[16]: QWidget::heightForWidth(int) const 6728 vfunc[17]: QWidget::paintEngine() const 6729 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 6730 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 6731 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 6732 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 6733 vfunc[22]: QAbstractSlider::wheelEvent(QWheelEvent*) 6734 vfunc[23]: QAbstractSlider::keyPressEvent(QKeyEvent*) 6735 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 6736 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 6737 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 6738 vfunc[27]: QWidget::enterEvent(QEvent*) 6739 vfunc[28]: QWidget::leaveEvent(QEvent*) 6740 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 6741 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 6742 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 6743 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 6744 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 6745 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 6746 vfunc[35]: QWidget::actionEvent(QActionEvent*) 6747 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 6748 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 6749 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 6750 vfunc[39]: QWidget::dropEvent(QDropEvent*) 6751 vfunc[40]: QWidget::showEvent(QShowEvent*) 6752 vfunc[41]: QWidget::hideEvent(QHideEvent*) 6753 vfunc[42]: QWidget::x11Event(_XEvent*) 6754 vfunc[43]: QAbstractSlider::changeEvent(QEvent*) 6755 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 6756 const 6757 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 6758 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 6759 const 6760 vfunc[47]: QWidget::focusNextPrevChild(bool) 6761 vfunc[48]: QWidget::styleChange(QStyle&) 6762 vfunc[49]: QWidget::enabledChange(bool) 6763 vfunc[50]: QWidget::paletteChange(QPalette const&) 6764 vfunc[51]: QWidget::fontChange(QFont const&) 6765 vfunc[52]: QWidget::windowActivationChange(bool) 6766 vfunc[53]: QWidget::languageChange() 6767 vfunc[54]: 6768 QAbstractSlider::sliderChange(QAbstractSlider::SliderChange) 6769 6770 Table 6-269. Secondary vtable for QAbstractSlider 6771 Base Offset -8 6772 Virtual Base Offset 0 6773 RTTI typeinfo for QAbstractSlider 6774 vfunc[0]: non-virtual thunk to 6775 QAbstractSlider::~QAbstractSlider() 6776 vfunc[1]: non-virtual thunk to 6777 QAbstractSlider::~QAbstractSlider() 6778 vfunc[2]: non-virtual thunk to QWidget::devType() const 6779 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 6780 vfunc[4]: non-virtual thunk to 6781 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 6782 6783 The Run Time Type Information for the QAbstractSlider class is 6784 described by Table 6-270 6785 6786 Table 6-270. typeinfo for QAbstractSlider 6787 Base Vtable vtable for __cxxabiv1::__si_class_type_info 6788 Name typeinfo name for QAbstractSlider 6789 basetype: typeinfo for QWidget 6790 _________________________________________________________ 6791 6792 6.4.1.86. Class data for QSlider 6793 6794 The virtual table for the QSlider class is described by Table 6795 6-271 6796 6797 Table 6-271. Primary vtable for QSlider 6798 Base Offset 0 6799 Virtual Base Offset 0 6800 RTTI typeinfo for QSlider 6801 vfunc[0]: QSlider::metaObject() const 6802 vfunc[1]: QSlider::qt_metacast(char const*) 6803 vfunc[2]: QSlider::qt_metacall(QMetaObject::Call, int, void**) 6804 vfunc[3]: QSlider::~QSlider() 6805 vfunc[4]: QSlider::~QSlider() 6806 vfunc[5]: QSlider::event(QEvent*) 6807 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 6808 vfunc[7]: QAbstractSlider::timerEvent(QTimerEvent*) 6809 vfunc[8]: QObject::childEvent(QChildEvent*) 6810 vfunc[9]: QObject::customEvent(QEvent*) 6811 vfunc[10]: QObject::connectNotify(char const*) 6812 vfunc[11]: QObject::disconnectNotify(char const*) 6813 vfunc[12]: QWidget::devType() const 6814 vfunc[13]: QWidget::setVisible(bool) 6815 vfunc[14]: QSlider::sizeHint() const 6816 vfunc[15]: QSlider::minimumSizeHint() const 6817 vfunc[16]: QWidget::heightForWidth(int) const 6818 vfunc[17]: QWidget::paintEngine() const 6819 vfunc[18]: QSlider::mousePressEvent(QMouseEvent*) 6820 vfunc[19]: QSlider::mouseReleaseEvent(QMouseEvent*) 6821 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 6822 vfunc[21]: QSlider::mouseMoveEvent(QMouseEvent*) 6823 vfunc[22]: QAbstractSlider::wheelEvent(QWheelEvent*) 6824 vfunc[23]: QAbstractSlider::keyPressEvent(QKeyEvent*) 6825 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 6826 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 6827 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 6828 vfunc[27]: QWidget::enterEvent(QEvent*) 6829 vfunc[28]: QWidget::leaveEvent(QEvent*) 6830 vfunc[29]: QSlider::paintEvent(QPaintEvent*) 6831 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 6832 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 6833 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 6834 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 6835 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 6836 vfunc[35]: QWidget::actionEvent(QActionEvent*) 6837 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 6838 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 6839 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 6840 vfunc[39]: QWidget::dropEvent(QDropEvent*) 6841 vfunc[40]: QWidget::showEvent(QShowEvent*) 6842 vfunc[41]: QWidget::hideEvent(QHideEvent*) 6843 vfunc[42]: QWidget::x11Event(_XEvent*) 6844 vfunc[43]: QAbstractSlider::changeEvent(QEvent*) 6845 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 6846 const 6847 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 6848 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 6849 const 6850 vfunc[47]: QWidget::focusNextPrevChild(bool) 6851 vfunc[48]: QWidget::styleChange(QStyle&) 6852 vfunc[49]: QWidget::enabledChange(bool) 6853 vfunc[50]: QWidget::paletteChange(QPalette const&) 6854 vfunc[51]: QWidget::fontChange(QFont const&) 6855 vfunc[52]: QWidget::windowActivationChange(bool) 6856 vfunc[53]: QWidget::languageChange() 6857 vfunc[54]: 6858 QAbstractSlider::sliderChange(QAbstractSlider::SliderChange) 6859 6860 Table 6-272. Secondary vtable for QSlider 6861 Base Offset -8 6862 Virtual Base Offset 0 6863 RTTI typeinfo for QSlider 6864 vfunc[0]: non-virtual thunk to QSlider::~QSlider() 6865 vfunc[1]: non-virtual thunk to QSlider::~QSlider() 6866 vfunc[2]: non-virtual thunk to QWidget::devType() const 6867 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 6868 vfunc[4]: non-virtual thunk to 6869 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 6870 6871 The Run Time Type Information for the QSlider class is 6872 described by Table 6-273 6873 6874 Table 6-273. typeinfo for QSlider 6875 Base Vtable vtable for __cxxabiv1::__si_class_type_info 6876 Name typeinfo name for QSlider 6877 basetype: typeinfo for QAbstractSlider 6878 _________________________________________________________ 6879 6880 6.4.1.87. Class data for QTabBar 6881 6882 The virtual table for the QTabBar class is described by Table 6883 6-274 6884 6885 Table 6-274. Primary vtable for QTabBar 6886 Base Offset 0 6887 Virtual Base Offset 0 6888 RTTI typeinfo for QTabBar 6889 vfunc[0]: QTabBar::metaObject() const 6890 vfunc[1]: QTabBar::qt_metacast(char const*) 6891 vfunc[2]: QTabBar::qt_metacall(QMetaObject::Call, int, void**) 6892 vfunc[3]: QTabBar::~QTabBar() 6893 vfunc[4]: QTabBar::~QTabBar() 6894 vfunc[5]: QTabBar::event(QEvent*) 6895 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 6896 vfunc[7]: QObject::timerEvent(QTimerEvent*) 6897 vfunc[8]: QObject::childEvent(QChildEvent*) 6898 vfunc[9]: QObject::customEvent(QEvent*) 6899 vfunc[10]: QObject::connectNotify(char const*) 6900 vfunc[11]: QObject::disconnectNotify(char const*) 6901 vfunc[12]: QWidget::devType() const 6902 vfunc[13]: QWidget::setVisible(bool) 6903 vfunc[14]: QTabBar::sizeHint() const 6904 vfunc[15]: QTabBar::minimumSizeHint() const 6905 vfunc[16]: QWidget::heightForWidth(int) const 6906 vfunc[17]: QWidget::paintEngine() const 6907 vfunc[18]: QTabBar::mousePressEvent(QMouseEvent*) 6908 vfunc[19]: QTabBar::mouseReleaseEvent(QMouseEvent*) 6909 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 6910 vfunc[21]: QTabBar::mouseMoveEvent(QMouseEvent*) 6911 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 6912 vfunc[23]: QTabBar::keyPressEvent(QKeyEvent*) 6913 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 6914 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 6915 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 6916 vfunc[27]: QWidget::enterEvent(QEvent*) 6917 vfunc[28]: QWidget::leaveEvent(QEvent*) 6918 vfunc[29]: QTabBar::paintEvent(QPaintEvent*) 6919 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 6920 vfunc[31]: QTabBar::resizeEvent(QResizeEvent*) 6921 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 6922 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 6923 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 6924 vfunc[35]: QWidget::actionEvent(QActionEvent*) 6925 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 6926 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 6927 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 6928 vfunc[39]: QWidget::dropEvent(QDropEvent*) 6929 vfunc[40]: QTabBar::showEvent(QShowEvent*) 6930 vfunc[41]: QWidget::hideEvent(QHideEvent*) 6931 vfunc[42]: QWidget::x11Event(_XEvent*) 6932 vfunc[43]: QTabBar::changeEvent(QEvent*) 6933 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 6934 const 6935 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 6936 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 6937 const 6938 vfunc[47]: QWidget::focusNextPrevChild(bool) 6939 vfunc[48]: QWidget::styleChange(QStyle&) 6940 vfunc[49]: QWidget::enabledChange(bool) 6941 vfunc[50]: QWidget::paletteChange(QPalette const&) 6942 vfunc[51]: QWidget::fontChange(QFont const&) 6943 vfunc[52]: QWidget::windowActivationChange(bool) 6944 vfunc[53]: QWidget::languageChange() 6945 vfunc[54]: QTabBar::tabSizeHint(int) const 6946 vfunc[55]: QTabBar::tabInserted(int) 6947 vfunc[56]: QTabBar::tabRemoved(int) 6948 vfunc[57]: QTabBar::tabLayoutChange() 6949 6950 Table 6-275. Secondary vtable for QTabBar 6951 Base Offset -8 6952 Virtual Base Offset 0 6953 RTTI typeinfo for QTabBar 6954 vfunc[0]: non-virtual thunk to QTabBar::~QTabBar() 6955 vfunc[1]: non-virtual thunk to QTabBar::~QTabBar() 6956 vfunc[2]: non-virtual thunk to QWidget::devType() const 6957 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 6958 vfunc[4]: non-virtual thunk to 6959 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 6960 6961 The Run Time Type Information for the QTabBar class is 6962 described by Table 6-276 6963 6964 Table 6-276. typeinfo for QTabBar 6965 Base Vtable vtable for __cxxabiv1::__si_class_type_info 6966 Name typeinfo name for QTabBar 6967 basetype: typeinfo for QWidget 6968 _________________________________________________________ 6969 6970 6.4.1.88. Class data for QTabWidget 6971 6972 The virtual table for the QTabWidget class is described by 6973 Table 6-277 6974 6975 Table 6-277. Primary vtable for QTabWidget 6976 Base Offset 0 6977 Virtual Base Offset 0 6978 RTTI typeinfo for QTabWidget 6979 vfunc[0]: QTabWidget::metaObject() const 6980 vfunc[1]: QTabWidget::qt_metacast(char const*) 6981 vfunc[2]: QTabWidget::qt_metacall(QMetaObject::Call, int, 6982 void**) 6983 vfunc[3]: QTabWidget::~QTabWidget() 6984 vfunc[4]: QTabWidget::~QTabWidget() 6985 vfunc[5]: QTabWidget::event(QEvent*) 6986 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 6987 vfunc[7]: QObject::timerEvent(QTimerEvent*) 6988 vfunc[8]: QObject::childEvent(QChildEvent*) 6989 vfunc[9]: QObject::customEvent(QEvent*) 6990 vfunc[10]: QObject::connectNotify(char const*) 6991 vfunc[11]: QObject::disconnectNotify(char const*) 6992 vfunc[12]: QWidget::devType() const 6993 vfunc[13]: QWidget::setVisible(bool) 6994 vfunc[14]: QTabWidget::sizeHint() const 6995 vfunc[15]: QTabWidget::minimumSizeHint() const 6996 vfunc[16]: QWidget::heightForWidth(int) const 6997 vfunc[17]: QWidget::paintEngine() const 6998 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 6999 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 7000 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 7001 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 7002 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 7003 vfunc[23]: QTabWidget::keyPressEvent(QKeyEvent*) 7004 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 7005 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 7006 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 7007 vfunc[27]: QWidget::enterEvent(QEvent*) 7008 vfunc[28]: QWidget::leaveEvent(QEvent*) 7009 vfunc[29]: QTabWidget::paintEvent(QPaintEvent*) 7010 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 7011 vfunc[31]: QTabWidget::resizeEvent(QResizeEvent*) 7012 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 7013 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 7014 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 7015 vfunc[35]: QWidget::actionEvent(QActionEvent*) 7016 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 7017 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 7018 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 7019 vfunc[39]: QWidget::dropEvent(QDropEvent*) 7020 vfunc[40]: QTabWidget::showEvent(QShowEvent*) 7021 vfunc[41]: QWidget::hideEvent(QHideEvent*) 7022 vfunc[42]: QWidget::x11Event(_XEvent*) 7023 vfunc[43]: QTabWidget::changeEvent(QEvent*) 7024 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 7025 const 7026 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 7027 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 7028 const 7029 vfunc[47]: QWidget::focusNextPrevChild(bool) 7030 vfunc[48]: QWidget::styleChange(QStyle&) 7031 vfunc[49]: QWidget::enabledChange(bool) 7032 vfunc[50]: QWidget::paletteChange(QPalette const&) 7033 vfunc[51]: QWidget::fontChange(QFont const&) 7034 vfunc[52]: QWidget::windowActivationChange(bool) 7035 vfunc[53]: QWidget::languageChange() 7036 vfunc[54]: QTabWidget::tabInserted(int) 7037 vfunc[55]: QTabWidget::tabRemoved(int) 7038 7039 Table 6-278. Secondary vtable for QTabWidget 7040 Base Offset -8 7041 Virtual Base Offset 0 7042 RTTI typeinfo for QTabWidget 7043 vfunc[0]: non-virtual thunk to QTabWidget::~QTabWidget() 7044 vfunc[1]: non-virtual thunk to QTabWidget::~QTabWidget() 7045 vfunc[2]: non-virtual thunk to QWidget::devType() const 7046 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 7047 vfunc[4]: non-virtual thunk to 7048 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 7049 7050 The Run Time Type Information for the QTabWidget class is 7051 described by Table 6-279 7052 7053 Table 6-279. typeinfo for QTabWidget 7054 Base Vtable vtable for __cxxabiv1::__si_class_type_info 7055 Name typeinfo name for QTabWidget 7056 basetype: typeinfo for QWidget 7057 _________________________________________________________ 7058 7059 6.4.1.89. Class data for QRubberBand 7060 7061 The virtual table for the QRubberBand class is described by 7062 Table 6-280 7063 7064 Table 6-280. Primary vtable for QRubberBand 7065 Base Offset 0 7066 Virtual Base Offset 0 7067 RTTI typeinfo for QRubberBand 7068 vfunc[0]: QRubberBand::metaObject() const 7069 vfunc[1]: QRubberBand::qt_metacast(char const*) 7070 vfunc[2]: QRubberBand::qt_metacall(QMetaObject::Call, int, 7071 void**) 7072 vfunc[3]: QRubberBand::~QRubberBand() 7073 vfunc[4]: QRubberBand::~QRubberBand() 7074 vfunc[5]: QRubberBand::event(QEvent*) 7075 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 7076 vfunc[7]: QObject::timerEvent(QTimerEvent*) 7077 vfunc[8]: QObject::childEvent(QChildEvent*) 7078 vfunc[9]: QObject::customEvent(QEvent*) 7079 vfunc[10]: QObject::connectNotify(char const*) 7080 vfunc[11]: QObject::disconnectNotify(char const*) 7081 vfunc[12]: QWidget::devType() const 7082 vfunc[13]: QWidget::setVisible(bool) 7083 vfunc[14]: QWidget::sizeHint() const 7084 vfunc[15]: QWidget::minimumSizeHint() const 7085 vfunc[16]: QWidget::heightForWidth(int) const 7086 vfunc[17]: QWidget::paintEngine() const 7087 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 7088 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 7089 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 7090 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 7091 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 7092 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 7093 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 7094 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 7095 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 7096 vfunc[27]: QWidget::enterEvent(QEvent*) 7097 vfunc[28]: QWidget::leaveEvent(QEvent*) 7098 vfunc[29]: QRubberBand::paintEvent(QPaintEvent*) 7099 vfunc[30]: QRubberBand::moveEvent(QMoveEvent*) 7100 vfunc[31]: QRubberBand::resizeEvent(QResizeEvent*) 7101 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 7102 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 7103 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 7104 vfunc[35]: QWidget::actionEvent(QActionEvent*) 7105 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 7106 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 7107 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 7108 vfunc[39]: QWidget::dropEvent(QDropEvent*) 7109 vfunc[40]: QRubberBand::showEvent(QShowEvent*) 7110 vfunc[41]: QWidget::hideEvent(QHideEvent*) 7111 vfunc[42]: QWidget::x11Event(_XEvent*) 7112 vfunc[43]: QRubberBand::changeEvent(QEvent*) 7113 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 7114 const 7115 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 7116 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 7117 const 7118 vfunc[47]: QWidget::focusNextPrevChild(bool) 7119 vfunc[48]: QWidget::styleChange(QStyle&) 7120 vfunc[49]: QWidget::enabledChange(bool) 7121 vfunc[50]: QWidget::paletteChange(QPalette const&) 7122 vfunc[51]: QWidget::fontChange(QFont const&) 7123 vfunc[52]: QWidget::windowActivationChange(bool) 7124 vfunc[53]: QWidget::languageChange() 7125 7126 Table 6-281. Secondary vtable for QRubberBand 7127 Base Offset -8 7128 Virtual Base Offset 0 7129 RTTI typeinfo for QRubberBand 7130 vfunc[0]: non-virtual thunk to QRubberBand::~QRubberBand() 7131 vfunc[1]: non-virtual thunk to QRubberBand::~QRubberBand() 7132 vfunc[2]: non-virtual thunk to QWidget::devType() const 7133 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 7134 vfunc[4]: non-virtual thunk to 7135 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 7136 7137 The Run Time Type Information for the QRubberBand class is 7138 described by Table 6-282 7139 7140 Table 6-282. typeinfo for QRubberBand 7141 Base Vtable vtable for __cxxabiv1::__si_class_type_info 7142 Name typeinfo name for QRubberBand 7143 basetype: typeinfo for QWidget 7144 _________________________________________________________ 7145 7146 6.4.1.90. Class data for QAbstractItemDelegate 7147 7148 The virtual table for the QAbstractItemDelegate class is 7149 described by Table 6-283 7150 7151 Table 6-283. Primary vtable for QAbstractItemDelegate 7152 Base Offset 0 7153 Virtual Base Offset 0 7154 RTTI typeinfo for QAbstractItemDelegate 7155 vfunc[0]: QAbstractItemDelegate::metaObject() const 7156 vfunc[1]: QAbstractItemDelegate::qt_metacast(char const*) 7157 vfunc[2]: 7158 QAbstractItemDelegate::qt_metacall(QMetaObject::Call, int, 7159 void**) 7160 vfunc[3]: QAbstractItemDelegate::~QAbstractItemDelegate() 7161 vfunc[4]: QAbstractItemDelegate::~QAbstractItemDelegate() 7162 vfunc[5]: QObject::event(QEvent*) 7163 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 7164 vfunc[7]: QObject::timerEvent(QTimerEvent*) 7165 vfunc[8]: QObject::childEvent(QChildEvent*) 7166 vfunc[9]: QObject::customEvent(QEvent*) 7167 vfunc[10]: QObject::connectNotify(char const*) 7168 vfunc[11]: QObject::disconnectNotify(char const*) 7169 vfunc[12]: __cxa_pure_virtual 7170 vfunc[13]: __cxa_pure_virtual 7171 vfunc[14]: QAbstractItemDelegate::createEditor(QWidget*, 7172 QStyleOptionViewItem const&, QModelIndex const&) const 7173 vfunc[15]: QAbstractItemDelegate::setEditorData(QWidget*, 7174 QModelIndex const&) const 7175 vfunc[16]: QAbstractItemDelegate::setModelData(QWidget*, 7176 QAbstractItemModel*, QModelIndex const&) const 7177 vfunc[17]: 7178 QAbstractItemDelegate::updateEditorGeometry(QWidget*, 7179 QStyleOptionViewItem const&, QModelIndex const&) const 7180 vfunc[18]: QAbstractItemDelegate::editorEvent(QEvent*, 7181 QAbstractItemModel*, QStyleOptionViewItem const&, QModelIndex 7182 const&) 7183 7184 The Run Time Type Information for the QAbstractItemDelegate 7185 class is described by Table 6-284 7186 7187 Table 6-284. typeinfo for QAbstractItemDelegate 7188 Base Vtable vtable for __cxxabiv1::__si_class_type_info 7189 Name typeinfo name for QAbstractItemDelegate 7190 basetype: typeinfo for QObject 7191 _________________________________________________________ 7192 7193 6.4.1.91. Class data for QAbstractItemView 7194 7195 The virtual table for the QAbstractItemView class is described 7196 by Table 6-285 7197 7198 Table 6-285. Primary vtable for QAbstractItemView 7199 Base Offset 0 7200 Virtual Base Offset 0 7201 RTTI typeinfo for QAbstractItemView 7202 vfunc[0]: QAbstractItemView::metaObject() const 7203 vfunc[1]: QAbstractItemView::qt_metacast(char const*) 7204 vfunc[2]: QAbstractItemView::qt_metacall(QMetaObject::Call, 7205 int, void**) 7206 vfunc[3]: QAbstractItemView::~QAbstractItemView() 7207 vfunc[4]: QAbstractItemView::~QAbstractItemView() 7208 vfunc[5]: QAbstractItemView::event(QEvent*) 7209 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 7210 vfunc[7]: QAbstractItemView::timerEvent(QTimerEvent*) 7211 vfunc[8]: QObject::childEvent(QChildEvent*) 7212 vfunc[9]: QObject::customEvent(QEvent*) 7213 vfunc[10]: QObject::connectNotify(char const*) 7214 vfunc[11]: QObject::disconnectNotify(char const*) 7215 vfunc[12]: QWidget::devType() const 7216 vfunc[13]: QWidget::setVisible(bool) 7217 vfunc[14]: QAbstractScrollArea::sizeHint() const 7218 vfunc[15]: QAbstractScrollArea::minimumSizeHint() const 7219 vfunc[16]: QWidget::heightForWidth(int) const 7220 vfunc[17]: QWidget::paintEngine() const 7221 vfunc[18]: QAbstractItemView::mousePressEvent(QMouseEvent*) 7222 vfunc[19]: QAbstractItemView::mouseReleaseEvent(QMouseEvent*) 7223 vfunc[20]: 7224 QAbstractItemView::mouseDoubleClickEvent(QMouseEvent*) 7225 vfunc[21]: QAbstractItemView::mouseMoveEvent(QMouseEvent*) 7226 vfunc[22]: QAbstractScrollArea::wheelEvent(QWheelEvent*) 7227 vfunc[23]: QAbstractItemView::keyPressEvent(QKeyEvent*) 7228 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 7229 vfunc[25]: QAbstractItemView::focusInEvent(QFocusEvent*) 7230 vfunc[26]: QAbstractItemView::focusOutEvent(QFocusEvent*) 7231 vfunc[27]: QWidget::enterEvent(QEvent*) 7232 vfunc[28]: QWidget::leaveEvent(QEvent*) 7233 vfunc[29]: QAbstractScrollArea::paintEvent(QPaintEvent*) 7234 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 7235 vfunc[31]: QAbstractItemView::resizeEvent(QResizeEvent*) 7236 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 7237 vfunc[33]: 7238 QAbstractScrollArea::contextMenuEvent(QContextMenuEvent*) 7239 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 7240 vfunc[35]: QWidget::actionEvent(QActionEvent*) 7241 vfunc[36]: QAbstractItemView::dragEnterEvent(QDragEnterEvent*) 7242 vfunc[37]: QAbstractItemView::dragMoveEvent(QDragMoveEvent*) 7243 vfunc[38]: QAbstractItemView::dragLeaveEvent(QDragLeaveEvent*) 7244 vfunc[39]: QAbstractItemView::dropEvent(QDropEvent*) 7245 vfunc[40]: QWidget::showEvent(QShowEvent*) 7246 vfunc[41]: QWidget::hideEvent(QHideEvent*) 7247 vfunc[42]: QWidget::x11Event(_XEvent*) 7248 vfunc[43]: QFrame::changeEvent(QEvent*) 7249 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 7250 const 7251 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 7252 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 7253 const 7254 vfunc[47]: QWidget::focusNextPrevChild(bool) 7255 vfunc[48]: QWidget::styleChange(QStyle&) 7256 vfunc[49]: QWidget::enabledChange(bool) 7257 vfunc[50]: QWidget::paletteChange(QPalette const&) 7258 vfunc[51]: QWidget::fontChange(QFont const&) 7259 vfunc[52]: QWidget::windowActivationChange(bool) 7260 vfunc[53]: QWidget::languageChange() 7261 vfunc[54]: QAbstractItemView::viewportEvent(QEvent*) 7262 vfunc[55]: QAbstractScrollArea::scrollContentsBy(int, int) 7263 vfunc[56]: QAbstractItemView::setModel(QAbstractItemModel*) 7264 vfunc[57]: 7265 QAbstractItemView::setSelectionModel(QItemSelectionModel*) 7266 vfunc[58]: QAbstractItemView::keyboardSearch(QString const&) 7267 vfunc[59]: __cxa_pure_virtual 7268 vfunc[60]: __cxa_pure_virtual 7269 vfunc[61]: __cxa_pure_virtual 7270 vfunc[62]: QAbstractItemView::sizeHintForRow(int) const 7271 vfunc[63]: QAbstractItemView::sizeHintForColumn(int) const 7272 vfunc[64]: QAbstractItemView::reset() 7273 vfunc[65]: QAbstractItemView::setRootIndex(QModelIndex const&) 7274 vfunc[66]: QAbstractItemView::doItemsLayout() 7275 vfunc[67]: QAbstractItemView::selectAll() 7276 vfunc[68]: QAbstractItemView::dataChanged(QModelIndex const&, 7277 QModelIndex const&) 7278 vfunc[69]: QAbstractItemView::rowsInserted(QModelIndex const&, 7279 int, int) 7280 vfunc[70]: QAbstractItemView::rowsAboutToBeRemoved(QModelIndex 7281 const&, int, int) 7282 vfunc[71]: QAbstractItemView::selectionChanged(QItemSelection 7283 const&, QItemSelection const&) 7284 vfunc[72]: QAbstractItemView::currentChanged(QModelIndex 7285 const&, QModelIndex const&) 7286 vfunc[73]: QAbstractItemView::updateEditorData() 7287 vfunc[74]: QAbstractItemView::updateEditorGeometries() 7288 vfunc[75]: QAbstractItemView::updateGeometries() 7289 vfunc[76]: QAbstractItemView::verticalScrollbarAction(int) 7290 vfunc[77]: QAbstractItemView::horizontalScrollbarAction(int) 7291 vfunc[78]: 7292 QAbstractItemView::verticalScrollbarValueChanged(int) 7293 vfunc[79]: 7294 QAbstractItemView::horizontalScrollbarValueChanged(int) 7295 vfunc[80]: QAbstractItemView::closeEditor(QWidget*, 7296 QAbstractItemDelegate::EndEditHint) 7297 vfunc[81]: QAbstractItemView::commitData(QWidget*) 7298 vfunc[82]: QAbstractItemView::editorDestroyed(QObject*) 7299 vfunc[83]: __cxa_pure_virtual 7300 vfunc[84]: __cxa_pure_virtual 7301 vfunc[85]: __cxa_pure_virtual 7302 vfunc[86]: __cxa_pure_virtual 7303 vfunc[87]: __cxa_pure_virtual 7304 vfunc[88]: __cxa_pure_virtual 7305 vfunc[89]: QAbstractItemView::selectedIndexes() const 7306 vfunc[90]: QAbstractItemView::edit(QModelIndex const&, 7307 QAbstractItemView::EditTrigger, QEvent*) 7308 vfunc[91]: QAbstractItemView::selectionCommand(QModelIndex 7309 const&, QEvent const*) const 7310 vfunc[92]: 7311 QAbstractItemView::startDrag(QFlags) 7312 vfunc[93]: QAbstractItemView::viewOptions() const 7313 7314 Table 6-286. Secondary vtable for QAbstractItemView 7315 Base Offset -8 7316 Virtual Base Offset 0 7317 RTTI typeinfo for QAbstractItemView 7318 vfunc[0]: non-virtual thunk to 7319 QAbstractItemView::~QAbstractItemView() 7320 vfunc[1]: non-virtual thunk to 7321 QAbstractItemView::~QAbstractItemView() 7322 vfunc[2]: non-virtual thunk to QWidget::devType() const 7323 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 7324 vfunc[4]: non-virtual thunk to 7325 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 7326 7327 The Run Time Type Information for the QAbstractItemView class 7328 is described by Table 6-287 7329 7330 Table 6-287. typeinfo for QAbstractItemView 7331 Base Vtable vtable for __cxxabiv1::__si_class_type_info 7332 Name typeinfo name for QAbstractItemView 7333 basetype: typeinfo for QAbstractScrollArea 7334 _________________________________________________________ 7335 7336 6.4.1.92. Class data for QStringListModel 7337 7338 The virtual table for the QStringListModel class is described 7339 by Table 6-288 7340 7341 Table 6-288. Primary vtable for QStringListModel 7342 Base Offset 0 7343 Virtual Base Offset 0 7344 RTTI typeinfo for QStringListModel 7345 vfunc[0]: QStringListModel::metaObject() const 7346 vfunc[1]: QStringListModel::qt_metacast(char const*) 7347 vfunc[2]: QStringListModel::qt_metacall(QMetaObject::Call, 7348 int, void**) 7349 vfunc[3]: QStringListModel::~QStringListModel() 7350 vfunc[4]: QStringListModel::~QStringListModel() 7351 vfunc[5]: QObject::event(QEvent*) 7352 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 7353 vfunc[7]: QObject::timerEvent(QTimerEvent*) 7354 vfunc[8]: QObject::childEvent(QChildEvent*) 7355 vfunc[9]: QObject::customEvent(QEvent*) 7356 vfunc[10]: QObject::connectNotify(char const*) 7357 vfunc[11]: QObject::disconnectNotify(char const*) 7358 vfunc[12]: QAbstractListModel::index(int, int, QModelIndex 7359 const&) const 7360 vfunc[13]: QAbstractListModel::parent(QModelIndex const&) 7361 const 7362 vfunc[14]: QStringListModel::rowCount(QModelIndex const&) 7363 const 7364 vfunc[15]: QAbstractListModel::columnCount(QModelIndex const&) 7365 const 7366 vfunc[16]: QAbstractListModel::hasChildren(QModelIndex const&) 7367 const 7368 vfunc[17]: QStringListModel::data(QModelIndex const&, int) 7369 const 7370 vfunc[18]: QStringListModel::setData(QModelIndex const&, 7371 QVariant const&, int) 7372 vfunc[19]: QAbstractItemModel::headerData(int, 7373 Qt::Orientation, int) const 7374 vfunc[20]: QAbstractItemModel::setHeaderData(int, 7375 Qt::Orientation, QVariant const&, int) 7376 vfunc[21]: QAbstractItemModel::itemData(QModelIndex const&) 7377 const 7378 vfunc[22]: QAbstractItemModel::setItemData(QModelIndex const&, 7379 QMap const&) 7380 vfunc[23]: QAbstractItemModel::mimeTypes() const 7381 vfunc[24]: QAbstractItemModel::mimeData(QList 7382 const&) const 7383 vfunc[25]: QAbstractListModel::dropMimeData(QMimeData const*, 7384 Qt::DropAction, int, int, QModelIndex const&) 7385 vfunc[26]: QAbstractItemModel::supportedDropActions() const 7386 vfunc[27]: QStringListModel::insertRows(int, int, QModelIndex 7387 const&) 7388 vfunc[28]: QAbstractItemModel::insertColumns(int, int, 7389 QModelIndex const&) 7390 vfunc[29]: QStringListModel::removeRows(int, int, QModelIndex 7391 const&) 7392 vfunc[30]: QAbstractItemModel::removeColumns(int, int, 7393 QModelIndex const&) 7394 vfunc[31]: QAbstractItemModel::fetchMore(QModelIndex const&) 7395 vfunc[32]: QAbstractItemModel::canFetchMore(QModelIndex 7396 const&) const 7397 vfunc[33]: QStringListModel::flags(QModelIndex const&) const 7398 vfunc[34]: QStringListModel::sort(int, Qt::SortOrder) 7399 vfunc[35]: QAbstractItemModel::buddy(QModelIndex const&) const 7400 vfunc[36]: QAbstractItemModel::match(QModelIndex const&, int, 7401 QVariant const&, int, QFlags) const 7402 vfunc[37]: QAbstractItemModel::span(QModelIndex const&) const 7403 vfunc[38]: QAbstractItemModel::submit() 7404 vfunc[39]: QAbstractItemModel::revert() 7405 7406 The Run Time Type Information for the QStringListModel class 7407 is described by Table 6-289 7408 7409 Table 6-289. typeinfo for QStringListModel 7410 Base Vtable vtable for __cxxabiv1::__si_class_type_info 7411 Name typeinfo name for QStringListModel 7412 basetype: typeinfo for QAbstractListModel 7413 _________________________________________________________ 7414 7415 6.4.1.93. Class data for QListView 7416 7417 The virtual table for the QListView class is described by 7418 Table 6-290 7419 7420 Table 6-290. Primary vtable for QListView 7421 Base Offset 0 7422 Virtual Base Offset 0 7423 RTTI typeinfo for QListView 7424 vfunc[0]: QListView::metaObject() const 7425 vfunc[1]: QListView::qt_metacast(char const*) 7426 vfunc[2]: QListView::qt_metacall(QMetaObject::Call, int, 7427 void**) 7428 vfunc[3]: QListView::~QListView() 7429 vfunc[4]: QListView::~QListView() 7430 vfunc[5]: QListView::event(QEvent*) 7431 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 7432 vfunc[7]: QListView::timerEvent(QTimerEvent*) 7433 vfunc[8]: QObject::childEvent(QChildEvent*) 7434 vfunc[9]: QObject::customEvent(QEvent*) 7435 vfunc[10]: QObject::connectNotify(char const*) 7436 vfunc[11]: QObject::disconnectNotify(char const*) 7437 vfunc[12]: QWidget::devType() const 7438 vfunc[13]: QWidget::setVisible(bool) 7439 vfunc[14]: QAbstractScrollArea::sizeHint() const 7440 vfunc[15]: QAbstractScrollArea::minimumSizeHint() const 7441 vfunc[16]: QWidget::heightForWidth(int) const 7442 vfunc[17]: QWidget::paintEngine() const 7443 vfunc[18]: QAbstractItemView::mousePressEvent(QMouseEvent*) 7444 vfunc[19]: QListView::mouseReleaseEvent(QMouseEvent*) 7445 vfunc[20]: 7446 QAbstractItemView::mouseDoubleClickEvent(QMouseEvent*) 7447 vfunc[21]: QListView::mouseMoveEvent(QMouseEvent*) 7448 vfunc[22]: QAbstractScrollArea::wheelEvent(QWheelEvent*) 7449 vfunc[23]: QAbstractItemView::keyPressEvent(QKeyEvent*) 7450 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 7451 vfunc[25]: QAbstractItemView::focusInEvent(QFocusEvent*) 7452 vfunc[26]: QAbstractItemView::focusOutEvent(QFocusEvent*) 7453 vfunc[27]: QWidget::enterEvent(QEvent*) 7454 vfunc[28]: QWidget::leaveEvent(QEvent*) 7455 vfunc[29]: QListView::paintEvent(QPaintEvent*) 7456 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 7457 vfunc[31]: QListView::resizeEvent(QResizeEvent*) 7458 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 7459 vfunc[33]: 7460 QAbstractScrollArea::contextMenuEvent(QContextMenuEvent*) 7461 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 7462 vfunc[35]: QWidget::actionEvent(QActionEvent*) 7463 vfunc[36]: QAbstractItemView::dragEnterEvent(QDragEnterEvent*) 7464 vfunc[37]: QListView::dragMoveEvent(QDragMoveEvent*) 7465 vfunc[38]: QListView::dragLeaveEvent(QDragLeaveEvent*) 7466 vfunc[39]: QListView::dropEvent(QDropEvent*) 7467 vfunc[40]: QWidget::showEvent(QShowEvent*) 7468 vfunc[41]: QWidget::hideEvent(QHideEvent*) 7469 vfunc[42]: QWidget::x11Event(_XEvent*) 7470 vfunc[43]: QFrame::changeEvent(QEvent*) 7471 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 7472 const 7473 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 7474 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 7475 const 7476 vfunc[47]: QWidget::focusNextPrevChild(bool) 7477 vfunc[48]: QWidget::styleChange(QStyle&) 7478 vfunc[49]: QWidget::enabledChange(bool) 7479 vfunc[50]: QWidget::paletteChange(QPalette const&) 7480 vfunc[51]: QWidget::fontChange(QFont const&) 7481 vfunc[52]: QWidget::windowActivationChange(bool) 7482 vfunc[53]: QWidget::languageChange() 7483 vfunc[54]: QAbstractItemView::viewportEvent(QEvent*) 7484 vfunc[55]: QListView::scrollContentsBy(int, int) 7485 vfunc[56]: QAbstractItemView::setModel(QAbstractItemModel*) 7486 vfunc[57]: 7487 QAbstractItemView::setSelectionModel(QItemSelectionModel*) 7488 vfunc[58]: QAbstractItemView::keyboardSearch(QString const&) 7489 vfunc[59]: QListView::visualRect(QModelIndex const&) const 7490 vfunc[60]: QListView::scrollTo(QModelIndex const&, 7491 QAbstractItemView::ScrollHint) 7492 vfunc[61]: QListView::indexAt(QPoint const&) const 7493 vfunc[62]: QAbstractItemView::sizeHintForRow(int) const 7494 vfunc[63]: QAbstractItemView::sizeHintForColumn(int) const 7495 vfunc[64]: QListView::reset() 7496 vfunc[65]: QListView::setRootIndex(QModelIndex const&) 7497 vfunc[66]: QListView::doItemsLayout() 7498 vfunc[67]: QAbstractItemView::selectAll() 7499 vfunc[68]: QListView::dataChanged(QModelIndex const&, 7500 QModelIndex const&) 7501 vfunc[69]: QListView::rowsInserted(QModelIndex const&, int, 7502 int) 7503 vfunc[70]: QListView::rowsAboutToBeRemoved(QModelIndex const&, 7504 int, int) 7505 vfunc[71]: QAbstractItemView::selectionChanged(QItemSelection 7506 const&, QItemSelection const&) 7507 vfunc[72]: QAbstractItemView::currentChanged(QModelIndex 7508 const&, QModelIndex const&) 7509 vfunc[73]: QAbstractItemView::updateEditorData() 7510 vfunc[74]: QAbstractItemView::updateEditorGeometries() 7511 vfunc[75]: QListView::updateGeometries() 7512 vfunc[76]: QAbstractItemView::verticalScrollbarAction(int) 7513 vfunc[77]: QAbstractItemView::horizontalScrollbarAction(int) 7514 vfunc[78]: 7515 QAbstractItemView::verticalScrollbarValueChanged(int) 7516 vfunc[79]: 7517 QAbstractItemView::horizontalScrollbarValueChanged(int) 7518 vfunc[80]: QAbstractItemView::closeEditor(QWidget*, 7519 QAbstractItemDelegate::EndEditHint) 7520 vfunc[81]: QAbstractItemView::commitData(QWidget*) 7521 vfunc[82]: QAbstractItemView::editorDestroyed(QObject*) 7522 vfunc[83]: 7523 QListView::moveCursor(QAbstractItemView::CursorAction, 7524 QFlags) 7525 vfunc[84]: QListView::horizontalOffset() const 7526 vfunc[85]: QListView::verticalOffset() const 7527 vfunc[86]: QListView::isIndexHidden(QModelIndex const&) const 7528 vfunc[87]: QListView::setSelection(QRect const&, 7529 QFlags) 7530 vfunc[88]: QListView::visualRegionForSelection(QItemSelection 7531 const&) const 7532 vfunc[89]: QListView::selectedIndexes() const 7533 vfunc[90]: QAbstractItemView::edit(QModelIndex const&, 7534 QAbstractItemView::EditTrigger, QEvent*) 7535 vfunc[91]: QAbstractItemView::selectionCommand(QModelIndex 7536 const&, QEvent const*) const 7537 vfunc[92]: QListView::startDrag(QFlags) 7538 vfunc[93]: QListView::viewOptions() const 7539 7540 Table 6-291. Secondary vtable for QListView 7541 Base Offset -8 7542 Virtual Base Offset 0 7543 RTTI typeinfo for QListView 7544 vfunc[0]: non-virtual thunk to QListView::~QListView() 7545 vfunc[1]: non-virtual thunk to QListView::~QListView() 7546 vfunc[2]: non-virtual thunk to QWidget::devType() const 7547 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 7548 vfunc[4]: non-virtual thunk to 7549 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 7550 7551 The Run Time Type Information for the QListView class is 7552 described by Table 6-292 7553 7554 Table 6-292. typeinfo for QListView 7555 Base Vtable vtable for __cxxabiv1::__si_class_type_info 7556 Name typeinfo name for QListView 7557 basetype: typeinfo for QAbstractItemView 7558 _________________________________________________________ 7559 7560 6.4.1.94. Class data for QListWidgetItem 7561 7562 The virtual table for the QListWidgetItem class is described 7563 by Table 6-293 7564 7565 Table 6-293. Primary vtable for QListWidgetItem 7566 Base Offset 0 7567 Virtual Base Offset 0 7568 RTTI typeinfo for QListWidgetItem 7569 vfunc[0]: QListWidgetItem::~QListWidgetItem() 7570 vfunc[1]: QListWidgetItem::~QListWidgetItem() 7571 vfunc[2]: QListWidgetItem::clone() const 7572 vfunc[3]: QListWidgetItem::setBackgroundColor(QColor const&) 7573 vfunc[4]: QListWidgetItem::data(int) const 7574 vfunc[5]: QListWidgetItem::setData(int, QVariant const&) 7575 vfunc[6]: QListWidgetItem::operator<(QListWidgetItem const&) 7576 const 7577 vfunc[7]: QListWidgetItem::read(QDataStream&) 7578 vfunc[8]: QListWidgetItem::write(QDataStream&) const 7579 7580 The Run Time Type Information for the QListWidgetItem class is 7581 described by Table 6-294 7582 7583 Table 6-294. typeinfo for QListWidgetItem 7584 Base Vtable vtable for __cxxabiv1::__class_type_info 7585 Name typeinfo name for QListWidgetItem 7586 _________________________________________________________ 7587 7588 6.4.1.95. Class data for QListWidget 7589 7590 The virtual table for the QListWidget class is described by 7591 Table 6-295 7592 7593 Table 6-295. Primary vtable for QListWidget 7594 Base Offset 0 7595 Virtual Base Offset 0 7596 RTTI typeinfo for QListWidget 7597 vfunc[0]: QListWidget::metaObject() const 7598 vfunc[1]: QListWidget::qt_metacast(char const*) 7599 vfunc[2]: QListWidget::qt_metacall(QMetaObject::Call, int, 7600 void**) 7601 vfunc[3]: QListWidget::~QListWidget() 7602 vfunc[4]: QListWidget::~QListWidget() 7603 vfunc[5]: QListWidget::event(QEvent*) 7604 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 7605 vfunc[7]: QListView::timerEvent(QTimerEvent*) 7606 vfunc[8]: QObject::childEvent(QChildEvent*) 7607 vfunc[9]: QObject::customEvent(QEvent*) 7608 vfunc[10]: QObject::connectNotify(char const*) 7609 vfunc[11]: QObject::disconnectNotify(char const*) 7610 vfunc[12]: QWidget::devType() const 7611 vfunc[13]: QWidget::setVisible(bool) 7612 vfunc[14]: QAbstractScrollArea::sizeHint() const 7613 vfunc[15]: QAbstractScrollArea::minimumSizeHint() const 7614 vfunc[16]: QWidget::heightForWidth(int) const 7615 vfunc[17]: QWidget::paintEngine() const 7616 vfunc[18]: QAbstractItemView::mousePressEvent(QMouseEvent*) 7617 vfunc[19]: QListView::mouseReleaseEvent(QMouseEvent*) 7618 vfunc[20]: 7619 QAbstractItemView::mouseDoubleClickEvent(QMouseEvent*) 7620 vfunc[21]: QListView::mouseMoveEvent(QMouseEvent*) 7621 vfunc[22]: QAbstractScrollArea::wheelEvent(QWheelEvent*) 7622 vfunc[23]: QAbstractItemView::keyPressEvent(QKeyEvent*) 7623 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 7624 vfunc[25]: QAbstractItemView::focusInEvent(QFocusEvent*) 7625 vfunc[26]: QAbstractItemView::focusOutEvent(QFocusEvent*) 7626 vfunc[27]: QWidget::enterEvent(QEvent*) 7627 vfunc[28]: QWidget::leaveEvent(QEvent*) 7628 vfunc[29]: QListView::paintEvent(QPaintEvent*) 7629 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 7630 vfunc[31]: QListView::resizeEvent(QResizeEvent*) 7631 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 7632 vfunc[33]: 7633 QAbstractScrollArea::contextMenuEvent(QContextMenuEvent*) 7634 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 7635 vfunc[35]: QWidget::actionEvent(QActionEvent*) 7636 vfunc[36]: QAbstractItemView::dragEnterEvent(QDragEnterEvent*) 7637 vfunc[37]: QListView::dragMoveEvent(QDragMoveEvent*) 7638 vfunc[38]: QListView::dragLeaveEvent(QDragLeaveEvent*) 7639 vfunc[39]: QListView::dropEvent(QDropEvent*) 7640 vfunc[40]: QWidget::showEvent(QShowEvent*) 7641 vfunc[41]: QWidget::hideEvent(QHideEvent*) 7642 vfunc[42]: QWidget::x11Event(_XEvent*) 7643 vfunc[43]: QFrame::changeEvent(QEvent*) 7644 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 7645 const 7646 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 7647 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 7648 const 7649 vfunc[47]: QWidget::focusNextPrevChild(bool) 7650 vfunc[48]: QWidget::styleChange(QStyle&) 7651 vfunc[49]: QWidget::enabledChange(bool) 7652 vfunc[50]: QWidget::paletteChange(QPalette const&) 7653 vfunc[51]: QWidget::fontChange(QFont const&) 7654 vfunc[52]: QWidget::windowActivationChange(bool) 7655 vfunc[53]: QWidget::languageChange() 7656 vfunc[54]: QAbstractItemView::viewportEvent(QEvent*) 7657 vfunc[55]: QListView::scrollContentsBy(int, int) 7658 vfunc[56]: QListWidget::setModel(QAbstractItemModel*) 7659 vfunc[57]: 7660 QAbstractItemView::setSelectionModel(QItemSelectionModel*) 7661 vfunc[58]: QAbstractItemView::keyboardSearch(QString const&) 7662 vfunc[59]: QListView::visualRect(QModelIndex const&) const 7663 vfunc[60]: QListView::scrollTo(QModelIndex const&, 7664 QAbstractItemView::ScrollHint) 7665 vfunc[61]: QListView::indexAt(QPoint const&) const 7666 vfunc[62]: QAbstractItemView::sizeHintForRow(int) const 7667 vfunc[63]: QAbstractItemView::sizeHintForColumn(int) const 7668 vfunc[64]: QListView::reset() 7669 vfunc[65]: QListView::setRootIndex(QModelIndex const&) 7670 vfunc[66]: QListView::doItemsLayout() 7671 vfunc[67]: QAbstractItemView::selectAll() 7672 vfunc[68]: QListView::dataChanged(QModelIndex const&, 7673 QModelIndex const&) 7674 vfunc[69]: QListView::rowsInserted(QModelIndex const&, int, 7675 int) 7676 vfunc[70]: QListView::rowsAboutToBeRemoved(QModelIndex const&, 7677 int, int) 7678 vfunc[71]: QAbstractItemView::selectionChanged(QItemSelection 7679 const&, QItemSelection const&) 7680 vfunc[72]: QAbstractItemView::currentChanged(QModelIndex 7681 const&, QModelIndex const&) 7682 vfunc[73]: QAbstractItemView::updateEditorData() 7683 vfunc[74]: QAbstractItemView::updateEditorGeometries() 7684 vfunc[75]: QListView::updateGeometries() 7685 vfunc[76]: QAbstractItemView::verticalScrollbarAction(int) 7686 vfunc[77]: QAbstractItemView::horizontalScrollbarAction(int) 7687 vfunc[78]: 7688 QAbstractItemView::verticalScrollbarValueChanged(int) 7689 vfunc[79]: 7690 QAbstractItemView::horizontalScrollbarValueChanged(int) 7691 vfunc[80]: QAbstractItemView::closeEditor(QWidget*, 7692 QAbstractItemDelegate::EndEditHint) 7693 vfunc[81]: QAbstractItemView::commitData(QWidget*) 7694 vfunc[82]: QAbstractItemView::editorDestroyed(QObject*) 7695 vfunc[83]: 7696 QListView::moveCursor(QAbstractItemView::CursorAction, 7697 QFlags) 7698 vfunc[84]: QListView::horizontalOffset() const 7699 vfunc[85]: QListView::verticalOffset() const 7700 vfunc[86]: QListView::isIndexHidden(QModelIndex const&) const 7701 vfunc[87]: QListView::setSelection(QRect const&, 7702 QFlags) 7703 vfunc[88]: QListView::visualRegionForSelection(QItemSelection 7704 const&) const 7705 vfunc[89]: QListView::selectedIndexes() const 7706 vfunc[90]: QAbstractItemView::edit(QModelIndex const&, 7707 QAbstractItemView::EditTrigger, QEvent*) 7708 vfunc[91]: QAbstractItemView::selectionCommand(QModelIndex 7709 const&, QEvent const*) const 7710 vfunc[92]: QListView::startDrag(QFlags) 7711 vfunc[93]: QListView::viewOptions() const 7712 vfunc[94]: QListWidget::mimeTypes() const 7713 vfunc[95]: QListWidget::mimeData(QList) 7714 const 7715 vfunc[96]: QListWidget::dropMimeData(int, QMimeData const*, 7716 Qt::DropAction) 7717 vfunc[97]: QListWidget::supportedDropActions() const 7718 7719 Table 6-296. Secondary vtable for QListWidget 7720 Base Offset -8 7721 Virtual Base Offset 0 7722 RTTI typeinfo for QListWidget 7723 vfunc[0]: non-virtual thunk to QListWidget::~QListWidget() 7724 vfunc[1]: non-virtual thunk to QListWidget::~QListWidget() 7725 vfunc[2]: non-virtual thunk to QWidget::devType() const 7726 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 7727 vfunc[4]: non-virtual thunk to 7728 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 7729 7730 The Run Time Type Information for the QListWidget class is 7731 described by Table 6-297 7732 7733 Table 6-297. typeinfo for QListWidget 7734 Base Vtable vtable for __cxxabiv1::__si_class_type_info 7735 Name typeinfo name for QListWidget 7736 basetype: typeinfo for QListView 7737 _________________________________________________________ 7738 7739 6.4.1.96. Class data for QFileIconProvider 7740 7741 The virtual table for the QFileIconProvider class is described 7742 by Table 6-298 7743 7744 Table 6-298. Primary vtable for QFileIconProvider 7745 Base Offset 0 7746 Virtual Base Offset 0 7747 RTTI typeinfo for QFileIconProvider 7748 vfunc[0]: QFileIconProvider::~QFileIconProvider() 7749 vfunc[1]: QFileIconProvider::~QFileIconProvider() 7750 vfunc[2]: QFileIconProvider::icon(QFileIconProvider::IconType) 7751 const 7752 vfunc[3]: QFileIconProvider::icon(QFileInfo const&) const 7753 vfunc[4]: QFileIconProvider::type(QFileInfo const&) const 7754 7755 The Run Time Type Information for the QFileIconProvider class 7756 is described by Table 6-299 7757 7758 Table 6-299. typeinfo for QFileIconProvider 7759 Base Vtable vtable for __cxxabiv1::__class_type_info 7760 Name typeinfo name for QFileIconProvider 7761 _________________________________________________________ 7762 7763 6.4.1.97. Class data for QDirModel 7764 7765 The virtual table for the QDirModel class is described by 7766 Table 6-300 7767 7768 Table 6-300. Primary vtable for QDirModel 7769 Base Offset 0 7770 Virtual Base Offset 0 7771 RTTI typeinfo for QDirModel 7772 vfunc[0]: QDirModel::metaObject() const 7773 vfunc[1]: QDirModel::qt_metacast(char const*) 7774 vfunc[2]: QDirModel::qt_metacall(QMetaObject::Call, int, 7775 void**) 7776 vfunc[3]: QDirModel::~QDirModel() 7777 vfunc[4]: QDirModel::~QDirModel() 7778 vfunc[5]: QObject::event(QEvent*) 7779 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 7780 vfunc[7]: QObject::timerEvent(QTimerEvent*) 7781 vfunc[8]: QObject::childEvent(QChildEvent*) 7782 vfunc[9]: QObject::customEvent(QEvent*) 7783 vfunc[10]: QObject::connectNotify(char const*) 7784 vfunc[11]: QObject::disconnectNotify(char const*) 7785 vfunc[12]: QDirModel::index(int, int, QModelIndex const&) 7786 const 7787 vfunc[13]: QDirModel::parent(QModelIndex const&) const 7788 vfunc[14]: QDirModel::rowCount(QModelIndex const&) const 7789 vfunc[15]: QDirModel::columnCount(QModelIndex const&) const 7790 vfunc[16]: QDirModel::hasChildren(QModelIndex const&) const 7791 vfunc[17]: QDirModel::data(QModelIndex const&, int) const 7792 vfunc[18]: QDirModel::setData(QModelIndex const&, QVariant 7793 const&, int) 7794 vfunc[19]: QDirModel::headerData(int, Qt::Orientation, int) 7795 const 7796 vfunc[20]: QAbstractItemModel::setHeaderData(int, 7797 Qt::Orientation, QVariant const&, int) 7798 vfunc[21]: QAbstractItemModel::itemData(QModelIndex const&) 7799 const 7800 vfunc[22]: QAbstractItemModel::setItemData(QModelIndex const&, 7801 QMap const&) 7802 vfunc[23]: QDirModel::mimeTypes() const 7803 vfunc[24]: QDirModel::mimeData(QList const&) 7804 const 7805 vfunc[25]: QDirModel::dropMimeData(QMimeData const*, 7806 Qt::DropAction, int, int, QModelIndex const&) 7807 vfunc[26]: QDirModel::supportedDropActions() const 7808 vfunc[27]: QAbstractItemModel::insertRows(int, int, 7809 QModelIndex const&) 7810 vfunc[28]: QAbstractItemModel::insertColumns(int, int, 7811 QModelIndex const&) 7812 vfunc[29]: QAbstractItemModel::removeRows(int, int, 7813 QModelIndex const&) 7814 vfunc[30]: QAbstractItemModel::removeColumns(int, int, 7815 QModelIndex const&) 7816 vfunc[31]: QAbstractItemModel::fetchMore(QModelIndex const&) 7817 vfunc[32]: QAbstractItemModel::canFetchMore(QModelIndex 7818 const&) const 7819 vfunc[33]: QDirModel::flags(QModelIndex const&) const 7820 vfunc[34]: QDirModel::sort(int, Qt::SortOrder) 7821 vfunc[35]: QAbstractItemModel::buddy(QModelIndex const&) const 7822 vfunc[36]: QAbstractItemModel::match(QModelIndex const&, int, 7823 QVariant const&, int, QFlags) const 7824 vfunc[37]: QAbstractItemModel::span(QModelIndex const&) const 7825 vfunc[38]: QAbstractItemModel::submit() 7826 vfunc[39]: QAbstractItemModel::revert() 7827 7828 The Run Time Type Information for the QDirModel class is 7829 described by Table 6-301 7830 7831 Table 6-301. typeinfo for QDirModel 7832 Base Vtable vtable for __cxxabiv1::__si_class_type_info 7833 Name typeinfo name for QDirModel 7834 basetype: typeinfo for QAbstractItemModel 7835 _________________________________________________________ 7836 7837 6.4.1.98. Class data for QStandardItemModel 7838 7839 The virtual table for the QStandardItemModel class is 7840 described by Table 6-302 7841 7842 Table 6-302. Primary vtable for QStandardItemModel 7843 Base Offset 0 7844 Virtual Base Offset 0 7845 RTTI typeinfo for QStandardItemModel 7846 vfunc[0]: QStandardItemModel::metaObject() const 7847 vfunc[1]: QStandardItemModel::qt_metacast(char const*) 7848 vfunc[2]: QStandardItemModel::qt_metacall(QMetaObject::Call, 7849 int, void**) 7850 vfunc[3]: QStandardItemModel::~QStandardItemModel() 7851 vfunc[4]: QStandardItemModel::~QStandardItemModel() 7852 vfunc[5]: QObject::event(QEvent*) 7853 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 7854 vfunc[7]: QObject::timerEvent(QTimerEvent*) 7855 vfunc[8]: QObject::childEvent(QChildEvent*) 7856 vfunc[9]: QObject::customEvent(QEvent*) 7857 vfunc[10]: QObject::connectNotify(char const*) 7858 vfunc[11]: QObject::disconnectNotify(char const*) 7859 vfunc[12]: QStandardItemModel::index(int, int, QModelIndex 7860 const&) const 7861 vfunc[13]: QStandardItemModel::parent(QModelIndex const&) 7862 const 7863 vfunc[14]: QStandardItemModel::rowCount(QModelIndex const&) 7864 const 7865 vfunc[15]: QStandardItemModel::columnCount(QModelIndex const&) 7866 const 7867 vfunc[16]: QStandardItemModel::hasChildren(QModelIndex const&) 7868 const 7869 vfunc[17]: QStandardItemModel::data(QModelIndex const&, int) 7870 const 7871 vfunc[18]: QStandardItemModel::setData(QModelIndex const&, 7872 QVariant const&, int) 7873 vfunc[19]: QStandardItemModel::headerData(int, 7874 Qt::Orientation, int) const 7875 vfunc[20]: QStandardItemModel::setHeaderData(int, 7876 Qt::Orientation, QVariant const&, int) 7877 vfunc[21]: QAbstractItemModel::itemData(QModelIndex const&) 7878 const 7879 vfunc[22]: QAbstractItemModel::setItemData(QModelIndex const&, 7880 QMap const&) 7881 vfunc[23]: QAbstractItemModel::mimeTypes() const 7882 vfunc[24]: QAbstractItemModel::mimeData(QList 7883 const&) const 7884 vfunc[25]: QAbstractItemModel::dropMimeData(QMimeData const*, 7885 Qt::DropAction, int, int, QModelIndex const&) 7886 vfunc[26]: QAbstractItemModel::supportedDropActions() const 7887 vfunc[27]: QStandardItemModel::insertRows(int, int, 7888 QModelIndex const&) 7889 vfunc[28]: QStandardItemModel::insertColumns(int, int, 7890 QModelIndex const&) 7891 vfunc[29]: QStandardItemModel::removeRows(int, int, 7892 QModelIndex const&) 7893 vfunc[30]: QStandardItemModel::removeColumns(int, int, 7894 QModelIndex const&) 7895 vfunc[31]: QAbstractItemModel::fetchMore(QModelIndex const&) 7896 vfunc[32]: QAbstractItemModel::canFetchMore(QModelIndex 7897 const&) const 7898 vfunc[33]: QStandardItemModel::flags(QModelIndex const&) const 7899 vfunc[34]: QAbstractItemModel::sort(int, Qt::SortOrder) 7900 vfunc[35]: QAbstractItemModel::buddy(QModelIndex const&) const 7901 vfunc[36]: QAbstractItemModel::match(QModelIndex const&, int, 7902 QVariant const&, int, QFlags) const 7903 vfunc[37]: QAbstractItemModel::span(QModelIndex const&) const 7904 vfunc[38]: QAbstractItemModel::submit() 7905 vfunc[39]: QAbstractItemModel::revert() 7906 7907 The Run Time Type Information for the QStandardItemModel class 7908 is described by Table 6-303 7909 7910 Table 6-303. typeinfo for QStandardItemModel 7911 Base Vtable vtable for __cxxabiv1::__si_class_type_info 7912 Name typeinfo name for QStandardItemModel 7913 basetype: typeinfo for QAbstractItemModel 7914 _________________________________________________________ 7915 7916 6.4.1.99. Class data for QAbstractProxyModel 7917 7918 The virtual table for the QAbstractProxyModel class is 7919 described by Table 6-304 7920 7921 Table 6-304. Primary vtable for QAbstractProxyModel 7922 Base Offset 0 7923 Virtual Base Offset 0 7924 RTTI typeinfo for QAbstractProxyModel 7925 vfunc[0]: QAbstractProxyModel::metaObject() const 7926 vfunc[1]: QAbstractProxyModel::qt_metacast(char const*) 7927 vfunc[2]: QAbstractProxyModel::qt_metacall(QMetaObject::Call, 7928 int, void**) 7929 vfunc[3]: QAbstractProxyModel::~QAbstractProxyModel() 7930 vfunc[4]: QAbstractProxyModel::~QAbstractProxyModel() 7931 vfunc[5]: QObject::event(QEvent*) 7932 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 7933 vfunc[7]: QObject::timerEvent(QTimerEvent*) 7934 vfunc[8]: QObject::childEvent(QChildEvent*) 7935 vfunc[9]: QObject::customEvent(QEvent*) 7936 vfunc[10]: QObject::connectNotify(char const*) 7937 vfunc[11]: QObject::disconnectNotify(char const*) 7938 vfunc[12]: __cxa_pure_virtual 7939 vfunc[13]: __cxa_pure_virtual 7940 vfunc[14]: __cxa_pure_virtual 7941 vfunc[15]: __cxa_pure_virtual 7942 vfunc[16]: QAbstractItemModel::hasChildren(QModelIndex const&) 7943 const 7944 vfunc[17]: __cxa_pure_virtual 7945 vfunc[18]: QAbstractItemModel::setData(QModelIndex const&, 7946 QVariant const&, int) 7947 vfunc[19]: QAbstractItemModel::headerData(int, 7948 Qt::Orientation, int) const 7949 vfunc[20]: QAbstractItemModel::setHeaderData(int, 7950 Qt::Orientation, QVariant const&, int) 7951 vfunc[21]: QAbstractItemModel::itemData(QModelIndex const&) 7952 const 7953 vfunc[22]: QAbstractItemModel::setItemData(QModelIndex const&, 7954 QMap const&) 7955 vfunc[23]: QAbstractItemModel::mimeTypes() const 7956 vfunc[24]: QAbstractItemModel::mimeData(QList 7957 const&) const 7958 vfunc[25]: QAbstractItemModel::dropMimeData(QMimeData const*, 7959 Qt::DropAction, int, int, QModelIndex const&) 7960 vfunc[26]: QAbstractItemModel::supportedDropActions() const 7961 vfunc[27]: QAbstractItemModel::insertRows(int, int, 7962 QModelIndex const&) 7963 vfunc[28]: QAbstractItemModel::insertColumns(int, int, 7964 QModelIndex const&) 7965 vfunc[29]: QAbstractItemModel::removeRows(int, int, 7966 QModelIndex const&) 7967 vfunc[30]: QAbstractItemModel::removeColumns(int, int, 7968 QModelIndex const&) 7969 vfunc[31]: QAbstractItemModel::fetchMore(QModelIndex const&) 7970 vfunc[32]: QAbstractItemModel::canFetchMore(QModelIndex 7971 const&) const 7972 vfunc[33]: QAbstractItemModel::flags(QModelIndex const&) const 7973 vfunc[34]: QAbstractItemModel::sort(int, Qt::SortOrder) 7974 vfunc[35]: QAbstractItemModel::buddy(QModelIndex const&) const 7975 vfunc[36]: QAbstractItemModel::match(QModelIndex const&, int, 7976 QVariant const&, int, QFlags) const 7977 vfunc[37]: QAbstractItemModel::span(QModelIndex const&) const 7978 vfunc[38]: QAbstractProxyModel::submit() 7979 vfunc[39]: QAbstractProxyModel::revert() 7980 vfunc[40]: 7981 QAbstractProxyModel::setSourceModel(QAbstractItemModel*) 7982 vfunc[41]: __cxa_pure_virtual 7983 vfunc[42]: __cxa_pure_virtual 7984 vfunc[43]: 7985 QAbstractProxyModel::mapSelectionToSource(QItemSelection 7986 const&) const 7987 vfunc[44]: 7988 QAbstractProxyModel::mapSelectionFromSource(QItemSelection 7989 const&) const 7990 7991 The Run Time Type Information for the QAbstractProxyModel 7992 class is described by Table 6-305 7993 7994 Table 6-305. typeinfo for QAbstractProxyModel 7995 Base Vtable vtable for __cxxabiv1::__si_class_type_info 7996 Name typeinfo name for QAbstractProxyModel 7997 basetype: typeinfo for QAbstractItemModel 7998 _________________________________________________________ 7999 8000 6.4.1.100. Class data for QSortFilterProxyModel 8001 8002 The virtual table for the QSortFilterProxyModel class is 8003 described by Table 6-306 8004 8005 Table 6-306. Primary vtable for QSortFilterProxyModel 8006 Base Offset 0 8007 Virtual Base Offset 0 8008 RTTI typeinfo for QSortFilterProxyModel 8009 vfunc[0]: QSortFilterProxyModel::metaObject() const 8010 vfunc[1]: QSortFilterProxyModel::qt_metacast(char const*) 8011 vfunc[2]: 8012 QSortFilterProxyModel::qt_metacall(QMetaObject::Call, int, 8013 void**) 8014 vfunc[3]: QSortFilterProxyModel::~QSortFilterProxyModel() 8015 vfunc[4]: QSortFilterProxyModel::~QSortFilterProxyModel() 8016 vfunc[5]: QObject::event(QEvent*) 8017 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 8018 vfunc[7]: QObject::timerEvent(QTimerEvent*) 8019 vfunc[8]: QObject::childEvent(QChildEvent*) 8020 vfunc[9]: QObject::customEvent(QEvent*) 8021 vfunc[10]: QObject::connectNotify(char const*) 8022 vfunc[11]: QObject::disconnectNotify(char const*) 8023 vfunc[12]: QSortFilterProxyModel::index(int, int, QModelIndex 8024 const&) const 8025 vfunc[13]: QSortFilterProxyModel::parent(QModelIndex const&) 8026 const 8027 vfunc[14]: QSortFilterProxyModel::rowCount(QModelIndex const&) 8028 const 8029 vfunc[15]: QSortFilterProxyModel::columnCount(QModelIndex 8030 const&) const 8031 vfunc[16]: QSortFilterProxyModel::hasChildren(QModelIndex 8032 const&) const 8033 vfunc[17]: QSortFilterProxyModel::data(QModelIndex const&, 8034 int) const 8035 vfunc[18]: QSortFilterProxyModel::setData(QModelIndex const&, 8036 QVariant const&, int) 8037 vfunc[19]: QSortFilterProxyModel::headerData(int, 8038 Qt::Orientation, int) const 8039 vfunc[20]: QSortFilterProxyModel::setHeaderData(int, 8040 Qt::Orientation, QVariant const&, int) 8041 vfunc[21]: QAbstractItemModel::itemData(QModelIndex const&) 8042 const 8043 vfunc[22]: QAbstractItemModel::setItemData(QModelIndex const&, 8044 QMap const&) 8045 vfunc[23]: QAbstractItemModel::mimeTypes() const 8046 vfunc[24]: QSortFilterProxyModel::mimeData(QList 8047 const&) const 8048 vfunc[25]: QSortFilterProxyModel::dropMimeData(QMimeData 8049 const*, Qt::DropAction, int, int, QModelIndex const&) 8050 vfunc[26]: QAbstractItemModel::supportedDropActions() const 8051 vfunc[27]: QSortFilterProxyModel::insertRows(int, int, 8052 QModelIndex const&) 8053 vfunc[28]: QSortFilterProxyModel::insertColumns(int, int, 8054 QModelIndex const&) 8055 vfunc[29]: QSortFilterProxyModel::removeRows(int, int, 8056 QModelIndex const&) 8057 vfunc[30]: QSortFilterProxyModel::removeColumns(int, int, 8058 QModelIndex const&) 8059 vfunc[31]: QSortFilterProxyModel::fetchMore(QModelIndex 8060 const&) 8061 vfunc[32]: QSortFilterProxyModel::canFetchMore(QModelIndex 8062 const&) const 8063 vfunc[33]: QSortFilterProxyModel::flags(QModelIndex const&) 8064 const 8065 vfunc[34]: QSortFilterProxyModel::sort(int, Qt::SortOrder) 8066 vfunc[35]: QSortFilterProxyModel::buddy(QModelIndex const&) 8067 const 8068 vfunc[36]: QSortFilterProxyModel::match(QModelIndex const&, 8069 int, QVariant const&, int, QFlags) const 8070 vfunc[37]: QSortFilterProxyModel::span(QModelIndex const&) 8071 const 8072 vfunc[38]: QAbstractProxyModel::submit() 8073 vfunc[39]: QAbstractProxyModel::revert() 8074 vfunc[40]: 8075 QSortFilterProxyModel::setSourceModel(QAbstractItemModel*) 8076 vfunc[41]: QSortFilterProxyModel::mapToSource(QModelIndex 8077 const&) const 8078 vfunc[42]: QSortFilterProxyModel::mapFromSource(QModelIndex 8079 const&) const 8080 vfunc[43]: 8081 QSortFilterProxyModel::mapSelectionToSource(QItemSelection 8082 const&) const 8083 vfunc[44]: 8084 QSortFilterProxyModel::mapSelectionFromSource(QItemSelection 8085 const&) const 8086 vfunc[45]: QSortFilterProxyModel::filterAcceptsRow(int, 8087 QModelIndex const&) const 8088 vfunc[46]: QSortFilterProxyModel::filterAcceptsColumn(int, 8089 QModelIndex const&) const 8090 vfunc[47]: QSortFilterProxyModel::lessThan(QModelIndex const&, 8091 QModelIndex const&) const 8092 8093 The Run Time Type Information for the QSortFilterProxyModel 8094 class is described by Table 6-307 8095 8096 Table 6-307. typeinfo for QSortFilterProxyModel 8097 Base Vtable vtable for __cxxabiv1::__si_class_type_info 8098 Name typeinfo name for QSortFilterProxyModel 8099 basetype: typeinfo for QAbstractProxyModel 8100 _________________________________________________________ 8101 8102 6.4.1.101. Class data for QItemDelegate 8103 8104 The virtual table for the QItemDelegate class is described by 8105 Table 6-308 8106 8107 Table 6-308. Primary vtable for QItemDelegate 8108 Base Offset 0 8109 Virtual Base Offset 0 8110 RTTI typeinfo for QItemDelegate 8111 vfunc[0]: QItemDelegate::metaObject() const 8112 vfunc[1]: QItemDelegate::qt_metacast(char const*) 8113 vfunc[2]: QItemDelegate::qt_metacall(QMetaObject::Call, int, 8114 void**) 8115 vfunc[3]: QItemDelegate::~QItemDelegate() 8116 vfunc[4]: QItemDelegate::~QItemDelegate() 8117 vfunc[5]: QObject::event(QEvent*) 8118 vfunc[6]: QItemDelegate::eventFilter(QObject*, QEvent*) 8119 vfunc[7]: QObject::timerEvent(QTimerEvent*) 8120 vfunc[8]: QObject::childEvent(QChildEvent*) 8121 vfunc[9]: QObject::customEvent(QEvent*) 8122 vfunc[10]: QObject::connectNotify(char const*) 8123 vfunc[11]: QObject::disconnectNotify(char const*) 8124 vfunc[12]: QItemDelegate::paint(QPainter*, 8125 QStyleOptionViewItem const&, QModelIndex const&) const 8126 vfunc[13]: QItemDelegate::sizeHint(QStyleOptionViewItem 8127 const&, QModelIndex const&) const 8128 vfunc[14]: QItemDelegate::createEditor(QWidget*, 8129 QStyleOptionViewItem const&, QModelIndex const&) const 8130 vfunc[15]: QItemDelegate::setEditorData(QWidget*, QModelIndex 8131 const&) const 8132 vfunc[16]: QItemDelegate::setModelData(QWidget*, 8133 QAbstractItemModel*, QModelIndex const&) const 8134 vfunc[17]: QItemDelegate::updateEditorGeometry(QWidget*, 8135 QStyleOptionViewItem const&, QModelIndex const&) const 8136 vfunc[18]: QItemDelegate::editorEvent(QEvent*, 8137 QAbstractItemModel*, QStyleOptionViewItem const&, QModelIndex 8138 const&) 8139 vfunc[19]: QItemDelegate::drawDisplay(QPainter*, 8140 QStyleOptionViewItem const&, QRect const&, QString const&) 8141 const 8142 vfunc[20]: QItemDelegate::drawDecoration(QPainter*, 8143 QStyleOptionViewItem const&, QRect const&, QPixmap const&) 8144 const 8145 vfunc[21]: QItemDelegate::drawFocus(QPainter*, 8146 QStyleOptionViewItem const&, QRect const&) const 8147 vfunc[22]: QItemDelegate::drawCheck(QPainter*, 8148 QStyleOptionViewItem const&, QRect const&, Qt::CheckState) 8149 const 8150 8151 The Run Time Type Information for the QItemDelegate class is 8152 described by Table 6-309 8153 8154 Table 6-309. typeinfo for QItemDelegate 8155 Base Vtable vtable for __cxxabiv1::__si_class_type_info 8156 Name typeinfo name for QItemDelegate 8157 basetype: typeinfo for QAbstractItemDelegate 8158 _________________________________________________________ 8159 8160 6.4.1.102. Class data for QTableView 8161 8162 The virtual table for the QTableView class is described by 8163 Table 6-310 8164 8165 Table 6-310. Primary vtable for QTableView 8166 Base Offset 0 8167 Virtual Base Offset 0 8168 RTTI typeinfo for QTableView 8169 vfunc[0]: QTableView::metaObject() const 8170 vfunc[1]: QTableView::qt_metacast(char const*) 8171 vfunc[2]: QTableView::qt_metacall(QMetaObject::Call, int, 8172 void**) 8173 vfunc[3]: QTableView::~QTableView() 8174 vfunc[4]: QTableView::~QTableView() 8175 vfunc[5]: QAbstractItemView::event(QEvent*) 8176 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 8177 vfunc[7]: QTableView::timerEvent(QTimerEvent*) 8178 vfunc[8]: QObject::childEvent(QChildEvent*) 8179 vfunc[9]: QObject::customEvent(QEvent*) 8180 vfunc[10]: QObject::connectNotify(char const*) 8181 vfunc[11]: QObject::disconnectNotify(char const*) 8182 vfunc[12]: QWidget::devType() const 8183 vfunc[13]: QWidget::setVisible(bool) 8184 vfunc[14]: QAbstractScrollArea::sizeHint() const 8185 vfunc[15]: QAbstractScrollArea::minimumSizeHint() const 8186 vfunc[16]: QWidget::heightForWidth(int) const 8187 vfunc[17]: QWidget::paintEngine() const 8188 vfunc[18]: QAbstractItemView::mousePressEvent(QMouseEvent*) 8189 vfunc[19]: QAbstractItemView::mouseReleaseEvent(QMouseEvent*) 8190 vfunc[20]: 8191 QAbstractItemView::mouseDoubleClickEvent(QMouseEvent*) 8192 vfunc[21]: QAbstractItemView::mouseMoveEvent(QMouseEvent*) 8193 vfunc[22]: QAbstractScrollArea::wheelEvent(QWheelEvent*) 8194 vfunc[23]: QAbstractItemView::keyPressEvent(QKeyEvent*) 8195 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 8196 vfunc[25]: QAbstractItemView::focusInEvent(QFocusEvent*) 8197 vfunc[26]: QAbstractItemView::focusOutEvent(QFocusEvent*) 8198 vfunc[27]: QWidget::enterEvent(QEvent*) 8199 vfunc[28]: QWidget::leaveEvent(QEvent*) 8200 vfunc[29]: QTableView::paintEvent(QPaintEvent*) 8201 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 8202 vfunc[31]: QAbstractItemView::resizeEvent(QResizeEvent*) 8203 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 8204 vfunc[33]: 8205 QAbstractScrollArea::contextMenuEvent(QContextMenuEvent*) 8206 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 8207 vfunc[35]: QWidget::actionEvent(QActionEvent*) 8208 vfunc[36]: QAbstractItemView::dragEnterEvent(QDragEnterEvent*) 8209 vfunc[37]: QAbstractItemView::dragMoveEvent(QDragMoveEvent*) 8210 vfunc[38]: QAbstractItemView::dragLeaveEvent(QDragLeaveEvent*) 8211 vfunc[39]: QAbstractItemView::dropEvent(QDropEvent*) 8212 vfunc[40]: QWidget::showEvent(QShowEvent*) 8213 vfunc[41]: QWidget::hideEvent(QHideEvent*) 8214 vfunc[42]: QWidget::x11Event(_XEvent*) 8215 vfunc[43]: QFrame::changeEvent(QEvent*) 8216 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 8217 const 8218 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 8219 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 8220 const 8221 vfunc[47]: QWidget::focusNextPrevChild(bool) 8222 vfunc[48]: QWidget::styleChange(QStyle&) 8223 vfunc[49]: QWidget::enabledChange(bool) 8224 vfunc[50]: QWidget::paletteChange(QPalette const&) 8225 vfunc[51]: QWidget::fontChange(QFont const&) 8226 vfunc[52]: QWidget::windowActivationChange(bool) 8227 vfunc[53]: QWidget::languageChange() 8228 vfunc[54]: QAbstractItemView::viewportEvent(QEvent*) 8229 vfunc[55]: QTableView::scrollContentsBy(int, int) 8230 vfunc[56]: QTableView::setModel(QAbstractItemModel*) 8231 vfunc[57]: QTableView::setSelectionModel(QItemSelectionModel*) 8232 vfunc[58]: QAbstractItemView::keyboardSearch(QString const&) 8233 vfunc[59]: QTableView::visualRect(QModelIndex const&) const 8234 vfunc[60]: QTableView::scrollTo(QModelIndex const&, 8235 QAbstractItemView::ScrollHint) 8236 vfunc[61]: QTableView::indexAt(QPoint const&) const 8237 vfunc[62]: QTableView::sizeHintForRow(int) const 8238 vfunc[63]: QTableView::sizeHintForColumn(int) const 8239 vfunc[64]: QAbstractItemView::reset() 8240 vfunc[65]: QTableView::setRootIndex(QModelIndex const&) 8241 vfunc[66]: QAbstractItemView::doItemsLayout() 8242 vfunc[67]: QAbstractItemView::selectAll() 8243 vfunc[68]: QAbstractItemView::dataChanged(QModelIndex const&, 8244 QModelIndex const&) 8245 vfunc[69]: QAbstractItemView::rowsInserted(QModelIndex const&, 8246 int, int) 8247 vfunc[70]: QAbstractItemView::rowsAboutToBeRemoved(QModelIndex 8248 const&, int, int) 8249 vfunc[71]: QAbstractItemView::selectionChanged(QItemSelection 8250 const&, QItemSelection const&) 8251 vfunc[72]: QAbstractItemView::currentChanged(QModelIndex 8252 const&, QModelIndex const&) 8253 vfunc[73]: QAbstractItemView::updateEditorData() 8254 vfunc[74]: QAbstractItemView::updateEditorGeometries() 8255 vfunc[75]: QTableView::updateGeometries() 8256 vfunc[76]: QTableView::verticalScrollbarAction(int) 8257 vfunc[77]: QTableView::horizontalScrollbarAction(int) 8258 vfunc[78]: 8259 QAbstractItemView::verticalScrollbarValueChanged(int) 8260 vfunc[79]: 8261 QAbstractItemView::horizontalScrollbarValueChanged(int) 8262 vfunc[80]: QAbstractItemView::closeEditor(QWidget*, 8263 QAbstractItemDelegate::EndEditHint) 8264 vfunc[81]: QAbstractItemView::commitData(QWidget*) 8265 vfunc[82]: QAbstractItemView::editorDestroyed(QObject*) 8266 vfunc[83]: 8267 QTableView::moveCursor(QAbstractItemView::CursorAction, 8268 QFlags) 8269 vfunc[84]: QTableView::horizontalOffset() const 8270 vfunc[85]: QTableView::verticalOffset() const 8271 vfunc[86]: QTableView::isIndexHidden(QModelIndex const&) const 8272 vfunc[87]: QTableView::setSelection(QRect const&, 8273 QFlags) 8274 vfunc[88]: QTableView::visualRegionForSelection(QItemSelection 8275 const&) const 8276 vfunc[89]: QTableView::selectedIndexes() const 8277 vfunc[90]: QAbstractItemView::edit(QModelIndex const&, 8278 QAbstractItemView::EditTrigger, QEvent*) 8279 vfunc[91]: QAbstractItemView::selectionCommand(QModelIndex 8280 const&, QEvent const*) const 8281 vfunc[92]: 8282 QAbstractItemView::startDrag(QFlags) 8283 vfunc[93]: QTableView::viewOptions() const 8284 8285 Table 6-311. Secondary vtable for QTableView 8286 Base Offset -8 8287 Virtual Base Offset 0 8288 RTTI typeinfo for QTableView 8289 vfunc[0]: non-virtual thunk to QTableView::~QTableView() 8290 vfunc[1]: non-virtual thunk to QTableView::~QTableView() 8291 vfunc[2]: non-virtual thunk to QWidget::devType() const 8292 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 8293 vfunc[4]: non-virtual thunk to 8294 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 8295 8296 The Run Time Type Information for the QTableView class is 8297 described by Table 6-312 8298 8299 Table 6-312. typeinfo for QTableView 8300 Base Vtable vtable for __cxxabiv1::__si_class_type_info 8301 Name typeinfo name for QTableView 8302 basetype: typeinfo for QAbstractItemView 8303 _________________________________________________________ 8304 8305 6.4.1.103. Class data for QTableWidgetItem 8306 8307 The virtual table for the QTableWidgetItem class is described 8308 by Table 6-313 8309 8310 Table 6-313. Primary vtable for QTableWidgetItem 8311 Base Offset 0 8312 Virtual Base Offset 0 8313 RTTI typeinfo for QTableWidgetItem 8314 vfunc[0]: QTableWidgetItem::~QTableWidgetItem() 8315 vfunc[1]: QTableWidgetItem::~QTableWidgetItem() 8316 vfunc[2]: QTableWidgetItem::clone() const 8317 vfunc[3]: QTableWidgetItem::data(int) const 8318 vfunc[4]: QTableWidgetItem::setData(int, QVariant const&) 8319 vfunc[5]: QTableWidgetItem::operator<(QTableWidgetItem const&) 8320 const 8321 vfunc[6]: QTableWidgetItem::read(QDataStream&) 8322 vfunc[7]: QTableWidgetItem::write(QDataStream&) const 8323 8324 The Run Time Type Information for the QTableWidgetItem class 8325 is described by Table 6-314 8326 8327 Table 6-314. typeinfo for QTableWidgetItem 8328 Base Vtable vtable for __cxxabiv1::__class_type_info 8329 Name typeinfo name for QTableWidgetItem 8330 _________________________________________________________ 8331 8332 6.4.1.104. Class data for QTableWidget 8333 8334 The virtual table for the QTableWidget class is described by 8335 Table 6-315 8336 8337 Table 6-315. Primary vtable for QTableWidget 8338 Base Offset 0 8339 Virtual Base Offset 0 8340 RTTI typeinfo for QTableWidget 8341 vfunc[0]: QTableWidget::metaObject() const 8342 vfunc[1]: QTableWidget::qt_metacast(char const*) 8343 vfunc[2]: QTableWidget::qt_metacall(QMetaObject::Call, int, 8344 void**) 8345 vfunc[3]: QTableWidget::~QTableWidget() 8346 vfunc[4]: QTableWidget::~QTableWidget() 8347 vfunc[5]: QTableWidget::event(QEvent*) 8348 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 8349 vfunc[7]: QTableView::timerEvent(QTimerEvent*) 8350 vfunc[8]: QObject::childEvent(QChildEvent*) 8351 vfunc[9]: QObject::customEvent(QEvent*) 8352 vfunc[10]: QObject::connectNotify(char const*) 8353 vfunc[11]: QObject::disconnectNotify(char const*) 8354 vfunc[12]: QWidget::devType() const 8355 vfunc[13]: QWidget::setVisible(bool) 8356 vfunc[14]: QAbstractScrollArea::sizeHint() const 8357 vfunc[15]: QAbstractScrollArea::minimumSizeHint() const 8358 vfunc[16]: QWidget::heightForWidth(int) const 8359 vfunc[17]: QWidget::paintEngine() const 8360 vfunc[18]: QAbstractItemView::mousePressEvent(QMouseEvent*) 8361 vfunc[19]: QAbstractItemView::mouseReleaseEvent(QMouseEvent*) 8362 vfunc[20]: 8363 QAbstractItemView::mouseDoubleClickEvent(QMouseEvent*) 8364 vfunc[21]: QAbstractItemView::mouseMoveEvent(QMouseEvent*) 8365 vfunc[22]: QAbstractScrollArea::wheelEvent(QWheelEvent*) 8366 vfunc[23]: QAbstractItemView::keyPressEvent(QKeyEvent*) 8367 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 8368 vfunc[25]: QAbstractItemView::focusInEvent(QFocusEvent*) 8369 vfunc[26]: QAbstractItemView::focusOutEvent(QFocusEvent*) 8370 vfunc[27]: QWidget::enterEvent(QEvent*) 8371 vfunc[28]: QWidget::leaveEvent(QEvent*) 8372 vfunc[29]: QTableView::paintEvent(QPaintEvent*) 8373 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 8374 vfunc[31]: QAbstractItemView::resizeEvent(QResizeEvent*) 8375 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 8376 vfunc[33]: 8377 QAbstractScrollArea::contextMenuEvent(QContextMenuEvent*) 8378 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 8379 vfunc[35]: QWidget::actionEvent(QActionEvent*) 8380 vfunc[36]: QAbstractItemView::dragEnterEvent(QDragEnterEvent*) 8381 vfunc[37]: QAbstractItemView::dragMoveEvent(QDragMoveEvent*) 8382 vfunc[38]: QAbstractItemView::dragLeaveEvent(QDragLeaveEvent*) 8383 vfunc[39]: QAbstractItemView::dropEvent(QDropEvent*) 8384 vfunc[40]: QWidget::showEvent(QShowEvent*) 8385 vfunc[41]: QWidget::hideEvent(QHideEvent*) 8386 vfunc[42]: QWidget::x11Event(_XEvent*) 8387 vfunc[43]: QFrame::changeEvent(QEvent*) 8388 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 8389 const 8390 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 8391 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 8392 const 8393 vfunc[47]: QWidget::focusNextPrevChild(bool) 8394 vfunc[48]: QWidget::styleChange(QStyle&) 8395 vfunc[49]: QWidget::enabledChange(bool) 8396 vfunc[50]: QWidget::paletteChange(QPalette const&) 8397 vfunc[51]: QWidget::fontChange(QFont const&) 8398 vfunc[52]: QWidget::windowActivationChange(bool) 8399 vfunc[53]: QWidget::languageChange() 8400 vfunc[54]: QAbstractItemView::viewportEvent(QEvent*) 8401 vfunc[55]: QTableView::scrollContentsBy(int, int) 8402 vfunc[56]: QTableWidget::setModel(QAbstractItemModel*) 8403 vfunc[57]: QTableView::setSelectionModel(QItemSelectionModel*) 8404 vfunc[58]: QAbstractItemView::keyboardSearch(QString const&) 8405 vfunc[59]: QTableView::visualRect(QModelIndex const&) const 8406 vfunc[60]: QTableView::scrollTo(QModelIndex const&, 8407 QAbstractItemView::ScrollHint) 8408 vfunc[61]: QTableView::indexAt(QPoint const&) const 8409 vfunc[62]: QTableView::sizeHintForRow(int) const 8410 vfunc[63]: QTableView::sizeHintForColumn(int) const 8411 vfunc[64]: QAbstractItemView::reset() 8412 vfunc[65]: QTableView::setRootIndex(QModelIndex const&) 8413 vfunc[66]: QAbstractItemView::doItemsLayout() 8414 vfunc[67]: QAbstractItemView::selectAll() 8415 vfunc[68]: QAbstractItemView::dataChanged(QModelIndex const&, 8416 QModelIndex const&) 8417 vfunc[69]: QAbstractItemView::rowsInserted(QModelIndex const&, 8418 int, int) 8419 vfunc[70]: QAbstractItemView::rowsAboutToBeRemoved(QModelIndex 8420 const&, int, int) 8421 vfunc[71]: QAbstractItemView::selectionChanged(QItemSelection 8422 const&, QItemSelection const&) 8423 vfunc[72]: QAbstractItemView::currentChanged(QModelIndex 8424 const&, QModelIndex const&) 8425 vfunc[73]: QAbstractItemView::updateEditorData() 8426 vfunc[74]: QAbstractItemView::updateEditorGeometries() 8427 vfunc[75]: QTableView::updateGeometries() 8428 vfunc[76]: QTableView::verticalScrollbarAction(int) 8429 vfunc[77]: QTableView::horizontalScrollbarAction(int) 8430 vfunc[78]: 8431 QAbstractItemView::verticalScrollbarValueChanged(int) 8432 vfunc[79]: 8433 QAbstractItemView::horizontalScrollbarValueChanged(int) 8434 vfunc[80]: QAbstractItemView::closeEditor(QWidget*, 8435 QAbstractItemDelegate::EndEditHint) 8436 vfunc[81]: QAbstractItemView::commitData(QWidget*) 8437 vfunc[82]: QAbstractItemView::editorDestroyed(QObject*) 8438 vfunc[83]: 8439 QTableView::moveCursor(QAbstractItemView::CursorAction, 8440 QFlags) 8441 vfunc[84]: QTableView::horizontalOffset() const 8442 vfunc[85]: QTableView::verticalOffset() const 8443 vfunc[86]: QTableView::isIndexHidden(QModelIndex const&) const 8444 vfunc[87]: QTableView::setSelection(QRect const&, 8445 QFlags) 8446 vfunc[88]: QTableView::visualRegionForSelection(QItemSelection 8447 const&) const 8448 vfunc[89]: QTableView::selectedIndexes() const 8449 vfunc[90]: QAbstractItemView::edit(QModelIndex const&, 8450 QAbstractItemView::EditTrigger, QEvent*) 8451 vfunc[91]: QAbstractItemView::selectionCommand(QModelIndex 8452 const&, QEvent const*) const 8453 vfunc[92]: 8454 QAbstractItemView::startDrag(QFlags) 8455 vfunc[93]: QTableView::viewOptions() const 8456 vfunc[94]: QTableWidget::mimeTypes() const 8457 vfunc[95]: QTableWidget::mimeData(QList) 8458 const 8459 vfunc[96]: QTableWidget::dropMimeData(int, int, QMimeData 8460 const*, Qt::DropAction) 8461 vfunc[97]: QTableWidget::supportedDropActions() const 8462 8463 Table 6-316. Secondary vtable for QTableWidget 8464 Base Offset -8 8465 Virtual Base Offset 0 8466 RTTI typeinfo for QTableWidget 8467 vfunc[0]: non-virtual thunk to QTableWidget::~QTableWidget() 8468 vfunc[1]: non-virtual thunk to QTableWidget::~QTableWidget() 8469 vfunc[2]: non-virtual thunk to QWidget::devType() const 8470 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 8471 vfunc[4]: non-virtual thunk to 8472 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 8473 8474 The Run Time Type Information for the QTableWidget class is 8475 described by Table 6-317 8476 8477 Table 6-317. typeinfo for QTableWidget 8478 Base Vtable vtable for __cxxabiv1::__si_class_type_info 8479 Name typeinfo name for QTableWidget 8480 basetype: typeinfo for QTableView 8481 _________________________________________________________ 8482 8483 6.4.1.105. Class data for QTreeView 8484 8485 The virtual table for the QTreeView class is described by 8486 Table 6-318 8487 8488 Table 6-318. Primary vtable for QTreeView 8489 Base Offset 0 8490 Virtual Base Offset 0 8491 RTTI typeinfo for QTreeView 8492 vfunc[0]: QTreeView::metaObject() const 8493 vfunc[1]: QTreeView::qt_metacast(char const*) 8494 vfunc[2]: QTreeView::qt_metacall(QMetaObject::Call, int, 8495 void**) 8496 vfunc[3]: QTreeView::~QTreeView() 8497 vfunc[4]: QTreeView::~QTreeView() 8498 vfunc[5]: QAbstractItemView::event(QEvent*) 8499 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 8500 vfunc[7]: QTreeView::timerEvent(QTimerEvent*) 8501 vfunc[8]: QObject::childEvent(QChildEvent*) 8502 vfunc[9]: QObject::customEvent(QEvent*) 8503 vfunc[10]: QObject::connectNotify(char const*) 8504 vfunc[11]: QObject::disconnectNotify(char const*) 8505 vfunc[12]: QWidget::devType() const 8506 vfunc[13]: QWidget::setVisible(bool) 8507 vfunc[14]: QAbstractScrollArea::sizeHint() const 8508 vfunc[15]: QAbstractScrollArea::minimumSizeHint() const 8509 vfunc[16]: QWidget::heightForWidth(int) const 8510 vfunc[17]: QWidget::paintEngine() const 8511 vfunc[18]: QTreeView::mousePressEvent(QMouseEvent*) 8512 vfunc[19]: QTreeView::mouseReleaseEvent(QMouseEvent*) 8513 vfunc[20]: QTreeView::mouseDoubleClickEvent(QMouseEvent*) 8514 vfunc[21]: QAbstractItemView::mouseMoveEvent(QMouseEvent*) 8515 vfunc[22]: QAbstractScrollArea::wheelEvent(QWheelEvent*) 8516 vfunc[23]: QAbstractItemView::keyPressEvent(QKeyEvent*) 8517 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 8518 vfunc[25]: QAbstractItemView::focusInEvent(QFocusEvent*) 8519 vfunc[26]: QAbstractItemView::focusOutEvent(QFocusEvent*) 8520 vfunc[27]: QWidget::enterEvent(QEvent*) 8521 vfunc[28]: QWidget::leaveEvent(QEvent*) 8522 vfunc[29]: QTreeView::paintEvent(QPaintEvent*) 8523 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 8524 vfunc[31]: QAbstractItemView::resizeEvent(QResizeEvent*) 8525 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 8526 vfunc[33]: 8527 QAbstractScrollArea::contextMenuEvent(QContextMenuEvent*) 8528 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 8529 vfunc[35]: QWidget::actionEvent(QActionEvent*) 8530 vfunc[36]: QAbstractItemView::dragEnterEvent(QDragEnterEvent*) 8531 vfunc[37]: QAbstractItemView::dragMoveEvent(QDragMoveEvent*) 8532 vfunc[38]: QAbstractItemView::dragLeaveEvent(QDragLeaveEvent*) 8533 vfunc[39]: QAbstractItemView::dropEvent(QDropEvent*) 8534 vfunc[40]: QWidget::showEvent(QShowEvent*) 8535 vfunc[41]: QWidget::hideEvent(QHideEvent*) 8536 vfunc[42]: QWidget::x11Event(_XEvent*) 8537 vfunc[43]: QFrame::changeEvent(QEvent*) 8538 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 8539 const 8540 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 8541 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 8542 const 8543 vfunc[47]: QWidget::focusNextPrevChild(bool) 8544 vfunc[48]: QWidget::styleChange(QStyle&) 8545 vfunc[49]: QWidget::enabledChange(bool) 8546 vfunc[50]: QWidget::paletteChange(QPalette const&) 8547 vfunc[51]: QWidget::fontChange(QFont const&) 8548 vfunc[52]: QWidget::windowActivationChange(bool) 8549 vfunc[53]: QWidget::languageChange() 8550 vfunc[54]: QAbstractItemView::viewportEvent(QEvent*) 8551 vfunc[55]: QTreeView::scrollContentsBy(int, int) 8552 vfunc[56]: QTreeView::setModel(QAbstractItemModel*) 8553 vfunc[57]: QTreeView::setSelectionModel(QItemSelectionModel*) 8554 vfunc[58]: QTreeView::keyboardSearch(QString const&) 8555 vfunc[59]: QTreeView::visualRect(QModelIndex const&) const 8556 vfunc[60]: QTreeView::scrollTo(QModelIndex const&, 8557 QAbstractItemView::ScrollHint) 8558 vfunc[61]: QTreeView::indexAt(QPoint const&) const 8559 vfunc[62]: QAbstractItemView::sizeHintForRow(int) const 8560 vfunc[63]: QTreeView::sizeHintForColumn(int) const 8561 vfunc[64]: QTreeView::reset() 8562 vfunc[65]: QTreeView::setRootIndex(QModelIndex const&) 8563 vfunc[66]: QTreeView::doItemsLayout() 8564 vfunc[67]: QTreeView::selectAll() 8565 vfunc[68]: QTreeView::dataChanged(QModelIndex const&, 8566 QModelIndex const&) 8567 vfunc[69]: QTreeView::rowsInserted(QModelIndex const&, int, 8568 int) 8569 vfunc[70]: QTreeView::rowsAboutToBeRemoved(QModelIndex const&, 8570 int, int) 8571 vfunc[71]: QAbstractItemView::selectionChanged(QItemSelection 8572 const&, QItemSelection const&) 8573 vfunc[72]: QAbstractItemView::currentChanged(QModelIndex 8574 const&, QModelIndex const&) 8575 vfunc[73]: QAbstractItemView::updateEditorData() 8576 vfunc[74]: QAbstractItemView::updateEditorGeometries() 8577 vfunc[75]: QTreeView::updateGeometries() 8578 vfunc[76]: QAbstractItemView::verticalScrollbarAction(int) 8579 vfunc[77]: QTreeView::horizontalScrollbarAction(int) 8580 vfunc[78]: 8581 QAbstractItemView::verticalScrollbarValueChanged(int) 8582 vfunc[79]: 8583 QAbstractItemView::horizontalScrollbarValueChanged(int) 8584 vfunc[80]: QAbstractItemView::closeEditor(QWidget*, 8585 QAbstractItemDelegate::EndEditHint) 8586 vfunc[81]: QAbstractItemView::commitData(QWidget*) 8587 vfunc[82]: QAbstractItemView::editorDestroyed(QObject*) 8588 vfunc[83]: 8589 QTreeView::moveCursor(QAbstractItemView::CursorAction, 8590 QFlags) 8591 vfunc[84]: QTreeView::horizontalOffset() const 8592 vfunc[85]: QTreeView::verticalOffset() const 8593 vfunc[86]: QTreeView::isIndexHidden(QModelIndex const&) const 8594 vfunc[87]: QTreeView::setSelection(QRect const&, 8595 QFlags) 8596 vfunc[88]: QTreeView::visualRegionForSelection(QItemSelection 8597 const&) const 8598 vfunc[89]: QTreeView::selectedIndexes() const 8599 vfunc[90]: QAbstractItemView::edit(QModelIndex const&, 8600 QAbstractItemView::EditTrigger, QEvent*) 8601 vfunc[91]: QAbstractItemView::selectionCommand(QModelIndex 8602 const&, QEvent const*) const 8603 vfunc[92]: 8604 QAbstractItemView::startDrag(QFlags) 8605 vfunc[93]: QAbstractItemView::viewOptions() const 8606 vfunc[94]: QTreeView::drawRow(QPainter*, QStyleOptionViewItem 8607 const&, QModelIndex const&) const 8608 vfunc[95]: QTreeView::drawBranches(QPainter*, QRect const&, 8609 QModelIndex const&) const 8610 8611 Table 6-319. Secondary vtable for QTreeView 8612 Base Offset -8 8613 Virtual Base Offset 0 8614 RTTI typeinfo for QTreeView 8615 vfunc[0]: non-virtual thunk to QTreeView::~QTreeView() 8616 vfunc[1]: non-virtual thunk to QTreeView::~QTreeView() 8617 vfunc[2]: non-virtual thunk to QWidget::devType() const 8618 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 8619 vfunc[4]: non-virtual thunk to 8620 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 8621 8622 The Run Time Type Information for the QTreeView class is 8623 described by Table 6-320 8624 8625 Table 6-320. typeinfo for QTreeView 8626 Base Vtable vtable for __cxxabiv1::__si_class_type_info 8627 Name typeinfo name for QTreeView 8628 basetype: typeinfo for QAbstractItemView 8629 _________________________________________________________ 8630 8631 6.4.1.106. Class data for QProxyModel 8632 8633 The virtual table for the QProxyModel class is described by 8634 Table 6-321 8635 8636 Table 6-321. Primary vtable for QProxyModel 8637 Base Offset 0 8638 Virtual Base Offset 0 8639 RTTI typeinfo for QProxyModel 8640 vfunc[0]: QProxyModel::metaObject() const 8641 vfunc[1]: QProxyModel::qt_metacast(char const*) 8642 vfunc[2]: QProxyModel::qt_metacall(QMetaObject::Call, int, 8643 void**) 8644 vfunc[3]: QProxyModel::~QProxyModel() 8645 vfunc[4]: QProxyModel::~QProxyModel() 8646 vfunc[5]: QObject::event(QEvent*) 8647 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 8648 vfunc[7]: QObject::timerEvent(QTimerEvent*) 8649 vfunc[8]: QObject::childEvent(QChildEvent*) 8650 vfunc[9]: QObject::customEvent(QEvent*) 8651 vfunc[10]: QObject::connectNotify(char const*) 8652 vfunc[11]: QObject::disconnectNotify(char const*) 8653 vfunc[12]: QProxyModel::index(int, int, QModelIndex const&) 8654 const 8655 vfunc[13]: QProxyModel::parent(QModelIndex const&) const 8656 vfunc[14]: QProxyModel::rowCount(QModelIndex const&) const 8657 vfunc[15]: QProxyModel::columnCount(QModelIndex const&) const 8658 vfunc[16]: QProxyModel::hasChildren(QModelIndex const&) const 8659 vfunc[17]: QProxyModel::data(QModelIndex const&, int) const 8660 vfunc[18]: QProxyModel::setData(QModelIndex const&, QVariant 8661 const&, int) 8662 vfunc[19]: QProxyModel::headerData(int, Qt::Orientation, int) 8663 const 8664 vfunc[20]: QProxyModel::setHeaderData(int, Qt::Orientation, 8665 QVariant const&, int) 8666 vfunc[21]: QAbstractItemModel::itemData(QModelIndex const&) 8667 const 8668 vfunc[22]: QAbstractItemModel::setItemData(QModelIndex const&, 8669 QMap const&) 8670 vfunc[23]: QProxyModel::mimeTypes() const 8671 vfunc[24]: QProxyModel::mimeData(QList const&) 8672 const 8673 vfunc[25]: QProxyModel::dropMimeData(QMimeData const*, 8674 Qt::DropAction, int, int, QModelIndex const&) 8675 vfunc[26]: QProxyModel::supportedDropActions() const 8676 vfunc[27]: QProxyModel::insertRows(int, int, QModelIndex 8677 const&) 8678 vfunc[28]: QProxyModel::insertColumns(int, int, QModelIndex 8679 const&) 8680 vfunc[29]: QAbstractItemModel::removeRows(int, int, 8681 QModelIndex const&) 8682 vfunc[30]: QAbstractItemModel::removeColumns(int, int, 8683 QModelIndex const&) 8684 vfunc[31]: QProxyModel::fetchMore(QModelIndex const&) 8685 vfunc[32]: QAbstractItemModel::canFetchMore(QModelIndex 8686 const&) const 8687 vfunc[33]: QProxyModel::flags(QModelIndex const&) const 8688 vfunc[34]: QProxyModel::sort(int, Qt::SortOrder) 8689 vfunc[35]: QAbstractItemModel::buddy(QModelIndex const&) const 8690 vfunc[36]: QProxyModel::match(QModelIndex const&, int, 8691 QVariant const&, int, QFlags) const 8692 vfunc[37]: QProxyModel::span(QModelIndex const&) const 8693 vfunc[38]: QProxyModel::submit() 8694 vfunc[39]: QProxyModel::revert() 8695 vfunc[40]: QProxyModel::setModel(QAbstractItemModel*) 8696 8697 The Run Time Type Information for the QProxyModel class is 8698 described by Table 6-322 8699 8700 Table 6-322. typeinfo for QProxyModel 8701 Base Vtable vtable for __cxxabiv1::__si_class_type_info 8702 Name typeinfo name for QProxyModel 8703 basetype: typeinfo for QAbstractItemModel 8704 _________________________________________________________ 8705 8706 6.4.1.107. Class data for QHeaderView 8707 8708 The virtual table for the QHeaderView class is described by 8709 Table 6-323 8710 8711 Table 6-323. Primary vtable for QHeaderView 8712 Base Offset 0 8713 Virtual Base Offset 0 8714 RTTI typeinfo for QHeaderView 8715 vfunc[0]: QHeaderView::metaObject() const 8716 vfunc[1]: QHeaderView::qt_metacast(char const*) 8717 vfunc[2]: QHeaderView::qt_metacall(QMetaObject::Call, int, 8718 void**) 8719 vfunc[3]: QHeaderView::~QHeaderView() 8720 vfunc[4]: QHeaderView::~QHeaderView() 8721 vfunc[5]: QHeaderView::event(QEvent*) 8722 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 8723 vfunc[7]: QAbstractItemView::timerEvent(QTimerEvent*) 8724 vfunc[8]: QObject::childEvent(QChildEvent*) 8725 vfunc[9]: QObject::customEvent(QEvent*) 8726 vfunc[10]: QObject::connectNotify(char const*) 8727 vfunc[11]: QObject::disconnectNotify(char const*) 8728 vfunc[12]: QWidget::devType() const 8729 vfunc[13]: QWidget::setVisible(bool) 8730 vfunc[14]: QHeaderView::sizeHint() const 8731 vfunc[15]: QAbstractScrollArea::minimumSizeHint() const 8732 vfunc[16]: QWidget::heightForWidth(int) const 8733 vfunc[17]: QWidget::paintEngine() const 8734 vfunc[18]: QHeaderView::mousePressEvent(QMouseEvent*) 8735 vfunc[19]: QHeaderView::mouseReleaseEvent(QMouseEvent*) 8736 vfunc[20]: QHeaderView::mouseDoubleClickEvent(QMouseEvent*) 8737 vfunc[21]: QHeaderView::mouseMoveEvent(QMouseEvent*) 8738 vfunc[22]: QAbstractScrollArea::wheelEvent(QWheelEvent*) 8739 vfunc[23]: QAbstractItemView::keyPressEvent(QKeyEvent*) 8740 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 8741 vfunc[25]: QAbstractItemView::focusInEvent(QFocusEvent*) 8742 vfunc[26]: QAbstractItemView::focusOutEvent(QFocusEvent*) 8743 vfunc[27]: QWidget::enterEvent(QEvent*) 8744 vfunc[28]: QWidget::leaveEvent(QEvent*) 8745 vfunc[29]: QHeaderView::paintEvent(QPaintEvent*) 8746 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 8747 vfunc[31]: QAbstractItemView::resizeEvent(QResizeEvent*) 8748 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 8749 vfunc[33]: 8750 QAbstractScrollArea::contextMenuEvent(QContextMenuEvent*) 8751 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 8752 vfunc[35]: QWidget::actionEvent(QActionEvent*) 8753 vfunc[36]: QAbstractItemView::dragEnterEvent(QDragEnterEvent*) 8754 vfunc[37]: QAbstractItemView::dragMoveEvent(QDragMoveEvent*) 8755 vfunc[38]: QAbstractItemView::dragLeaveEvent(QDragLeaveEvent*) 8756 vfunc[39]: QAbstractItemView::dropEvent(QDropEvent*) 8757 vfunc[40]: QWidget::showEvent(QShowEvent*) 8758 vfunc[41]: QWidget::hideEvent(QHideEvent*) 8759 vfunc[42]: QWidget::x11Event(_XEvent*) 8760 vfunc[43]: QFrame::changeEvent(QEvent*) 8761 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 8762 const 8763 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 8764 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 8765 const 8766 vfunc[47]: QWidget::focusNextPrevChild(bool) 8767 vfunc[48]: QWidget::styleChange(QStyle&) 8768 vfunc[49]: QWidget::enabledChange(bool) 8769 vfunc[50]: QWidget::paletteChange(QPalette const&) 8770 vfunc[51]: QWidget::fontChange(QFont const&) 8771 vfunc[52]: QWidget::windowActivationChange(bool) 8772 vfunc[53]: QWidget::languageChange() 8773 vfunc[54]: QHeaderView::viewportEvent(QEvent*) 8774 vfunc[55]: QHeaderView::scrollContentsBy(int, int) 8775 vfunc[56]: QHeaderView::setModel(QAbstractItemModel*) 8776 vfunc[57]: 8777 QAbstractItemView::setSelectionModel(QItemSelectionModel*) 8778 vfunc[58]: QAbstractItemView::keyboardSearch(QString const&) 8779 vfunc[59]: QHeaderView::visualRect(QModelIndex const&) const 8780 vfunc[60]: QHeaderView::scrollTo(QModelIndex const&, 8781 QAbstractItemView::ScrollHint) 8782 vfunc[61]: QHeaderView::indexAt(QPoint const&) const 8783 vfunc[62]: QAbstractItemView::sizeHintForRow(int) const 8784 vfunc[63]: QAbstractItemView::sizeHintForColumn(int) const 8785 vfunc[64]: QAbstractItemView::reset() 8786 vfunc[65]: QAbstractItemView::setRootIndex(QModelIndex const&) 8787 vfunc[66]: QHeaderView::doItemsLayout() 8788 vfunc[67]: QAbstractItemView::selectAll() 8789 vfunc[68]: QHeaderView::dataChanged(QModelIndex const&, 8790 QModelIndex const&) 8791 vfunc[69]: QHeaderView::rowsInserted(QModelIndex const&, int, 8792 int) 8793 vfunc[70]: QAbstractItemView::rowsAboutToBeRemoved(QModelIndex 8794 const&, int, int) 8795 vfunc[71]: QAbstractItemView::selectionChanged(QItemSelection 8796 const&, QItemSelection const&) 8797 vfunc[72]: QHeaderView::currentChanged(QModelIndex const&, 8798 QModelIndex const&) 8799 vfunc[73]: QAbstractItemView::updateEditorData() 8800 vfunc[74]: QAbstractItemView::updateEditorGeometries() 8801 vfunc[75]: QHeaderView::updateGeometries() 8802 vfunc[76]: QAbstractItemView::verticalScrollbarAction(int) 8803 vfunc[77]: QAbstractItemView::horizontalScrollbarAction(int) 8804 vfunc[78]: 8805 QAbstractItemView::verticalScrollbarValueChanged(int) 8806 vfunc[79]: 8807 QAbstractItemView::horizontalScrollbarValueChanged(int) 8808 vfunc[80]: QAbstractItemView::closeEditor(QWidget*, 8809 QAbstractItemDelegate::EndEditHint) 8810 vfunc[81]: QAbstractItemView::commitData(QWidget*) 8811 vfunc[82]: QAbstractItemView::editorDestroyed(QObject*) 8812 vfunc[83]: 8813 QHeaderView::moveCursor(QAbstractItemView::CursorAction, 8814 QFlags) 8815 vfunc[84]: QHeaderView::horizontalOffset() const 8816 vfunc[85]: QHeaderView::verticalOffset() const 8817 vfunc[86]: QHeaderView::isIndexHidden(QModelIndex const&) 8818 const 8819 vfunc[87]: QHeaderView::setSelection(QRect const&, 8820 QFlags) 8821 vfunc[88]: 8822 QHeaderView::visualRegionForSelection(QItemSelection const&) 8823 const 8824 vfunc[89]: QAbstractItemView::selectedIndexes() const 8825 vfunc[90]: QAbstractItemView::edit(QModelIndex const&, 8826 QAbstractItemView::EditTrigger, QEvent*) 8827 vfunc[91]: QAbstractItemView::selectionCommand(QModelIndex 8828 const&, QEvent const*) const 8829 vfunc[92]: 8830 QAbstractItemView::startDrag(QFlags) 8831 vfunc[93]: QAbstractItemView::viewOptions() const 8832 vfunc[94]: QHeaderView::paintSection(QPainter*, QRect const&, 8833 int) const 8834 vfunc[95]: QHeaderView::sectionSizeFromContents(int) const 8835 8836 Table 6-324. Secondary vtable for QHeaderView 8837 Base Offset -8 8838 Virtual Base Offset 0 8839 RTTI typeinfo for QHeaderView 8840 vfunc[0]: non-virtual thunk to QHeaderView::~QHeaderView() 8841 vfunc[1]: non-virtual thunk to QHeaderView::~QHeaderView() 8842 vfunc[2]: non-virtual thunk to QWidget::devType() const 8843 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 8844 vfunc[4]: non-virtual thunk to 8845 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 8846 8847 The Run Time Type Information for the QHeaderView class is 8848 described by Table 6-325 8849 8850 Table 6-325. typeinfo for QHeaderView 8851 Base Vtable vtable for __cxxabiv1::__si_class_type_info 8852 Name typeinfo name for QHeaderView 8853 basetype: typeinfo for QAbstractItemView 8854 _________________________________________________________ 8855 8856 6.4.1.108. Class data for QItemEditorFactory 8857 8858 The virtual table for the QItemEditorFactory class is 8859 described by Table 6-326 8860 8861 Table 6-326. Primary vtable for QItemEditorFactory 8862 Base Offset 0 8863 Virtual Base Offset 0 8864 RTTI typeinfo for QItemEditorFactory 8865 vfunc[0]: QItemEditorFactory::~QItemEditorFactory() 8866 vfunc[1]: QItemEditorFactory::~QItemEditorFactory() 8867 vfunc[2]: QItemEditorFactory::createEditor(QVariant::Type, 8868 QWidget*) const 8869 vfunc[3]: 8870 QItemEditorFactory::valuePropertyName(QVariant::Type) const 8871 8872 The Run Time Type Information for the QItemEditorFactory class 8873 is described by Table 6-327 8874 8875 Table 6-327. typeinfo for QItemEditorFactory 8876 Base Vtable vtable for __cxxabiv1::__class_type_info 8877 Name typeinfo name for QItemEditorFactory 8878 _________________________________________________________ 8879 8880 6.4.1.109. Class data for QTreeWidgetItem 8881 8882 The virtual table for the QTreeWidgetItem class is described 8883 by Table 6-328 8884 8885 Table 6-328. Primary vtable for QTreeWidgetItem 8886 Base Offset 0 8887 Virtual Base Offset 0 8888 RTTI typeinfo for QTreeWidgetItem 8889 vfunc[0]: QTreeWidgetItem::~QTreeWidgetItem() 8890 vfunc[1]: QTreeWidgetItem::~QTreeWidgetItem() 8891 vfunc[2]: QTreeWidgetItem::clone() const 8892 vfunc[3]: QTreeWidgetItem::data(int, int) const 8893 vfunc[4]: QTreeWidgetItem::setData(int, int, QVariant const&) 8894 vfunc[5]: QTreeWidgetItem::operator<(QTreeWidgetItem const&) 8895 const 8896 vfunc[6]: QTreeWidgetItem::read(QDataStream&) 8897 vfunc[7]: QTreeWidgetItem::write(QDataStream&) const 8898 8899 The Run Time Type Information for the QTreeWidgetItem class is 8900 described by Table 6-329 8901 8902 Table 6-329. typeinfo for QTreeWidgetItem 8903 Base Vtable vtable for __cxxabiv1::__class_type_info 8904 Name typeinfo name for QTreeWidgetItem 8905 _________________________________________________________ 8906 8907 6.4.1.110. Class data for QTreeWidget 8908 8909 The virtual table for the QTreeWidget class is described by 8910 Table 6-330 8911 8912 Table 6-330. Primary vtable for QTreeWidget 8913 Base Offset 0 8914 Virtual Base Offset 0 8915 RTTI typeinfo for QTreeWidget 8916 vfunc[0]: QTreeWidget::metaObject() const 8917 vfunc[1]: QTreeWidget::qt_metacast(char const*) 8918 vfunc[2]: QTreeWidget::qt_metacall(QMetaObject::Call, int, 8919 void**) 8920 vfunc[3]: QTreeWidget::~QTreeWidget() 8921 vfunc[4]: QTreeWidget::~QTreeWidget() 8922 vfunc[5]: QTreeWidget::event(QEvent*) 8923 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 8924 vfunc[7]: QTreeView::timerEvent(QTimerEvent*) 8925 vfunc[8]: QObject::childEvent(QChildEvent*) 8926 vfunc[9]: QObject::customEvent(QEvent*) 8927 vfunc[10]: QObject::connectNotify(char const*) 8928 vfunc[11]: QObject::disconnectNotify(char const*) 8929 vfunc[12]: QWidget::devType() const 8930 vfunc[13]: QWidget::setVisible(bool) 8931 vfunc[14]: QAbstractScrollArea::sizeHint() const 8932 vfunc[15]: QAbstractScrollArea::minimumSizeHint() const 8933 vfunc[16]: QWidget::heightForWidth(int) const 8934 vfunc[17]: QWidget::paintEngine() const 8935 vfunc[18]: QTreeView::mousePressEvent(QMouseEvent*) 8936 vfunc[19]: QTreeView::mouseReleaseEvent(QMouseEvent*) 8937 vfunc[20]: QTreeView::mouseDoubleClickEvent(QMouseEvent*) 8938 vfunc[21]: QAbstractItemView::mouseMoveEvent(QMouseEvent*) 8939 vfunc[22]: QAbstractScrollArea::wheelEvent(QWheelEvent*) 8940 vfunc[23]: QAbstractItemView::keyPressEvent(QKeyEvent*) 8941 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 8942 vfunc[25]: QAbstractItemView::focusInEvent(QFocusEvent*) 8943 vfunc[26]: QAbstractItemView::focusOutEvent(QFocusEvent*) 8944 vfunc[27]: QWidget::enterEvent(QEvent*) 8945 vfunc[28]: QWidget::leaveEvent(QEvent*) 8946 vfunc[29]: QTreeView::paintEvent(QPaintEvent*) 8947 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 8948 vfunc[31]: QAbstractItemView::resizeEvent(QResizeEvent*) 8949 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 8950 vfunc[33]: 8951 QAbstractScrollArea::contextMenuEvent(QContextMenuEvent*) 8952 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 8953 vfunc[35]: QWidget::actionEvent(QActionEvent*) 8954 vfunc[36]: QAbstractItemView::dragEnterEvent(QDragEnterEvent*) 8955 vfunc[37]: QAbstractItemView::dragMoveEvent(QDragMoveEvent*) 8956 vfunc[38]: QAbstractItemView::dragLeaveEvent(QDragLeaveEvent*) 8957 vfunc[39]: QAbstractItemView::dropEvent(QDropEvent*) 8958 vfunc[40]: QWidget::showEvent(QShowEvent*) 8959 vfunc[41]: QWidget::hideEvent(QHideEvent*) 8960 vfunc[42]: QWidget::x11Event(_XEvent*) 8961 vfunc[43]: QFrame::changeEvent(QEvent*) 8962 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 8963 const 8964 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 8965 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 8966 const 8967 vfunc[47]: QWidget::focusNextPrevChild(bool) 8968 vfunc[48]: QWidget::styleChange(QStyle&) 8969 vfunc[49]: QWidget::enabledChange(bool) 8970 vfunc[50]: QWidget::paletteChange(QPalette const&) 8971 vfunc[51]: QWidget::fontChange(QFont const&) 8972 vfunc[52]: QWidget::windowActivationChange(bool) 8973 vfunc[53]: QWidget::languageChange() 8974 vfunc[54]: QAbstractItemView::viewportEvent(QEvent*) 8975 vfunc[55]: QTreeView::scrollContentsBy(int, int) 8976 vfunc[56]: QTreeWidget::setModel(QAbstractItemModel*) 8977 vfunc[57]: QTreeView::setSelectionModel(QItemSelectionModel*) 8978 vfunc[58]: QTreeView::keyboardSearch(QString const&) 8979 vfunc[59]: QTreeView::visualRect(QModelIndex const&) const 8980 vfunc[60]: QTreeView::scrollTo(QModelIndex const&, 8981 QAbstractItemView::ScrollHint) 8982 vfunc[61]: QTreeView::indexAt(QPoint const&) const 8983 vfunc[62]: QAbstractItemView::sizeHintForRow(int) const 8984 vfunc[63]: QTreeView::sizeHintForColumn(int) const 8985 vfunc[64]: QTreeView::reset() 8986 vfunc[65]: QTreeView::setRootIndex(QModelIndex const&) 8987 vfunc[66]: QTreeView::doItemsLayout() 8988 vfunc[67]: QTreeView::selectAll() 8989 vfunc[68]: QTreeView::dataChanged(QModelIndex const&, 8990 QModelIndex const&) 8991 vfunc[69]: QTreeView::rowsInserted(QModelIndex const&, int, 8992 int) 8993 vfunc[70]: QTreeView::rowsAboutToBeRemoved(QModelIndex const&, 8994 int, int) 8995 vfunc[71]: QAbstractItemView::selectionChanged(QItemSelection 8996 const&, QItemSelection const&) 8997 vfunc[72]: QAbstractItemView::currentChanged(QModelIndex 8998 const&, QModelIndex const&) 8999 vfunc[73]: QAbstractItemView::updateEditorData() 9000 vfunc[74]: QAbstractItemView::updateEditorGeometries() 9001 vfunc[75]: QTreeView::updateGeometries() 9002 vfunc[76]: QAbstractItemView::verticalScrollbarAction(int) 9003 vfunc[77]: QTreeView::horizontalScrollbarAction(int) 9004 vfunc[78]: 9005 QAbstractItemView::verticalScrollbarValueChanged(int) 9006 vfunc[79]: 9007 QAbstractItemView::horizontalScrollbarValueChanged(int) 9008 vfunc[80]: QAbstractItemView::closeEditor(QWidget*, 9009 QAbstractItemDelegate::EndEditHint) 9010 vfunc[81]: QAbstractItemView::commitData(QWidget*) 9011 vfunc[82]: QAbstractItemView::editorDestroyed(QObject*) 9012 vfunc[83]: 9013 QTreeView::moveCursor(QAbstractItemView::CursorAction, 9014 QFlags) 9015 vfunc[84]: QTreeView::horizontalOffset() const 9016 vfunc[85]: QTreeView::verticalOffset() const 9017 vfunc[86]: QTreeView::isIndexHidden(QModelIndex const&) const 9018 vfunc[87]: QTreeView::setSelection(QRect const&, 9019 QFlags) 9020 vfunc[88]: QTreeView::visualRegionForSelection(QItemSelection 9021 const&) const 9022 vfunc[89]: QTreeView::selectedIndexes() const 9023 vfunc[90]: QAbstractItemView::edit(QModelIndex const&, 9024 QAbstractItemView::EditTrigger, QEvent*) 9025 vfunc[91]: QAbstractItemView::selectionCommand(QModelIndex 9026 const&, QEvent const*) const 9027 vfunc[92]: 9028 QAbstractItemView::startDrag(QFlags) 9029 vfunc[93]: QAbstractItemView::viewOptions() const 9030 vfunc[94]: QTreeView::drawRow(QPainter*, QStyleOptionViewItem 9031 const&, QModelIndex const&) const 9032 vfunc[95]: QTreeView::drawBranches(QPainter*, QRect const&, 9033 QModelIndex const&) const 9034 vfunc[96]: QTreeWidget::mimeTypes() const 9035 vfunc[97]: QTreeWidget::mimeData(QList) 9036 const 9037 vfunc[98]: QTreeWidget::dropMimeData(QTreeWidgetItem*, int, 9038 QMimeData const*, Qt::DropAction) 9039 vfunc[99]: QTreeWidget::supportedDropActions() const 9040 9041 Table 6-331. Secondary vtable for QTreeWidget 9042 Base Offset -8 9043 Virtual Base Offset 0 9044 RTTI typeinfo for QTreeWidget 9045 vfunc[0]: non-virtual thunk to QTreeWidget::~QTreeWidget() 9046 vfunc[1]: non-virtual thunk to QTreeWidget::~QTreeWidget() 9047 vfunc[2]: non-virtual thunk to QWidget::devType() const 9048 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 9049 vfunc[4]: non-virtual thunk to 9050 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 9051 9052 The Run Time Type Information for the QTreeWidget class is 9053 described by Table 6-332 9054 9055 Table 6-332. typeinfo for QTreeWidget 9056 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9057 Name typeinfo name for QTreeWidget 9058 basetype: typeinfo for QTreeView 9059 _________________________________________________________ 9060 9061 6.4.1.111. Class data for QAccessibleBridgeFactoryInterface 9062 9063 The virtual table for the QAccessibleBridgeFactoryInterface 9064 class is described by Table 6-333 9065 9066 Table 6-333. Primary vtable for 9067 QAccessibleBridgeFactoryInterface 9068 Base Offset 0 9069 Virtual Base Offset 0 9070 RTTI typeinfo for QAccessibleBridgeFactoryInterface 9071 vfunc[0]: 9072 QAccessibleBridgeFactoryInterface::~QAccessibleBridgeFactoryIn 9073 terface() 9074 vfunc[1]: 9075 QAccessibleBridgeFactoryInterface::~QAccessibleBridgeFactoryIn 9076 terface() 9077 vfunc[2]: __cxa_pure_virtual 9078 vfunc[3]: __cxa_pure_virtual 9079 9080 The Run Time Type Information for the 9081 QAccessibleBridgeFactoryInterface class is described by Table 9082 6-334 9083 9084 Table 6-334. typeinfo for QAccessibleBridgeFactoryInterface 9085 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9086 Name typeinfo name for QAccessibleBridgeFactoryInterface 9087 basetype: typeinfo for QFactoryInterface 9088 _________________________________________________________ 9089 9090 6.4.1.112. Class data for QAccessibleBridgePlugin 9091 9092 The virtual table for the QAccessibleBridgePlugin class is 9093 described by Table 6-335 9094 9095 Table 6-335. Primary vtable for QAccessibleBridgePlugin 9096 Base Offset 0 9097 Virtual Base Offset 0 9098 RTTI typeinfo for QAccessibleBridgePlugin 9099 vfunc[0]: QAccessibleBridgePlugin::metaObject() const 9100 vfunc[1]: QAccessibleBridgePlugin::qt_metacast(char const*) 9101 vfunc[2]: 9102 QAccessibleBridgePlugin::qt_metacall(QMetaObject::Call, int, 9103 void**) 9104 vfunc[3]: QAccessibleBridgePlugin::~QAccessibleBridgePlugin() 9105 vfunc[4]: QAccessibleBridgePlugin::~QAccessibleBridgePlugin() 9106 vfunc[5]: QObject::event(QEvent*) 9107 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 9108 vfunc[7]: QObject::timerEvent(QTimerEvent*) 9109 vfunc[8]: QObject::childEvent(QChildEvent*) 9110 vfunc[9]: QObject::customEvent(QEvent*) 9111 vfunc[10]: QObject::connectNotify(char const*) 9112 vfunc[11]: QObject::disconnectNotify(char const*) 9113 vfunc[12]: __cxa_pure_virtual 9114 vfunc[13]: __cxa_pure_virtual 9115 9116 Table 6-336. Secondary vtable for QAccessibleBridgePlugin 9117 Base Offset -8 9118 Virtual Base Offset 0 9119 RTTI typeinfo for QAccessibleBridgePlugin 9120 vfunc[0]: non-virtual thunk to 9121 QAccessibleBridgePlugin::~QAccessibleBridgePlugin() 9122 vfunc[1]: non-virtual thunk to 9123 QAccessibleBridgePlugin::~QAccessibleBridgePlugin() 9124 vfunc[2]: __cxa_pure_virtual 9125 vfunc[3]: __cxa_pure_virtual 9126 9127 The Run Time Type Information for the QAccessibleBridgePlugin 9128 class is described by Table 6-337 9129 9130 Table 6-337. typeinfo for QAccessibleBridgePlugin 9131 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 9132 Name typeinfo name for QAccessibleBridgePlugin 9133 flags: 0 9134 basetype: typeinfo for QObject 2 9135 basetype: typeinfo for QAccessibleBridgeFactoryInterface 2050 9136 _________________________________________________________ 9137 9138 6.4.1.113. Class data for QAccessibleInterface 9139 9140 The virtual table for the QAccessibleInterface class is 9141 described by Table 6-338 9142 9143 Table 6-338. Primary vtable for QAccessibleInterface 9144 Base Offset 0 9145 Virtual Base Offset 0 9146 RTTI typeinfo for QAccessibleInterface 9147 vfunc[0]: QAccessibleInterface::~QAccessibleInterface() 9148 vfunc[1]: QAccessibleInterface::~QAccessibleInterface() 9149 vfunc[2]: __cxa_pure_virtual 9150 vfunc[3]: __cxa_pure_virtual 9151 vfunc[4]: __cxa_pure_virtual 9152 vfunc[5]: __cxa_pure_virtual 9153 vfunc[6]: __cxa_pure_virtual 9154 vfunc[7]: __cxa_pure_virtual 9155 vfunc[8]: __cxa_pure_virtual 9156 vfunc[9]: __cxa_pure_virtual 9157 vfunc[10]: __cxa_pure_virtual 9158 vfunc[11]: __cxa_pure_virtual 9159 vfunc[12]: __cxa_pure_virtual 9160 vfunc[13]: __cxa_pure_virtual 9161 vfunc[14]: __cxa_pure_virtual 9162 vfunc[15]: __cxa_pure_virtual 9163 vfunc[16]: __cxa_pure_virtual 9164 9165 The Run Time Type Information for the QAccessibleInterface 9166 class is described by Table 6-339 9167 9168 Table 6-339. typeinfo for QAccessibleInterface 9169 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9170 Name typeinfo name for QAccessibleInterface 9171 basetype: typeinfo for QAccessible 9172 _________________________________________________________ 9173 9174 6.4.1.114. Class data for QAccessibleObject 9175 9176 The virtual table for the QAccessibleObject class is described 9177 by Table 6-340 9178 9179 Table 6-340. Primary vtable for QAccessibleObject 9180 Base Offset 0 9181 Virtual Base Offset 0 9182 RTTI typeinfo for QAccessibleObject 9183 vfunc[0]: QAccessibleObject::~QAccessibleObject() 9184 vfunc[1]: QAccessibleObject::~QAccessibleObject() 9185 vfunc[2]: QAccessibleObject::isValid() const 9186 vfunc[3]: QAccessibleObject::object() const 9187 vfunc[4]: __cxa_pure_virtual 9188 vfunc[5]: __cxa_pure_virtual 9189 vfunc[6]: __cxa_pure_virtual 9190 vfunc[7]: __cxa_pure_virtual 9191 vfunc[8]: __cxa_pure_virtual 9192 vfunc[9]: __cxa_pure_virtual 9193 vfunc[10]: QAccessibleObject::setText(QAccessible::Text, int, 9194 QString const&) 9195 vfunc[11]: QAccessibleObject::rect(int) const 9196 vfunc[12]: __cxa_pure_virtual 9197 vfunc[13]: __cxa_pure_virtual 9198 vfunc[14]: QAccessibleObject::userActionCount(int) const 9199 vfunc[15]: QAccessibleObject::actionText(int, 9200 QAccessible::Text, int) const 9201 vfunc[16]: QAccessibleObject::doAction(int, int, 9202 QList const&) 9203 9204 The Run Time Type Information for the QAccessibleObject class 9205 is described by Table 6-341 9206 9207 Table 6-341. typeinfo for QAccessibleObject 9208 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9209 Name typeinfo name for QAccessibleObject 9210 basetype: typeinfo for QAccessibleInterface 9211 _________________________________________________________ 9212 9213 6.4.1.115. Class data for QAccessibleApplication 9214 9215 The virtual table for the QAccessibleApplication class is 9216 described by Table 6-342 9217 9218 Table 6-342. Primary vtable for QAccessibleApplication 9219 Base Offset 0 9220 Virtual Base Offset 0 9221 RTTI typeinfo for QAccessibleApplication 9222 vfunc[0]: QAccessibleApplication::~QAccessibleApplication() 9223 vfunc[1]: QAccessibleApplication::~QAccessibleApplication() 9224 vfunc[2]: QAccessibleObject::isValid() const 9225 vfunc[3]: QAccessibleObject::object() const 9226 vfunc[4]: QAccessibleApplication::childCount() const 9227 vfunc[5]: 9228 QAccessibleApplication::indexOfChild(QAccessibleInterface 9229 const*) const 9230 vfunc[6]: QAccessibleApplication::relationTo(int, 9231 QAccessibleInterface const*, int) const 9232 vfunc[7]: QAccessibleApplication::childAt(int, int) const 9233 vfunc[8]: 9234 QAccessibleApplication::navigate(QAccessible::RelationFlag, 9235 int, QAccessibleInterface**) const 9236 vfunc[9]: QAccessibleApplication::text(QAccessible::Text, int) 9237 const 9238 vfunc[10]: QAccessibleObject::setText(QAccessible::Text, int, 9239 QString const&) 9240 vfunc[11]: QAccessibleObject::rect(int) const 9241 vfunc[12]: QAccessibleApplication::role(int) const 9242 vfunc[13]: QAccessibleApplication::state(int) const 9243 vfunc[14]: QAccessibleApplication::userActionCount(int) const 9244 vfunc[15]: QAccessibleApplication::actionText(int, 9245 QAccessible::Text, int) const 9246 vfunc[16]: QAccessibleApplication::doAction(int, int, 9247 QList const&) 9248 9249 The Run Time Type Information for the QAccessibleApplication 9250 class is described by Table 6-343 9251 9252 Table 6-343. typeinfo for QAccessibleApplication 9253 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9254 Name typeinfo name for QAccessibleApplication 9255 basetype: typeinfo for QAccessibleObject 9256 _________________________________________________________ 9257 9258 6.4.1.116. Class data for QAccessibleWidget 9259 9260 The virtual table for the QAccessibleWidget class is described 9261 by Table 6-344 9262 9263 Table 6-344. Primary vtable for QAccessibleWidget 9264 Base Offset 0 9265 Virtual Base Offset 0 9266 RTTI typeinfo for QAccessibleWidget 9267 vfunc[0]: QAccessibleWidget::~QAccessibleWidget() 9268 vfunc[1]: QAccessibleWidget::~QAccessibleWidget() 9269 vfunc[2]: QAccessibleObject::isValid() const 9270 vfunc[3]: QAccessibleObject::object() const 9271 vfunc[4]: QAccessibleWidget::childCount() const 9272 vfunc[5]: QAccessibleWidget::indexOfChild(QAccessibleInterface 9273 const*) const 9274 vfunc[6]: QAccessibleWidget::relationTo(int, 9275 QAccessibleInterface const*, int) const 9276 vfunc[7]: QAccessibleWidget::childAt(int, int) const 9277 vfunc[8]: 9278 QAccessibleWidget::navigate(QAccessible::RelationFlag, int, 9279 QAccessibleInterface**) const 9280 vfunc[9]: QAccessibleWidget::text(QAccessible::Text, int) 9281 const 9282 vfunc[10]: QAccessibleObject::setText(QAccessible::Text, int, 9283 QString const&) 9284 vfunc[11]: QAccessibleWidget::rect(int) const 9285 vfunc[12]: QAccessibleWidget::role(int) const 9286 vfunc[13]: QAccessibleWidget::state(int) const 9287 vfunc[14]: QAccessibleObject::userActionCount(int) const 9288 vfunc[15]: QAccessibleWidget::actionText(int, 9289 QAccessible::Text, int) const 9290 vfunc[16]: QAccessibleWidget::doAction(int, int, 9291 QList const&) 9292 9293 The Run Time Type Information for the QAccessibleWidget class 9294 is described by Table 6-345 9295 9296 Table 6-345. typeinfo for QAccessibleWidget 9297 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9298 Name typeinfo name for QAccessibleWidget 9299 basetype: typeinfo for QAccessibleObject 9300 _________________________________________________________ 9301 9302 6.4.1.117. Class data for QAccessibleFactoryInterface 9303 9304 The virtual table for the QAccessibleFactoryInterface class is 9305 described by Table 6-346 9306 9307 Table 6-346. Primary vtable for QAccessibleFactoryInterface 9308 Base Offset 0 9309 Virtual Base Offset 0 9310 RTTI typeinfo for QAccessibleFactoryInterface 9311 vfunc[0]: 9312 QAccessibleFactoryInterface::~QAccessibleFactoryInterface() 9313 vfunc[1]: 9314 QAccessibleFactoryInterface::~QAccessibleFactoryInterface() 9315 vfunc[2]: __cxa_pure_virtual 9316 vfunc[3]: __cxa_pure_virtual 9317 9318 The Run Time Type Information for the 9319 QAccessibleFactoryInterface class is described by Table 6-347 9320 9321 Table 6-347. typeinfo for QAccessibleFactoryInterface 9322 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 9323 Name typeinfo name for QAccessibleFactoryInterface 9324 flags: 0 9325 basetype: typeinfo for QAccessible 2 9326 basetype: typeinfo for QFactoryInterface 2 9327 _________________________________________________________ 9328 9329 6.4.1.118. Class data for QAccessiblePlugin 9330 9331 The virtual table for the QAccessiblePlugin class is described 9332 by Table 6-348 9333 9334 Table 6-348. Primary vtable for QAccessiblePlugin 9335 Base Offset 0 9336 Virtual Base Offset 0 9337 RTTI typeinfo for QAccessiblePlugin 9338 vfunc[0]: QAccessiblePlugin::metaObject() const 9339 vfunc[1]: QAccessiblePlugin::qt_metacast(char const*) 9340 vfunc[2]: QAccessiblePlugin::qt_metacall(QMetaObject::Call, 9341 int, void**) 9342 vfunc[3]: QAccessiblePlugin::~QAccessiblePlugin() 9343 vfunc[4]: QAccessiblePlugin::~QAccessiblePlugin() 9344 vfunc[5]: QObject::event(QEvent*) 9345 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 9346 vfunc[7]: QObject::timerEvent(QTimerEvent*) 9347 vfunc[8]: QObject::childEvent(QChildEvent*) 9348 vfunc[9]: QObject::customEvent(QEvent*) 9349 vfunc[10]: QObject::connectNotify(char const*) 9350 vfunc[11]: QObject::disconnectNotify(char const*) 9351 vfunc[12]: __cxa_pure_virtual 9352 vfunc[13]: __cxa_pure_virtual 9353 9354 Table 6-349. Secondary vtable for QAccessiblePlugin 9355 Base Offset -8 9356 Virtual Base Offset 0 9357 RTTI typeinfo for QAccessiblePlugin 9358 vfunc[0]: non-virtual thunk to 9359 QAccessiblePlugin::~QAccessiblePlugin() 9360 vfunc[1]: non-virtual thunk to 9361 QAccessiblePlugin::~QAccessiblePlugin() 9362 vfunc[2]: __cxa_pure_virtual 9363 vfunc[3]: __cxa_pure_virtual 9364 9365 The Run Time Type Information for the QAccessiblePlugin class 9366 is described by Table 6-350 9367 9368 Table 6-350. typeinfo for QAccessiblePlugin 9369 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 9370 Name typeinfo name for QAccessiblePlugin 9371 flags: 0 9372 basetype: typeinfo for QObject 2 9373 basetype: typeinfo for QAccessibleFactoryInterface 2050 9374 _________________________________________________________ 9375 9376 6.4.1.119. Class data for QClipboard 9377 9378 The virtual table for the QClipboard class is described by 9379 Table 6-351 9380 9381 Table 6-351. Primary vtable for QClipboard 9382 Base Offset 0 9383 Virtual Base Offset 0 9384 RTTI typeinfo for QClipboard 9385 vfunc[0]: QClipboard::metaObject() const 9386 vfunc[1]: QClipboard::qt_metacast(char const*) 9387 vfunc[2]: QClipboard::qt_metacall(QMetaObject::Call, int, 9388 void**) 9389 vfunc[3]: QClipboard::~QClipboard() 9390 vfunc[4]: QClipboard::~QClipboard() 9391 vfunc[5]: QClipboard::event(QEvent*) 9392 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 9393 vfunc[7]: QObject::timerEvent(QTimerEvent*) 9394 vfunc[8]: QObject::childEvent(QChildEvent*) 9395 vfunc[9]: QObject::customEvent(QEvent*) 9396 vfunc[10]: QClipboard::connectNotify(char const*) 9397 vfunc[11]: QObject::disconnectNotify(char const*) 9398 9399 The Run Time Type Information for the QClipboard class is 9400 described by Table 6-352 9401 9402 Table 6-352. typeinfo for QClipboard 9403 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9404 Name typeinfo name for QClipboard 9405 basetype: typeinfo for QObject 9406 _________________________________________________________ 9407 9408 6.4.1.120. Class data for QDesktopWidget 9409 9410 The virtual table for the QDesktopWidget class is described by 9411 Table 6-353 9412 9413 Table 6-353. Primary vtable for QDesktopWidget 9414 Base Offset 0 9415 Virtual Base Offset 0 9416 RTTI typeinfo for QDesktopWidget 9417 vfunc[0]: QDesktopWidget::metaObject() const 9418 vfunc[1]: QDesktopWidget::qt_metacast(char const*) 9419 vfunc[2]: QDesktopWidget::qt_metacall(QMetaObject::Call, int, 9420 void**) 9421 vfunc[3]: QDesktopWidget::~QDesktopWidget() 9422 vfunc[4]: QDesktopWidget::~QDesktopWidget() 9423 vfunc[5]: QWidget::event(QEvent*) 9424 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 9425 vfunc[7]: QObject::timerEvent(QTimerEvent*) 9426 vfunc[8]: QObject::childEvent(QChildEvent*) 9427 vfunc[9]: QObject::customEvent(QEvent*) 9428 vfunc[10]: QObject::connectNotify(char const*) 9429 vfunc[11]: QObject::disconnectNotify(char const*) 9430 vfunc[12]: QWidget::devType() const 9431 vfunc[13]: QWidget::setVisible(bool) 9432 vfunc[14]: QWidget::sizeHint() const 9433 vfunc[15]: QWidget::minimumSizeHint() const 9434 vfunc[16]: QWidget::heightForWidth(int) const 9435 vfunc[17]: QWidget::paintEngine() const 9436 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 9437 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 9438 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 9439 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 9440 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 9441 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 9442 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 9443 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 9444 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 9445 vfunc[27]: QWidget::enterEvent(QEvent*) 9446 vfunc[28]: QWidget::leaveEvent(QEvent*) 9447 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 9448 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 9449 vfunc[31]: QDesktopWidget::resizeEvent(QResizeEvent*) 9450 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 9451 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 9452 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 9453 vfunc[35]: QWidget::actionEvent(QActionEvent*) 9454 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 9455 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 9456 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 9457 vfunc[39]: QWidget::dropEvent(QDropEvent*) 9458 vfunc[40]: QWidget::showEvent(QShowEvent*) 9459 vfunc[41]: QWidget::hideEvent(QHideEvent*) 9460 vfunc[42]: QWidget::x11Event(_XEvent*) 9461 vfunc[43]: QWidget::changeEvent(QEvent*) 9462 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 9463 const 9464 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 9465 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 9466 const 9467 vfunc[47]: QWidget::focusNextPrevChild(bool) 9468 vfunc[48]: QWidget::styleChange(QStyle&) 9469 vfunc[49]: QWidget::enabledChange(bool) 9470 vfunc[50]: QWidget::paletteChange(QPalette const&) 9471 vfunc[51]: QWidget::fontChange(QFont const&) 9472 vfunc[52]: QWidget::windowActivationChange(bool) 9473 vfunc[53]: QWidget::languageChange() 9474 9475 Table 6-354. Secondary vtable for QDesktopWidget 9476 Base Offset -8 9477 Virtual Base Offset 0 9478 RTTI typeinfo for QDesktopWidget 9479 vfunc[0]: non-virtual thunk to 9480 QDesktopWidget::~QDesktopWidget() 9481 vfunc[1]: non-virtual thunk to 9482 QDesktopWidget::~QDesktopWidget() 9483 vfunc[2]: non-virtual thunk to QWidget::devType() const 9484 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 9485 vfunc[4]: non-virtual thunk to 9486 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 9487 9488 The Run Time Type Information for the QDesktopWidget class is 9489 described by Table 6-355 9490 9491 Table 6-355. typeinfo for QDesktopWidget 9492 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9493 Name typeinfo name for QDesktopWidget 9494 basetype: typeinfo for QWidget 9495 _________________________________________________________ 9496 9497 6.4.1.121. Class data for QLayoutItem 9498 9499 The virtual table for the QLayoutItem class is described by 9500 Table 6-356 9501 9502 Table 6-356. Primary vtable for QLayoutItem 9503 Base Offset 0 9504 Virtual Base Offset 0 9505 RTTI typeinfo for QLayoutItem 9506 vfunc[0]: QLayoutItem::~QLayoutItem() 9507 vfunc[1]: QLayoutItem::~QLayoutItem() 9508 vfunc[2]: __cxa_pure_virtual 9509 vfunc[3]: __cxa_pure_virtual 9510 vfunc[4]: __cxa_pure_virtual 9511 vfunc[5]: __cxa_pure_virtual 9512 vfunc[6]: __cxa_pure_virtual 9513 vfunc[7]: __cxa_pure_virtual 9514 vfunc[8]: __cxa_pure_virtual 9515 vfunc[9]: QLayoutItem::hasHeightForWidth() const 9516 vfunc[10]: QLayoutItem::heightForWidth(int) const 9517 vfunc[11]: QLayoutItem::minimumHeightForWidth(int) const 9518 vfunc[12]: QLayoutItem::invalidate() 9519 vfunc[13]: QLayoutItem::widget() 9520 vfunc[14]: QLayoutItem::layout() 9521 vfunc[15]: QLayoutItem::spacerItem() 9522 9523 The Run Time Type Information for the QLayoutItem class is 9524 described by Table 6-357 9525 9526 Table 6-357. typeinfo for QLayoutItem 9527 Base Vtable vtable for __cxxabiv1::__class_type_info 9528 Name typeinfo name for QLayoutItem 9529 _________________________________________________________ 9530 9531 6.4.1.122. Class data for QSpacerItem 9532 9533 The virtual table for the QSpacerItem class is described by 9534 Table 6-358 9535 9536 Table 6-358. Primary vtable for QSpacerItem 9537 Base Offset 0 9538 Virtual Base Offset 0 9539 RTTI typeinfo for QSpacerItem 9540 vfunc[0]: QSpacerItem::~QSpacerItem() 9541 vfunc[1]: QSpacerItem::~QSpacerItem() 9542 vfunc[2]: QSpacerItem::sizeHint() const 9543 vfunc[3]: QSpacerItem::minimumSize() const 9544 vfunc[4]: QSpacerItem::maximumSize() const 9545 vfunc[5]: QSpacerItem::expandingDirections() const 9546 vfunc[6]: QSpacerItem::setGeometry(QRect const&) 9547 vfunc[7]: QSpacerItem::geometry() const 9548 vfunc[8]: QSpacerItem::isEmpty() const 9549 vfunc[9]: QLayoutItem::hasHeightForWidth() const 9550 vfunc[10]: QLayoutItem::heightForWidth(int) const 9551 vfunc[11]: QLayoutItem::minimumHeightForWidth(int) const 9552 vfunc[12]: QLayoutItem::invalidate() 9553 vfunc[13]: QLayoutItem::widget() 9554 vfunc[14]: QLayoutItem::layout() 9555 vfunc[15]: QSpacerItem::spacerItem() 9556 9557 The Run Time Type Information for the QSpacerItem class is 9558 described by Table 6-359 9559 9560 Table 6-359. typeinfo for QSpacerItem 9561 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9562 Name typeinfo name for QSpacerItem 9563 basetype: typeinfo for QLayoutItem 9564 _________________________________________________________ 9565 9566 6.4.1.123. Class data for QWidgetItem 9567 9568 The virtual table for the QWidgetItem class is described by 9569 Table 6-360 9570 9571 Table 6-360. Primary vtable for QWidgetItem 9572 Base Offset 0 9573 Virtual Base Offset 0 9574 RTTI typeinfo for QWidgetItem 9575 vfunc[0]: QWidgetItem::~QWidgetItem() 9576 vfunc[1]: QWidgetItem::~QWidgetItem() 9577 vfunc[2]: QWidgetItem::sizeHint() const 9578 vfunc[3]: QWidgetItem::minimumSize() const 9579 vfunc[4]: QWidgetItem::maximumSize() const 9580 vfunc[5]: QWidgetItem::expandingDirections() const 9581 vfunc[6]: QWidgetItem::setGeometry(QRect const&) 9582 vfunc[7]: QWidgetItem::geometry() const 9583 vfunc[8]: QWidgetItem::isEmpty() const 9584 vfunc[9]: QWidgetItem::hasHeightForWidth() const 9585 vfunc[10]: QWidgetItem::heightForWidth(int) const 9586 vfunc[11]: QLayoutItem::minimumHeightForWidth(int) const 9587 vfunc[12]: QLayoutItem::invalidate() 9588 vfunc[13]: QWidgetItem::widget() 9589 vfunc[14]: QLayoutItem::layout() 9590 vfunc[15]: QLayoutItem::spacerItem() 9591 9592 The Run Time Type Information for the QWidgetItem class is 9593 described by Table 6-361 9594 9595 Table 6-361. typeinfo for QWidgetItem 9596 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9597 Name typeinfo name for QWidgetItem 9598 basetype: typeinfo for QLayoutItem 9599 _________________________________________________________ 9600 9601 6.4.1.124. Class data for QLayout 9602 9603 The virtual table for the QLayout class is described by Table 9604 6-362 9605 9606 Table 6-362. Primary vtable for QLayout 9607 Base Offset 0 9608 Virtual Base Offset 0 9609 RTTI typeinfo for QLayout 9610 vfunc[0]: QLayout::metaObject() const 9611 vfunc[1]: QLayout::qt_metacast(char const*) 9612 vfunc[2]: QLayout::qt_metacall(QMetaObject::Call, int, void**) 9613 vfunc[3]: QLayout::~QLayout() 9614 vfunc[4]: QLayout::~QLayout() 9615 vfunc[5]: QObject::event(QEvent*) 9616 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 9617 vfunc[7]: QObject::timerEvent(QTimerEvent*) 9618 vfunc[8]: QLayout::childEvent(QChildEvent*) 9619 vfunc[9]: QObject::customEvent(QEvent*) 9620 vfunc[10]: QObject::connectNotify(char const*) 9621 vfunc[11]: QObject::disconnectNotify(char const*) 9622 vfunc[12]: QLayout::invalidate() 9623 vfunc[13]: QLayout::geometry() const 9624 vfunc[14]: __cxa_pure_virtual 9625 vfunc[15]: QLayout::expandingDirections() const 9626 vfunc[16]: QLayout::minimumSize() const 9627 vfunc[17]: QLayout::maximumSize() const 9628 vfunc[18]: __cxa_pure_virtual 9629 vfunc[19]: __cxa_pure_virtual 9630 vfunc[20]: __cxa_pure_virtual 9631 vfunc[21]: QLayout::indexOf(QWidget*) const 9632 vfunc[22]: __cxa_pure_virtual 9633 vfunc[23]: QLayout::isEmpty() const 9634 vfunc[24]: QLayout::layout() 9635 9636 Table 6-363. Secondary vtable for QLayout 9637 Base Offset -8 9638 Virtual Base Offset 0 9639 RTTI typeinfo for QLayout 9640 vfunc[0]: non-virtual thunk to QLayout::~QLayout() 9641 vfunc[1]: non-virtual thunk to QLayout::~QLayout() 9642 vfunc[2]: __cxa_pure_virtual 9643 vfunc[3]: non-virtual thunk to QLayout::minimumSize() const 9644 vfunc[4]: non-virtual thunk to QLayout::maximumSize() const 9645 vfunc[5]: non-virtual thunk to QLayout::expandingDirections() 9646 const 9647 vfunc[6]: __cxa_pure_virtual 9648 vfunc[7]: non-virtual thunk to QLayout::geometry() const 9649 vfunc[8]: non-virtual thunk to QLayout::isEmpty() const 9650 vfunc[9]: QLayoutItem::hasHeightForWidth() const 9651 vfunc[10]: QLayoutItem::heightForWidth(int) const 9652 vfunc[11]: QLayoutItem::minimumHeightForWidth(int) const 9653 vfunc[12]: non-virtual thunk to QLayout::invalidate() 9654 vfunc[13]: QLayoutItem::widget() 9655 vfunc[14]: non-virtual thunk to QLayout::layout() 9656 vfunc[15]: QLayoutItem::spacerItem() 9657 9658 The Run Time Type Information for the QLayout class is 9659 described by Table 6-364 9660 9661 Table 6-364. typeinfo for QLayout 9662 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 9663 Name typeinfo name for QLayout 9664 flags: 0 9665 basetype: typeinfo for QObject 2 9666 basetype: typeinfo for QLayoutItem 2050 9667 _________________________________________________________ 9668 9669 6.4.1.125. Class data for QGridLayout 9670 9671 The virtual table for the QGridLayout class is described by 9672 Table 6-365 9673 9674 Table 6-365. Primary vtable for QGridLayout 9675 Base Offset 0 9676 Virtual Base Offset 0 9677 RTTI typeinfo for QGridLayout 9678 vfunc[0]: QGridLayout::metaObject() const 9679 vfunc[1]: QGridLayout::qt_metacast(char const*) 9680 vfunc[2]: QGridLayout::qt_metacall(QMetaObject::Call, int, 9681 void**) 9682 vfunc[3]: QGridLayout::~QGridLayout() 9683 vfunc[4]: QGridLayout::~QGridLayout() 9684 vfunc[5]: QObject::event(QEvent*) 9685 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 9686 vfunc[7]: QObject::timerEvent(QTimerEvent*) 9687 vfunc[8]: QLayout::childEvent(QChildEvent*) 9688 vfunc[9]: QObject::customEvent(QEvent*) 9689 vfunc[10]: QObject::connectNotify(char const*) 9690 vfunc[11]: QObject::disconnectNotify(char const*) 9691 vfunc[12]: QGridLayout::invalidate() 9692 vfunc[13]: QLayout::geometry() const 9693 vfunc[14]: QGridLayout::addItem(QLayoutItem*) 9694 vfunc[15]: QGridLayout::expandingDirections() const 9695 vfunc[16]: QGridLayout::minimumSize() const 9696 vfunc[17]: QGridLayout::maximumSize() const 9697 vfunc[18]: QGridLayout::setGeometry(QRect const&) 9698 vfunc[19]: QGridLayout::itemAt(int) const 9699 vfunc[20]: QGridLayout::takeAt(int) 9700 vfunc[21]: QLayout::indexOf(QWidget*) const 9701 vfunc[22]: QGridLayout::count() const 9702 vfunc[23]: QLayout::isEmpty() const 9703 vfunc[24]: QLayout::layout() 9704 vfunc[25]: QGridLayout::sizeHint() const 9705 vfunc[26]: QGridLayout::hasHeightForWidth() const 9706 vfunc[27]: QGridLayout::heightForWidth(int) const 9707 vfunc[28]: QGridLayout::minimumHeightForWidth(int) const 9708 9709 Table 6-366. Secondary vtable for QGridLayout 9710 Base Offset -8 9711 Virtual Base Offset 0 9712 RTTI typeinfo for QGridLayout 9713 vfunc[0]: non-virtual thunk to QGridLayout::~QGridLayout() 9714 vfunc[1]: non-virtual thunk to QGridLayout::~QGridLayout() 9715 vfunc[2]: non-virtual thunk to QGridLayout::sizeHint() const 9716 vfunc[3]: non-virtual thunk to QGridLayout::minimumSize() 9717 const 9718 vfunc[4]: non-virtual thunk to QGridLayout::maximumSize() 9719 const 9720 vfunc[5]: non-virtual thunk to 9721 QGridLayout::expandingDirections() const 9722 vfunc[6]: non-virtual thunk to QGridLayout::setGeometry(QRect 9723 const&) 9724 vfunc[7]: non-virtual thunk to QLayout::geometry() const 9725 vfunc[8]: non-virtual thunk to QLayout::isEmpty() const 9726 vfunc[9]: non-virtual thunk to 9727 QGridLayout::hasHeightForWidth() const 9728 vfunc[10]: non-virtual thunk to 9729 QGridLayout::heightForWidth(int) const 9730 vfunc[11]: non-virtual thunk to 9731 QGridLayout::minimumHeightForWidth(int) const 9732 vfunc[12]: non-virtual thunk to QGridLayout::invalidate() 9733 vfunc[13]: QLayoutItem::widget() 9734 vfunc[14]: non-virtual thunk to QLayout::layout() 9735 vfunc[15]: QLayoutItem::spacerItem() 9736 9737 The Run Time Type Information for the QGridLayout class is 9738 described by Table 6-367 9739 9740 Table 6-367. typeinfo for QGridLayout 9741 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9742 Name typeinfo name for QGridLayout 9743 basetype: typeinfo for QLayout 9744 _________________________________________________________ 9745 9746 6.4.1.126. Class data for QBoxLayout 9747 9748 The virtual table for the QBoxLayout class is described by 9749 Table 6-368 9750 9751 Table 6-368. Primary vtable for QBoxLayout 9752 Base Offset 0 9753 Virtual Base Offset 0 9754 RTTI typeinfo for QBoxLayout 9755 vfunc[0]: QBoxLayout::metaObject() const 9756 vfunc[1]: QBoxLayout::qt_metacast(char const*) 9757 vfunc[2]: QBoxLayout::qt_metacall(QMetaObject::Call, int, 9758 void**) 9759 vfunc[3]: QBoxLayout::~QBoxLayout() 9760 vfunc[4]: QBoxLayout::~QBoxLayout() 9761 vfunc[5]: QObject::event(QEvent*) 9762 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 9763 vfunc[7]: QObject::timerEvent(QTimerEvent*) 9764 vfunc[8]: QLayout::childEvent(QChildEvent*) 9765 vfunc[9]: QObject::customEvent(QEvent*) 9766 vfunc[10]: QObject::connectNotify(char const*) 9767 vfunc[11]: QObject::disconnectNotify(char const*) 9768 vfunc[12]: QBoxLayout::invalidate() 9769 vfunc[13]: QLayout::geometry() const 9770 vfunc[14]: QBoxLayout::addItem(QLayoutItem*) 9771 vfunc[15]: QBoxLayout::expandingDirections() const 9772 vfunc[16]: QBoxLayout::minimumSize() const 9773 vfunc[17]: QBoxLayout::maximumSize() const 9774 vfunc[18]: QBoxLayout::setGeometry(QRect const&) 9775 vfunc[19]: QBoxLayout::itemAt(int) const 9776 vfunc[20]: QBoxLayout::takeAt(int) 9777 vfunc[21]: QLayout::indexOf(QWidget*) const 9778 vfunc[22]: QBoxLayout::count() const 9779 vfunc[23]: QLayout::isEmpty() const 9780 vfunc[24]: QLayout::layout() 9781 vfunc[25]: QBoxLayout::sizeHint() const 9782 vfunc[26]: QBoxLayout::hasHeightForWidth() const 9783 vfunc[27]: QBoxLayout::heightForWidth(int) const 9784 vfunc[28]: QBoxLayout::minimumHeightForWidth(int) const 9785 9786 Table 6-369. Secondary vtable for QBoxLayout 9787 Base Offset -8 9788 Virtual Base Offset 0 9789 RTTI typeinfo for QBoxLayout 9790 vfunc[0]: non-virtual thunk to QBoxLayout::~QBoxLayout() 9791 vfunc[1]: non-virtual thunk to QBoxLayout::~QBoxLayout() 9792 vfunc[2]: non-virtual thunk to QBoxLayout::sizeHint() const 9793 vfunc[3]: non-virtual thunk to QBoxLayout::minimumSize() const 9794 vfunc[4]: non-virtual thunk to QBoxLayout::maximumSize() const 9795 vfunc[5]: non-virtual thunk to 9796 QBoxLayout::expandingDirections() const 9797 vfunc[6]: non-virtual thunk to QBoxLayout::setGeometry(QRect 9798 const&) 9799 vfunc[7]: non-virtual thunk to QLayout::geometry() const 9800 vfunc[8]: non-virtual thunk to QLayout::isEmpty() const 9801 vfunc[9]: non-virtual thunk to QBoxLayout::hasHeightForWidth() 9802 const 9803 vfunc[10]: non-virtual thunk to 9804 QBoxLayout::heightForWidth(int) const 9805 vfunc[11]: non-virtual thunk to 9806 QBoxLayout::minimumHeightForWidth(int) const 9807 vfunc[12]: non-virtual thunk to QBoxLayout::invalidate() 9808 vfunc[13]: QLayoutItem::widget() 9809 vfunc[14]: non-virtual thunk to QLayout::layout() 9810 vfunc[15]: QLayoutItem::spacerItem() 9811 9812 The Run Time Type Information for the QBoxLayout class is 9813 described by Table 6-370 9814 9815 Table 6-370. typeinfo for QBoxLayout 9816 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9817 Name typeinfo name for QBoxLayout 9818 basetype: typeinfo for QLayout 9819 _________________________________________________________ 9820 9821 6.4.1.127. Class data for QHBoxLayout 9822 9823 The virtual table for the QHBoxLayout class is described by 9824 Table 6-371 9825 9826 Table 6-371. Primary vtable for QHBoxLayout 9827 Base Offset 0 9828 Virtual Base Offset 0 9829 RTTI typeinfo for QHBoxLayout 9830 vfunc[0]: QHBoxLayout::metaObject() const 9831 vfunc[1]: QHBoxLayout::qt_metacast(char const*) 9832 vfunc[2]: QHBoxLayout::qt_metacall(QMetaObject::Call, int, 9833 void**) 9834 vfunc[3]: QHBoxLayout::~QHBoxLayout() 9835 vfunc[4]: QHBoxLayout::~QHBoxLayout() 9836 vfunc[5]: QObject::event(QEvent*) 9837 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 9838 vfunc[7]: QObject::timerEvent(QTimerEvent*) 9839 vfunc[8]: QLayout::childEvent(QChildEvent*) 9840 vfunc[9]: QObject::customEvent(QEvent*) 9841 vfunc[10]: QObject::connectNotify(char const*) 9842 vfunc[11]: QObject::disconnectNotify(char const*) 9843 vfunc[12]: QBoxLayout::invalidate() 9844 vfunc[13]: QLayout::geometry() const 9845 vfunc[14]: QBoxLayout::addItem(QLayoutItem*) 9846 vfunc[15]: QBoxLayout::expandingDirections() const 9847 vfunc[16]: QBoxLayout::minimumSize() const 9848 vfunc[17]: QBoxLayout::maximumSize() const 9849 vfunc[18]: QBoxLayout::setGeometry(QRect const&) 9850 vfunc[19]: QBoxLayout::itemAt(int) const 9851 vfunc[20]: QBoxLayout::takeAt(int) 9852 vfunc[21]: QLayout::indexOf(QWidget*) const 9853 vfunc[22]: QBoxLayout::count() const 9854 vfunc[23]: QLayout::isEmpty() const 9855 vfunc[24]: QLayout::layout() 9856 vfunc[25]: QBoxLayout::sizeHint() const 9857 vfunc[26]: QBoxLayout::hasHeightForWidth() const 9858 vfunc[27]: QBoxLayout::heightForWidth(int) const 9859 vfunc[28]: QBoxLayout::minimumHeightForWidth(int) const 9860 9861 Table 6-372. Secondary vtable for QHBoxLayout 9862 Base Offset -8 9863 Virtual Base Offset 0 9864 RTTI typeinfo for QHBoxLayout 9865 vfunc[0]: non-virtual thunk to QHBoxLayout::~QHBoxLayout() 9866 vfunc[1]: non-virtual thunk to QHBoxLayout::~QHBoxLayout() 9867 vfunc[2]: non-virtual thunk to QBoxLayout::sizeHint() const 9868 vfunc[3]: non-virtual thunk to QBoxLayout::minimumSize() const 9869 vfunc[4]: non-virtual thunk to QBoxLayout::maximumSize() const 9870 vfunc[5]: non-virtual thunk to 9871 QBoxLayout::expandingDirections() const 9872 vfunc[6]: non-virtual thunk to QBoxLayout::setGeometry(QRect 9873 const&) 9874 vfunc[7]: non-virtual thunk to QLayout::geometry() const 9875 vfunc[8]: non-virtual thunk to QLayout::isEmpty() const 9876 vfunc[9]: non-virtual thunk to QBoxLayout::hasHeightForWidth() 9877 const 9878 vfunc[10]: non-virtual thunk to 9879 QBoxLayout::heightForWidth(int) const 9880 vfunc[11]: non-virtual thunk to 9881 QBoxLayout::minimumHeightForWidth(int) const 9882 vfunc[12]: non-virtual thunk to QBoxLayout::invalidate() 9883 vfunc[13]: QLayoutItem::widget() 9884 vfunc[14]: non-virtual thunk to QLayout::layout() 9885 vfunc[15]: QLayoutItem::spacerItem() 9886 9887 The Run Time Type Information for the QHBoxLayout class is 9888 described by Table 6-373 9889 9890 Table 6-373. typeinfo for QHBoxLayout 9891 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9892 Name typeinfo name for QHBoxLayout 9893 basetype: typeinfo for QBoxLayout 9894 _________________________________________________________ 9895 9896 6.4.1.128. Class data for QVBoxLayout 9897 9898 The virtual table for the QVBoxLayout class is described by 9899 Table 6-374 9900 9901 Table 6-374. Primary vtable for QVBoxLayout 9902 Base Offset 0 9903 Virtual Base Offset 0 9904 RTTI typeinfo for QVBoxLayout 9905 vfunc[0]: QVBoxLayout::metaObject() const 9906 vfunc[1]: QVBoxLayout::qt_metacast(char const*) 9907 vfunc[2]: QVBoxLayout::qt_metacall(QMetaObject::Call, int, 9908 void**) 9909 vfunc[3]: QVBoxLayout::~QVBoxLayout() 9910 vfunc[4]: QVBoxLayout::~QVBoxLayout() 9911 vfunc[5]: QObject::event(QEvent*) 9912 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 9913 vfunc[7]: QObject::timerEvent(QTimerEvent*) 9914 vfunc[8]: QLayout::childEvent(QChildEvent*) 9915 vfunc[9]: QObject::customEvent(QEvent*) 9916 vfunc[10]: QObject::connectNotify(char const*) 9917 vfunc[11]: QObject::disconnectNotify(char const*) 9918 vfunc[12]: QBoxLayout::invalidate() 9919 vfunc[13]: QLayout::geometry() const 9920 vfunc[14]: QBoxLayout::addItem(QLayoutItem*) 9921 vfunc[15]: QBoxLayout::expandingDirections() const 9922 vfunc[16]: QBoxLayout::minimumSize() const 9923 vfunc[17]: QBoxLayout::maximumSize() const 9924 vfunc[18]: QBoxLayout::setGeometry(QRect const&) 9925 vfunc[19]: QBoxLayout::itemAt(int) const 9926 vfunc[20]: QBoxLayout::takeAt(int) 9927 vfunc[21]: QLayout::indexOf(QWidget*) const 9928 vfunc[22]: QBoxLayout::count() const 9929 vfunc[23]: QLayout::isEmpty() const 9930 vfunc[24]: QLayout::layout() 9931 vfunc[25]: QBoxLayout::sizeHint() const 9932 vfunc[26]: QBoxLayout::hasHeightForWidth() const 9933 vfunc[27]: QBoxLayout::heightForWidth(int) const 9934 vfunc[28]: QBoxLayout::minimumHeightForWidth(int) const 9935 9936 Table 6-375. Secondary vtable for QVBoxLayout 9937 Base Offset -8 9938 Virtual Base Offset 0 9939 RTTI typeinfo for QVBoxLayout 9940 vfunc[0]: non-virtual thunk to QVBoxLayout::~QVBoxLayout() 9941 vfunc[1]: non-virtual thunk to QVBoxLayout::~QVBoxLayout() 9942 vfunc[2]: non-virtual thunk to QBoxLayout::sizeHint() const 9943 vfunc[3]: non-virtual thunk to QBoxLayout::minimumSize() const 9944 vfunc[4]: non-virtual thunk to QBoxLayout::maximumSize() const 9945 vfunc[5]: non-virtual thunk to 9946 QBoxLayout::expandingDirections() const 9947 vfunc[6]: non-virtual thunk to QBoxLayout::setGeometry(QRect 9948 const&) 9949 vfunc[7]: non-virtual thunk to QLayout::geometry() const 9950 vfunc[8]: non-virtual thunk to QLayout::isEmpty() const 9951 vfunc[9]: non-virtual thunk to QBoxLayout::hasHeightForWidth() 9952 const 9953 vfunc[10]: non-virtual thunk to 9954 QBoxLayout::heightForWidth(int) const 9955 vfunc[11]: non-virtual thunk to 9956 QBoxLayout::minimumHeightForWidth(int) const 9957 vfunc[12]: non-virtual thunk to QBoxLayout::invalidate() 9958 vfunc[13]: QLayoutItem::widget() 9959 vfunc[14]: non-virtual thunk to QLayout::layout() 9960 vfunc[15]: QLayoutItem::spacerItem() 9961 9962 The Run Time Type Information for the QVBoxLayout class is 9963 described by Table 6-376 9964 9965 Table 6-376. typeinfo for QVBoxLayout 9966 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9967 Name typeinfo name for QVBoxLayout 9968 basetype: typeinfo for QBoxLayout 9969 _________________________________________________________ 9970 9971 6.4.1.129. Class data for QShortcut 9972 9973 The virtual table for the QShortcut class is described by 9974 Table 6-377 9975 9976 Table 6-377. Primary vtable for QShortcut 9977 Base Offset 0 9978 Virtual Base Offset 0 9979 RTTI typeinfo for QShortcut 9980 vfunc[0]: QShortcut::metaObject() const 9981 vfunc[1]: QShortcut::qt_metacast(char const*) 9982 vfunc[2]: QShortcut::qt_metacall(QMetaObject::Call, int, 9983 void**) 9984 vfunc[3]: QShortcut::~QShortcut() 9985 vfunc[4]: QShortcut::~QShortcut() 9986 vfunc[5]: QShortcut::event(QEvent*) 9987 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 9988 vfunc[7]: QObject::timerEvent(QTimerEvent*) 9989 vfunc[8]: QObject::childEvent(QChildEvent*) 9990 vfunc[9]: QObject::customEvent(QEvent*) 9991 vfunc[10]: QObject::connectNotify(char const*) 9992 vfunc[11]: QObject::disconnectNotify(char const*) 9993 9994 The Run Time Type Information for the QShortcut class is 9995 described by Table 6-378 9996 9997 Table 6-378. typeinfo for QShortcut 9998 Base Vtable vtable for __cxxabiv1::__si_class_type_info 9999 Name typeinfo name for QShortcut 10000 basetype: typeinfo for QObject 10001 _________________________________________________________ 10002 10003 6.4.1.130. Class data for QSessionManager 10004 10005 The virtual table for the QSessionManager class is described 10006 by Table 6-379 10007 10008 Table 6-379. Primary vtable for QSessionManager 10009 Base Offset 0 10010 Virtual Base Offset 0 10011 RTTI typeinfo for QSessionManager 10012 vfunc[0]: QSessionManager::metaObject() const 10013 vfunc[1]: QSessionManager::qt_metacast(char const*) 10014 vfunc[2]: QSessionManager::qt_metacall(QMetaObject::Call, int, 10015 void**) 10016 vfunc[3]: QSessionManager::~QSessionManager() 10017 vfunc[4]: QSessionManager::~QSessionManager() 10018 vfunc[5]: QObject::event(QEvent*) 10019 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 10020 vfunc[7]: QObject::timerEvent(QTimerEvent*) 10021 vfunc[8]: QObject::childEvent(QChildEvent*) 10022 vfunc[9]: QObject::customEvent(QEvent*) 10023 vfunc[10]: QObject::connectNotify(char const*) 10024 vfunc[11]: QObject::disconnectNotify(char const*) 10025 10026 The Run Time Type Information for the QSessionManager class is 10027 described by Table 6-380 10028 10029 Table 6-380. typeinfo for QSessionManager 10030 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10031 Name typeinfo name for QSessionManager 10032 basetype: typeinfo for QObject 10033 _________________________________________________________ 10034 10035 6.4.1.131. Class data for QApplication 10036 10037 The virtual table for the QApplication class is described by 10038 Table 6-381 10039 10040 Table 6-381. Primary vtable for QApplication 10041 Base Offset 0 10042 Virtual Base Offset 0 10043 RTTI typeinfo for QApplication 10044 vfunc[0]: QApplication::metaObject() const 10045 vfunc[1]: QApplication::qt_metacast(char const*) 10046 vfunc[2]: QApplication::qt_metacall(QMetaObject::Call, int, 10047 void**) 10048 vfunc[3]: QApplication::~QApplication() 10049 vfunc[4]: QApplication::~QApplication() 10050 vfunc[5]: QApplication::event(QEvent*) 10051 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 10052 vfunc[7]: QObject::timerEvent(QTimerEvent*) 10053 vfunc[8]: QObject::childEvent(QChildEvent*) 10054 vfunc[9]: QObject::customEvent(QEvent*) 10055 vfunc[10]: QObject::connectNotify(char const*) 10056 vfunc[11]: QObject::disconnectNotify(char const*) 10057 vfunc[12]: QApplication::notify(QObject*, QEvent*) 10058 vfunc[13]: QApplication::compressEvent(QEvent*, QObject*, 10059 QPostEventList*) 10060 vfunc[14]: QApplication::x11EventFilter(_XEvent*) 10061 vfunc[15]: QApplication::x11ClientMessage(QWidget*, _XEvent*, 10062 bool) 10063 vfunc[16]: QApplication::commitData(QSessionManager&) 10064 vfunc[17]: QApplication::saveState(QSessionManager&) 10065 10066 The Run Time Type Information for the QApplication class is 10067 described by Table 6-382 10068 10069 Table 6-382. typeinfo for QApplication 10070 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10071 Name typeinfo name for QApplication 10072 basetype: typeinfo for QCoreApplication 10073 _________________________________________________________ 10074 10075 6.4.1.132. Class data for QAction 10076 10077 The virtual table for the QAction class is described by Table 10078 6-383 10079 10080 Table 6-383. Primary vtable for QAction 10081 Base Offset 0 10082 Virtual Base Offset 0 10083 RTTI typeinfo for QAction 10084 vfunc[0]: QAction::metaObject() const 10085 vfunc[1]: QAction::qt_metacast(char const*) 10086 vfunc[2]: QAction::qt_metacall(QMetaObject::Call, int, void**) 10087 vfunc[3]: QAction::~QAction() 10088 vfunc[4]: QAction::~QAction() 10089 vfunc[5]: QAction::event(QEvent*) 10090 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 10091 vfunc[7]: QObject::timerEvent(QTimerEvent*) 10092 vfunc[8]: QObject::childEvent(QChildEvent*) 10093 vfunc[9]: QObject::customEvent(QEvent*) 10094 vfunc[10]: QObject::connectNotify(char const*) 10095 vfunc[11]: QObject::disconnectNotify(char const*) 10096 10097 The Run Time Type Information for the QAction class is 10098 described by Table 6-384 10099 10100 Table 6-384. typeinfo for QAction 10101 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10102 Name typeinfo name for QAction 10103 basetype: typeinfo for QObject 10104 _________________________________________________________ 10105 10106 6.4.1.133. Class data for QActionGroup 10107 10108 The virtual table for the QActionGroup class is described by 10109 Table 6-385 10110 10111 Table 6-385. Primary vtable for QActionGroup 10112 Base Offset 0 10113 Virtual Base Offset 0 10114 RTTI typeinfo for QActionGroup 10115 vfunc[0]: QActionGroup::metaObject() const 10116 vfunc[1]: QActionGroup::qt_metacast(char const*) 10117 vfunc[2]: QActionGroup::qt_metacall(QMetaObject::Call, int, 10118 void**) 10119 vfunc[3]: QActionGroup::~QActionGroup() 10120 vfunc[4]: QActionGroup::~QActionGroup() 10121 vfunc[5]: QObject::event(QEvent*) 10122 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 10123 vfunc[7]: QObject::timerEvent(QTimerEvent*) 10124 vfunc[8]: QObject::childEvent(QChildEvent*) 10125 vfunc[9]: QObject::customEvent(QEvent*) 10126 vfunc[10]: QObject::connectNotify(char const*) 10127 vfunc[11]: QObject::disconnectNotify(char const*) 10128 10129 The Run Time Type Information for the QActionGroup class is 10130 described by Table 6-386 10131 10132 Table 6-386. typeinfo for QActionGroup 10133 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10134 Name typeinfo name for QActionGroup 10135 basetype: typeinfo for QObject 10136 _________________________________________________________ 10137 10138 6.4.1.134. Class data for QSound 10139 10140 The virtual table for the QSound class is described by Table 10141 6-387 10142 10143 Table 6-387. Primary vtable for QSound 10144 Base Offset 0 10145 Virtual Base Offset 0 10146 RTTI typeinfo for QSound 10147 vfunc[0]: QSound::metaObject() const 10148 vfunc[1]: QSound::qt_metacast(char const*) 10149 vfunc[2]: QSound::qt_metacall(QMetaObject::Call, int, void**) 10150 vfunc[3]: QSound::~QSound() 10151 vfunc[4]: QSound::~QSound() 10152 vfunc[5]: QObject::event(QEvent*) 10153 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 10154 vfunc[7]: QObject::timerEvent(QTimerEvent*) 10155 vfunc[8]: QObject::childEvent(QChildEvent*) 10156 vfunc[9]: QObject::customEvent(QEvent*) 10157 vfunc[10]: QObject::connectNotify(char const*) 10158 vfunc[11]: QObject::disconnectNotify(char const*) 10159 10160 The Run Time Type Information for the QSound class is 10161 described by Table 6-388 10162 10163 Table 6-388. typeinfo for QSound 10164 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10165 Name typeinfo name for QSound 10166 basetype: typeinfo for QObject 10167 _________________________________________________________ 10168 10169 6.4.1.135. Class data for QStackedLayout 10170 10171 The virtual table for the QStackedLayout class is described by 10172 Table 6-389 10173 10174 Table 6-389. Primary vtable for QStackedLayout 10175 Base Offset 0 10176 Virtual Base Offset 0 10177 RTTI typeinfo for QStackedLayout 10178 vfunc[0]: QStackedLayout::metaObject() const 10179 vfunc[1]: QStackedLayout::qt_metacast(char const*) 10180 vfunc[2]: QStackedLayout::qt_metacall(QMetaObject::Call, int, 10181 void**) 10182 vfunc[3]: QStackedLayout::~QStackedLayout() 10183 vfunc[4]: QStackedLayout::~QStackedLayout() 10184 vfunc[5]: QObject::event(QEvent*) 10185 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 10186 vfunc[7]: QObject::timerEvent(QTimerEvent*) 10187 vfunc[8]: QLayout::childEvent(QChildEvent*) 10188 vfunc[9]: QObject::customEvent(QEvent*) 10189 vfunc[10]: QObject::connectNotify(char const*) 10190 vfunc[11]: QObject::disconnectNotify(char const*) 10191 vfunc[12]: QLayout::invalidate() 10192 vfunc[13]: QLayout::geometry() const 10193 vfunc[14]: QStackedLayout::addItem(QLayoutItem*) 10194 vfunc[15]: QLayout::expandingDirections() const 10195 vfunc[16]: QStackedLayout::minimumSize() const 10196 vfunc[17]: QLayout::maximumSize() const 10197 vfunc[18]: QStackedLayout::setGeometry(QRect const&) 10198 vfunc[19]: QStackedLayout::itemAt(int) const 10199 vfunc[20]: QStackedLayout::takeAt(int) 10200 vfunc[21]: QLayout::indexOf(QWidget*) const 10201 vfunc[22]: QStackedLayout::count() const 10202 vfunc[23]: QLayout::isEmpty() const 10203 vfunc[24]: QLayout::layout() 10204 vfunc[25]: QStackedLayout::sizeHint() const 10205 10206 Table 6-390. Secondary vtable for QStackedLayout 10207 Base Offset -8 10208 Virtual Base Offset 0 10209 RTTI typeinfo for QStackedLayout 10210 vfunc[0]: non-virtual thunk to 10211 QStackedLayout::~QStackedLayout() 10212 vfunc[1]: non-virtual thunk to 10213 QStackedLayout::~QStackedLayout() 10214 vfunc[2]: non-virtual thunk to QStackedLayout::sizeHint() 10215 const 10216 vfunc[3]: non-virtual thunk to QStackedLayout::minimumSize() 10217 const 10218 vfunc[4]: non-virtual thunk to QLayout::maximumSize() const 10219 vfunc[5]: non-virtual thunk to QLayout::expandingDirections() 10220 const 10221 vfunc[6]: non-virtual thunk to 10222 QStackedLayout::setGeometry(QRect const&) 10223 vfunc[7]: non-virtual thunk to QLayout::geometry() const 10224 vfunc[8]: non-virtual thunk to QLayout::isEmpty() const 10225 vfunc[9]: QLayoutItem::hasHeightForWidth() const 10226 vfunc[10]: QLayoutItem::heightForWidth(int) const 10227 vfunc[11]: QLayoutItem::minimumHeightForWidth(int) const 10228 vfunc[12]: non-virtual thunk to QLayout::invalidate() 10229 vfunc[13]: QLayoutItem::widget() 10230 vfunc[14]: non-virtual thunk to QLayout::layout() 10231 vfunc[15]: QLayoutItem::spacerItem() 10232 10233 The Run Time Type Information for the QStackedLayout class is 10234 described by Table 6-391 10235 10236 Table 6-391. typeinfo for QStackedLayout 10237 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10238 Name typeinfo name for QStackedLayout 10239 basetype: typeinfo for QLayout 10240 _________________________________________________________ 10241 10242 6.4.1.136. Class data for QCommonStyle 10243 10244 The virtual table for the QCommonStyle class is described by 10245 Table 6-392 10246 10247 Table 6-392. Primary vtable for QCommonStyle 10248 Base Offset 0 10249 Virtual Base Offset 0 10250 RTTI typeinfo for QCommonStyle 10251 vfunc[0]: QCommonStyle::metaObject() const 10252 vfunc[1]: QCommonStyle::qt_metacast(char const*) 10253 vfunc[2]: QCommonStyle::qt_metacall(QMetaObject::Call, int, 10254 void**) 10255 vfunc[3]: QCommonStyle::~QCommonStyle() 10256 vfunc[4]: QCommonStyle::~QCommonStyle() 10257 vfunc[5]: QObject::event(QEvent*) 10258 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 10259 vfunc[7]: QObject::timerEvent(QTimerEvent*) 10260 vfunc[8]: QObject::childEvent(QChildEvent*) 10261 vfunc[9]: QObject::customEvent(QEvent*) 10262 vfunc[10]: QObject::connectNotify(char const*) 10263 vfunc[11]: QObject::disconnectNotify(char const*) 10264 vfunc[12]: QStyle::polish(QWidget*) 10265 vfunc[13]: QStyle::unpolish(QWidget*) 10266 vfunc[14]: QStyle::polish(QApplication*) 10267 vfunc[15]: QStyle::unpolish(QApplication*) 10268 vfunc[16]: QStyle::polish(QPalette&) 10269 vfunc[17]: QStyle::itemTextRect(QFontMetrics const&, QRect 10270 const&, int, bool, QString const&) const 10271 vfunc[18]: QStyle::itemPixmapRect(QRect const&, int, QPixmap 10272 const&) const 10273 vfunc[19]: QStyle::drawItemText(QPainter*, QRect const&, int, 10274 QPalette const&, bool, QString const&, QPalette::ColorRole) 10275 const 10276 vfunc[20]: QStyle::drawItemPixmap(QPainter*, QRect const&, 10277 int, QPixmap const&) const 10278 vfunc[21]: QStyle::standardPalette() const 10279 vfunc[22]: 10280 QCommonStyle::drawPrimitive(QStyle::PrimitiveElement, 10281 QStyleOption const*, QPainter*, QWidget const*) const 10282 vfunc[23]: QCommonStyle::drawControl(QStyle::ControlElement, 10283 QStyleOption const*, QPainter*, QWidget const*) const 10284 vfunc[24]: QCommonStyle::subElementRect(QStyle::SubElement, 10285 QStyleOption const*, QWidget const*) const 10286 vfunc[25]: 10287 QCommonStyle::drawComplexControl(QStyle::ComplexControl, 10288 QStyleOptionComplex const*, QPainter*, QWidget const*) const 10289 vfunc[26]: 10290 QCommonStyle::hitTestComplexControl(QStyle::ComplexControl, 10291 QStyleOptionComplex const*, QPoint const&, QWidget const*) 10292 const 10293 vfunc[27]: 10294 QCommonStyle::subControlRect(QStyle::ComplexControl, 10295 QStyleOptionComplex const*, QStyle::SubControl, QWidget 10296 const*) const 10297 vfunc[28]: QCommonStyle::pixelMetric(QStyle::PixelMetric, 10298 QStyleOption const*, QWidget const*) const 10299 vfunc[29]: 10300 QCommonStyle::sizeFromContents(QStyle::ContentsType, 10301 QStyleOption const*, QSize const&, QWidget const*) const 10302 vfunc[30]: QCommonStyle::styleHint(QStyle::StyleHint, 10303 QStyleOption const*, QWidget const*, QStyleHintReturn*) const 10304 vfunc[31]: 10305 QCommonStyle::standardPixmap(QStyle::StandardPixmap, 10306 QStyleOption const*, QWidget const*) const 10307 vfunc[32]: QCommonStyle::generatedIconPixmap(QIcon::Mode, 10308 QPixmap const&, QStyleOption const*) const 10309 10310 The Run Time Type Information for the QCommonStyle class is 10311 described by Table 6-393 10312 10313 Table 6-393. typeinfo for QCommonStyle 10314 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10315 Name typeinfo name for QCommonStyle 10316 basetype: typeinfo for QStyle 10317 _________________________________________________________ 10318 10319 6.4.1.137. Class data for QMotifStyle 10320 10321 The virtual table for the QMotifStyle class is described by 10322 Table 6-394 10323 10324 Table 6-394. Primary vtable for QMotifStyle 10325 Base Offset 0 10326 Virtual Base Offset 0 10327 RTTI typeinfo for QMotifStyle 10328 vfunc[0]: QMotifStyle::metaObject() const 10329 vfunc[1]: QMotifStyle::qt_metacast(char const*) 10330 vfunc[2]: QMotifStyle::qt_metacall(QMetaObject::Call, int, 10331 void**) 10332 vfunc[3]: QMotifStyle::~QMotifStyle() 10333 vfunc[4]: QMotifStyle::~QMotifStyle() 10334 vfunc[5]: QMotifStyle::event(QEvent*) 10335 vfunc[6]: QMotifStyle::eventFilter(QObject*, QEvent*) 10336 vfunc[7]: QMotifStyle::timerEvent(QTimerEvent*) 10337 vfunc[8]: QObject::childEvent(QChildEvent*) 10338 vfunc[9]: QObject::customEvent(QEvent*) 10339 vfunc[10]: QObject::connectNotify(char const*) 10340 vfunc[11]: QObject::disconnectNotify(char const*) 10341 vfunc[12]: QMotifStyle::polish(QWidget*) 10342 vfunc[13]: QMotifStyle::unpolish(QWidget*) 10343 vfunc[14]: QMotifStyle::polish(QApplication*) 10344 vfunc[15]: QMotifStyle::unpolish(QApplication*) 10345 vfunc[16]: QMotifStyle::polish(QPalette&) 10346 vfunc[17]: QStyle::itemTextRect(QFontMetrics const&, QRect 10347 const&, int, bool, QString const&) const 10348 vfunc[18]: QStyle::itemPixmapRect(QRect const&, int, QPixmap 10349 const&) const 10350 vfunc[19]: QStyle::drawItemText(QPainter*, QRect const&, int, 10351 QPalette const&, bool, QString const&, QPalette::ColorRole) 10352 const 10353 vfunc[20]: QStyle::drawItemPixmap(QPainter*, QRect const&, 10354 int, QPixmap const&) const 10355 vfunc[21]: QMotifStyle::standardPalette() const 10356 vfunc[22]: 10357 QMotifStyle::drawPrimitive(QStyle::PrimitiveElement, 10358 QStyleOption const*, QPainter*, QWidget const*) const 10359 vfunc[23]: QMotifStyle::drawControl(QStyle::ControlElement, 10360 QStyleOption const*, QPainter*, QWidget const*) const 10361 vfunc[24]: QMotifStyle::subElementRect(QStyle::SubElement, 10362 QStyleOption const*, QWidget const*) const 10363 vfunc[25]: 10364 QMotifStyle::drawComplexControl(QStyle::ComplexControl, 10365 QStyleOptionComplex const*, QPainter*, QWidget const*) const 10366 vfunc[26]: 10367 QCommonStyle::hitTestComplexControl(QStyle::ComplexControl, 10368 QStyleOptionComplex const*, QPoint const&, QWidget const*) 10369 const 10370 vfunc[27]: QMotifStyle::subControlRect(QStyle::ComplexControl, 10371 QStyleOptionComplex const*, QStyle::SubControl, QWidget 10372 const*) const 10373 vfunc[28]: QMotifStyle::pixelMetric(QStyle::PixelMetric, 10374 QStyleOption const*, QWidget const*) const 10375 vfunc[29]: QMotifStyle::sizeFromContents(QStyle::ContentsType, 10376 QStyleOption const*, QSize const&, QWidget const*) const 10377 vfunc[30]: QMotifStyle::styleHint(QStyle::StyleHint, 10378 QStyleOption const*, QWidget const*, QStyleHintReturn*) const 10379 vfunc[31]: QMotifStyle::standardPixmap(QStyle::StandardPixmap, 10380 QStyleOption const*, QWidget const*) const 10381 vfunc[32]: QCommonStyle::generatedIconPixmap(QIcon::Mode, 10382 QPixmap const&, QStyleOption const*) const 10383 10384 The Run Time Type Information for the QMotifStyle class is 10385 described by Table 6-395 10386 10387 Table 6-395. typeinfo for QMotifStyle 10388 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10389 Name typeinfo name for QMotifStyle 10390 basetype: typeinfo for QCommonStyle 10391 _________________________________________________________ 10392 10393 6.4.1.138. Class data for QStyleFactoryInterface 10394 10395 The virtual table for the QStyleFactoryInterface class is 10396 described by Table 6-396 10397 10398 Table 6-396. Primary vtable for QStyleFactoryInterface 10399 Base Offset 0 10400 Virtual Base Offset 0 10401 RTTI typeinfo for QStyleFactoryInterface 10402 vfunc[0]: QStyleFactoryInterface::~QStyleFactoryInterface() 10403 vfunc[1]: QStyleFactoryInterface::~QStyleFactoryInterface() 10404 vfunc[2]: __cxa_pure_virtual 10405 vfunc[3]: __cxa_pure_virtual 10406 10407 The Run Time Type Information for the QStyleFactoryInterface 10408 class is described by Table 6-397 10409 10410 Table 6-397. typeinfo for QStyleFactoryInterface 10411 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10412 Name typeinfo name for QStyleFactoryInterface 10413 basetype: typeinfo for QFactoryInterface 10414 _________________________________________________________ 10415 10416 6.4.1.139. Class data for QStylePlugin 10417 10418 The virtual table for the QStylePlugin class is described by 10419 Table 6-398 10420 10421 Table 6-398. Primary vtable for QStylePlugin 10422 Base Offset 0 10423 Virtual Base Offset 0 10424 RTTI typeinfo for QStylePlugin 10425 vfunc[0]: QStylePlugin::metaObject() const 10426 vfunc[1]: QStylePlugin::qt_metacast(char const*) 10427 vfunc[2]: QStylePlugin::qt_metacall(QMetaObject::Call, int, 10428 void**) 10429 vfunc[3]: QStylePlugin::~QStylePlugin() 10430 vfunc[4]: QStylePlugin::~QStylePlugin() 10431 vfunc[5]: QObject::event(QEvent*) 10432 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 10433 vfunc[7]: QObject::timerEvent(QTimerEvent*) 10434 vfunc[8]: QObject::childEvent(QChildEvent*) 10435 vfunc[9]: QObject::customEvent(QEvent*) 10436 vfunc[10]: QObject::connectNotify(char const*) 10437 vfunc[11]: QObject::disconnectNotify(char const*) 10438 vfunc[12]: __cxa_pure_virtual 10439 vfunc[13]: __cxa_pure_virtual 10440 10441 Table 6-399. Secondary vtable for QStylePlugin 10442 Base Offset -8 10443 Virtual Base Offset 0 10444 RTTI typeinfo for QStylePlugin 10445 vfunc[0]: non-virtual thunk to QStylePlugin::~QStylePlugin() 10446 vfunc[1]: non-virtual thunk to QStylePlugin::~QStylePlugin() 10447 vfunc[2]: __cxa_pure_virtual 10448 vfunc[3]: __cxa_pure_virtual 10449 10450 The Run Time Type Information for the QStylePlugin class is 10451 described by Table 6-400 10452 10453 Table 6-400. typeinfo for QStylePlugin 10454 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 10455 Name typeinfo name for QStylePlugin 10456 flags: 0 10457 basetype: typeinfo for QObject 2 10458 basetype: typeinfo for QStyleFactoryInterface 2050 10459 _________________________________________________________ 10460 10461 6.4.1.140. Class data for QWindowsStyle 10462 10463 The virtual table for the QWindowsStyle class is described by 10464 Table 6-401 10465 10466 Table 6-401. Primary vtable for QWindowsStyle 10467 Base Offset 0 10468 Virtual Base Offset 0 10469 RTTI typeinfo for QWindowsStyle 10470 vfunc[0]: QWindowsStyle::metaObject() const 10471 vfunc[1]: QWindowsStyle::qt_metacast(char const*) 10472 vfunc[2]: QWindowsStyle::qt_metacall(QMetaObject::Call, int, 10473 void**) 10474 vfunc[3]: QWindowsStyle::~QWindowsStyle() 10475 vfunc[4]: QWindowsStyle::~QWindowsStyle() 10476 vfunc[5]: QObject::event(QEvent*) 10477 vfunc[6]: QWindowsStyle::eventFilter(QObject*, QEvent*) 10478 vfunc[7]: QWindowsStyle::timerEvent(QTimerEvent*) 10479 vfunc[8]: QObject::childEvent(QChildEvent*) 10480 vfunc[9]: QObject::customEvent(QEvent*) 10481 vfunc[10]: QObject::connectNotify(char const*) 10482 vfunc[11]: QObject::disconnectNotify(char const*) 10483 vfunc[12]: QWindowsStyle::polish(QWidget*) 10484 vfunc[13]: QWindowsStyle::unpolish(QWidget*) 10485 vfunc[14]: QWindowsStyle::polish(QApplication*) 10486 vfunc[15]: QWindowsStyle::unpolish(QApplication*) 10487 vfunc[16]: QWindowsStyle::polish(QPalette&) 10488 vfunc[17]: QStyle::itemTextRect(QFontMetrics const&, QRect 10489 const&, int, bool, QString const&) const 10490 vfunc[18]: QStyle::itemPixmapRect(QRect const&, int, QPixmap 10491 const&) const 10492 vfunc[19]: QStyle::drawItemText(QPainter*, QRect const&, int, 10493 QPalette const&, bool, QString const&, QPalette::ColorRole) 10494 const 10495 vfunc[20]: QStyle::drawItemPixmap(QPainter*, QRect const&, 10496 int, QPixmap const&) const 10497 vfunc[21]: QStyle::standardPalette() const 10498 vfunc[22]: 10499 QWindowsStyle::drawPrimitive(QStyle::PrimitiveElement, 10500 QStyleOption const*, QPainter*, QWidget const*) const 10501 vfunc[23]: QWindowsStyle::drawControl(QStyle::ControlElement, 10502 QStyleOption const*, QPainter*, QWidget const*) const 10503 vfunc[24]: QWindowsStyle::subElementRect(QStyle::SubElement, 10504 QStyleOption const*, QWidget const*) const 10505 vfunc[25]: 10506 QWindowsStyle::drawComplexControl(QStyle::ComplexControl, 10507 QStyleOptionComplex const*, QPainter*, QWidget const*) const 10508 vfunc[26]: 10509 QCommonStyle::hitTestComplexControl(QStyle::ComplexControl, 10510 QStyleOptionComplex const*, QPoint const&, QWidget const*) 10511 const 10512 vfunc[27]: 10513 QCommonStyle::subControlRect(QStyle::ComplexControl, 10514 QStyleOptionComplex const*, QStyle::SubControl, QWidget 10515 const*) const 10516 vfunc[28]: QWindowsStyle::pixelMetric(QStyle::PixelMetric, 10517 QStyleOption const*, QWidget const*) const 10518 vfunc[29]: 10519 QWindowsStyle::sizeFromContents(QStyle::ContentsType, 10520 QStyleOption const*, QSize const&, QWidget const*) const 10521 vfunc[30]: QWindowsStyle::styleHint(QStyle::StyleHint, 10522 QStyleOption const*, QWidget const*, QStyleHintReturn*) const 10523 vfunc[31]: 10524 QWindowsStyle::standardPixmap(QStyle::StandardPixmap, 10525 QStyleOption const*, QWidget const*) const 10526 vfunc[32]: QCommonStyle::generatedIconPixmap(QIcon::Mode, 10527 QPixmap const&, QStyleOption const*) const 10528 10529 The Run Time Type Information for the QWindowsStyle class is 10530 described by Table 6-402 10531 10532 Table 6-402. typeinfo for QWindowsStyle 10533 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10534 Name typeinfo name for QWindowsStyle 10535 basetype: typeinfo for QCommonStyle 10536 _________________________________________________________ 10537 10538 6.4.1.141. Class data for QCDEStyle 10539 10540 The virtual table for the QCDEStyle class is described by 10541 Table 6-403 10542 10543 Table 6-403. Primary vtable for QCDEStyle 10544 Base Offset 0 10545 Virtual Base Offset 0 10546 RTTI typeinfo for QCDEStyle 10547 vfunc[0]: QCDEStyle::metaObject() const 10548 vfunc[1]: QCDEStyle::qt_metacast(char const*) 10549 vfunc[2]: QCDEStyle::qt_metacall(QMetaObject::Call, int, 10550 void**) 10551 vfunc[3]: QCDEStyle::~QCDEStyle() 10552 vfunc[4]: QCDEStyle::~QCDEStyle() 10553 vfunc[5]: QMotifStyle::event(QEvent*) 10554 vfunc[6]: QMotifStyle::eventFilter(QObject*, QEvent*) 10555 vfunc[7]: QMotifStyle::timerEvent(QTimerEvent*) 10556 vfunc[8]: QObject::childEvent(QChildEvent*) 10557 vfunc[9]: QObject::customEvent(QEvent*) 10558 vfunc[10]: QObject::connectNotify(char const*) 10559 vfunc[11]: QObject::disconnectNotify(char const*) 10560 vfunc[12]: QMotifStyle::polish(QWidget*) 10561 vfunc[13]: QMotifStyle::unpolish(QWidget*) 10562 vfunc[14]: QMotifStyle::polish(QApplication*) 10563 vfunc[15]: QMotifStyle::unpolish(QApplication*) 10564 vfunc[16]: QMotifStyle::polish(QPalette&) 10565 vfunc[17]: QStyle::itemTextRect(QFontMetrics const&, QRect 10566 const&, int, bool, QString const&) const 10567 vfunc[18]: QStyle::itemPixmapRect(QRect const&, int, QPixmap 10568 const&) const 10569 vfunc[19]: QStyle::drawItemText(QPainter*, QRect const&, int, 10570 QPalette const&, bool, QString const&, QPalette::ColorRole) 10571 const 10572 vfunc[20]: QStyle::drawItemPixmap(QPainter*, QRect const&, 10573 int, QPixmap const&) const 10574 vfunc[21]: QCDEStyle::standardPalette() const 10575 vfunc[22]: QCDEStyle::drawPrimitive(QStyle::PrimitiveElement, 10576 QStyleOption const*, QPainter*, QWidget const*) const 10577 vfunc[23]: QCDEStyle::drawControl(QStyle::ControlElement, 10578 QStyleOption const*, QPainter*, QWidget const*) const 10579 vfunc[24]: QMotifStyle::subElementRect(QStyle::SubElement, 10580 QStyleOption const*, QWidget const*) const 10581 vfunc[25]: 10582 QMotifStyle::drawComplexControl(QStyle::ComplexControl, 10583 QStyleOptionComplex const*, QPainter*, QWidget const*) const 10584 vfunc[26]: 10585 QCommonStyle::hitTestComplexControl(QStyle::ComplexControl, 10586 QStyleOptionComplex const*, QPoint const&, QWidget const*) 10587 const 10588 vfunc[27]: QMotifStyle::subControlRect(QStyle::ComplexControl, 10589 QStyleOptionComplex const*, QStyle::SubControl, QWidget 10590 const*) const 10591 vfunc[28]: QCDEStyle::pixelMetric(QStyle::PixelMetric, 10592 QStyleOption const*, QWidget const*) const 10593 vfunc[29]: QMotifStyle::sizeFromContents(QStyle::ContentsType, 10594 QStyleOption const*, QSize const&, QWidget const*) const 10595 vfunc[30]: QMotifStyle::styleHint(QStyle::StyleHint, 10596 QStyleOption const*, QWidget const*, QStyleHintReturn*) const 10597 vfunc[31]: QMotifStyle::standardPixmap(QStyle::StandardPixmap, 10598 QStyleOption const*, QWidget const*) const 10599 vfunc[32]: QCommonStyle::generatedIconPixmap(QIcon::Mode, 10600 QPixmap const&, QStyleOption const*) const 10601 10602 The Run Time Type Information for the QCDEStyle class is 10603 described by Table 6-404 10604 10605 Table 6-404. typeinfo for QCDEStyle 10606 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10607 Name typeinfo name for QCDEStyle 10608 basetype: typeinfo for QMotifStyle 10609 _________________________________________________________ 10610 10611 6.4.1.142. Class data for QPlastiqueStyle 10612 10613 The virtual table for the QPlastiqueStyle class is described 10614 by Table 6-405 10615 10616 Table 6-405. Primary vtable for QPlastiqueStyle 10617 Base Offset 0 10618 Virtual Base Offset 0 10619 RTTI typeinfo for QPlastiqueStyle 10620 vfunc[0]: QPlastiqueStyle::metaObject() const 10621 vfunc[1]: QPlastiqueStyle::qt_metacast(char const*) 10622 vfunc[2]: QPlastiqueStyle::qt_metacall(QMetaObject::Call, int, 10623 void**) 10624 vfunc[3]: QPlastiqueStyle::~QPlastiqueStyle() 10625 vfunc[4]: QPlastiqueStyle::~QPlastiqueStyle() 10626 vfunc[5]: QObject::event(QEvent*) 10627 vfunc[6]: QPlastiqueStyle::eventFilter(QObject*, QEvent*) 10628 vfunc[7]: QPlastiqueStyle::timerEvent(QTimerEvent*) 10629 vfunc[8]: QObject::childEvent(QChildEvent*) 10630 vfunc[9]: QObject::customEvent(QEvent*) 10631 vfunc[10]: QObject::connectNotify(char const*) 10632 vfunc[11]: QObject::disconnectNotify(char const*) 10633 vfunc[12]: QPlastiqueStyle::polish(QWidget*) 10634 vfunc[13]: QPlastiqueStyle::unpolish(QWidget*) 10635 vfunc[14]: QPlastiqueStyle::polish(QApplication*) 10636 vfunc[15]: QPlastiqueStyle::unpolish(QApplication*) 10637 vfunc[16]: QPlastiqueStyle::polish(QPalette&) 10638 vfunc[17]: QStyle::itemTextRect(QFontMetrics const&, QRect 10639 const&, int, bool, QString const&) const 10640 vfunc[18]: QStyle::itemPixmapRect(QRect const&, int, QPixmap 10641 const&) const 10642 vfunc[19]: QStyle::drawItemText(QPainter*, QRect const&, int, 10643 QPalette const&, bool, QString const&, QPalette::ColorRole) 10644 const 10645 vfunc[20]: QStyle::drawItemPixmap(QPainter*, QRect const&, 10646 int, QPixmap const&) const 10647 vfunc[21]: QPlastiqueStyle::standardPalette() const 10648 vfunc[22]: 10649 QPlastiqueStyle::drawPrimitive(QStyle::PrimitiveElement, 10650 QStyleOption const*, QPainter*, QWidget const*) const 10651 vfunc[23]: 10652 QPlastiqueStyle::drawControl(QStyle::ControlElement, 10653 QStyleOption const*, QPainter*, QWidget const*) const 10654 vfunc[24]: QPlastiqueStyle::subElementRect(QStyle::SubElement, 10655 QStyleOption const*, QWidget const*) const 10656 vfunc[25]: 10657 QPlastiqueStyle::drawComplexControl(QStyle::ComplexControl, 10658 QStyleOptionComplex const*, QPainter*, QWidget const*) const 10659 vfunc[26]: 10660 QPlastiqueStyle::hitTestComplexControl(QStyle::ComplexControl, 10661 QStyleOptionComplex const*, QPoint const&, QWidget const*) 10662 const 10663 vfunc[27]: 10664 QPlastiqueStyle::subControlRect(QStyle::ComplexControl, 10665 QStyleOptionComplex const*, QStyle::SubControl, QWidget 10666 const*) const 10667 vfunc[28]: QPlastiqueStyle::pixelMetric(QStyle::PixelMetric, 10668 QStyleOption const*, QWidget const*) const 10669 vfunc[29]: 10670 QPlastiqueStyle::sizeFromContents(QStyle::ContentsType, 10671 QStyleOption const*, QSize const&, QWidget const*) const 10672 vfunc[30]: QPlastiqueStyle::styleHint(QStyle::StyleHint, 10673 QStyleOption const*, QWidget const*, QStyleHintReturn*) const 10674 vfunc[31]: 10675 QWindowsStyle::standardPixmap(QStyle::StandardPixmap, 10676 QStyleOption const*, QWidget const*) const 10677 vfunc[32]: QCommonStyle::generatedIconPixmap(QIcon::Mode, 10678 QPixmap const&, QStyleOption const*) const 10679 10680 The Run Time Type Information for the QPlastiqueStyle class is 10681 described by Table 6-406 10682 10683 Table 6-406. typeinfo for QPlastiqueStyle 10684 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10685 Name typeinfo name for QPlastiqueStyle 10686 basetype: typeinfo for QWindowsStyle 10687 _________________________________________________________ 10688 10689 6.4.1.143. Class data for QInputContextFactoryInterface 10690 10691 The virtual table for the QInputContextFactoryInterface class 10692 is described by Table 6-407 10693 10694 Table 6-407. Primary vtable for QInputContextFactoryInterface 10695 Base Offset 0 10696 Virtual Base Offset 0 10697 RTTI typeinfo for QInputContextFactoryInterface 10698 vfunc[0]: 10699 QInputContextFactoryInterface::~QInputContextFactoryInterface( 10700 ) 10701 vfunc[1]: 10702 QInputContextFactoryInterface::~QInputContextFactoryInterface( 10703 ) 10704 vfunc[2]: __cxa_pure_virtual 10705 vfunc[3]: __cxa_pure_virtual 10706 vfunc[4]: __cxa_pure_virtual 10707 vfunc[5]: __cxa_pure_virtual 10708 vfunc[6]: __cxa_pure_virtual 10709 10710 The Run Time Type Information for the 10711 QInputContextFactoryInterface class is described by Table 10712 6-408 10713 10714 Table 6-408. typeinfo for QInputContextFactoryInterface 10715 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10716 Name typeinfo name for QInputContextFactoryInterface 10717 basetype: typeinfo for QFactoryInterface 10718 _________________________________________________________ 10719 10720 6.4.1.144. Class data for QInputContextPlugin 10721 10722 The virtual table for the QInputContextPlugin class is 10723 described by Table 6-409 10724 10725 Table 6-409. Primary vtable for QInputContextPlugin 10726 Base Offset 0 10727 Virtual Base Offset 0 10728 RTTI typeinfo for QInputContextPlugin 10729 vfunc[0]: QInputContextPlugin::metaObject() const 10730 vfunc[1]: QInputContextPlugin::qt_metacast(char const*) 10731 vfunc[2]: QInputContextPlugin::qt_metacall(QMetaObject::Call, 10732 int, void**) 10733 vfunc[3]: QInputContextPlugin::~QInputContextPlugin() 10734 vfunc[4]: QInputContextPlugin::~QInputContextPlugin() 10735 vfunc[5]: QObject::event(QEvent*) 10736 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 10737 vfunc[7]: QObject::timerEvent(QTimerEvent*) 10738 vfunc[8]: QObject::childEvent(QChildEvent*) 10739 vfunc[9]: QObject::customEvent(QEvent*) 10740 vfunc[10]: QObject::connectNotify(char const*) 10741 vfunc[11]: QObject::disconnectNotify(char const*) 10742 vfunc[12]: __cxa_pure_virtual 10743 vfunc[13]: __cxa_pure_virtual 10744 vfunc[14]: __cxa_pure_virtual 10745 vfunc[15]: __cxa_pure_virtual 10746 vfunc[16]: __cxa_pure_virtual 10747 10748 Table 6-410. Secondary vtable for QInputContextPlugin 10749 Base Offset -8 10750 Virtual Base Offset 0 10751 RTTI typeinfo for QInputContextPlugin 10752 vfunc[0]: non-virtual thunk to 10753 QInputContextPlugin::~QInputContextPlugin() 10754 vfunc[1]: non-virtual thunk to 10755 QInputContextPlugin::~QInputContextPlugin() 10756 vfunc[2]: __cxa_pure_virtual 10757 vfunc[3]: __cxa_pure_virtual 10758 vfunc[4]: __cxa_pure_virtual 10759 vfunc[5]: __cxa_pure_virtual 10760 vfunc[6]: __cxa_pure_virtual 10761 10762 The Run Time Type Information for the QInputContextPlugin 10763 class is described by Table 6-411 10764 10765 Table 6-411. typeinfo for QInputContextPlugin 10766 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 10767 Name typeinfo name for QInputContextPlugin 10768 flags: 0 10769 basetype: typeinfo for QObject 2 10770 basetype: typeinfo for QInputContextFactoryInterface 2050 10771 _________________________________________________________ 10772 10773 6.4.1.145. Class data for QInputContext 10774 10775 The virtual table for the QInputContext class is described by 10776 Table 6-412 10777 10778 Table 6-412. Primary vtable for QInputContext 10779 Base Offset 0 10780 Virtual Base Offset 0 10781 RTTI typeinfo for QInputContext 10782 vfunc[0]: QInputContext::metaObject() const 10783 vfunc[1]: QInputContext::qt_metacast(char const*) 10784 vfunc[2]: QInputContext::qt_metacall(QMetaObject::Call, int, 10785 void**) 10786 vfunc[3]: QInputContext::~QInputContext() 10787 vfunc[4]: QInputContext::~QInputContext() 10788 vfunc[5]: QObject::event(QEvent*) 10789 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 10790 vfunc[7]: QObject::timerEvent(QTimerEvent*) 10791 vfunc[8]: QObject::childEvent(QChildEvent*) 10792 vfunc[9]: QObject::customEvent(QEvent*) 10793 vfunc[10]: QObject::connectNotify(char const*) 10794 vfunc[11]: QObject::disconnectNotify(char const*) 10795 vfunc[12]: __cxa_pure_virtual 10796 vfunc[13]: __cxa_pure_virtual 10797 vfunc[14]: __cxa_pure_virtual 10798 vfunc[15]: QInputContext::update() 10799 vfunc[16]: QInputContext::mouseHandler(int, QMouseEvent*) 10800 vfunc[17]: QInputContext::font() const 10801 vfunc[18]: __cxa_pure_virtual 10802 vfunc[19]: QInputContext::setFocusWidget(QWidget*) 10803 vfunc[20]: QInputContext::widgetDestroyed(QWidget*) 10804 vfunc[21]: QInputContext::actions() 10805 vfunc[22]: QInputContext::x11FilterEvent(QWidget*, _XEvent*) 10806 vfunc[23]: QInputContext::filterEvent(QEvent const*) 10807 10808 The Run Time Type Information for the QInputContext class is 10809 described by Table 6-413 10810 10811 Table 6-413. typeinfo for QInputContext 10812 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10813 Name typeinfo name for QInputContext 10814 basetype: typeinfo for QObject 10815 _________________________________________________________ 10816 10817 6.4.1.146. Class data for QAbstractButton 10818 10819 The virtual table for the QAbstractButton class is described 10820 by Table 6-414 10821 10822 Table 6-414. Primary vtable for QAbstractButton 10823 Base Offset 0 10824 Virtual Base Offset 0 10825 RTTI typeinfo for QAbstractButton 10826 vfunc[0]: QAbstractButton::metaObject() const 10827 vfunc[1]: QAbstractButton::qt_metacast(char const*) 10828 vfunc[2]: QAbstractButton::qt_metacall(QMetaObject::Call, int, 10829 void**) 10830 vfunc[3]: QAbstractButton::~QAbstractButton() 10831 vfunc[4]: QAbstractButton::~QAbstractButton() 10832 vfunc[5]: QAbstractButton::event(QEvent*) 10833 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 10834 vfunc[7]: QAbstractButton::timerEvent(QTimerEvent*) 10835 vfunc[8]: QObject::childEvent(QChildEvent*) 10836 vfunc[9]: QObject::customEvent(QEvent*) 10837 vfunc[10]: QObject::connectNotify(char const*) 10838 vfunc[11]: QObject::disconnectNotify(char const*) 10839 vfunc[12]: QWidget::devType() const 10840 vfunc[13]: QWidget::setVisible(bool) 10841 vfunc[14]: QWidget::sizeHint() const 10842 vfunc[15]: QWidget::minimumSizeHint() const 10843 vfunc[16]: QWidget::heightForWidth(int) const 10844 vfunc[17]: QWidget::paintEngine() const 10845 vfunc[18]: QAbstractButton::mousePressEvent(QMouseEvent*) 10846 vfunc[19]: QAbstractButton::mouseReleaseEvent(QMouseEvent*) 10847 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 10848 vfunc[21]: QAbstractButton::mouseMoveEvent(QMouseEvent*) 10849 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 10850 vfunc[23]: QAbstractButton::keyPressEvent(QKeyEvent*) 10851 vfunc[24]: QAbstractButton::keyReleaseEvent(QKeyEvent*) 10852 vfunc[25]: QAbstractButton::focusInEvent(QFocusEvent*) 10853 vfunc[26]: QAbstractButton::focusOutEvent(QFocusEvent*) 10854 vfunc[27]: QWidget::enterEvent(QEvent*) 10855 vfunc[28]: QWidget::leaveEvent(QEvent*) 10856 vfunc[29]: __cxa_pure_virtual 10857 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 10858 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 10859 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 10860 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 10861 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 10862 vfunc[35]: QWidget::actionEvent(QActionEvent*) 10863 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 10864 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 10865 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 10866 vfunc[39]: QWidget::dropEvent(QDropEvent*) 10867 vfunc[40]: QWidget::showEvent(QShowEvent*) 10868 vfunc[41]: QWidget::hideEvent(QHideEvent*) 10869 vfunc[42]: QWidget::x11Event(_XEvent*) 10870 vfunc[43]: QAbstractButton::changeEvent(QEvent*) 10871 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 10872 const 10873 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 10874 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 10875 const 10876 vfunc[47]: QWidget::focusNextPrevChild(bool) 10877 vfunc[48]: QWidget::styleChange(QStyle&) 10878 vfunc[49]: QWidget::enabledChange(bool) 10879 vfunc[50]: QWidget::paletteChange(QPalette const&) 10880 vfunc[51]: QWidget::fontChange(QFont const&) 10881 vfunc[52]: QWidget::windowActivationChange(bool) 10882 vfunc[53]: QWidget::languageChange() 10883 vfunc[54]: QAbstractButton::hitButton(QPoint const&) const 10884 vfunc[55]: QAbstractButton::checkStateSet() 10885 vfunc[56]: QAbstractButton::nextCheckState() 10886 10887 Table 6-415. Secondary vtable for QAbstractButton 10888 Base Offset -8 10889 Virtual Base Offset 0 10890 RTTI typeinfo for QAbstractButton 10891 vfunc[0]: non-virtual thunk to 10892 QAbstractButton::~QAbstractButton() 10893 vfunc[1]: non-virtual thunk to 10894 QAbstractButton::~QAbstractButton() 10895 vfunc[2]: non-virtual thunk to QWidget::devType() const 10896 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 10897 vfunc[4]: non-virtual thunk to 10898 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 10899 10900 The Run Time Type Information for the QAbstractButton class is 10901 described by Table 6-416 10902 10903 Table 6-416. typeinfo for QAbstractButton 10904 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10905 Name typeinfo name for QAbstractButton 10906 basetype: typeinfo for QWidget 10907 _________________________________________________________ 10908 10909 6.4.1.147. Class data for QCheckBox 10910 10911 The virtual table for the QCheckBox class is described by 10912 Table 6-417 10913 10914 Table 6-417. Primary vtable for QCheckBox 10915 Base Offset 0 10916 Virtual Base Offset 0 10917 RTTI typeinfo for QCheckBox 10918 vfunc[0]: QCheckBox::metaObject() const 10919 vfunc[1]: QCheckBox::qt_metacast(char const*) 10920 vfunc[2]: QCheckBox::qt_metacall(QMetaObject::Call, int, 10921 void**) 10922 vfunc[3]: QCheckBox::~QCheckBox() 10923 vfunc[4]: QCheckBox::~QCheckBox() 10924 vfunc[5]: QCheckBox::event(QEvent*) 10925 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 10926 vfunc[7]: QAbstractButton::timerEvent(QTimerEvent*) 10927 vfunc[8]: QObject::childEvent(QChildEvent*) 10928 vfunc[9]: QObject::customEvent(QEvent*) 10929 vfunc[10]: QObject::connectNotify(char const*) 10930 vfunc[11]: QObject::disconnectNotify(char const*) 10931 vfunc[12]: QWidget::devType() const 10932 vfunc[13]: QWidget::setVisible(bool) 10933 vfunc[14]: QCheckBox::sizeHint() const 10934 vfunc[15]: QWidget::minimumSizeHint() const 10935 vfunc[16]: QWidget::heightForWidth(int) const 10936 vfunc[17]: QWidget::paintEngine() const 10937 vfunc[18]: QAbstractButton::mousePressEvent(QMouseEvent*) 10938 vfunc[19]: QAbstractButton::mouseReleaseEvent(QMouseEvent*) 10939 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 10940 vfunc[21]: QCheckBox::mouseMoveEvent(QMouseEvent*) 10941 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 10942 vfunc[23]: QAbstractButton::keyPressEvent(QKeyEvent*) 10943 vfunc[24]: QAbstractButton::keyReleaseEvent(QKeyEvent*) 10944 vfunc[25]: QAbstractButton::focusInEvent(QFocusEvent*) 10945 vfunc[26]: QAbstractButton::focusOutEvent(QFocusEvent*) 10946 vfunc[27]: QWidget::enterEvent(QEvent*) 10947 vfunc[28]: QWidget::leaveEvent(QEvent*) 10948 vfunc[29]: QCheckBox::paintEvent(QPaintEvent*) 10949 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 10950 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 10951 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 10952 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 10953 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 10954 vfunc[35]: QWidget::actionEvent(QActionEvent*) 10955 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 10956 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 10957 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 10958 vfunc[39]: QWidget::dropEvent(QDropEvent*) 10959 vfunc[40]: QWidget::showEvent(QShowEvent*) 10960 vfunc[41]: QWidget::hideEvent(QHideEvent*) 10961 vfunc[42]: QWidget::x11Event(_XEvent*) 10962 vfunc[43]: QAbstractButton::changeEvent(QEvent*) 10963 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 10964 const 10965 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 10966 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 10967 const 10968 vfunc[47]: QWidget::focusNextPrevChild(bool) 10969 vfunc[48]: QWidget::styleChange(QStyle&) 10970 vfunc[49]: QWidget::enabledChange(bool) 10971 vfunc[50]: QWidget::paletteChange(QPalette const&) 10972 vfunc[51]: QWidget::fontChange(QFont const&) 10973 vfunc[52]: QWidget::windowActivationChange(bool) 10974 vfunc[53]: QWidget::languageChange() 10975 vfunc[54]: QCheckBox::hitButton(QPoint const&) const 10976 vfunc[55]: QCheckBox::checkStateSet() 10977 vfunc[56]: QCheckBox::nextCheckState() 10978 10979 Table 6-418. Secondary vtable for QCheckBox 10980 Base Offset -8 10981 Virtual Base Offset 0 10982 RTTI typeinfo for QCheckBox 10983 vfunc[0]: non-virtual thunk to QCheckBox::~QCheckBox() 10984 vfunc[1]: non-virtual thunk to QCheckBox::~QCheckBox() 10985 vfunc[2]: non-virtual thunk to QWidget::devType() const 10986 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 10987 vfunc[4]: non-virtual thunk to 10988 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 10989 10990 The Run Time Type Information for the QCheckBox class is 10991 described by Table 6-419 10992 10993 Table 6-419. typeinfo for QCheckBox 10994 Base Vtable vtable for __cxxabiv1::__si_class_type_info 10995 Name typeinfo name for QCheckBox 10996 basetype: typeinfo for QAbstractButton 10997 _________________________________________________________ 10998 10999 6.4.1.148. Class data for QMenu 11000 11001 The virtual table for the QMenu class is described by Table 11002 6-420 11003 11004 Table 6-420. Primary vtable for QMenu 11005 Base Offset 0 11006 Virtual Base Offset 0 11007 RTTI typeinfo for QMenu 11008 vfunc[0]: QMenu::metaObject() const 11009 vfunc[1]: QMenu::qt_metacast(char const*) 11010 vfunc[2]: QMenu::qt_metacall(QMetaObject::Call, int, void**) 11011 vfunc[3]: QMenu::~QMenu() 11012 vfunc[4]: QMenu::~QMenu() 11013 vfunc[5]: QMenu::event(QEvent*) 11014 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 11015 vfunc[7]: QMenu::timerEvent(QTimerEvent*) 11016 vfunc[8]: QObject::childEvent(QChildEvent*) 11017 vfunc[9]: QObject::customEvent(QEvent*) 11018 vfunc[10]: QObject::connectNotify(char const*) 11019 vfunc[11]: QObject::disconnectNotify(char const*) 11020 vfunc[12]: QWidget::devType() const 11021 vfunc[13]: QWidget::setVisible(bool) 11022 vfunc[14]: QMenu::sizeHint() const 11023 vfunc[15]: QWidget::minimumSizeHint() const 11024 vfunc[16]: QWidget::heightForWidth(int) const 11025 vfunc[17]: QWidget::paintEngine() const 11026 vfunc[18]: QMenu::mousePressEvent(QMouseEvent*) 11027 vfunc[19]: QMenu::mouseReleaseEvent(QMouseEvent*) 11028 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 11029 vfunc[21]: QMenu::mouseMoveEvent(QMouseEvent*) 11030 vfunc[22]: QMenu::wheelEvent(QWheelEvent*) 11031 vfunc[23]: QMenu::keyPressEvent(QKeyEvent*) 11032 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 11033 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 11034 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 11035 vfunc[27]: QMenu::enterEvent(QEvent*) 11036 vfunc[28]: QMenu::leaveEvent(QEvent*) 11037 vfunc[29]: QMenu::paintEvent(QPaintEvent*) 11038 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 11039 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 11040 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 11041 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 11042 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 11043 vfunc[35]: QMenu::actionEvent(QActionEvent*) 11044 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 11045 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 11046 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 11047 vfunc[39]: QWidget::dropEvent(QDropEvent*) 11048 vfunc[40]: QWidget::showEvent(QShowEvent*) 11049 vfunc[41]: QMenu::hideEvent(QHideEvent*) 11050 vfunc[42]: QWidget::x11Event(_XEvent*) 11051 vfunc[43]: QMenu::changeEvent(QEvent*) 11052 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 11053 const 11054 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 11055 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 11056 const 11057 vfunc[47]: QWidget::focusNextPrevChild(bool) 11058 vfunc[48]: QWidget::styleChange(QStyle&) 11059 vfunc[49]: QWidget::enabledChange(bool) 11060 vfunc[50]: QWidget::paletteChange(QPalette const&) 11061 vfunc[51]: QWidget::fontChange(QFont const&) 11062 vfunc[52]: QWidget::windowActivationChange(bool) 11063 vfunc[53]: QWidget::languageChange() 11064 11065 Table 6-421. Secondary vtable for QMenu 11066 Base Offset -8 11067 Virtual Base Offset 0 11068 RTTI typeinfo for QMenu 11069 vfunc[0]: non-virtual thunk to QMenu::~QMenu() 11070 vfunc[1]: non-virtual thunk to QMenu::~QMenu() 11071 vfunc[2]: non-virtual thunk to QWidget::devType() const 11072 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 11073 vfunc[4]: non-virtual thunk to 11074 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 11075 11076 The Run Time Type Information for the QMenu class is described 11077 by Table 6-422 11078 11079 Table 6-422. typeinfo for QMenu 11080 Base Vtable vtable for __cxxabiv1::__si_class_type_info 11081 Name typeinfo name for QMenu 11082 basetype: typeinfo for QWidget 11083 _________________________________________________________ 11084 11085 6.4.1.149. Class data for QWorkspace 11086 11087 The virtual table for the QWorkspace class is described by 11088 Table 6-423 11089 11090 Table 6-423. Primary vtable for QWorkspace 11091 Base Offset 0 11092 Virtual Base Offset 0 11093 RTTI typeinfo for QWorkspace 11094 vfunc[0]: QWorkspace::metaObject() const 11095 vfunc[1]: QWorkspace::qt_metacast(char const*) 11096 vfunc[2]: QWorkspace::qt_metacall(QMetaObject::Call, int, 11097 void**) 11098 vfunc[3]: QWorkspace::~QWorkspace() 11099 vfunc[4]: QWorkspace::~QWorkspace() 11100 vfunc[5]: QWorkspace::event(QEvent*) 11101 vfunc[6]: QWorkspace::eventFilter(QObject*, QEvent*) 11102 vfunc[7]: QObject::timerEvent(QTimerEvent*) 11103 vfunc[8]: QWorkspace::childEvent(QChildEvent*) 11104 vfunc[9]: QObject::customEvent(QEvent*) 11105 vfunc[10]: QObject::connectNotify(char const*) 11106 vfunc[11]: QObject::disconnectNotify(char const*) 11107 vfunc[12]: QWidget::devType() const 11108 vfunc[13]: QWidget::setVisible(bool) 11109 vfunc[14]: QWorkspace::sizeHint() const 11110 vfunc[15]: QWidget::minimumSizeHint() const 11111 vfunc[16]: QWidget::heightForWidth(int) const 11112 vfunc[17]: QWidget::paintEngine() const 11113 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 11114 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 11115 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 11116 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 11117 vfunc[22]: QWorkspace::wheelEvent(QWheelEvent*) 11118 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 11119 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 11120 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 11121 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 11122 vfunc[27]: QWidget::enterEvent(QEvent*) 11123 vfunc[28]: QWidget::leaveEvent(QEvent*) 11124 vfunc[29]: QWorkspace::paintEvent(QPaintEvent*) 11125 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 11126 vfunc[31]: QWorkspace::resizeEvent(QResizeEvent*) 11127 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 11128 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 11129 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 11130 vfunc[35]: QWidget::actionEvent(QActionEvent*) 11131 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 11132 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 11133 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 11134 vfunc[39]: QWidget::dropEvent(QDropEvent*) 11135 vfunc[40]: QWorkspace::showEvent(QShowEvent*) 11136 vfunc[41]: QWorkspace::hideEvent(QHideEvent*) 11137 vfunc[42]: QWidget::x11Event(_XEvent*) 11138 vfunc[43]: QWorkspace::changeEvent(QEvent*) 11139 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 11140 const 11141 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 11142 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 11143 const 11144 vfunc[47]: QWidget::focusNextPrevChild(bool) 11145 vfunc[48]: QWidget::styleChange(QStyle&) 11146 vfunc[49]: QWidget::enabledChange(bool) 11147 vfunc[50]: QWidget::paletteChange(QPalette const&) 11148 vfunc[51]: QWidget::fontChange(QFont const&) 11149 vfunc[52]: QWidget::windowActivationChange(bool) 11150 vfunc[53]: QWidget::languageChange() 11151 11152 Table 6-424. Secondary vtable for QWorkspace 11153 Base Offset -8 11154 Virtual Base Offset 0 11155 RTTI typeinfo for QWorkspace 11156 vfunc[0]: non-virtual thunk to QWorkspace::~QWorkspace() 11157 vfunc[1]: non-virtual thunk to QWorkspace::~QWorkspace() 11158 vfunc[2]: non-virtual thunk to QWidget::devType() const 11159 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 11160 vfunc[4]: non-virtual thunk to 11161 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 11162 11163 The Run Time Type Information for the QWorkspace class is 11164 described by Table 6-425 11165 11166 Table 6-425. typeinfo for QWorkspace 11167 Base Vtable vtable for __cxxabiv1::__si_class_type_info 11168 Name typeinfo name for QWorkspace 11169 basetype: typeinfo for QWidget 11170 _________________________________________________________ 11171 11172 6.4.1.150. Class data for QButtonGroup 11173 11174 The virtual table for the QButtonGroup class is described by 11175 Table 6-426 11176 11177 Table 6-426. Primary vtable for QButtonGroup 11178 Base Offset 0 11179 Virtual Base Offset 0 11180 RTTI typeinfo for QButtonGroup 11181 vfunc[0]: QButtonGroup::metaObject() const 11182 vfunc[1]: QButtonGroup::qt_metacast(char const*) 11183 vfunc[2]: QButtonGroup::qt_metacall(QMetaObject::Call, int, 11184 void**) 11185 vfunc[3]: QButtonGroup::~QButtonGroup() 11186 vfunc[4]: QButtonGroup::~QButtonGroup() 11187 vfunc[5]: QObject::event(QEvent*) 11188 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 11189 vfunc[7]: QObject::timerEvent(QTimerEvent*) 11190 vfunc[8]: QObject::childEvent(QChildEvent*) 11191 vfunc[9]: QObject::customEvent(QEvent*) 11192 vfunc[10]: QObject::connectNotify(char const*) 11193 vfunc[11]: QObject::disconnectNotify(char const*) 11194 11195 The Run Time Type Information for the QButtonGroup class is 11196 described by Table 6-427 11197 11198 Table 6-427. typeinfo for QButtonGroup 11199 Base Vtable vtable for __cxxabiv1::__si_class_type_info 11200 Name typeinfo name for QButtonGroup 11201 basetype: typeinfo for QObject 11202 _________________________________________________________ 11203 11204 6.4.1.151. Class data for QSpinBox 11205 11206 The virtual table for the QSpinBox class is described by Table 11207 6-428 11208 11209 Table 6-428. Primary vtable for QSpinBox 11210 Base Offset 0 11211 Virtual Base Offset 0 11212 RTTI typeinfo for QSpinBox 11213 vfunc[0]: QSpinBox::metaObject() const 11214 vfunc[1]: QSpinBox::qt_metacast(char const*) 11215 vfunc[2]: QSpinBox::qt_metacall(QMetaObject::Call, int, 11216 void**) 11217 vfunc[3]: QSpinBox::~QSpinBox() 11218 vfunc[4]: QSpinBox::~QSpinBox() 11219 vfunc[5]: QSpinBox::event(QEvent*) 11220 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 11221 vfunc[7]: QAbstractSpinBox::timerEvent(QTimerEvent*) 11222 vfunc[8]: QObject::childEvent(QChildEvent*) 11223 vfunc[9]: QObject::customEvent(QEvent*) 11224 vfunc[10]: QObject::connectNotify(char const*) 11225 vfunc[11]: QObject::disconnectNotify(char const*) 11226 vfunc[12]: QWidget::devType() const 11227 vfunc[13]: QWidget::setVisible(bool) 11228 vfunc[14]: QAbstractSpinBox::sizeHint() const 11229 vfunc[15]: QAbstractSpinBox::minimumSizeHint() const 11230 vfunc[16]: QWidget::heightForWidth(int) const 11231 vfunc[17]: QWidget::paintEngine() const 11232 vfunc[18]: QAbstractSpinBox::mousePressEvent(QMouseEvent*) 11233 vfunc[19]: QAbstractSpinBox::mouseReleaseEvent(QMouseEvent*) 11234 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 11235 vfunc[21]: QAbstractSpinBox::mouseMoveEvent(QMouseEvent*) 11236 vfunc[22]: QAbstractSpinBox::wheelEvent(QWheelEvent*) 11237 vfunc[23]: QAbstractSpinBox::keyPressEvent(QKeyEvent*) 11238 vfunc[24]: QAbstractSpinBox::keyReleaseEvent(QKeyEvent*) 11239 vfunc[25]: QAbstractSpinBox::focusInEvent(QFocusEvent*) 11240 vfunc[26]: QAbstractSpinBox::focusOutEvent(QFocusEvent*) 11241 vfunc[27]: QWidget::enterEvent(QEvent*) 11242 vfunc[28]: QWidget::leaveEvent(QEvent*) 11243 vfunc[29]: QAbstractSpinBox::paintEvent(QPaintEvent*) 11244 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 11245 vfunc[31]: QAbstractSpinBox::resizeEvent(QResizeEvent*) 11246 vfunc[32]: QAbstractSpinBox::closeEvent(QCloseEvent*) 11247 vfunc[33]: 11248 QAbstractSpinBox::contextMenuEvent(QContextMenuEvent*) 11249 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 11250 vfunc[35]: QWidget::actionEvent(QActionEvent*) 11251 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 11252 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 11253 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 11254 vfunc[39]: QWidget::dropEvent(QDropEvent*) 11255 vfunc[40]: QAbstractSpinBox::showEvent(QShowEvent*) 11256 vfunc[41]: QAbstractSpinBox::hideEvent(QHideEvent*) 11257 vfunc[42]: QWidget::x11Event(_XEvent*) 11258 vfunc[43]: QAbstractSpinBox::changeEvent(QEvent*) 11259 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 11260 const 11261 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 11262 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 11263 const 11264 vfunc[47]: QWidget::focusNextPrevChild(bool) 11265 vfunc[48]: QWidget::styleChange(QStyle&) 11266 vfunc[49]: QWidget::enabledChange(bool) 11267 vfunc[50]: QWidget::paletteChange(QPalette const&) 11268 vfunc[51]: QWidget::fontChange(QFont const&) 11269 vfunc[52]: QWidget::windowActivationChange(bool) 11270 vfunc[53]: QWidget::languageChange() 11271 vfunc[54]: QSpinBox::validate(QString&, int&) const 11272 vfunc[55]: QSpinBox::fixup(QString&) const 11273 vfunc[56]: QAbstractSpinBox::stepBy(int) 11274 vfunc[57]: QAbstractSpinBox::clear() 11275 vfunc[58]: QAbstractSpinBox::stepEnabled() const 11276 vfunc[59]: QSpinBox::valueFromText(QString const&) const 11277 vfunc[60]: QSpinBox::textFromValue(int) const 11278 11279 Table 6-429. Secondary vtable for QSpinBox 11280 Base Offset -8 11281 Virtual Base Offset 0 11282 RTTI typeinfo for QSpinBox 11283 vfunc[0]: non-virtual thunk to QSpinBox::~QSpinBox() 11284 vfunc[1]: non-virtual thunk to QSpinBox::~QSpinBox() 11285 vfunc[2]: non-virtual thunk to QWidget::devType() const 11286 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 11287 vfunc[4]: non-virtual thunk to 11288 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 11289 11290 The Run Time Type Information for the QSpinBox class is 11291 described by Table 6-430 11292 11293 Table 6-430. typeinfo for QSpinBox 11294 Base Vtable vtable for __cxxabiv1::__si_class_type_info 11295 Name typeinfo name for QSpinBox 11296 basetype: typeinfo for QAbstractSpinBox 11297 _________________________________________________________ 11298 11299 6.4.1.152. Class data for QDoubleSpinBox 11300 11301 The virtual table for the QDoubleSpinBox class is described by 11302 Table 6-431 11303 11304 Table 6-431. Primary vtable for QDoubleSpinBox 11305 Base Offset 0 11306 Virtual Base Offset 0 11307 RTTI typeinfo for QDoubleSpinBox 11308 vfunc[0]: QDoubleSpinBox::metaObject() const 11309 vfunc[1]: QDoubleSpinBox::qt_metacast(char const*) 11310 vfunc[2]: QDoubleSpinBox::qt_metacall(QMetaObject::Call, int, 11311 void**) 11312 vfunc[3]: QDoubleSpinBox::~QDoubleSpinBox() 11313 vfunc[4]: QDoubleSpinBox::~QDoubleSpinBox() 11314 vfunc[5]: QAbstractSpinBox::event(QEvent*) 11315 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 11316 vfunc[7]: QAbstractSpinBox::timerEvent(QTimerEvent*) 11317 vfunc[8]: QObject::childEvent(QChildEvent*) 11318 vfunc[9]: QObject::customEvent(QEvent*) 11319 vfunc[10]: QObject::connectNotify(char const*) 11320 vfunc[11]: QObject::disconnectNotify(char const*) 11321 vfunc[12]: QWidget::devType() const 11322 vfunc[13]: QWidget::setVisible(bool) 11323 vfunc[14]: QAbstractSpinBox::sizeHint() const 11324 vfunc[15]: QAbstractSpinBox::minimumSizeHint() const 11325 vfunc[16]: QWidget::heightForWidth(int) const 11326 vfunc[17]: QWidget::paintEngine() const 11327 vfunc[18]: QAbstractSpinBox::mousePressEvent(QMouseEvent*) 11328 vfunc[19]: QAbstractSpinBox::mouseReleaseEvent(QMouseEvent*) 11329 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 11330 vfunc[21]: QAbstractSpinBox::mouseMoveEvent(QMouseEvent*) 11331 vfunc[22]: QAbstractSpinBox::wheelEvent(QWheelEvent*) 11332 vfunc[23]: QAbstractSpinBox::keyPressEvent(QKeyEvent*) 11333 vfunc[24]: QAbstractSpinBox::keyReleaseEvent(QKeyEvent*) 11334 vfunc[25]: QAbstractSpinBox::focusInEvent(QFocusEvent*) 11335 vfunc[26]: QAbstractSpinBox::focusOutEvent(QFocusEvent*) 11336 vfunc[27]: QWidget::enterEvent(QEvent*) 11337 vfunc[28]: QWidget::leaveEvent(QEvent*) 11338 vfunc[29]: QAbstractSpinBox::paintEvent(QPaintEvent*) 11339 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 11340 vfunc[31]: QAbstractSpinBox::resizeEvent(QResizeEvent*) 11341 vfunc[32]: QAbstractSpinBox::closeEvent(QCloseEvent*) 11342 vfunc[33]: 11343 QAbstractSpinBox::contextMenuEvent(QContextMenuEvent*) 11344 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 11345 vfunc[35]: QWidget::actionEvent(QActionEvent*) 11346 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 11347 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 11348 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 11349 vfunc[39]: QWidget::dropEvent(QDropEvent*) 11350 vfunc[40]: QAbstractSpinBox::showEvent(QShowEvent*) 11351 vfunc[41]: QAbstractSpinBox::hideEvent(QHideEvent*) 11352 vfunc[42]: QWidget::x11Event(_XEvent*) 11353 vfunc[43]: QAbstractSpinBox::changeEvent(QEvent*) 11354 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 11355 const 11356 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 11357 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 11358 const 11359 vfunc[47]: QWidget::focusNextPrevChild(bool) 11360 vfunc[48]: QWidget::styleChange(QStyle&) 11361 vfunc[49]: QWidget::enabledChange(bool) 11362 vfunc[50]: QWidget::paletteChange(QPalette const&) 11363 vfunc[51]: QWidget::fontChange(QFont const&) 11364 vfunc[52]: QWidget::windowActivationChange(bool) 11365 vfunc[53]: QWidget::languageChange() 11366 vfunc[54]: QDoubleSpinBox::validate(QString&, int&) const 11367 vfunc[55]: QDoubleSpinBox::fixup(QString&) const 11368 vfunc[56]: QAbstractSpinBox::stepBy(int) 11369 vfunc[57]: QAbstractSpinBox::clear() 11370 vfunc[58]: QAbstractSpinBox::stepEnabled() const 11371 vfunc[59]: QDoubleSpinBox::valueFromText(QString const&) const 11372 vfunc[60]: QDoubleSpinBox::textFromValue(double) const 11373 11374 Table 6-432. Secondary vtable for QDoubleSpinBox 11375 Base Offset -8 11376 Virtual Base Offset 0 11377 RTTI typeinfo for QDoubleSpinBox 11378 vfunc[0]: non-virtual thunk to 11379 QDoubleSpinBox::~QDoubleSpinBox() 11380 vfunc[1]: non-virtual thunk to 11381 QDoubleSpinBox::~QDoubleSpinBox() 11382 vfunc[2]: non-virtual thunk to QWidget::devType() const 11383 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 11384 vfunc[4]: non-virtual thunk to 11385 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 11386 11387 The Run Time Type Information for the QDoubleSpinBox class is 11388 described by Table 6-433 11389 11390 Table 6-433. typeinfo for QDoubleSpinBox 11391 Base Vtable vtable for __cxxabiv1::__si_class_type_info 11392 Name typeinfo name for QDoubleSpinBox 11393 basetype: typeinfo for QAbstractSpinBox 11394 _________________________________________________________ 11395 11396 6.4.1.153. Class data for QLCDNumber 11397 11398 The virtual table for the QLCDNumber class is described by 11399 Table 6-434 11400 11401 Table 6-434. Primary vtable for QLCDNumber 11402 Base Offset 0 11403 Virtual Base Offset 0 11404 RTTI typeinfo for QLCDNumber 11405 vfunc[0]: QLCDNumber::metaObject() const 11406 vfunc[1]: QLCDNumber::qt_metacast(char const*) 11407 vfunc[2]: QLCDNumber::qt_metacall(QMetaObject::Call, int, 11408 void**) 11409 vfunc[3]: QLCDNumber::~QLCDNumber() 11410 vfunc[4]: QLCDNumber::~QLCDNumber() 11411 vfunc[5]: QLCDNumber::event(QEvent*) 11412 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 11413 vfunc[7]: QObject::timerEvent(QTimerEvent*) 11414 vfunc[8]: QObject::childEvent(QChildEvent*) 11415 vfunc[9]: QObject::customEvent(QEvent*) 11416 vfunc[10]: QObject::connectNotify(char const*) 11417 vfunc[11]: QObject::disconnectNotify(char const*) 11418 vfunc[12]: QWidget::devType() const 11419 vfunc[13]: QWidget::setVisible(bool) 11420 vfunc[14]: QLCDNumber::sizeHint() const 11421 vfunc[15]: QWidget::minimumSizeHint() const 11422 vfunc[16]: QWidget::heightForWidth(int) const 11423 vfunc[17]: QWidget::paintEngine() const 11424 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 11425 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 11426 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 11427 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 11428 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 11429 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 11430 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 11431 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 11432 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 11433 vfunc[27]: QWidget::enterEvent(QEvent*) 11434 vfunc[28]: QWidget::leaveEvent(QEvent*) 11435 vfunc[29]: QLCDNumber::paintEvent(QPaintEvent*) 11436 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 11437 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 11438 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 11439 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 11440 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 11441 vfunc[35]: QWidget::actionEvent(QActionEvent*) 11442 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 11443 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 11444 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 11445 vfunc[39]: QWidget::dropEvent(QDropEvent*) 11446 vfunc[40]: QWidget::showEvent(QShowEvent*) 11447 vfunc[41]: QWidget::hideEvent(QHideEvent*) 11448 vfunc[42]: QWidget::x11Event(_XEvent*) 11449 vfunc[43]: QFrame::changeEvent(QEvent*) 11450 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 11451 const 11452 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 11453 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 11454 const 11455 vfunc[47]: QWidget::focusNextPrevChild(bool) 11456 vfunc[48]: QWidget::styleChange(QStyle&) 11457 vfunc[49]: QWidget::enabledChange(bool) 11458 vfunc[50]: QWidget::paletteChange(QPalette const&) 11459 vfunc[51]: QWidget::fontChange(QFont const&) 11460 vfunc[52]: QWidget::windowActivationChange(bool) 11461 vfunc[53]: QWidget::languageChange() 11462 11463 Table 6-435. Secondary vtable for QLCDNumber 11464 Base Offset -8 11465 Virtual Base Offset 0 11466 RTTI typeinfo for QLCDNumber 11467 vfunc[0]: non-virtual thunk to QLCDNumber::~QLCDNumber() 11468 vfunc[1]: non-virtual thunk to QLCDNumber::~QLCDNumber() 11469 vfunc[2]: non-virtual thunk to QWidget::devType() const 11470 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 11471 vfunc[4]: non-virtual thunk to 11472 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 11473 11474 The Run Time Type Information for the QLCDNumber class is 11475 described by Table 6-436 11476 11477 Table 6-436. typeinfo for QLCDNumber 11478 Base Vtable vtable for __cxxabiv1::__si_class_type_info 11479 Name typeinfo name for QLCDNumber 11480 basetype: typeinfo for QFrame 11481 _________________________________________________________ 11482 11483 6.4.1.154. Class data for QStackedWidget 11484 11485 The virtual table for the QStackedWidget class is described by 11486 Table 6-437 11487 11488 Table 6-437. Primary vtable for QStackedWidget 11489 Base Offset 0 11490 Virtual Base Offset 0 11491 RTTI typeinfo for QStackedWidget 11492 vfunc[0]: QStackedWidget::metaObject() const 11493 vfunc[1]: QStackedWidget::qt_metacast(char const*) 11494 vfunc[2]: QStackedWidget::qt_metacall(QMetaObject::Call, int, 11495 void**) 11496 vfunc[3]: QStackedWidget::~QStackedWidget() 11497 vfunc[4]: QStackedWidget::~QStackedWidget() 11498 vfunc[5]: QStackedWidget::event(QEvent*) 11499 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 11500 vfunc[7]: QObject::timerEvent(QTimerEvent*) 11501 vfunc[8]: QObject::childEvent(QChildEvent*) 11502 vfunc[9]: QObject::customEvent(QEvent*) 11503 vfunc[10]: QObject::connectNotify(char const*) 11504 vfunc[11]: QObject::disconnectNotify(char const*) 11505 vfunc[12]: QWidget::devType() const 11506 vfunc[13]: QWidget::setVisible(bool) 11507 vfunc[14]: QFrame::sizeHint() const 11508 vfunc[15]: QWidget::minimumSizeHint() const 11509 vfunc[16]: QWidget::heightForWidth(int) const 11510 vfunc[17]: QWidget::paintEngine() const 11511 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 11512 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 11513 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 11514 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 11515 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 11516 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 11517 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 11518 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 11519 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 11520 vfunc[27]: QWidget::enterEvent(QEvent*) 11521 vfunc[28]: QWidget::leaveEvent(QEvent*) 11522 vfunc[29]: QFrame::paintEvent(QPaintEvent*) 11523 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 11524 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 11525 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 11526 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 11527 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 11528 vfunc[35]: QWidget::actionEvent(QActionEvent*) 11529 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 11530 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 11531 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 11532 vfunc[39]: QWidget::dropEvent(QDropEvent*) 11533 vfunc[40]: QWidget::showEvent(QShowEvent*) 11534 vfunc[41]: QWidget::hideEvent(QHideEvent*) 11535 vfunc[42]: QWidget::x11Event(_XEvent*) 11536 vfunc[43]: QFrame::changeEvent(QEvent*) 11537 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 11538 const 11539 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 11540 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 11541 const 11542 vfunc[47]: QWidget::focusNextPrevChild(bool) 11543 vfunc[48]: QWidget::styleChange(QStyle&) 11544 vfunc[49]: QWidget::enabledChange(bool) 11545 vfunc[50]: QWidget::paletteChange(QPalette const&) 11546 vfunc[51]: QWidget::fontChange(QFont const&) 11547 vfunc[52]: QWidget::windowActivationChange(bool) 11548 vfunc[53]: QWidget::languageChange() 11549 11550 Table 6-438. Secondary vtable for QStackedWidget 11551 Base Offset -8 11552 Virtual Base Offset 0 11553 RTTI typeinfo for QStackedWidget 11554 vfunc[0]: non-virtual thunk to 11555 QStackedWidget::~QStackedWidget() 11556 vfunc[1]: non-virtual thunk to 11557 QStackedWidget::~QStackedWidget() 11558 vfunc[2]: non-virtual thunk to QWidget::devType() const 11559 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 11560 vfunc[4]: non-virtual thunk to 11561 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 11562 11563 The Run Time Type Information for the QStackedWidget class is 11564 described by Table 6-439 11565 11566 Table 6-439. typeinfo for QStackedWidget 11567 Base Vtable vtable for __cxxabiv1::__si_class_type_info 11568 Name typeinfo name for QStackedWidget 11569 basetype: typeinfo for QFrame 11570 _________________________________________________________ 11571 11572 6.4.1.155. Class data for QPushButton 11573 11574 The virtual table for the QPushButton class is described by 11575 Table 6-440 11576 11577 Table 6-440. Primary vtable for QPushButton 11578 Base Offset 0 11579 Virtual Base Offset 0 11580 RTTI typeinfo for QPushButton 11581 vfunc[0]: QPushButton::metaObject() const 11582 vfunc[1]: QPushButton::qt_metacast(char const*) 11583 vfunc[2]: QPushButton::qt_metacall(QMetaObject::Call, int, 11584 void**) 11585 vfunc[3]: QPushButton::~QPushButton() 11586 vfunc[4]: QPushButton::~QPushButton() 11587 vfunc[5]: QPushButton::event(QEvent*) 11588 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 11589 vfunc[7]: QAbstractButton::timerEvent(QTimerEvent*) 11590 vfunc[8]: QObject::childEvent(QChildEvent*) 11591 vfunc[9]: QObject::customEvent(QEvent*) 11592 vfunc[10]: QObject::connectNotify(char const*) 11593 vfunc[11]: QObject::disconnectNotify(char const*) 11594 vfunc[12]: QWidget::devType() const 11595 vfunc[13]: QWidget::setVisible(bool) 11596 vfunc[14]: QPushButton::sizeHint() const 11597 vfunc[15]: QWidget::minimumSizeHint() const 11598 vfunc[16]: QWidget::heightForWidth(int) const 11599 vfunc[17]: QWidget::paintEngine() const 11600 vfunc[18]: QAbstractButton::mousePressEvent(QMouseEvent*) 11601 vfunc[19]: QAbstractButton::mouseReleaseEvent(QMouseEvent*) 11602 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 11603 vfunc[21]: QAbstractButton::mouseMoveEvent(QMouseEvent*) 11604 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 11605 vfunc[23]: QPushButton::keyPressEvent(QKeyEvent*) 11606 vfunc[24]: QAbstractButton::keyReleaseEvent(QKeyEvent*) 11607 vfunc[25]: QPushButton::focusInEvent(QFocusEvent*) 11608 vfunc[26]: QPushButton::focusOutEvent(QFocusEvent*) 11609 vfunc[27]: QWidget::enterEvent(QEvent*) 11610 vfunc[28]: QWidget::leaveEvent(QEvent*) 11611 vfunc[29]: QPushButton::paintEvent(QPaintEvent*) 11612 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 11613 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 11614 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 11615 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 11616 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 11617 vfunc[35]: QWidget::actionEvent(QActionEvent*) 11618 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 11619 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 11620 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 11621 vfunc[39]: QWidget::dropEvent(QDropEvent*) 11622 vfunc[40]: QWidget::showEvent(QShowEvent*) 11623 vfunc[41]: QWidget::hideEvent(QHideEvent*) 11624 vfunc[42]: QWidget::x11Event(_XEvent*) 11625 vfunc[43]: QAbstractButton::changeEvent(QEvent*) 11626 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 11627 const 11628 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 11629 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 11630 const 11631 vfunc[47]: QWidget::focusNextPrevChild(bool) 11632 vfunc[48]: QWidget::styleChange(QStyle&) 11633 vfunc[49]: QWidget::enabledChange(bool) 11634 vfunc[50]: QWidget::paletteChange(QPalette const&) 11635 vfunc[51]: QWidget::fontChange(QFont const&) 11636 vfunc[52]: QWidget::windowActivationChange(bool) 11637 vfunc[53]: QWidget::languageChange() 11638 vfunc[54]: QAbstractButton::hitButton(QPoint const&) const 11639 vfunc[55]: QAbstractButton::checkStateSet() 11640 vfunc[56]: QAbstractButton::nextCheckState() 11641 11642 Table 6-441. Secondary vtable for QPushButton 11643 Base Offset -8 11644 Virtual Base Offset 0 11645 RTTI typeinfo for QPushButton 11646 vfunc[0]: non-virtual thunk to QPushButton::~QPushButton() 11647 vfunc[1]: non-virtual thunk to QPushButton::~QPushButton() 11648 vfunc[2]: non-virtual thunk to QWidget::devType() const 11649 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 11650 vfunc[4]: non-virtual thunk to 11651 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 11652 11653 The Run Time Type Information for the QPushButton class is 11654 described by Table 6-442 11655 11656 Table 6-442. typeinfo for QPushButton 11657 Base Vtable vtable for __cxxabiv1::__si_class_type_info 11658 Name typeinfo name for QPushButton 11659 basetype: typeinfo for QAbstractButton 11660 _________________________________________________________ 11661 11662 6.4.1.156. Class data for QSplashScreen 11663 11664 The virtual table for the QSplashScreen class is described by 11665 Table 6-443 11666 11667 Table 6-443. Primary vtable for QSplashScreen 11668 Base Offset 0 11669 Virtual Base Offset 0 11670 RTTI typeinfo for QSplashScreen 11671 vfunc[0]: QSplashScreen::metaObject() const 11672 vfunc[1]: QSplashScreen::qt_metacast(char const*) 11673 vfunc[2]: QSplashScreen::qt_metacall(QMetaObject::Call, int, 11674 void**) 11675 vfunc[3]: QSplashScreen::~QSplashScreen() 11676 vfunc[4]: QSplashScreen::~QSplashScreen() 11677 vfunc[5]: QSplashScreen::event(QEvent*) 11678 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 11679 vfunc[7]: QObject::timerEvent(QTimerEvent*) 11680 vfunc[8]: QObject::childEvent(QChildEvent*) 11681 vfunc[9]: QObject::customEvent(QEvent*) 11682 vfunc[10]: QObject::connectNotify(char const*) 11683 vfunc[11]: QObject::disconnectNotify(char const*) 11684 vfunc[12]: QWidget::devType() const 11685 vfunc[13]: QWidget::setVisible(bool) 11686 vfunc[14]: QWidget::sizeHint() const 11687 vfunc[15]: QWidget::minimumSizeHint() const 11688 vfunc[16]: QWidget::heightForWidth(int) const 11689 vfunc[17]: QWidget::paintEngine() const 11690 vfunc[18]: QSplashScreen::mousePressEvent(QMouseEvent*) 11691 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 11692 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 11693 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 11694 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 11695 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 11696 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 11697 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 11698 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 11699 vfunc[27]: QWidget::enterEvent(QEvent*) 11700 vfunc[28]: QWidget::leaveEvent(QEvent*) 11701 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 11702 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 11703 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 11704 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 11705 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 11706 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 11707 vfunc[35]: QWidget::actionEvent(QActionEvent*) 11708 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 11709 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 11710 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 11711 vfunc[39]: QWidget::dropEvent(QDropEvent*) 11712 vfunc[40]: QWidget::showEvent(QShowEvent*) 11713 vfunc[41]: QWidget::hideEvent(QHideEvent*) 11714 vfunc[42]: QWidget::x11Event(_XEvent*) 11715 vfunc[43]: QWidget::changeEvent(QEvent*) 11716 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 11717 const 11718 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 11719 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 11720 const 11721 vfunc[47]: QWidget::focusNextPrevChild(bool) 11722 vfunc[48]: QWidget::styleChange(QStyle&) 11723 vfunc[49]: QWidget::enabledChange(bool) 11724 vfunc[50]: QWidget::paletteChange(QPalette const&) 11725 vfunc[51]: QWidget::fontChange(QFont const&) 11726 vfunc[52]: QWidget::windowActivationChange(bool) 11727 vfunc[53]: QWidget::languageChange() 11728 vfunc[54]: QSplashScreen::drawContents(QPainter*) 11729 11730 Table 6-444. Secondary vtable for QSplashScreen 11731 Base Offset -8 11732 Virtual Base Offset 0 11733 RTTI typeinfo for QSplashScreen 11734 vfunc[0]: non-virtual thunk to QSplashScreen::~QSplashScreen() 11735 vfunc[1]: non-virtual thunk to QSplashScreen::~QSplashScreen() 11736 vfunc[2]: non-virtual thunk to QWidget::devType() const 11737 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 11738 vfunc[4]: non-virtual thunk to 11739 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 11740 11741 The Run Time Type Information for the QSplashScreen class is 11742 described by Table 6-445 11743 11744 Table 6-445. typeinfo for QSplashScreen 11745 Base Vtable vtable for __cxxabiv1::__si_class_type_info 11746 Name typeinfo name for QSplashScreen 11747 basetype: typeinfo for QWidget 11748 _________________________________________________________ 11749 11750 6.4.1.157. Class data for QDateTimeEdit 11751 11752 The virtual table for the QDateTimeEdit class is described by 11753 Table 6-446 11754 11755 Table 6-446. Primary vtable for QDateTimeEdit 11756 Base Offset 0 11757 Virtual Base Offset 0 11758 RTTI typeinfo for QDateTimeEdit 11759 vfunc[0]: QDateTimeEdit::metaObject() const 11760 vfunc[1]: QDateTimeEdit::qt_metacast(char const*) 11761 vfunc[2]: QDateTimeEdit::qt_metacall(QMetaObject::Call, int, 11762 void**) 11763 vfunc[3]: QDateTimeEdit::~QDateTimeEdit() 11764 vfunc[4]: QDateTimeEdit::~QDateTimeEdit() 11765 vfunc[5]: QDateTimeEdit::event(QEvent*) 11766 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 11767 vfunc[7]: QAbstractSpinBox::timerEvent(QTimerEvent*) 11768 vfunc[8]: QObject::childEvent(QChildEvent*) 11769 vfunc[9]: QObject::customEvent(QEvent*) 11770 vfunc[10]: QObject::connectNotify(char const*) 11771 vfunc[11]: QObject::disconnectNotify(char const*) 11772 vfunc[12]: QWidget::devType() const 11773 vfunc[13]: QWidget::setVisible(bool) 11774 vfunc[14]: QDateTimeEdit::sizeHint() const 11775 vfunc[15]: QAbstractSpinBox::minimumSizeHint() const 11776 vfunc[16]: QWidget::heightForWidth(int) const 11777 vfunc[17]: QWidget::paintEngine() const 11778 vfunc[18]: QAbstractSpinBox::mousePressEvent(QMouseEvent*) 11779 vfunc[19]: QAbstractSpinBox::mouseReleaseEvent(QMouseEvent*) 11780 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 11781 vfunc[21]: QAbstractSpinBox::mouseMoveEvent(QMouseEvent*) 11782 vfunc[22]: QDateTimeEdit::wheelEvent(QWheelEvent*) 11783 vfunc[23]: QDateTimeEdit::keyPressEvent(QKeyEvent*) 11784 vfunc[24]: QAbstractSpinBox::keyReleaseEvent(QKeyEvent*) 11785 vfunc[25]: QDateTimeEdit::focusInEvent(QFocusEvent*) 11786 vfunc[26]: QAbstractSpinBox::focusOutEvent(QFocusEvent*) 11787 vfunc[27]: QWidget::enterEvent(QEvent*) 11788 vfunc[28]: QWidget::leaveEvent(QEvent*) 11789 vfunc[29]: QAbstractSpinBox::paintEvent(QPaintEvent*) 11790 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 11791 vfunc[31]: QAbstractSpinBox::resizeEvent(QResizeEvent*) 11792 vfunc[32]: QAbstractSpinBox::closeEvent(QCloseEvent*) 11793 vfunc[33]: 11794 QAbstractSpinBox::contextMenuEvent(QContextMenuEvent*) 11795 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 11796 vfunc[35]: QWidget::actionEvent(QActionEvent*) 11797 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 11798 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 11799 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 11800 vfunc[39]: QWidget::dropEvent(QDropEvent*) 11801 vfunc[40]: QAbstractSpinBox::showEvent(QShowEvent*) 11802 vfunc[41]: QAbstractSpinBox::hideEvent(QHideEvent*) 11803 vfunc[42]: QWidget::x11Event(_XEvent*) 11804 vfunc[43]: QAbstractSpinBox::changeEvent(QEvent*) 11805 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 11806 const 11807 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 11808 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 11809 const 11810 vfunc[47]: QDateTimeEdit::focusNextPrevChild(bool) 11811 vfunc[48]: QWidget::styleChange(QStyle&) 11812 vfunc[49]: QWidget::enabledChange(bool) 11813 vfunc[50]: QWidget::paletteChange(QPalette const&) 11814 vfunc[51]: QWidget::fontChange(QFont const&) 11815 vfunc[52]: QWidget::windowActivationChange(bool) 11816 vfunc[53]: QWidget::languageChange() 11817 vfunc[54]: QDateTimeEdit::validate(QString&, int&) const 11818 vfunc[55]: QDateTimeEdit::fixup(QString&) const 11819 vfunc[56]: QDateTimeEdit::stepBy(int) 11820 vfunc[57]: QDateTimeEdit::clear() 11821 vfunc[58]: QDateTimeEdit::stepEnabled() const 11822 vfunc[59]: QDateTimeEdit::dateTimeFromText(QString const&) 11823 const 11824 vfunc[60]: QDateTimeEdit::textFromDateTime(QDateTime const&) 11825 const 11826 11827 Table 6-447. Secondary vtable for QDateTimeEdit 11828 Base Offset -8 11829 Virtual Base Offset 0 11830 RTTI typeinfo for QDateTimeEdit 11831 vfunc[0]: non-virtual thunk to QDateTimeEdit::~QDateTimeEdit() 11832 vfunc[1]: non-virtual thunk to QDateTimeEdit::~QDateTimeEdit() 11833 vfunc[2]: non-virtual thunk to QWidget::devType() const 11834 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 11835 vfunc[4]: non-virtual thunk to 11836 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 11837 11838 The Run Time Type Information for the QDateTimeEdit class is 11839 described by Table 6-448 11840 11841 Table 6-448. typeinfo for QDateTimeEdit 11842 Base Vtable vtable for __cxxabiv1::__si_class_type_info 11843 Name typeinfo name for QDateTimeEdit 11844 basetype: typeinfo for QAbstractSpinBox 11845 _________________________________________________________ 11846 11847 6.4.1.158. Class data for QTimeEdit 11848 11849 The virtual table for the QTimeEdit class is described by 11850 Table 6-449 11851 11852 Table 6-449. Primary vtable for QTimeEdit 11853 Base Offset 0 11854 Virtual Base Offset 0 11855 RTTI typeinfo for QTimeEdit 11856 vfunc[0]: QTimeEdit::metaObject() const 11857 vfunc[1]: QTimeEdit::qt_metacast(char const*) 11858 vfunc[2]: QTimeEdit::qt_metacall(QMetaObject::Call, int, 11859 void**) 11860 vfunc[3]: QTimeEdit::~QTimeEdit() 11861 vfunc[4]: QTimeEdit::~QTimeEdit() 11862 vfunc[5]: QDateTimeEdit::event(QEvent*) 11863 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 11864 vfunc[7]: QAbstractSpinBox::timerEvent(QTimerEvent*) 11865 vfunc[8]: QObject::childEvent(QChildEvent*) 11866 vfunc[9]: QObject::customEvent(QEvent*) 11867 vfunc[10]: QObject::connectNotify(char const*) 11868 vfunc[11]: QObject::disconnectNotify(char const*) 11869 vfunc[12]: QWidget::devType() const 11870 vfunc[13]: QWidget::setVisible(bool) 11871 vfunc[14]: QDateTimeEdit::sizeHint() const 11872 vfunc[15]: QAbstractSpinBox::minimumSizeHint() const 11873 vfunc[16]: QWidget::heightForWidth(int) const 11874 vfunc[17]: QWidget::paintEngine() const 11875 vfunc[18]: QAbstractSpinBox::mousePressEvent(QMouseEvent*) 11876 vfunc[19]: QAbstractSpinBox::mouseReleaseEvent(QMouseEvent*) 11877 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 11878 vfunc[21]: QAbstractSpinBox::mouseMoveEvent(QMouseEvent*) 11879 vfunc[22]: QDateTimeEdit::wheelEvent(QWheelEvent*) 11880 vfunc[23]: QDateTimeEdit::keyPressEvent(QKeyEvent*) 11881 vfunc[24]: QAbstractSpinBox::keyReleaseEvent(QKeyEvent*) 11882 vfunc[25]: QDateTimeEdit::focusInEvent(QFocusEvent*) 11883 vfunc[26]: QAbstractSpinBox::focusOutEvent(QFocusEvent*) 11884 vfunc[27]: QWidget::enterEvent(QEvent*) 11885 vfunc[28]: QWidget::leaveEvent(QEvent*) 11886 vfunc[29]: QAbstractSpinBox::paintEvent(QPaintEvent*) 11887 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 11888 vfunc[31]: QAbstractSpinBox::resizeEvent(QResizeEvent*) 11889 vfunc[32]: QAbstractSpinBox::closeEvent(QCloseEvent*) 11890 vfunc[33]: 11891 QAbstractSpinBox::contextMenuEvent(QContextMenuEvent*) 11892 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 11893 vfunc[35]: QWidget::actionEvent(QActionEvent*) 11894 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 11895 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 11896 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 11897 vfunc[39]: QWidget::dropEvent(QDropEvent*) 11898 vfunc[40]: QAbstractSpinBox::showEvent(QShowEvent*) 11899 vfunc[41]: QAbstractSpinBox::hideEvent(QHideEvent*) 11900 vfunc[42]: QWidget::x11Event(_XEvent*) 11901 vfunc[43]: QAbstractSpinBox::changeEvent(QEvent*) 11902 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 11903 const 11904 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 11905 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 11906 const 11907 vfunc[47]: QDateTimeEdit::focusNextPrevChild(bool) 11908 vfunc[48]: QWidget::styleChange(QStyle&) 11909 vfunc[49]: QWidget::enabledChange(bool) 11910 vfunc[50]: QWidget::paletteChange(QPalette const&) 11911 vfunc[51]: QWidget::fontChange(QFont const&) 11912 vfunc[52]: QWidget::windowActivationChange(bool) 11913 vfunc[53]: QWidget::languageChange() 11914 vfunc[54]: QDateTimeEdit::validate(QString&, int&) const 11915 vfunc[55]: QDateTimeEdit::fixup(QString&) const 11916 vfunc[56]: QDateTimeEdit::stepBy(int) 11917 vfunc[57]: QDateTimeEdit::clear() 11918 vfunc[58]: QDateTimeEdit::stepEnabled() const 11919 vfunc[59]: QDateTimeEdit::dateTimeFromText(QString const&) 11920 const 11921 vfunc[60]: QDateTimeEdit::textFromDateTime(QDateTime const&) 11922 const 11923 11924 Table 6-450. Secondary vtable for QTimeEdit 11925 Base Offset -8 11926 Virtual Base Offset 0 11927 RTTI typeinfo for QTimeEdit 11928 vfunc[0]: non-virtual thunk to QTimeEdit::~QTimeEdit() 11929 vfunc[1]: non-virtual thunk to QTimeEdit::~QTimeEdit() 11930 vfunc[2]: non-virtual thunk to QWidget::devType() const 11931 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 11932 vfunc[4]: non-virtual thunk to 11933 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 11934 11935 The Run Time Type Information for the QTimeEdit class is 11936 described by Table 6-451 11937 11938 Table 6-451. typeinfo for QTimeEdit 11939 Base Vtable vtable for __cxxabiv1::__si_class_type_info 11940 Name typeinfo name for QTimeEdit 11941 basetype: typeinfo for QDateTimeEdit 11942 _________________________________________________________ 11943 11944 6.4.1.159. Class data for QDateEdit 11945 11946 The virtual table for the QDateEdit class is described by 11947 Table 6-452 11948 11949 Table 6-452. Primary vtable for QDateEdit 11950 Base Offset 0 11951 Virtual Base Offset 0 11952 RTTI typeinfo for QDateEdit 11953 vfunc[0]: QDateEdit::metaObject() const 11954 vfunc[1]: QDateEdit::qt_metacast(char const*) 11955 vfunc[2]: QDateEdit::qt_metacall(QMetaObject::Call, int, 11956 void**) 11957 vfunc[3]: QDateEdit::~QDateEdit() 11958 vfunc[4]: QDateEdit::~QDateEdit() 11959 vfunc[5]: QDateTimeEdit::event(QEvent*) 11960 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 11961 vfunc[7]: QAbstractSpinBox::timerEvent(QTimerEvent*) 11962 vfunc[8]: QObject::childEvent(QChildEvent*) 11963 vfunc[9]: QObject::customEvent(QEvent*) 11964 vfunc[10]: QObject::connectNotify(char const*) 11965 vfunc[11]: QObject::disconnectNotify(char const*) 11966 vfunc[12]: QWidget::devType() const 11967 vfunc[13]: QWidget::setVisible(bool) 11968 vfunc[14]: QDateTimeEdit::sizeHint() const 11969 vfunc[15]: QAbstractSpinBox::minimumSizeHint() const 11970 vfunc[16]: QWidget::heightForWidth(int) const 11971 vfunc[17]: QWidget::paintEngine() const 11972 vfunc[18]: QAbstractSpinBox::mousePressEvent(QMouseEvent*) 11973 vfunc[19]: QAbstractSpinBox::mouseReleaseEvent(QMouseEvent*) 11974 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 11975 vfunc[21]: QAbstractSpinBox::mouseMoveEvent(QMouseEvent*) 11976 vfunc[22]: QDateTimeEdit::wheelEvent(QWheelEvent*) 11977 vfunc[23]: QDateTimeEdit::keyPressEvent(QKeyEvent*) 11978 vfunc[24]: QAbstractSpinBox::keyReleaseEvent(QKeyEvent*) 11979 vfunc[25]: QDateTimeEdit::focusInEvent(QFocusEvent*) 11980 vfunc[26]: QAbstractSpinBox::focusOutEvent(QFocusEvent*) 11981 vfunc[27]: QWidget::enterEvent(QEvent*) 11982 vfunc[28]: QWidget::leaveEvent(QEvent*) 11983 vfunc[29]: QAbstractSpinBox::paintEvent(QPaintEvent*) 11984 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 11985 vfunc[31]: QAbstractSpinBox::resizeEvent(QResizeEvent*) 11986 vfunc[32]: QAbstractSpinBox::closeEvent(QCloseEvent*) 11987 vfunc[33]: 11988 QAbstractSpinBox::contextMenuEvent(QContextMenuEvent*) 11989 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 11990 vfunc[35]: QWidget::actionEvent(QActionEvent*) 11991 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 11992 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 11993 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 11994 vfunc[39]: QWidget::dropEvent(QDropEvent*) 11995 vfunc[40]: QAbstractSpinBox::showEvent(QShowEvent*) 11996 vfunc[41]: QAbstractSpinBox::hideEvent(QHideEvent*) 11997 vfunc[42]: QWidget::x11Event(_XEvent*) 11998 vfunc[43]: QAbstractSpinBox::changeEvent(QEvent*) 11999 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 12000 const 12001 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 12002 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 12003 const 12004 vfunc[47]: QDateTimeEdit::focusNextPrevChild(bool) 12005 vfunc[48]: QWidget::styleChange(QStyle&) 12006 vfunc[49]: QWidget::enabledChange(bool) 12007 vfunc[50]: QWidget::paletteChange(QPalette const&) 12008 vfunc[51]: QWidget::fontChange(QFont const&) 12009 vfunc[52]: QWidget::windowActivationChange(bool) 12010 vfunc[53]: QWidget::languageChange() 12011 vfunc[54]: QDateTimeEdit::validate(QString&, int&) const 12012 vfunc[55]: QDateTimeEdit::fixup(QString&) const 12013 vfunc[56]: QDateTimeEdit::stepBy(int) 12014 vfunc[57]: QDateTimeEdit::clear() 12015 vfunc[58]: QDateTimeEdit::stepEnabled() const 12016 vfunc[59]: QDateTimeEdit::dateTimeFromText(QString const&) 12017 const 12018 vfunc[60]: QDateTimeEdit::textFromDateTime(QDateTime const&) 12019 const 12020 12021 Table 6-453. Secondary vtable for QDateEdit 12022 Base Offset -8 12023 Virtual Base Offset 0 12024 RTTI typeinfo for QDateEdit 12025 vfunc[0]: non-virtual thunk to QDateEdit::~QDateEdit() 12026 vfunc[1]: non-virtual thunk to QDateEdit::~QDateEdit() 12027 vfunc[2]: non-virtual thunk to QWidget::devType() const 12028 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 12029 vfunc[4]: non-virtual thunk to 12030 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 12031 12032 The Run Time Type Information for the QDateEdit class is 12033 described by Table 6-454 12034 12035 Table 6-454. typeinfo for QDateEdit 12036 Base Vtable vtable for __cxxabiv1::__si_class_type_info 12037 Name typeinfo name for QDateEdit 12038 basetype: typeinfo for QDateTimeEdit 12039 _________________________________________________________ 12040 12041 6.4.1.160. Class data for QLabel 12042 12043 The virtual table for the QLabel class is described by Table 12044 6-455 12045 12046 Table 6-455. Primary vtable for QLabel 12047 Base Offset 0 12048 Virtual Base Offset 0 12049 RTTI typeinfo for QLabel 12050 vfunc[0]: QLabel::metaObject() const 12051 vfunc[1]: QLabel::qt_metacast(char const*) 12052 vfunc[2]: QLabel::qt_metacall(QMetaObject::Call, int, void**) 12053 vfunc[3]: QLabel::~QLabel() 12054 vfunc[4]: QLabel::~QLabel() 12055 vfunc[5]: QLabel::event(QEvent*) 12056 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 12057 vfunc[7]: QObject::timerEvent(QTimerEvent*) 12058 vfunc[8]: QObject::childEvent(QChildEvent*) 12059 vfunc[9]: QObject::customEvent(QEvent*) 12060 vfunc[10]: QObject::connectNotify(char const*) 12061 vfunc[11]: QObject::disconnectNotify(char const*) 12062 vfunc[12]: QWidget::devType() const 12063 vfunc[13]: QWidget::setVisible(bool) 12064 vfunc[14]: QLabel::sizeHint() const 12065 vfunc[15]: QLabel::minimumSizeHint() const 12066 vfunc[16]: QLabel::heightForWidth(int) const 12067 vfunc[17]: QWidget::paintEngine() const 12068 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 12069 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 12070 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 12071 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 12072 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 12073 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 12074 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 12075 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 12076 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 12077 vfunc[27]: QWidget::enterEvent(QEvent*) 12078 vfunc[28]: QWidget::leaveEvent(QEvent*) 12079 vfunc[29]: QLabel::paintEvent(QPaintEvent*) 12080 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 12081 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 12082 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 12083 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 12084 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 12085 vfunc[35]: QWidget::actionEvent(QActionEvent*) 12086 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 12087 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 12088 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 12089 vfunc[39]: QWidget::dropEvent(QDropEvent*) 12090 vfunc[40]: QWidget::showEvent(QShowEvent*) 12091 vfunc[41]: QWidget::hideEvent(QHideEvent*) 12092 vfunc[42]: QWidget::x11Event(_XEvent*) 12093 vfunc[43]: QLabel::changeEvent(QEvent*) 12094 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 12095 const 12096 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 12097 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 12098 const 12099 vfunc[47]: QWidget::focusNextPrevChild(bool) 12100 vfunc[48]: QWidget::styleChange(QStyle&) 12101 vfunc[49]: QWidget::enabledChange(bool) 12102 vfunc[50]: QWidget::paletteChange(QPalette const&) 12103 vfunc[51]: QWidget::fontChange(QFont const&) 12104 vfunc[52]: QWidget::windowActivationChange(bool) 12105 vfunc[53]: QWidget::languageChange() 12106 12107 Table 6-456. Secondary vtable for QLabel 12108 Base Offset -8 12109 Virtual Base Offset 0 12110 RTTI typeinfo for QLabel 12111 vfunc[0]: non-virtual thunk to QLabel::~QLabel() 12112 vfunc[1]: non-virtual thunk to QLabel::~QLabel() 12113 vfunc[2]: non-virtual thunk to QWidget::devType() const 12114 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 12115 vfunc[4]: non-virtual thunk to 12116 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 12117 12118 The Run Time Type Information for the QLabel class is 12119 described by Table 6-457 12120 12121 Table 6-457. typeinfo for QLabel 12122 Base Vtable vtable for __cxxabiv1::__si_class_type_info 12123 Name typeinfo name for QLabel 12124 basetype: typeinfo for QFrame 12125 _________________________________________________________ 12126 12127 6.4.1.161. Class data for QDockWidget 12128 12129 The virtual table for the QDockWidget class is described by 12130 Table 6-458 12131 12132 Table 6-458. Primary vtable for QDockWidget 12133 Base Offset 0 12134 Virtual Base Offset 0 12135 RTTI typeinfo for QDockWidget 12136 vfunc[0]: QDockWidget::metaObject() const 12137 vfunc[1]: QDockWidget::qt_metacast(char const*) 12138 vfunc[2]: QDockWidget::qt_metacall(QMetaObject::Call, int, 12139 void**) 12140 vfunc[3]: QDockWidget::~QDockWidget() 12141 vfunc[4]: QDockWidget::~QDockWidget() 12142 vfunc[5]: QDockWidget::event(QEvent*) 12143 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 12144 vfunc[7]: QObject::timerEvent(QTimerEvent*) 12145 vfunc[8]: QObject::childEvent(QChildEvent*) 12146 vfunc[9]: QObject::customEvent(QEvent*) 12147 vfunc[10]: QObject::connectNotify(char const*) 12148 vfunc[11]: QObject::disconnectNotify(char const*) 12149 vfunc[12]: QWidget::devType() const 12150 vfunc[13]: QWidget::setVisible(bool) 12151 vfunc[14]: QWidget::sizeHint() const 12152 vfunc[15]: QWidget::minimumSizeHint() const 12153 vfunc[16]: QWidget::heightForWidth(int) const 12154 vfunc[17]: QWidget::paintEngine() const 12155 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 12156 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 12157 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 12158 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 12159 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 12160 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 12161 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 12162 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 12163 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 12164 vfunc[27]: QWidget::enterEvent(QEvent*) 12165 vfunc[28]: QWidget::leaveEvent(QEvent*) 12166 vfunc[29]: QDockWidget::paintEvent(QPaintEvent*) 12167 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 12168 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 12169 vfunc[32]: QDockWidget::closeEvent(QCloseEvent*) 12170 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 12171 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 12172 vfunc[35]: QWidget::actionEvent(QActionEvent*) 12173 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 12174 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 12175 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 12176 vfunc[39]: QWidget::dropEvent(QDropEvent*) 12177 vfunc[40]: QWidget::showEvent(QShowEvent*) 12178 vfunc[41]: QWidget::hideEvent(QHideEvent*) 12179 vfunc[42]: QWidget::x11Event(_XEvent*) 12180 vfunc[43]: QDockWidget::changeEvent(QEvent*) 12181 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 12182 const 12183 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 12184 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 12185 const 12186 vfunc[47]: QWidget::focusNextPrevChild(bool) 12187 vfunc[48]: QWidget::styleChange(QStyle&) 12188 vfunc[49]: QWidget::enabledChange(bool) 12189 vfunc[50]: QWidget::paletteChange(QPalette const&) 12190 vfunc[51]: QWidget::fontChange(QFont const&) 12191 vfunc[52]: QWidget::windowActivationChange(bool) 12192 vfunc[53]: QWidget::languageChange() 12193 12194 Table 6-459. Secondary vtable for QDockWidget 12195 Base Offset -8 12196 Virtual Base Offset 0 12197 RTTI typeinfo for QDockWidget 12198 vfunc[0]: non-virtual thunk to QDockWidget::~QDockWidget() 12199 vfunc[1]: non-virtual thunk to QDockWidget::~QDockWidget() 12200 vfunc[2]: non-virtual thunk to QWidget::devType() const 12201 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 12202 vfunc[4]: non-virtual thunk to 12203 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 12204 12205 The Run Time Type Information for the QDockWidget class is 12206 described by Table 6-460 12207 12208 Table 6-460. typeinfo for QDockWidget 12209 Base Vtable vtable for __cxxabiv1::__si_class_type_info 12210 Name typeinfo name for QDockWidget 12211 basetype: typeinfo for QWidget 12212 _________________________________________________________ 12213 12214 6.4.1.162. Class data for QGroupBox 12215 12216 The virtual table for the QGroupBox class is described by 12217 Table 6-461 12218 12219 Table 6-461. Primary vtable for QGroupBox 12220 Base Offset 0 12221 Virtual Base Offset 0 12222 RTTI typeinfo for QGroupBox 12223 vfunc[0]: QGroupBox::metaObject() const 12224 vfunc[1]: QGroupBox::qt_metacast(char const*) 12225 vfunc[2]: QGroupBox::qt_metacall(QMetaObject::Call, int, 12226 void**) 12227 vfunc[3]: QGroupBox::~QGroupBox() 12228 vfunc[4]: QGroupBox::~QGroupBox() 12229 vfunc[5]: QGroupBox::event(QEvent*) 12230 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 12231 vfunc[7]: QObject::timerEvent(QTimerEvent*) 12232 vfunc[8]: QGroupBox::childEvent(QChildEvent*) 12233 vfunc[9]: QObject::customEvent(QEvent*) 12234 vfunc[10]: QObject::connectNotify(char const*) 12235 vfunc[11]: QObject::disconnectNotify(char const*) 12236 vfunc[12]: QWidget::devType() const 12237 vfunc[13]: QWidget::setVisible(bool) 12238 vfunc[14]: QWidget::sizeHint() const 12239 vfunc[15]: QGroupBox::minimumSizeHint() const 12240 vfunc[16]: QWidget::heightForWidth(int) const 12241 vfunc[17]: QWidget::paintEngine() const 12242 vfunc[18]: QGroupBox::mousePressEvent(QMouseEvent*) 12243 vfunc[19]: QGroupBox::mouseReleaseEvent(QMouseEvent*) 12244 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 12245 vfunc[21]: QGroupBox::mouseMoveEvent(QMouseEvent*) 12246 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 12247 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 12248 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 12249 vfunc[25]: QGroupBox::focusInEvent(QFocusEvent*) 12250 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 12251 vfunc[27]: QWidget::enterEvent(QEvent*) 12252 vfunc[28]: QWidget::leaveEvent(QEvent*) 12253 vfunc[29]: QGroupBox::paintEvent(QPaintEvent*) 12254 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 12255 vfunc[31]: QGroupBox::resizeEvent(QResizeEvent*) 12256 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 12257 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 12258 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 12259 vfunc[35]: QWidget::actionEvent(QActionEvent*) 12260 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 12261 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 12262 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 12263 vfunc[39]: QWidget::dropEvent(QDropEvent*) 12264 vfunc[40]: QWidget::showEvent(QShowEvent*) 12265 vfunc[41]: QWidget::hideEvent(QHideEvent*) 12266 vfunc[42]: QWidget::x11Event(_XEvent*) 12267 vfunc[43]: QGroupBox::changeEvent(QEvent*) 12268 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 12269 const 12270 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 12271 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 12272 const 12273 vfunc[47]: QWidget::focusNextPrevChild(bool) 12274 vfunc[48]: QWidget::styleChange(QStyle&) 12275 vfunc[49]: QWidget::enabledChange(bool) 12276 vfunc[50]: QWidget::paletteChange(QPalette const&) 12277 vfunc[51]: QWidget::fontChange(QFont const&) 12278 vfunc[52]: QWidget::windowActivationChange(bool) 12279 vfunc[53]: QWidget::languageChange() 12280 12281 Table 6-462. Secondary vtable for QGroupBox 12282 Base Offset -8 12283 Virtual Base Offset 0 12284 RTTI typeinfo for QGroupBox 12285 vfunc[0]: non-virtual thunk to QGroupBox::~QGroupBox() 12286 vfunc[1]: non-virtual thunk to QGroupBox::~QGroupBox() 12287 vfunc[2]: non-virtual thunk to QWidget::devType() const 12288 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 12289 vfunc[4]: non-virtual thunk to 12290 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 12291 12292 The Run Time Type Information for the QGroupBox class is 12293 described by Table 6-463 12294 12295 Table 6-463. typeinfo for QGroupBox 12296 Base Vtable vtable for __cxxabiv1::__si_class_type_info 12297 Name typeinfo name for QGroupBox 12298 basetype: typeinfo for QWidget 12299 _________________________________________________________ 12300 12301 6.4.1.163. Class data for QMainWindow 12302 12303 The virtual table for the QMainWindow class is described by 12304 Table 6-464 12305 12306 Table 6-464. Primary vtable for QMainWindow 12307 Base Offset 0 12308 Virtual Base Offset 0 12309 RTTI typeinfo for QMainWindow 12310 vfunc[0]: QMainWindow::metaObject() const 12311 vfunc[1]: QMainWindow::qt_metacast(char const*) 12312 vfunc[2]: QMainWindow::qt_metacall(QMetaObject::Call, int, 12313 void**) 12314 vfunc[3]: QMainWindow::~QMainWindow() 12315 vfunc[4]: QMainWindow::~QMainWindow() 12316 vfunc[5]: QMainWindow::event(QEvent*) 12317 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 12318 vfunc[7]: QObject::timerEvent(QTimerEvent*) 12319 vfunc[8]: QObject::childEvent(QChildEvent*) 12320 vfunc[9]: QObject::customEvent(QEvent*) 12321 vfunc[10]: QObject::connectNotify(char const*) 12322 vfunc[11]: QObject::disconnectNotify(char const*) 12323 vfunc[12]: QWidget::devType() const 12324 vfunc[13]: QWidget::setVisible(bool) 12325 vfunc[14]: QWidget::sizeHint() const 12326 vfunc[15]: QWidget::minimumSizeHint() const 12327 vfunc[16]: QWidget::heightForWidth(int) const 12328 vfunc[17]: QWidget::paintEngine() const 12329 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 12330 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 12331 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 12332 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 12333 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 12334 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 12335 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 12336 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 12337 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 12338 vfunc[27]: QWidget::enterEvent(QEvent*) 12339 vfunc[28]: QWidget::leaveEvent(QEvent*) 12340 vfunc[29]: QWidget::paintEvent(QPaintEvent*) 12341 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 12342 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 12343 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 12344 vfunc[33]: QMainWindow::contextMenuEvent(QContextMenuEvent*) 12345 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 12346 vfunc[35]: QWidget::actionEvent(QActionEvent*) 12347 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 12348 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 12349 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 12350 vfunc[39]: QWidget::dropEvent(QDropEvent*) 12351 vfunc[40]: QWidget::showEvent(QShowEvent*) 12352 vfunc[41]: QWidget::hideEvent(QHideEvent*) 12353 vfunc[42]: QWidget::x11Event(_XEvent*) 12354 vfunc[43]: QWidget::changeEvent(QEvent*) 12355 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 12356 const 12357 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 12358 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 12359 const 12360 vfunc[47]: QWidget::focusNextPrevChild(bool) 12361 vfunc[48]: QWidget::styleChange(QStyle&) 12362 vfunc[49]: QWidget::enabledChange(bool) 12363 vfunc[50]: QWidget::paletteChange(QPalette const&) 12364 vfunc[51]: QWidget::fontChange(QFont const&) 12365 vfunc[52]: QWidget::windowActivationChange(bool) 12366 vfunc[53]: QWidget::languageChange() 12367 vfunc[54]: QMainWindow::createPopupMenu() 12368 12369 Table 6-465. Secondary vtable for QMainWindow 12370 Base Offset -8 12371 Virtual Base Offset 0 12372 RTTI typeinfo for QMainWindow 12373 vfunc[0]: non-virtual thunk to QMainWindow::~QMainWindow() 12374 vfunc[1]: non-virtual thunk to QMainWindow::~QMainWindow() 12375 vfunc[2]: non-virtual thunk to QWidget::devType() const 12376 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 12377 vfunc[4]: non-virtual thunk to 12378 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 12379 12380 The Run Time Type Information for the QMainWindow class is 12381 described by Table 6-466 12382 12383 Table 6-466. typeinfo for QMainWindow 12384 Base Vtable vtable for __cxxabiv1::__si_class_type_info 12385 Name typeinfo name for QMainWindow 12386 basetype: typeinfo for QWidget 12387 _________________________________________________________ 12388 12389 6.4.1.164. Class data for QTextEdit 12390 12391 The virtual table for the QTextEdit class is described by 12392 Table 6-467 12393 12394 Table 6-467. Primary vtable for QTextEdit 12395 Base Offset 0 12396 Virtual Base Offset 0 12397 RTTI typeinfo for QTextEdit 12398 vfunc[0]: QTextEdit::metaObject() const 12399 vfunc[1]: QTextEdit::qt_metacast(char const*) 12400 vfunc[2]: QTextEdit::qt_metacall(QMetaObject::Call, int, 12401 void**) 12402 vfunc[3]: QTextEdit::~QTextEdit() 12403 vfunc[4]: QTextEdit::~QTextEdit() 12404 vfunc[5]: QTextEdit::event(QEvent*) 12405 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 12406 vfunc[7]: QTextEdit::timerEvent(QTimerEvent*) 12407 vfunc[8]: QObject::childEvent(QChildEvent*) 12408 vfunc[9]: QObject::customEvent(QEvent*) 12409 vfunc[10]: QObject::connectNotify(char const*) 12410 vfunc[11]: QObject::disconnectNotify(char const*) 12411 vfunc[12]: QWidget::devType() const 12412 vfunc[13]: QWidget::setVisible(bool) 12413 vfunc[14]: QAbstractScrollArea::sizeHint() const 12414 vfunc[15]: QAbstractScrollArea::minimumSizeHint() const 12415 vfunc[16]: QWidget::heightForWidth(int) const 12416 vfunc[17]: QWidget::paintEngine() const 12417 vfunc[18]: QTextEdit::mousePressEvent(QMouseEvent*) 12418 vfunc[19]: QTextEdit::mouseReleaseEvent(QMouseEvent*) 12419 vfunc[20]: QTextEdit::mouseDoubleClickEvent(QMouseEvent*) 12420 vfunc[21]: QTextEdit::mouseMoveEvent(QMouseEvent*) 12421 vfunc[22]: QTextEdit::wheelEvent(QWheelEvent*) 12422 vfunc[23]: QTextEdit::keyPressEvent(QKeyEvent*) 12423 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 12424 vfunc[25]: QTextEdit::focusInEvent(QFocusEvent*) 12425 vfunc[26]: QTextEdit::focusOutEvent(QFocusEvent*) 12426 vfunc[27]: QWidget::enterEvent(QEvent*) 12427 vfunc[28]: QWidget::leaveEvent(QEvent*) 12428 vfunc[29]: QTextEdit::paintEvent(QPaintEvent*) 12429 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 12430 vfunc[31]: QTextEdit::resizeEvent(QResizeEvent*) 12431 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 12432 vfunc[33]: QTextEdit::contextMenuEvent(QContextMenuEvent*) 12433 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 12434 vfunc[35]: QWidget::actionEvent(QActionEvent*) 12435 vfunc[36]: QTextEdit::dragEnterEvent(QDragEnterEvent*) 12436 vfunc[37]: QTextEdit::dragMoveEvent(QDragMoveEvent*) 12437 vfunc[38]: QTextEdit::dragLeaveEvent(QDragLeaveEvent*) 12438 vfunc[39]: QTextEdit::dropEvent(QDropEvent*) 12439 vfunc[40]: QTextEdit::showEvent(QShowEvent*) 12440 vfunc[41]: QWidget::hideEvent(QHideEvent*) 12441 vfunc[42]: QWidget::x11Event(_XEvent*) 12442 vfunc[43]: QTextEdit::changeEvent(QEvent*) 12443 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 12444 const 12445 vfunc[45]: QTextEdit::inputMethodEvent(QInputMethodEvent*) 12446 vfunc[46]: QTextEdit::inputMethodQuery(Qt::InputMethodQuery) 12447 const 12448 vfunc[47]: QTextEdit::focusNextPrevChild(bool) 12449 vfunc[48]: QWidget::styleChange(QStyle&) 12450 vfunc[49]: QWidget::enabledChange(bool) 12451 vfunc[50]: QWidget::paletteChange(QPalette const&) 12452 vfunc[51]: QWidget::fontChange(QFont const&) 12453 vfunc[52]: QWidget::windowActivationChange(bool) 12454 vfunc[53]: QWidget::languageChange() 12455 vfunc[54]: QAbstractScrollArea::viewportEvent(QEvent*) 12456 vfunc[55]: QTextEdit::scrollContentsBy(int, int) 12457 vfunc[56]: QTextEdit::loadResource(int, QUrl const&) 12458 vfunc[57]: QTextEdit::createMimeDataFromSelection() const 12459 vfunc[58]: QTextEdit::canInsertFromMimeData(QMimeData const*) 12460 const 12461 vfunc[59]: QTextEdit::insertFromMimeData(QMimeData const*) 12462 12463 Table 6-468. Secondary vtable for QTextEdit 12464 Base Offset -8 12465 Virtual Base Offset 0 12466 RTTI typeinfo for QTextEdit 12467 vfunc[0]: non-virtual thunk to QTextEdit::~QTextEdit() 12468 vfunc[1]: non-virtual thunk to QTextEdit::~QTextEdit() 12469 vfunc[2]: non-virtual thunk to QWidget::devType() const 12470 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 12471 vfunc[4]: non-virtual thunk to 12472 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 12473 12474 The Run Time Type Information for the QTextEdit class is 12475 described by Table 6-469 12476 12477 Table 6-469. typeinfo for QTextEdit 12478 Base Vtable vtable for __cxxabiv1::__si_class_type_info 12479 Name typeinfo name for QTextEdit 12480 basetype: typeinfo for QAbstractScrollArea 12481 _________________________________________________________ 12482 12483 6.4.1.165. Class data for QProgressBar 12484 12485 The virtual table for the QProgressBar class is described by 12486 Table 6-470 12487 12488 Table 6-470. Primary vtable for QProgressBar 12489 Base Offset 0 12490 Virtual Base Offset 0 12491 RTTI typeinfo for QProgressBar 12492 vfunc[0]: QProgressBar::metaObject() const 12493 vfunc[1]: QProgressBar::qt_metacast(char const*) 12494 vfunc[2]: QProgressBar::qt_metacall(QMetaObject::Call, int, 12495 void**) 12496 vfunc[3]: QProgressBar::~QProgressBar() 12497 vfunc[4]: QProgressBar::~QProgressBar() 12498 vfunc[5]: QProgressBar::event(QEvent*) 12499 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 12500 vfunc[7]: QObject::timerEvent(QTimerEvent*) 12501 vfunc[8]: QObject::childEvent(QChildEvent*) 12502 vfunc[9]: QObject::customEvent(QEvent*) 12503 vfunc[10]: QObject::connectNotify(char const*) 12504 vfunc[11]: QObject::disconnectNotify(char const*) 12505 vfunc[12]: QWidget::devType() const 12506 vfunc[13]: QWidget::setVisible(bool) 12507 vfunc[14]: QProgressBar::sizeHint() const 12508 vfunc[15]: QProgressBar::minimumSizeHint() const 12509 vfunc[16]: QWidget::heightForWidth(int) const 12510 vfunc[17]: QWidget::paintEngine() const 12511 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 12512 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 12513 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 12514 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 12515 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 12516 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 12517 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 12518 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 12519 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 12520 vfunc[27]: QWidget::enterEvent(QEvent*) 12521 vfunc[28]: QWidget::leaveEvent(QEvent*) 12522 vfunc[29]: QProgressBar::paintEvent(QPaintEvent*) 12523 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 12524 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 12525 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 12526 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 12527 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 12528 vfunc[35]: QWidget::actionEvent(QActionEvent*) 12529 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 12530 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 12531 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 12532 vfunc[39]: QWidget::dropEvent(QDropEvent*) 12533 vfunc[40]: QWidget::showEvent(QShowEvent*) 12534 vfunc[41]: QWidget::hideEvent(QHideEvent*) 12535 vfunc[42]: QWidget::x11Event(_XEvent*) 12536 vfunc[43]: QWidget::changeEvent(QEvent*) 12537 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 12538 const 12539 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 12540 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 12541 const 12542 vfunc[47]: QWidget::focusNextPrevChild(bool) 12543 vfunc[48]: QWidget::styleChange(QStyle&) 12544 vfunc[49]: QWidget::enabledChange(bool) 12545 vfunc[50]: QWidget::paletteChange(QPalette const&) 12546 vfunc[51]: QWidget::fontChange(QFont const&) 12547 vfunc[52]: QWidget::windowActivationChange(bool) 12548 vfunc[53]: QWidget::languageChange() 12549 vfunc[54]: QProgressBar::text() const 12550 12551 Table 6-471. Secondary vtable for QProgressBar 12552 Base Offset -8 12553 Virtual Base Offset 0 12554 RTTI typeinfo for QProgressBar 12555 vfunc[0]: non-virtual thunk to QProgressBar::~QProgressBar() 12556 vfunc[1]: non-virtual thunk to QProgressBar::~QProgressBar() 12557 vfunc[2]: non-virtual thunk to QWidget::devType() const 12558 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 12559 vfunc[4]: non-virtual thunk to 12560 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 12561 12562 The Run Time Type Information for the QProgressBar class is 12563 described by Table 6-472 12564 12565 Table 6-472. typeinfo for QProgressBar 12566 Base Vtable vtable for __cxxabiv1::__si_class_type_info 12567 Name typeinfo name for QProgressBar 12568 basetype: typeinfo for QWidget 12569 _________________________________________________________ 12570 12571 6.4.1.166. Class data for QScrollBar 12572 12573 The virtual table for the QScrollBar class is described by 12574 Table 6-473 12575 12576 Table 6-473. Primary vtable for QScrollBar 12577 Base Offset 0 12578 Virtual Base Offset 0 12579 RTTI typeinfo for QScrollBar 12580 vfunc[0]: QScrollBar::metaObject() const 12581 vfunc[1]: QScrollBar::qt_metacast(char const*) 12582 vfunc[2]: QScrollBar::qt_metacall(QMetaObject::Call, int, 12583 void**) 12584 vfunc[3]: QScrollBar::~QScrollBar() 12585 vfunc[4]: QScrollBar::~QScrollBar() 12586 vfunc[5]: QScrollBar::event(QEvent*) 12587 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 12588 vfunc[7]: QAbstractSlider::timerEvent(QTimerEvent*) 12589 vfunc[8]: QObject::childEvent(QChildEvent*) 12590 vfunc[9]: QObject::customEvent(QEvent*) 12591 vfunc[10]: QObject::connectNotify(char const*) 12592 vfunc[11]: QObject::disconnectNotify(char const*) 12593 vfunc[12]: QWidget::devType() const 12594 vfunc[13]: QWidget::setVisible(bool) 12595 vfunc[14]: QScrollBar::sizeHint() const 12596 vfunc[15]: QWidget::minimumSizeHint() const 12597 vfunc[16]: QWidget::heightForWidth(int) const 12598 vfunc[17]: QWidget::paintEngine() const 12599 vfunc[18]: QScrollBar::mousePressEvent(QMouseEvent*) 12600 vfunc[19]: QScrollBar::mouseReleaseEvent(QMouseEvent*) 12601 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 12602 vfunc[21]: QScrollBar::mouseMoveEvent(QMouseEvent*) 12603 vfunc[22]: QAbstractSlider::wheelEvent(QWheelEvent*) 12604 vfunc[23]: QAbstractSlider::keyPressEvent(QKeyEvent*) 12605 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 12606 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 12607 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 12608 vfunc[27]: QWidget::enterEvent(QEvent*) 12609 vfunc[28]: QWidget::leaveEvent(QEvent*) 12610 vfunc[29]: QScrollBar::paintEvent(QPaintEvent*) 12611 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 12612 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 12613 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 12614 vfunc[33]: QScrollBar::contextMenuEvent(QContextMenuEvent*) 12615 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 12616 vfunc[35]: QWidget::actionEvent(QActionEvent*) 12617 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 12618 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 12619 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 12620 vfunc[39]: QWidget::dropEvent(QDropEvent*) 12621 vfunc[40]: QWidget::showEvent(QShowEvent*) 12622 vfunc[41]: QScrollBar::hideEvent(QHideEvent*) 12623 vfunc[42]: QWidget::x11Event(_XEvent*) 12624 vfunc[43]: QAbstractSlider::changeEvent(QEvent*) 12625 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 12626 const 12627 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 12628 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 12629 const 12630 vfunc[47]: QWidget::focusNextPrevChild(bool) 12631 vfunc[48]: QWidget::styleChange(QStyle&) 12632 vfunc[49]: QWidget::enabledChange(bool) 12633 vfunc[50]: QWidget::paletteChange(QPalette const&) 12634 vfunc[51]: QWidget::fontChange(QFont const&) 12635 vfunc[52]: QWidget::windowActivationChange(bool) 12636 vfunc[53]: QWidget::languageChange() 12637 vfunc[54]: 12638 QScrollBar::sliderChange(QAbstractSlider::SliderChange) 12639 12640 Table 6-474. Secondary vtable for QScrollBar 12641 Base Offset -8 12642 Virtual Base Offset 0 12643 RTTI typeinfo for QScrollBar 12644 vfunc[0]: non-virtual thunk to QScrollBar::~QScrollBar() 12645 vfunc[1]: non-virtual thunk to QScrollBar::~QScrollBar() 12646 vfunc[2]: non-virtual thunk to QWidget::devType() const 12647 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 12648 vfunc[4]: non-virtual thunk to 12649 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 12650 12651 The Run Time Type Information for the QScrollBar class is 12652 described by Table 6-475 12653 12654 Table 6-475. typeinfo for QScrollBar 12655 Base Vtable vtable for __cxxabiv1::__si_class_type_info 12656 Name typeinfo name for QScrollBar 12657 basetype: typeinfo for QAbstractSlider 12658 _________________________________________________________ 12659 12660 6.4.1.167. Class data for QSizeGrip 12661 12662 The virtual table for the QSizeGrip class is described by 12663 Table 6-476 12664 12665 Table 6-476. Primary vtable for QSizeGrip 12666 Base Offset 0 12667 Virtual Base Offset 0 12668 RTTI typeinfo for QSizeGrip 12669 vfunc[0]: QSizeGrip::metaObject() const 12670 vfunc[1]: QSizeGrip::qt_metacast(char const*) 12671 vfunc[2]: QSizeGrip::qt_metacall(QMetaObject::Call, int, 12672 void**) 12673 vfunc[3]: QSizeGrip::~QSizeGrip() 12674 vfunc[4]: QSizeGrip::~QSizeGrip() 12675 vfunc[5]: QSizeGrip::event(QEvent*) 12676 vfunc[6]: QSizeGrip::eventFilter(QObject*, QEvent*) 12677 vfunc[7]: QObject::timerEvent(QTimerEvent*) 12678 vfunc[8]: QObject::childEvent(QChildEvent*) 12679 vfunc[9]: QObject::customEvent(QEvent*) 12680 vfunc[10]: QObject::connectNotify(char const*) 12681 vfunc[11]: QObject::disconnectNotify(char const*) 12682 vfunc[12]: QWidget::devType() const 12683 vfunc[13]: QSizeGrip::setVisible(bool) 12684 vfunc[14]: QSizeGrip::sizeHint() const 12685 vfunc[15]: QWidget::minimumSizeHint() const 12686 vfunc[16]: QWidget::heightForWidth(int) const 12687 vfunc[17]: QWidget::paintEngine() const 12688 vfunc[18]: QSizeGrip::mousePressEvent(QMouseEvent*) 12689 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 12690 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 12691 vfunc[21]: QSizeGrip::mouseMoveEvent(QMouseEvent*) 12692 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 12693 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 12694 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 12695 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 12696 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 12697 vfunc[27]: QWidget::enterEvent(QEvent*) 12698 vfunc[28]: QWidget::leaveEvent(QEvent*) 12699 vfunc[29]: QSizeGrip::paintEvent(QPaintEvent*) 12700 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 12701 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 12702 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 12703 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 12704 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 12705 vfunc[35]: QWidget::actionEvent(QActionEvent*) 12706 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 12707 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 12708 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 12709 vfunc[39]: QWidget::dropEvent(QDropEvent*) 12710 vfunc[40]: QWidget::showEvent(QShowEvent*) 12711 vfunc[41]: QWidget::hideEvent(QHideEvent*) 12712 vfunc[42]: QWidget::x11Event(_XEvent*) 12713 vfunc[43]: QWidget::changeEvent(QEvent*) 12714 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 12715 const 12716 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 12717 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 12718 const 12719 vfunc[47]: QWidget::focusNextPrevChild(bool) 12720 vfunc[48]: QWidget::styleChange(QStyle&) 12721 vfunc[49]: QWidget::enabledChange(bool) 12722 vfunc[50]: QWidget::paletteChange(QPalette const&) 12723 vfunc[51]: QWidget::fontChange(QFont const&) 12724 vfunc[52]: QWidget::windowActivationChange(bool) 12725 vfunc[53]: QWidget::languageChange() 12726 12727 Table 6-477. Secondary vtable for QSizeGrip 12728 Base Offset -8 12729 Virtual Base Offset 0 12730 RTTI typeinfo for QSizeGrip 12731 vfunc[0]: non-virtual thunk to QSizeGrip::~QSizeGrip() 12732 vfunc[1]: non-virtual thunk to QSizeGrip::~QSizeGrip() 12733 vfunc[2]: non-virtual thunk to QWidget::devType() const 12734 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 12735 vfunc[4]: non-virtual thunk to 12736 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 12737 12738 The Run Time Type Information for the QSizeGrip class is 12739 described by Table 6-478 12740 12741 Table 6-478. typeinfo for QSizeGrip 12742 Base Vtable vtable for __cxxabiv1::__si_class_type_info 12743 Name typeinfo name for QSizeGrip 12744 basetype: typeinfo for QWidget 12745 _________________________________________________________ 12746 12747 6.4.1.168. Class data for QTextBrowser 12748 12749 The virtual table for the QTextBrowser class is described by 12750 Table 6-479 12751 12752 Table 6-479. Primary vtable for QTextBrowser 12753 Base Offset 0 12754 Virtual Base Offset 0 12755 RTTI typeinfo for QTextBrowser 12756 vfunc[0]: QTextBrowser::metaObject() const 12757 vfunc[1]: QTextBrowser::qt_metacast(char const*) 12758 vfunc[2]: QTextBrowser::qt_metacall(QMetaObject::Call, int, 12759 void**) 12760 vfunc[3]: QTextBrowser::~QTextBrowser() 12761 vfunc[4]: QTextBrowser::~QTextBrowser() 12762 vfunc[5]: QTextBrowser::event(QEvent*) 12763 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 12764 vfunc[7]: QTextEdit::timerEvent(QTimerEvent*) 12765 vfunc[8]: QObject::childEvent(QChildEvent*) 12766 vfunc[9]: QObject::customEvent(QEvent*) 12767 vfunc[10]: QObject::connectNotify(char const*) 12768 vfunc[11]: QObject::disconnectNotify(char const*) 12769 vfunc[12]: QWidget::devType() const 12770 vfunc[13]: QWidget::setVisible(bool) 12771 vfunc[14]: QAbstractScrollArea::sizeHint() const 12772 vfunc[15]: QAbstractScrollArea::minimumSizeHint() const 12773 vfunc[16]: QWidget::heightForWidth(int) const 12774 vfunc[17]: QWidget::paintEngine() const 12775 vfunc[18]: QTextBrowser::mousePressEvent(QMouseEvent*) 12776 vfunc[19]: QTextBrowser::mouseReleaseEvent(QMouseEvent*) 12777 vfunc[20]: QTextEdit::mouseDoubleClickEvent(QMouseEvent*) 12778 vfunc[21]: QTextBrowser::mouseMoveEvent(QMouseEvent*) 12779 vfunc[22]: QTextEdit::wheelEvent(QWheelEvent*) 12780 vfunc[23]: QTextBrowser::keyPressEvent(QKeyEvent*) 12781 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 12782 vfunc[25]: QTextEdit::focusInEvent(QFocusEvent*) 12783 vfunc[26]: QTextBrowser::focusOutEvent(QFocusEvent*) 12784 vfunc[27]: QWidget::enterEvent(QEvent*) 12785 vfunc[28]: QWidget::leaveEvent(QEvent*) 12786 vfunc[29]: QTextBrowser::paintEvent(QPaintEvent*) 12787 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 12788 vfunc[31]: QTextEdit::resizeEvent(QResizeEvent*) 12789 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 12790 vfunc[33]: QTextEdit::contextMenuEvent(QContextMenuEvent*) 12791 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 12792 vfunc[35]: QWidget::actionEvent(QActionEvent*) 12793 vfunc[36]: QTextEdit::dragEnterEvent(QDragEnterEvent*) 12794 vfunc[37]: QTextEdit::dragMoveEvent(QDragMoveEvent*) 12795 vfunc[38]: QTextEdit::dragLeaveEvent(QDragLeaveEvent*) 12796 vfunc[39]: QTextEdit::dropEvent(QDropEvent*) 12797 vfunc[40]: QTextEdit::showEvent(QShowEvent*) 12798 vfunc[41]: QWidget::hideEvent(QHideEvent*) 12799 vfunc[42]: QWidget::x11Event(_XEvent*) 12800 vfunc[43]: QTextEdit::changeEvent(QEvent*) 12801 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 12802 const 12803 vfunc[45]: QTextEdit::inputMethodEvent(QInputMethodEvent*) 12804 vfunc[46]: QTextEdit::inputMethodQuery(Qt::InputMethodQuery) 12805 const 12806 vfunc[47]: QTextBrowser::focusNextPrevChild(bool) 12807 vfunc[48]: QWidget::styleChange(QStyle&) 12808 vfunc[49]: QWidget::enabledChange(bool) 12809 vfunc[50]: QWidget::paletteChange(QPalette const&) 12810 vfunc[51]: QWidget::fontChange(QFont const&) 12811 vfunc[52]: QWidget::windowActivationChange(bool) 12812 vfunc[53]: QWidget::languageChange() 12813 vfunc[54]: QAbstractScrollArea::viewportEvent(QEvent*) 12814 vfunc[55]: QTextEdit::scrollContentsBy(int, int) 12815 vfunc[56]: QTextBrowser::loadResource(int, QUrl const&) 12816 vfunc[57]: QTextEdit::createMimeDataFromSelection() const 12817 vfunc[58]: QTextEdit::canInsertFromMimeData(QMimeData const*) 12818 const 12819 vfunc[59]: QTextEdit::insertFromMimeData(QMimeData const*) 12820 vfunc[60]: QTextBrowser::setSource(QUrl const&) 12821 vfunc[61]: QTextBrowser::backward() 12822 vfunc[62]: QTextBrowser::forward() 12823 vfunc[63]: QTextBrowser::home() 12824 vfunc[64]: QTextBrowser::reload() 12825 12826 Table 6-480. Secondary vtable for QTextBrowser 12827 Base Offset -8 12828 Virtual Base Offset 0 12829 RTTI typeinfo for QTextBrowser 12830 vfunc[0]: non-virtual thunk to QTextBrowser::~QTextBrowser() 12831 vfunc[1]: non-virtual thunk to QTextBrowser::~QTextBrowser() 12832 vfunc[2]: non-virtual thunk to QWidget::devType() const 12833 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 12834 vfunc[4]: non-virtual thunk to 12835 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 12836 12837 The Run Time Type Information for the QTextBrowser class is 12838 described by Table 6-481 12839 12840 Table 6-481. typeinfo for QTextBrowser 12841 Base Vtable vtable for __cxxabiv1::__si_class_type_info 12842 Name typeinfo name for QTextBrowser 12843 basetype: typeinfo for QTextEdit 12844 _________________________________________________________ 12845 12846 6.4.1.169. Class data for QStatusBar 12847 12848 The virtual table for the QStatusBar class is described by 12849 Table 6-482 12850 12851 Table 6-482. Primary vtable for QStatusBar 12852 Base Offset 0 12853 Virtual Base Offset 0 12854 RTTI typeinfo for QStatusBar 12855 vfunc[0]: QStatusBar::metaObject() const 12856 vfunc[1]: QStatusBar::qt_metacast(char const*) 12857 vfunc[2]: QStatusBar::qt_metacall(QMetaObject::Call, int, 12858 void**) 12859 vfunc[3]: QStatusBar::~QStatusBar() 12860 vfunc[4]: QStatusBar::~QStatusBar() 12861 vfunc[5]: QStatusBar::event(QEvent*) 12862 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 12863 vfunc[7]: QObject::timerEvent(QTimerEvent*) 12864 vfunc[8]: QObject::childEvent(QChildEvent*) 12865 vfunc[9]: QObject::customEvent(QEvent*) 12866 vfunc[10]: QObject::connectNotify(char const*) 12867 vfunc[11]: QObject::disconnectNotify(char const*) 12868 vfunc[12]: QWidget::devType() const 12869 vfunc[13]: QWidget::setVisible(bool) 12870 vfunc[14]: QWidget::sizeHint() const 12871 vfunc[15]: QWidget::minimumSizeHint() const 12872 vfunc[16]: QWidget::heightForWidth(int) const 12873 vfunc[17]: QWidget::paintEngine() const 12874 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 12875 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 12876 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 12877 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 12878 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 12879 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 12880 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 12881 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 12882 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 12883 vfunc[27]: QWidget::enterEvent(QEvent*) 12884 vfunc[28]: QWidget::leaveEvent(QEvent*) 12885 vfunc[29]: QStatusBar::paintEvent(QPaintEvent*) 12886 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 12887 vfunc[31]: QStatusBar::resizeEvent(QResizeEvent*) 12888 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 12889 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 12890 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 12891 vfunc[35]: QWidget::actionEvent(QActionEvent*) 12892 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 12893 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 12894 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 12895 vfunc[39]: QWidget::dropEvent(QDropEvent*) 12896 vfunc[40]: QWidget::showEvent(QShowEvent*) 12897 vfunc[41]: QWidget::hideEvent(QHideEvent*) 12898 vfunc[42]: QWidget::x11Event(_XEvent*) 12899 vfunc[43]: QWidget::changeEvent(QEvent*) 12900 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 12901 const 12902 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 12903 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 12904 const 12905 vfunc[47]: QWidget::focusNextPrevChild(bool) 12906 vfunc[48]: QWidget::styleChange(QStyle&) 12907 vfunc[49]: QWidget::enabledChange(bool) 12908 vfunc[50]: QWidget::paletteChange(QPalette const&) 12909 vfunc[51]: QWidget::fontChange(QFont const&) 12910 vfunc[52]: QWidget::windowActivationChange(bool) 12911 vfunc[53]: QWidget::languageChange() 12912 12913 Table 6-483. Secondary vtable for QStatusBar 12914 Base Offset -8 12915 Virtual Base Offset 0 12916 RTTI typeinfo for QStatusBar 12917 vfunc[0]: non-virtual thunk to QStatusBar::~QStatusBar() 12918 vfunc[1]: non-virtual thunk to QStatusBar::~QStatusBar() 12919 vfunc[2]: non-virtual thunk to QWidget::devType() const 12920 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 12921 vfunc[4]: non-virtual thunk to 12922 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 12923 12924 The Run Time Type Information for the QStatusBar class is 12925 described by Table 6-484 12926 12927 Table 6-484. typeinfo for QStatusBar 12928 Base Vtable vtable for __cxxabiv1::__si_class_type_info 12929 Name typeinfo name for QStatusBar 12930 basetype: typeinfo for QWidget 12931 _________________________________________________________ 12932 12933 6.4.1.170. Class data for QScrollArea 12934 12935 The virtual table for the QScrollArea class is described by 12936 Table 6-485 12937 12938 Table 6-485. Primary vtable for QScrollArea 12939 Base Offset 0 12940 Virtual Base Offset 0 12941 RTTI typeinfo for QScrollArea 12942 vfunc[0]: QScrollArea::metaObject() const 12943 vfunc[1]: QScrollArea::qt_metacast(char const*) 12944 vfunc[2]: QScrollArea::qt_metacall(QMetaObject::Call, int, 12945 void**) 12946 vfunc[3]: QScrollArea::~QScrollArea() 12947 vfunc[4]: QScrollArea::~QScrollArea() 12948 vfunc[5]: QScrollArea::event(QEvent*) 12949 vfunc[6]: QScrollArea::eventFilter(QObject*, QEvent*) 12950 vfunc[7]: QObject::timerEvent(QTimerEvent*) 12951 vfunc[8]: QObject::childEvent(QChildEvent*) 12952 vfunc[9]: QObject::customEvent(QEvent*) 12953 vfunc[10]: QObject::connectNotify(char const*) 12954 vfunc[11]: QObject::disconnectNotify(char const*) 12955 vfunc[12]: QWidget::devType() const 12956 vfunc[13]: QWidget::setVisible(bool) 12957 vfunc[14]: QScrollArea::sizeHint() const 12958 vfunc[15]: QAbstractScrollArea::minimumSizeHint() const 12959 vfunc[16]: QWidget::heightForWidth(int) const 12960 vfunc[17]: QWidget::paintEngine() const 12961 vfunc[18]: QAbstractScrollArea::mousePressEvent(QMouseEvent*) 12962 vfunc[19]: 12963 QAbstractScrollArea::mouseReleaseEvent(QMouseEvent*) 12964 vfunc[20]: 12965 QAbstractScrollArea::mouseDoubleClickEvent(QMouseEvent*) 12966 vfunc[21]: QAbstractScrollArea::mouseMoveEvent(QMouseEvent*) 12967 vfunc[22]: QAbstractScrollArea::wheelEvent(QWheelEvent*) 12968 vfunc[23]: QAbstractScrollArea::keyPressEvent(QKeyEvent*) 12969 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 12970 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 12971 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 12972 vfunc[27]: QWidget::enterEvent(QEvent*) 12973 vfunc[28]: QWidget::leaveEvent(QEvent*) 12974 vfunc[29]: QAbstractScrollArea::paintEvent(QPaintEvent*) 12975 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 12976 vfunc[31]: QScrollArea::resizeEvent(QResizeEvent*) 12977 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 12978 vfunc[33]: 12979 QAbstractScrollArea::contextMenuEvent(QContextMenuEvent*) 12980 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 12981 vfunc[35]: QWidget::actionEvent(QActionEvent*) 12982 vfunc[36]: 12983 QAbstractScrollArea::dragEnterEvent(QDragEnterEvent*) 12984 vfunc[37]: QAbstractScrollArea::dragMoveEvent(QDragMoveEvent*) 12985 vfunc[38]: 12986 QAbstractScrollArea::dragLeaveEvent(QDragLeaveEvent*) 12987 vfunc[39]: QAbstractScrollArea::dropEvent(QDropEvent*) 12988 vfunc[40]: QWidget::showEvent(QShowEvent*) 12989 vfunc[41]: QWidget::hideEvent(QHideEvent*) 12990 vfunc[42]: QWidget::x11Event(_XEvent*) 12991 vfunc[43]: QFrame::changeEvent(QEvent*) 12992 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 12993 const 12994 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 12995 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 12996 const 12997 vfunc[47]: QScrollArea::focusNextPrevChild(bool) 12998 vfunc[48]: QWidget::styleChange(QStyle&) 12999 vfunc[49]: QWidget::enabledChange(bool) 13000 vfunc[50]: QWidget::paletteChange(QPalette const&) 13001 vfunc[51]: QWidget::fontChange(QFont const&) 13002 vfunc[52]: QWidget::windowActivationChange(bool) 13003 vfunc[53]: QWidget::languageChange() 13004 vfunc[54]: QAbstractScrollArea::viewportEvent(QEvent*) 13005 vfunc[55]: QScrollArea::scrollContentsBy(int, int) 13006 13007 Table 6-486. Secondary vtable for QScrollArea 13008 Base Offset -8 13009 Virtual Base Offset 0 13010 RTTI typeinfo for QScrollArea 13011 vfunc[0]: non-virtual thunk to QScrollArea::~QScrollArea() 13012 vfunc[1]: non-virtual thunk to QScrollArea::~QScrollArea() 13013 vfunc[2]: non-virtual thunk to QWidget::devType() const 13014 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 13015 vfunc[4]: non-virtual thunk to 13016 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 13017 13018 The Run Time Type Information for the QScrollArea class is 13019 described by Table 6-487 13020 13021 Table 6-487. typeinfo for QScrollArea 13022 Base Vtable vtable for __cxxabiv1::__si_class_type_info 13023 Name typeinfo name for QScrollArea 13024 basetype: typeinfo for QAbstractScrollArea 13025 _________________________________________________________ 13026 13027 6.4.1.171. Class data for QToolButton 13028 13029 The virtual table for the QToolButton class is described by 13030 Table 6-488 13031 13032 Table 6-488. Primary vtable for QToolButton 13033 Base Offset 0 13034 Virtual Base Offset 0 13035 RTTI typeinfo for QToolButton 13036 vfunc[0]: QToolButton::metaObject() const 13037 vfunc[1]: QToolButton::qt_metacast(char const*) 13038 vfunc[2]: QToolButton::qt_metacall(QMetaObject::Call, int, 13039 void**) 13040 vfunc[3]: QToolButton::~QToolButton() 13041 vfunc[4]: QToolButton::~QToolButton() 13042 vfunc[5]: QToolButton::event(QEvent*) 13043 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 13044 vfunc[7]: QToolButton::timerEvent(QTimerEvent*) 13045 vfunc[8]: QObject::childEvent(QChildEvent*) 13046 vfunc[9]: QObject::customEvent(QEvent*) 13047 vfunc[10]: QObject::connectNotify(char const*) 13048 vfunc[11]: QObject::disconnectNotify(char const*) 13049 vfunc[12]: QWidget::devType() const 13050 vfunc[13]: QWidget::setVisible(bool) 13051 vfunc[14]: QToolButton::sizeHint() const 13052 vfunc[15]: QToolButton::minimumSizeHint() const 13053 vfunc[16]: QWidget::heightForWidth(int) const 13054 vfunc[17]: QWidget::paintEngine() const 13055 vfunc[18]: QToolButton::mousePressEvent(QMouseEvent*) 13056 vfunc[19]: QAbstractButton::mouseReleaseEvent(QMouseEvent*) 13057 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 13058 vfunc[21]: QAbstractButton::mouseMoveEvent(QMouseEvent*) 13059 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 13060 vfunc[23]: QAbstractButton::keyPressEvent(QKeyEvent*) 13061 vfunc[24]: QAbstractButton::keyReleaseEvent(QKeyEvent*) 13062 vfunc[25]: QAbstractButton::focusInEvent(QFocusEvent*) 13063 vfunc[26]: QAbstractButton::focusOutEvent(QFocusEvent*) 13064 vfunc[27]: QToolButton::enterEvent(QEvent*) 13065 vfunc[28]: QToolButton::leaveEvent(QEvent*) 13066 vfunc[29]: QToolButton::paintEvent(QPaintEvent*) 13067 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 13068 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 13069 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 13070 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 13071 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 13072 vfunc[35]: QToolButton::actionEvent(QActionEvent*) 13073 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 13074 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 13075 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 13076 vfunc[39]: QWidget::dropEvent(QDropEvent*) 13077 vfunc[40]: QWidget::showEvent(QShowEvent*) 13078 vfunc[41]: QWidget::hideEvent(QHideEvent*) 13079 vfunc[42]: QWidget::x11Event(_XEvent*) 13080 vfunc[43]: QToolButton::changeEvent(QEvent*) 13081 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 13082 const 13083 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 13084 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 13085 const 13086 vfunc[47]: QWidget::focusNextPrevChild(bool) 13087 vfunc[48]: QWidget::styleChange(QStyle&) 13088 vfunc[49]: QWidget::enabledChange(bool) 13089 vfunc[50]: QWidget::paletteChange(QPalette const&) 13090 vfunc[51]: QWidget::fontChange(QFont const&) 13091 vfunc[52]: QWidget::windowActivationChange(bool) 13092 vfunc[53]: QWidget::languageChange() 13093 vfunc[54]: QAbstractButton::hitButton(QPoint const&) const 13094 vfunc[55]: QAbstractButton::checkStateSet() 13095 vfunc[56]: QToolButton::nextCheckState() 13096 13097 Table 6-489. Secondary vtable for QToolButton 13098 Base Offset -8 13099 Virtual Base Offset 0 13100 RTTI typeinfo for QToolButton 13101 vfunc[0]: non-virtual thunk to QToolButton::~QToolButton() 13102 vfunc[1]: non-virtual thunk to QToolButton::~QToolButton() 13103 vfunc[2]: non-virtual thunk to QWidget::devType() const 13104 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 13105 vfunc[4]: non-virtual thunk to 13106 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 13107 13108 The Run Time Type Information for the QToolButton class is 13109 described by Table 6-490 13110 13111 Table 6-490. typeinfo for QToolButton 13112 Base Vtable vtable for __cxxabiv1::__si_class_type_info 13113 Name typeinfo name for QToolButton 13114 basetype: typeinfo for QAbstractButton 13115 _________________________________________________________ 13116 13117 6.4.1.172. Class data for QComboBox 13118 13119 The virtual table for the QComboBox class is described by 13120 Table 6-491 13121 13122 Table 6-491. Primary vtable for QComboBox 13123 Base Offset 0 13124 Virtual Base Offset 0 13125 RTTI typeinfo for QComboBox 13126 vfunc[0]: QComboBox::metaObject() const 13127 vfunc[1]: QComboBox::qt_metacast(char const*) 13128 vfunc[2]: QComboBox::qt_metacall(QMetaObject::Call, int, 13129 void**) 13130 vfunc[3]: QComboBox::~QComboBox() 13131 vfunc[4]: QComboBox::~QComboBox() 13132 vfunc[5]: QComboBox::event(QEvent*) 13133 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 13134 vfunc[7]: QObject::timerEvent(QTimerEvent*) 13135 vfunc[8]: QObject::childEvent(QChildEvent*) 13136 vfunc[9]: QObject::customEvent(QEvent*) 13137 vfunc[10]: QObject::connectNotify(char const*) 13138 vfunc[11]: QObject::disconnectNotify(char const*) 13139 vfunc[12]: QWidget::devType() const 13140 vfunc[13]: QWidget::setVisible(bool) 13141 vfunc[14]: QComboBox::sizeHint() const 13142 vfunc[15]: QComboBox::minimumSizeHint() const 13143 vfunc[16]: QWidget::heightForWidth(int) const 13144 vfunc[17]: QWidget::paintEngine() const 13145 vfunc[18]: QComboBox::mousePressEvent(QMouseEvent*) 13146 vfunc[19]: QComboBox::mouseReleaseEvent(QMouseEvent*) 13147 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 13148 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 13149 vfunc[22]: QComboBox::wheelEvent(QWheelEvent*) 13150 vfunc[23]: QComboBox::keyPressEvent(QKeyEvent*) 13151 vfunc[24]: QComboBox::keyReleaseEvent(QKeyEvent*) 13152 vfunc[25]: QComboBox::focusInEvent(QFocusEvent*) 13153 vfunc[26]: QComboBox::focusOutEvent(QFocusEvent*) 13154 vfunc[27]: QWidget::enterEvent(QEvent*) 13155 vfunc[28]: QWidget::leaveEvent(QEvent*) 13156 vfunc[29]: QComboBox::paintEvent(QPaintEvent*) 13157 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 13158 vfunc[31]: QComboBox::resizeEvent(QResizeEvent*) 13159 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 13160 vfunc[33]: QComboBox::contextMenuEvent(QContextMenuEvent*) 13161 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 13162 vfunc[35]: QWidget::actionEvent(QActionEvent*) 13163 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 13164 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 13165 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 13166 vfunc[39]: QWidget::dropEvent(QDropEvent*) 13167 vfunc[40]: QComboBox::showEvent(QShowEvent*) 13168 vfunc[41]: QComboBox::hideEvent(QHideEvent*) 13169 vfunc[42]: QWidget::x11Event(_XEvent*) 13170 vfunc[43]: QComboBox::changeEvent(QEvent*) 13171 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 13172 const 13173 vfunc[45]: QComboBox::inputMethodEvent(QInputMethodEvent*) 13174 vfunc[46]: QComboBox::inputMethodQuery(Qt::InputMethodQuery) 13175 const 13176 vfunc[47]: QWidget::focusNextPrevChild(bool) 13177 vfunc[48]: QWidget::styleChange(QStyle&) 13178 vfunc[49]: QWidget::enabledChange(bool) 13179 vfunc[50]: QWidget::paletteChange(QPalette const&) 13180 vfunc[51]: QWidget::fontChange(QFont const&) 13181 vfunc[52]: QWidget::windowActivationChange(bool) 13182 vfunc[53]: QWidget::languageChange() 13183 vfunc[54]: QComboBox::showPopup() 13184 vfunc[55]: QComboBox::hidePopup() 13185 13186 Table 6-492. Secondary vtable for QComboBox 13187 Base Offset -8 13188 Virtual Base Offset 0 13189 RTTI typeinfo for QComboBox 13190 vfunc[0]: non-virtual thunk to QComboBox::~QComboBox() 13191 vfunc[1]: non-virtual thunk to QComboBox::~QComboBox() 13192 vfunc[2]: non-virtual thunk to QWidget::devType() const 13193 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 13194 vfunc[4]: non-virtual thunk to 13195 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 13196 13197 The Run Time Type Information for the QComboBox class is 13198 described by Table 6-493 13199 13200 Table 6-493. typeinfo for QComboBox 13201 Base Vtable vtable for __cxxabiv1::__si_class_type_info 13202 Name typeinfo name for QComboBox 13203 basetype: typeinfo for QWidget 13204 _________________________________________________________ 13205 13206 6.4.1.173. Class data for QMenuItem 13207 13208 The virtual table for the QMenuItem class is described by 13209 Table 6-494 13210 13211 Table 6-494. Primary vtable for QMenuItem 13212 Base Offset 0 13213 Virtual Base Offset 0 13214 RTTI typeinfo for QMenuItem 13215 vfunc[0]: QAction::metaObject() const 13216 vfunc[1]: QAction::qt_metacast(char const*) 13217 vfunc[2]: QAction::qt_metacall(QMetaObject::Call, int, void**) 13218 vfunc[3]: QMenuItem::~QMenuItem() 13219 vfunc[4]: QMenuItem::~QMenuItem() 13220 vfunc[5]: QAction::event(QEvent*) 13221 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 13222 vfunc[7]: QObject::timerEvent(QTimerEvent*) 13223 vfunc[8]: QObject::childEvent(QChildEvent*) 13224 vfunc[9]: QObject::customEvent(QEvent*) 13225 vfunc[10]: QObject::connectNotify(char const*) 13226 vfunc[11]: QObject::disconnectNotify(char const*) 13227 13228 The Run Time Type Information for the QMenuItem class is 13229 described by Table 6-495 13230 13231 Table 6-495. typeinfo for QMenuItem 13232 Base Vtable vtable for __cxxabiv1::__si_class_type_info 13233 Name typeinfo name for QMenuItem 13234 basetype: typeinfo for QAction 13235 _________________________________________________________ 13236 13237 6.4.1.174. Class data for QRadioButton 13238 13239 The virtual table for the QRadioButton class is described by 13240 Table 6-496 13241 13242 Table 6-496. Primary vtable for QRadioButton 13243 Base Offset 0 13244 Virtual Base Offset 0 13245 RTTI typeinfo for QRadioButton 13246 vfunc[0]: QRadioButton::metaObject() const 13247 vfunc[1]: QRadioButton::qt_metacast(char const*) 13248 vfunc[2]: QRadioButton::qt_metacall(QMetaObject::Call, int, 13249 void**) 13250 vfunc[3]: QRadioButton::~QRadioButton() 13251 vfunc[4]: QRadioButton::~QRadioButton() 13252 vfunc[5]: QRadioButton::event(QEvent*) 13253 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 13254 vfunc[7]: QAbstractButton::timerEvent(QTimerEvent*) 13255 vfunc[8]: QObject::childEvent(QChildEvent*) 13256 vfunc[9]: QObject::customEvent(QEvent*) 13257 vfunc[10]: QObject::connectNotify(char const*) 13258 vfunc[11]: QObject::disconnectNotify(char const*) 13259 vfunc[12]: QWidget::devType() const 13260 vfunc[13]: QWidget::setVisible(bool) 13261 vfunc[14]: QRadioButton::sizeHint() const 13262 vfunc[15]: QWidget::minimumSizeHint() const 13263 vfunc[16]: QWidget::heightForWidth(int) const 13264 vfunc[17]: QWidget::paintEngine() const 13265 vfunc[18]: QAbstractButton::mousePressEvent(QMouseEvent*) 13266 vfunc[19]: QAbstractButton::mouseReleaseEvent(QMouseEvent*) 13267 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 13268 vfunc[21]: QRadioButton::mouseMoveEvent(QMouseEvent*) 13269 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 13270 vfunc[23]: QAbstractButton::keyPressEvent(QKeyEvent*) 13271 vfunc[24]: QAbstractButton::keyReleaseEvent(QKeyEvent*) 13272 vfunc[25]: QAbstractButton::focusInEvent(QFocusEvent*) 13273 vfunc[26]: QAbstractButton::focusOutEvent(QFocusEvent*) 13274 vfunc[27]: QWidget::enterEvent(QEvent*) 13275 vfunc[28]: QWidget::leaveEvent(QEvent*) 13276 vfunc[29]: QRadioButton::paintEvent(QPaintEvent*) 13277 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 13278 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 13279 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 13280 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 13281 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 13282 vfunc[35]: QWidget::actionEvent(QActionEvent*) 13283 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 13284 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 13285 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 13286 vfunc[39]: QWidget::dropEvent(QDropEvent*) 13287 vfunc[40]: QWidget::showEvent(QShowEvent*) 13288 vfunc[41]: QWidget::hideEvent(QHideEvent*) 13289 vfunc[42]: QWidget::x11Event(_XEvent*) 13290 vfunc[43]: QAbstractButton::changeEvent(QEvent*) 13291 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 13292 const 13293 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 13294 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 13295 const 13296 vfunc[47]: QWidget::focusNextPrevChild(bool) 13297 vfunc[48]: QWidget::styleChange(QStyle&) 13298 vfunc[49]: QWidget::enabledChange(bool) 13299 vfunc[50]: QWidget::paletteChange(QPalette const&) 13300 vfunc[51]: QWidget::fontChange(QFont const&) 13301 vfunc[52]: QWidget::windowActivationChange(bool) 13302 vfunc[53]: QWidget::languageChange() 13303 vfunc[54]: QRadioButton::hitButton(QPoint const&) const 13304 vfunc[55]: QAbstractButton::checkStateSet() 13305 vfunc[56]: QAbstractButton::nextCheckState() 13306 13307 Table 6-497. Secondary vtable for QRadioButton 13308 Base Offset -8 13309 Virtual Base Offset 0 13310 RTTI typeinfo for QRadioButton 13311 vfunc[0]: non-virtual thunk to QRadioButton::~QRadioButton() 13312 vfunc[1]: non-virtual thunk to QRadioButton::~QRadioButton() 13313 vfunc[2]: non-virtual thunk to QWidget::devType() const 13314 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 13315 vfunc[4]: non-virtual thunk to 13316 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 13317 13318 The Run Time Type Information for the QRadioButton class is 13319 described by Table 6-498 13320 13321 Table 6-498. typeinfo for QRadioButton 13322 Base Vtable vtable for __cxxabiv1::__si_class_type_info 13323 Name typeinfo name for QRadioButton 13324 basetype: typeinfo for QAbstractButton 13325 _________________________________________________________ 13326 13327 6.4.1.175. Class data for QMenuBar 13328 13329 The virtual table for the QMenuBar class is described by Table 13330 6-499 13331 13332 Table 6-499. Primary vtable for QMenuBar 13333 Base Offset 0 13334 Virtual Base Offset 0 13335 RTTI typeinfo for QMenuBar 13336 vfunc[0]: QMenuBar::metaObject() const 13337 vfunc[1]: QMenuBar::qt_metacast(char const*) 13338 vfunc[2]: QMenuBar::qt_metacall(QMetaObject::Call, int, 13339 void**) 13340 vfunc[3]: QMenuBar::~QMenuBar() 13341 vfunc[4]: QMenuBar::~QMenuBar() 13342 vfunc[5]: QMenuBar::event(QEvent*) 13343 vfunc[6]: QMenuBar::eventFilter(QObject*, QEvent*) 13344 vfunc[7]: QObject::timerEvent(QTimerEvent*) 13345 vfunc[8]: QObject::childEvent(QChildEvent*) 13346 vfunc[9]: QObject::customEvent(QEvent*) 13347 vfunc[10]: QObject::connectNotify(char const*) 13348 vfunc[11]: QObject::disconnectNotify(char const*) 13349 vfunc[12]: QWidget::devType() const 13350 vfunc[13]: QWidget::setVisible(bool) 13351 vfunc[14]: QMenuBar::sizeHint() const 13352 vfunc[15]: QMenuBar::minimumSizeHint() const 13353 vfunc[16]: QMenuBar::heightForWidth(int) const 13354 vfunc[17]: QWidget::paintEngine() const 13355 vfunc[18]: QMenuBar::mousePressEvent(QMouseEvent*) 13356 vfunc[19]: QMenuBar::mouseReleaseEvent(QMouseEvent*) 13357 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 13358 vfunc[21]: QMenuBar::mouseMoveEvent(QMouseEvent*) 13359 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 13360 vfunc[23]: QMenuBar::keyPressEvent(QKeyEvent*) 13361 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 13362 vfunc[25]: QMenuBar::focusInEvent(QFocusEvent*) 13363 vfunc[26]: QMenuBar::focusOutEvent(QFocusEvent*) 13364 vfunc[27]: QWidget::enterEvent(QEvent*) 13365 vfunc[28]: QMenuBar::leaveEvent(QEvent*) 13366 vfunc[29]: QMenuBar::paintEvent(QPaintEvent*) 13367 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 13368 vfunc[31]: QMenuBar::resizeEvent(QResizeEvent*) 13369 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 13370 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 13371 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 13372 vfunc[35]: QMenuBar::actionEvent(QActionEvent*) 13373 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 13374 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 13375 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 13376 vfunc[39]: QWidget::dropEvent(QDropEvent*) 13377 vfunc[40]: QWidget::showEvent(QShowEvent*) 13378 vfunc[41]: QWidget::hideEvent(QHideEvent*) 13379 vfunc[42]: QWidget::x11Event(_XEvent*) 13380 vfunc[43]: QMenuBar::changeEvent(QEvent*) 13381 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 13382 const 13383 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 13384 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 13385 const 13386 vfunc[47]: QWidget::focusNextPrevChild(bool) 13387 vfunc[48]: QWidget::styleChange(QStyle&) 13388 vfunc[49]: QWidget::enabledChange(bool) 13389 vfunc[50]: QWidget::paletteChange(QPalette const&) 13390 vfunc[51]: QWidget::fontChange(QFont const&) 13391 vfunc[52]: QWidget::windowActivationChange(bool) 13392 vfunc[53]: QWidget::languageChange() 13393 13394 Table 6-500. Secondary vtable for QMenuBar 13395 Base Offset -8 13396 Virtual Base Offset 0 13397 RTTI typeinfo for QMenuBar 13398 vfunc[0]: non-virtual thunk to QMenuBar::~QMenuBar() 13399 vfunc[1]: non-virtual thunk to QMenuBar::~QMenuBar() 13400 vfunc[2]: non-virtual thunk to QWidget::devType() const 13401 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 13402 vfunc[4]: non-virtual thunk to 13403 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 13404 13405 The Run Time Type Information for the QMenuBar class is 13406 described by Table 6-501 13407 13408 Table 6-501. typeinfo for QMenuBar 13409 Base Vtable vtable for __cxxabiv1::__si_class_type_info 13410 Name typeinfo name for QMenuBar 13411 basetype: typeinfo for QWidget 13412 _________________________________________________________ 13413 13414 6.4.1.176. Class data for QFocusFrame 13415 13416 The virtual table for the QFocusFrame class is described by 13417 Table 6-502 13418 13419 Table 6-502. Primary vtable for QFocusFrame 13420 Base Offset 0 13421 Virtual Base Offset 0 13422 RTTI typeinfo for QFocusFrame 13423 vfunc[0]: QFocusFrame::metaObject() const 13424 vfunc[1]: QFocusFrame::qt_metacast(char const*) 13425 vfunc[2]: QFocusFrame::qt_metacall(QMetaObject::Call, int, 13426 void**) 13427 vfunc[3]: QFocusFrame::~QFocusFrame() 13428 vfunc[4]: QFocusFrame::~QFocusFrame() 13429 vfunc[5]: QFocusFrame::event(QEvent*) 13430 vfunc[6]: QFocusFrame::eventFilter(QObject*, QEvent*) 13431 vfunc[7]: QObject::timerEvent(QTimerEvent*) 13432 vfunc[8]: QObject::childEvent(QChildEvent*) 13433 vfunc[9]: QObject::customEvent(QEvent*) 13434 vfunc[10]: QObject::connectNotify(char const*) 13435 vfunc[11]: QObject::disconnectNotify(char const*) 13436 vfunc[12]: QWidget::devType() const 13437 vfunc[13]: QWidget::setVisible(bool) 13438 vfunc[14]: QWidget::sizeHint() const 13439 vfunc[15]: QWidget::minimumSizeHint() const 13440 vfunc[16]: QWidget::heightForWidth(int) const 13441 vfunc[17]: QWidget::paintEngine() const 13442 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 13443 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 13444 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 13445 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 13446 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 13447 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 13448 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 13449 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 13450 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 13451 vfunc[27]: QWidget::enterEvent(QEvent*) 13452 vfunc[28]: QWidget::leaveEvent(QEvent*) 13453 vfunc[29]: QFocusFrame::paintEvent(QPaintEvent*) 13454 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 13455 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 13456 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 13457 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 13458 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 13459 vfunc[35]: QWidget::actionEvent(QActionEvent*) 13460 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 13461 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 13462 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 13463 vfunc[39]: QWidget::dropEvent(QDropEvent*) 13464 vfunc[40]: QWidget::showEvent(QShowEvent*) 13465 vfunc[41]: QWidget::hideEvent(QHideEvent*) 13466 vfunc[42]: QWidget::x11Event(_XEvent*) 13467 vfunc[43]: QWidget::changeEvent(QEvent*) 13468 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 13469 const 13470 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 13471 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 13472 const 13473 vfunc[47]: QWidget::focusNextPrevChild(bool) 13474 vfunc[48]: QWidget::styleChange(QStyle&) 13475 vfunc[49]: QWidget::enabledChange(bool) 13476 vfunc[50]: QWidget::paletteChange(QPalette const&) 13477 vfunc[51]: QWidget::fontChange(QFont const&) 13478 vfunc[52]: QWidget::windowActivationChange(bool) 13479 vfunc[53]: QWidget::languageChange() 13480 13481 Table 6-503. Secondary vtable for QFocusFrame 13482 Base Offset -8 13483 Virtual Base Offset 0 13484 RTTI typeinfo for QFocusFrame 13485 vfunc[0]: non-virtual thunk to QFocusFrame::~QFocusFrame() 13486 vfunc[1]: non-virtual thunk to QFocusFrame::~QFocusFrame() 13487 vfunc[2]: non-virtual thunk to QWidget::devType() const 13488 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 13489 vfunc[4]: non-virtual thunk to 13490 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 13491 13492 The Run Time Type Information for the QFocusFrame class is 13493 described by Table 6-504 13494 13495 Table 6-504. typeinfo for QFocusFrame 13496 Base Vtable vtable for __cxxabiv1::__si_class_type_info 13497 Name typeinfo name for QFocusFrame 13498 basetype: typeinfo for QWidget 13499 _________________________________________________________ 13500 13501 6.4.1.177. Class data for QToolBar 13502 13503 The virtual table for the QToolBar class is described by Table 13504 6-505 13505 13506 Table 6-505. Primary vtable for QToolBar 13507 Base Offset 0 13508 Virtual Base Offset 0 13509 RTTI typeinfo for QToolBar 13510 vfunc[0]: QToolBar::metaObject() const 13511 vfunc[1]: QToolBar::qt_metacast(char const*) 13512 vfunc[2]: QToolBar::qt_metacall(QMetaObject::Call, int, 13513 void**) 13514 vfunc[3]: QToolBar::~QToolBar() 13515 vfunc[4]: QToolBar::~QToolBar() 13516 vfunc[5]: QToolBar::event(QEvent*) 13517 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 13518 vfunc[7]: QObject::timerEvent(QTimerEvent*) 13519 vfunc[8]: QToolBar::childEvent(QChildEvent*) 13520 vfunc[9]: QObject::customEvent(QEvent*) 13521 vfunc[10]: QObject::connectNotify(char const*) 13522 vfunc[11]: QObject::disconnectNotify(char const*) 13523 vfunc[12]: QWidget::devType() const 13524 vfunc[13]: QWidget::setVisible(bool) 13525 vfunc[14]: QWidget::sizeHint() const 13526 vfunc[15]: QWidget::minimumSizeHint() const 13527 vfunc[16]: QWidget::heightForWidth(int) const 13528 vfunc[17]: QWidget::paintEngine() const 13529 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 13530 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 13531 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 13532 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 13533 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 13534 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 13535 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 13536 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 13537 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 13538 vfunc[27]: QWidget::enterEvent(QEvent*) 13539 vfunc[28]: QWidget::leaveEvent(QEvent*) 13540 vfunc[29]: QToolBar::paintEvent(QPaintEvent*) 13541 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 13542 vfunc[31]: QToolBar::resizeEvent(QResizeEvent*) 13543 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 13544 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 13545 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 13546 vfunc[35]: QToolBar::actionEvent(QActionEvent*) 13547 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 13548 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 13549 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 13550 vfunc[39]: QWidget::dropEvent(QDropEvent*) 13551 vfunc[40]: QWidget::showEvent(QShowEvent*) 13552 vfunc[41]: QWidget::hideEvent(QHideEvent*) 13553 vfunc[42]: QWidget::x11Event(_XEvent*) 13554 vfunc[43]: QToolBar::changeEvent(QEvent*) 13555 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 13556 const 13557 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 13558 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 13559 const 13560 vfunc[47]: QWidget::focusNextPrevChild(bool) 13561 vfunc[48]: QWidget::styleChange(QStyle&) 13562 vfunc[49]: QWidget::enabledChange(bool) 13563 vfunc[50]: QWidget::paletteChange(QPalette const&) 13564 vfunc[51]: QWidget::fontChange(QFont const&) 13565 vfunc[52]: QWidget::windowActivationChange(bool) 13566 vfunc[53]: QWidget::languageChange() 13567 13568 Table 6-506. Secondary vtable for QToolBar 13569 Base Offset -8 13570 Virtual Base Offset 0 13571 RTTI typeinfo for QToolBar 13572 vfunc[0]: non-virtual thunk to QToolBar::~QToolBar() 13573 vfunc[1]: non-virtual thunk to QToolBar::~QToolBar() 13574 vfunc[2]: non-virtual thunk to QWidget::devType() const 13575 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 13576 vfunc[4]: non-virtual thunk to 13577 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 13578 13579 The Run Time Type Information for the QToolBar class is 13580 described by Table 6-507 13581 13582 Table 6-507. typeinfo for QToolBar 13583 Base Vtable vtable for __cxxabiv1::__si_class_type_info 13584 Name typeinfo name for QToolBar 13585 basetype: typeinfo for QWidget 13586 _________________________________________________________ 13587 13588 6.4.1.178. Class data for QToolBox 13589 13590 The virtual table for the QToolBox class is described by Table 13591 6-508 13592 13593 Table 6-508. Primary vtable for QToolBox 13594 Base Offset 0 13595 Virtual Base Offset 0 13596 RTTI typeinfo for QToolBox 13597 vfunc[0]: QToolBox::metaObject() const 13598 vfunc[1]: QToolBox::qt_metacast(char const*) 13599 vfunc[2]: QToolBox::qt_metacall(QMetaObject::Call, int, 13600 void**) 13601 vfunc[3]: QToolBox::~QToolBox() 13602 vfunc[4]: QToolBox::~QToolBox() 13603 vfunc[5]: QToolBox::event(QEvent*) 13604 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 13605 vfunc[7]: QObject::timerEvent(QTimerEvent*) 13606 vfunc[8]: QObject::childEvent(QChildEvent*) 13607 vfunc[9]: QObject::customEvent(QEvent*) 13608 vfunc[10]: QObject::connectNotify(char const*) 13609 vfunc[11]: QObject::disconnectNotify(char const*) 13610 vfunc[12]: QWidget::devType() const 13611 vfunc[13]: QWidget::setVisible(bool) 13612 vfunc[14]: QFrame::sizeHint() const 13613 vfunc[15]: QWidget::minimumSizeHint() const 13614 vfunc[16]: QWidget::heightForWidth(int) const 13615 vfunc[17]: QWidget::paintEngine() const 13616 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 13617 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 13618 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 13619 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 13620 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 13621 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 13622 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 13623 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 13624 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 13625 vfunc[27]: QWidget::enterEvent(QEvent*) 13626 vfunc[28]: QWidget::leaveEvent(QEvent*) 13627 vfunc[29]: QFrame::paintEvent(QPaintEvent*) 13628 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 13629 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 13630 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 13631 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 13632 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 13633 vfunc[35]: QWidget::actionEvent(QActionEvent*) 13634 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 13635 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 13636 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 13637 vfunc[39]: QWidget::dropEvent(QDropEvent*) 13638 vfunc[40]: QToolBox::showEvent(QShowEvent*) 13639 vfunc[41]: QWidget::hideEvent(QHideEvent*) 13640 vfunc[42]: QWidget::x11Event(_XEvent*) 13641 vfunc[43]: QToolBox::changeEvent(QEvent*) 13642 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 13643 const 13644 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 13645 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 13646 const 13647 vfunc[47]: QWidget::focusNextPrevChild(bool) 13648 vfunc[48]: QWidget::styleChange(QStyle&) 13649 vfunc[49]: QWidget::enabledChange(bool) 13650 vfunc[50]: QWidget::paletteChange(QPalette const&) 13651 vfunc[51]: QWidget::fontChange(QFont const&) 13652 vfunc[52]: QWidget::windowActivationChange(bool) 13653 vfunc[53]: QWidget::languageChange() 13654 vfunc[54]: QToolBox::itemInserted(int) 13655 vfunc[55]: QToolBox::itemRemoved(int) 13656 13657 Table 6-509. Secondary vtable for QToolBox 13658 Base Offset -8 13659 Virtual Base Offset 0 13660 RTTI typeinfo for QToolBox 13661 vfunc[0]: non-virtual thunk to QToolBox::~QToolBox() 13662 vfunc[1]: non-virtual thunk to QToolBox::~QToolBox() 13663 vfunc[2]: non-virtual thunk to QWidget::devType() const 13664 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 13665 vfunc[4]: non-virtual thunk to 13666 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 13667 13668 The Run Time Type Information for the QToolBox class is 13669 described by Table 6-510 13670 13671 Table 6-510. typeinfo for QToolBox 13672 Base Vtable vtable for __cxxabiv1::__si_class_type_info 13673 Name typeinfo name for QToolBox 13674 basetype: typeinfo for QFrame 13675 _________________________________________________________ 13676 13677 6.4.1.179. Class data for QSplitter 13678 13679 The virtual table for the QSplitter class is described by 13680 Table 6-511 13681 13682 Table 6-511. Primary vtable for QSplitter 13683 Base Offset 0 13684 Virtual Base Offset 0 13685 RTTI typeinfo for QSplitter 13686 vfunc[0]: QSplitter::metaObject() const 13687 vfunc[1]: QSplitter::qt_metacast(char const*) 13688 vfunc[2]: QSplitter::qt_metacall(QMetaObject::Call, int, 13689 void**) 13690 vfunc[3]: QSplitter::~QSplitter() 13691 vfunc[4]: QSplitter::~QSplitter() 13692 vfunc[5]: QSplitter::event(QEvent*) 13693 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 13694 vfunc[7]: QObject::timerEvent(QTimerEvent*) 13695 vfunc[8]: QSplitter::childEvent(QChildEvent*) 13696 vfunc[9]: QObject::customEvent(QEvent*) 13697 vfunc[10]: QObject::connectNotify(char const*) 13698 vfunc[11]: QObject::disconnectNotify(char const*) 13699 vfunc[12]: QWidget::devType() const 13700 vfunc[13]: QWidget::setVisible(bool) 13701 vfunc[14]: QSplitter::sizeHint() const 13702 vfunc[15]: QSplitter::minimumSizeHint() const 13703 vfunc[16]: QWidget::heightForWidth(int) const 13704 vfunc[17]: QWidget::paintEngine() const 13705 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 13706 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 13707 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 13708 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 13709 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 13710 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 13711 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 13712 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 13713 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 13714 vfunc[27]: QWidget::enterEvent(QEvent*) 13715 vfunc[28]: QWidget::leaveEvent(QEvent*) 13716 vfunc[29]: QFrame::paintEvent(QPaintEvent*) 13717 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 13718 vfunc[31]: QSplitter::resizeEvent(QResizeEvent*) 13719 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 13720 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 13721 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 13722 vfunc[35]: QWidget::actionEvent(QActionEvent*) 13723 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 13724 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 13725 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 13726 vfunc[39]: QWidget::dropEvent(QDropEvent*) 13727 vfunc[40]: QWidget::showEvent(QShowEvent*) 13728 vfunc[41]: QWidget::hideEvent(QHideEvent*) 13729 vfunc[42]: QWidget::x11Event(_XEvent*) 13730 vfunc[43]: QSplitter::changeEvent(QEvent*) 13731 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 13732 const 13733 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 13734 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 13735 const 13736 vfunc[47]: QWidget::focusNextPrevChild(bool) 13737 vfunc[48]: QWidget::styleChange(QStyle&) 13738 vfunc[49]: QWidget::enabledChange(bool) 13739 vfunc[50]: QWidget::paletteChange(QPalette const&) 13740 vfunc[51]: QWidget::fontChange(QFont const&) 13741 vfunc[52]: QWidget::windowActivationChange(bool) 13742 vfunc[53]: QWidget::languageChange() 13743 vfunc[54]: QSplitter::createHandle() 13744 13745 Table 6-512. Secondary vtable for QSplitter 13746 Base Offset -8 13747 Virtual Base Offset 0 13748 RTTI typeinfo for QSplitter 13749 vfunc[0]: non-virtual thunk to QSplitter::~QSplitter() 13750 vfunc[1]: non-virtual thunk to QSplitter::~QSplitter() 13751 vfunc[2]: non-virtual thunk to QWidget::devType() const 13752 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 13753 vfunc[4]: non-virtual thunk to 13754 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 13755 13756 The Run Time Type Information for the QSplitter class is 13757 described by Table 6-513 13758 13759 Table 6-513. typeinfo for QSplitter 13760 Base Vtable vtable for __cxxabiv1::__si_class_type_info 13761 Name typeinfo name for QSplitter 13762 basetype: typeinfo for QFrame 13763 _________________________________________________________ 13764 13765 6.4.1.180. Class data for QSplitterHandle 13766 13767 The virtual table for the QSplitterHandle class is described 13768 by Table 6-514 13769 13770 Table 6-514. Primary vtable for QSplitterHandle 13771 Base Offset 0 13772 Virtual Base Offset 0 13773 RTTI typeinfo for QSplitterHandle 13774 vfunc[0]: QSplitterHandle::metaObject() const 13775 vfunc[1]: QSplitterHandle::qt_metacast(char const*) 13776 vfunc[2]: QSplitterHandle::qt_metacall(QMetaObject::Call, int, 13777 void**) 13778 vfunc[3]: QSplitterHandle::~QSplitterHandle() 13779 vfunc[4]: QSplitterHandle::~QSplitterHandle() 13780 vfunc[5]: QSplitterHandle::event(QEvent*) 13781 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 13782 vfunc[7]: QObject::timerEvent(QTimerEvent*) 13783 vfunc[8]: QObject::childEvent(QChildEvent*) 13784 vfunc[9]: QObject::customEvent(QEvent*) 13785 vfunc[10]: QObject::connectNotify(char const*) 13786 vfunc[11]: QObject::disconnectNotify(char const*) 13787 vfunc[12]: QWidget::devType() const 13788 vfunc[13]: QWidget::setVisible(bool) 13789 vfunc[14]: QSplitterHandle::sizeHint() const 13790 vfunc[15]: QWidget::minimumSizeHint() const 13791 vfunc[16]: QWidget::heightForWidth(int) const 13792 vfunc[17]: QWidget::paintEngine() const 13793 vfunc[18]: QSplitterHandle::mousePressEvent(QMouseEvent*) 13794 vfunc[19]: QSplitterHandle::mouseReleaseEvent(QMouseEvent*) 13795 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 13796 vfunc[21]: QSplitterHandle::mouseMoveEvent(QMouseEvent*) 13797 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 13798 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 13799 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 13800 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 13801 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 13802 vfunc[27]: QWidget::enterEvent(QEvent*) 13803 vfunc[28]: QWidget::leaveEvent(QEvent*) 13804 vfunc[29]: QSplitterHandle::paintEvent(QPaintEvent*) 13805 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 13806 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 13807 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 13808 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 13809 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 13810 vfunc[35]: QWidget::actionEvent(QActionEvent*) 13811 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 13812 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 13813 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 13814 vfunc[39]: QWidget::dropEvent(QDropEvent*) 13815 vfunc[40]: QWidget::showEvent(QShowEvent*) 13816 vfunc[41]: QWidget::hideEvent(QHideEvent*) 13817 vfunc[42]: QWidget::x11Event(_XEvent*) 13818 vfunc[43]: QWidget::changeEvent(QEvent*) 13819 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 13820 const 13821 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 13822 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 13823 const 13824 vfunc[47]: QWidget::focusNextPrevChild(bool) 13825 vfunc[48]: QWidget::styleChange(QStyle&) 13826 vfunc[49]: QWidget::enabledChange(bool) 13827 vfunc[50]: QWidget::paletteChange(QPalette const&) 13828 vfunc[51]: QWidget::fontChange(QFont const&) 13829 vfunc[52]: QWidget::windowActivationChange(bool) 13830 vfunc[53]: QWidget::languageChange() 13831 13832 Table 6-515. Secondary vtable for QSplitterHandle 13833 Base Offset -8 13834 Virtual Base Offset 0 13835 RTTI typeinfo for QSplitterHandle 13836 vfunc[0]: non-virtual thunk to 13837 QSplitterHandle::~QSplitterHandle() 13838 vfunc[1]: non-virtual thunk to 13839 QSplitterHandle::~QSplitterHandle() 13840 vfunc[2]: non-virtual thunk to QWidget::devType() const 13841 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 13842 vfunc[4]: non-virtual thunk to 13843 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 13844 13845 The Run Time Type Information for the QSplitterHandle class is 13846 described by Table 6-516 13847 13848 Table 6-516. typeinfo for QSplitterHandle 13849 Base Vtable vtable for __cxxabiv1::__si_class_type_info 13850 Name typeinfo name for QSplitterHandle 13851 basetype: typeinfo for QWidget 13852 _________________________________________________________ 13853 13854 6.4.1.181. Class data for QDial 13855 13856 The virtual table for the QDial class is described by Table 13857 6-517 13858 13859 Table 6-517. Primary vtable for QDial 13860 Base Offset 0 13861 Virtual Base Offset 0 13862 RTTI typeinfo for QDial 13863 vfunc[0]: QDial::metaObject() const 13864 vfunc[1]: QDial::qt_metacast(char const*) 13865 vfunc[2]: QDial::qt_metacall(QMetaObject::Call, int, void**) 13866 vfunc[3]: QDial::~QDial() 13867 vfunc[4]: QDial::~QDial() 13868 vfunc[5]: QDial::event(QEvent*) 13869 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 13870 vfunc[7]: QAbstractSlider::timerEvent(QTimerEvent*) 13871 vfunc[8]: QObject::childEvent(QChildEvent*) 13872 vfunc[9]: QObject::customEvent(QEvent*) 13873 vfunc[10]: QObject::connectNotify(char const*) 13874 vfunc[11]: QObject::disconnectNotify(char const*) 13875 vfunc[12]: QWidget::devType() const 13876 vfunc[13]: QWidget::setVisible(bool) 13877 vfunc[14]: QDial::sizeHint() const 13878 vfunc[15]: QDial::minimumSizeHint() const 13879 vfunc[16]: QWidget::heightForWidth(int) const 13880 vfunc[17]: QWidget::paintEngine() const 13881 vfunc[18]: QDial::mousePressEvent(QMouseEvent*) 13882 vfunc[19]: QDial::mouseReleaseEvent(QMouseEvent*) 13883 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 13884 vfunc[21]: QDial::mouseMoveEvent(QMouseEvent*) 13885 vfunc[22]: QAbstractSlider::wheelEvent(QWheelEvent*) 13886 vfunc[23]: QAbstractSlider::keyPressEvent(QKeyEvent*) 13887 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 13888 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 13889 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 13890 vfunc[27]: QWidget::enterEvent(QEvent*) 13891 vfunc[28]: QWidget::leaveEvent(QEvent*) 13892 vfunc[29]: QDial::paintEvent(QPaintEvent*) 13893 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 13894 vfunc[31]: QDial::resizeEvent(QResizeEvent*) 13895 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 13896 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 13897 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 13898 vfunc[35]: QWidget::actionEvent(QActionEvent*) 13899 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 13900 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 13901 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 13902 vfunc[39]: QWidget::dropEvent(QDropEvent*) 13903 vfunc[40]: QWidget::showEvent(QShowEvent*) 13904 vfunc[41]: QWidget::hideEvent(QHideEvent*) 13905 vfunc[42]: QWidget::x11Event(_XEvent*) 13906 vfunc[43]: QAbstractSlider::changeEvent(QEvent*) 13907 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 13908 const 13909 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 13910 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 13911 const 13912 vfunc[47]: QWidget::focusNextPrevChild(bool) 13913 vfunc[48]: QWidget::styleChange(QStyle&) 13914 vfunc[49]: QWidget::enabledChange(bool) 13915 vfunc[50]: QWidget::paletteChange(QPalette const&) 13916 vfunc[51]: QWidget::fontChange(QFont const&) 13917 vfunc[52]: QWidget::windowActivationChange(bool) 13918 vfunc[53]: QWidget::languageChange() 13919 vfunc[54]: QDial::sliderChange(QAbstractSlider::SliderChange) 13920 13921 Table 6-518. Secondary vtable for QDial 13922 Base Offset -8 13923 Virtual Base Offset 0 13924 RTTI typeinfo for QDial 13925 vfunc[0]: non-virtual thunk to QDial::~QDial() 13926 vfunc[1]: non-virtual thunk to QDial::~QDial() 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 QDial class is described 13933 by Table 6-519 13934 13935 Table 6-519. typeinfo for QDial 13936 Base Vtable vtable for __cxxabiv1::__si_class_type_info 13937 Name typeinfo name for QDial 13938 basetype: typeinfo for QAbstractSlider 13939 _________________________________________________________ 13940 13941 6.4.1.182. Interfaces for QtGui 13942 13943 An LSB conforming implementation shall provide the 13944 architecture specific functions for QtGui specified in Table 13945 6-520, with the full mandatory functionality as described in 13946 the referenced underlying specification. 13947 13948 Table 6-520. libQtGui - QtGui Function Interfaces 13949 _ZThn12_N10QDropEventD0Ev [QtGui] _ZThn12_N10QDropEventD1Ev 13950 [QtGui] 13951 _ZThn12_N14QDragMoveEventD0Ev [QtGui] 13952 _ZThn12_N14QDragMoveEventD1Ev [QtGui] 13953 _ZThn12_N15QDragEnterEventD0Ev [QtGui] 13954 _ZThn12_N15QDragEnterEventD1Ev [QtGui] 13955 _ZThn12_NK10QDropEvent11encodedDataEPKc [QtGui] 13956 _ZThn12_NK10QDropEvent6formatEi [QtGui] 13957 _ZThn12_NK10QDropEvent8providesEPKc [QtGui] 13958 _ZThn8_N10QBoxLayout10invalidateEv [QtGui] 13959 _ZThn8_N10QBoxLayout11setGeometryERK5QRect [QtGui] 13960 _ZThn8_N10QBoxLayoutD0Ev [QtGui] 13961 _ZThn8_N10QBoxLayoutD1Ev [QtGui] _ZThn8_N10QLCDNumberD0Ev 13962 [QtGui] 13963 _ZThn8_N10QLCDNumberD1Ev [QtGui] _ZThn8_N10QScrollBarD0Ev 13964 [QtGui] 13965 _ZThn8_N10QScrollBarD1Ev [QtGui] _ZThn8_N10QStatusBarD0Ev 13966 [QtGui] 13967 _ZThn8_N10QStatusBarD1Ev [QtGui] _ZThn8_N10QTabWidgetD0Ev 13968 [QtGui] 13969 _ZThn8_N10QTabWidgetD1Ev [QtGui] _ZThn8_N10QTableViewD0Ev 13970 [QtGui] 13971 _ZThn8_N10QTableViewD1Ev [QtGui] _ZThn8_N10QWorkspaceD0Ev 13972 [QtGui] 13973 _ZThn8_N10QWorkspaceD1Ev [QtGui] _ZThn8_N11QDockWidgetD0Ev 13974 [QtGui] 13975 _ZThn8_N11QDockWidgetD1Ev [QtGui] _ZThn8_N11QFileDialogD0Ev 13976 [QtGui] 13977 _ZThn8_N11QFileDialogD1Ev [QtGui] _ZThn8_N11QFocusFrameD0Ev 13978 [QtGui] 13979 _ZThn8_N11QFocusFrameD1Ev [QtGui] _ZThn8_N11QFontDialogD0Ev 13980 [QtGui] 13981 _ZThn8_N11QFontDialogD1Ev [QtGui] 13982 _ZThn8_N11QGridLayout10invalidateEv [QtGui] 13983 _ZThn8_N11QGridLayout11setGeometryERK5QRect [QtGui] 13984 _ZThn8_N11QGridLayoutD0Ev [QtGui] 13985 _ZThn8_N11QGridLayoutD1Ev [QtGui] _ZThn8_N11QHBoxLayoutD0Ev 13986 [QtGui] 13987 _ZThn8_N11QHBoxLayoutD1Ev [QtGui] _ZThn8_N11QHeaderViewD0Ev 13988 [QtGui] 13989 _ZThn8_N11QHeaderViewD1Ev [QtGui] _ZThn8_N11QListWidgetD0Ev 13990 [QtGui] 13991 _ZThn8_N11QListWidgetD1Ev [QtGui] _ZThn8_N11QMainWindowD0Ev 13992 [QtGui] 13993 _ZThn8_N11QMainWindowD1Ev [QtGui] _ZThn8_N11QMessageBoxD0Ev 13994 [QtGui] 13995 _ZThn8_N11QMessageBoxD1Ev [QtGui] _ZThn8_N11QPushButtonD0Ev 13996 [QtGui] 13997 _ZThn8_N11QPushButtonD1Ev [QtGui] _ZThn8_N11QRubberBandD0Ev 13998 [QtGui] 13999 _ZThn8_N11QRubberBandD1Ev [QtGui] _ZThn8_N11QScrollAreaD0Ev 14000 [QtGui] 14001 _ZThn8_N11QScrollAreaD1Ev [QtGui] _ZThn8_N11QToolButtonD0Ev 14002 [QtGui] 14003 _ZThn8_N11QToolButtonD1Ev [QtGui] _ZThn8_N11QTreeWidgetD0Ev 14004 [QtGui] 14005 _ZThn8_N11QTreeWidgetD1Ev [QtGui] _ZThn8_N11QVBoxLayoutD0Ev 14006 [QtGui] 14007 _ZThn8_N11QVBoxLayoutD1Ev [QtGui] _ZThn8_N12QColorDialogD0Ev 14008 [QtGui] 14009 _ZThn8_N12QColorDialogD1Ev [QtGui] _ZThn8_N12QInputDialogD0Ev 14010 [QtGui] 14011 _ZThn8_N12QInputDialogD1Ev [QtGui] _ZThn8_N12QPrintDialogD0Ev 14012 [QtGui] 14013 _ZThn8_N12QPrintDialogD1Ev [QtGui] _ZThn8_N12QStylePluginD0Ev 14014 [QtGui] 14015 _ZThn8_N12QStylePluginD1Ev [QtGui] _ZThn8_N12QTableWidgetD0Ev 14016 [QtGui] 14017 _ZThn8_N12QTableWidgetD1Ev [QtGui] _ZThn8_N12QTextBrowserD0Ev 14018 [QtGui] 14019 _ZThn8_N12QTextBrowserD1Ev [QtGui] _ZThn8_N13QErrorMessageD0Ev 14020 [QtGui] 14021 _ZThn8_N13QErrorMessageD1Ev [QtGui] 14022 _ZThn8_N13QSplashScreenD0Ev [QtGui] 14023 _ZThn8_N13QSplashScreenD1Ev [QtGui] 14024 _ZThn8_N14QDesktopWidgetD0Ev [QtGui] 14025 _ZThn8_N14QDesktopWidgetD1Ev [QtGui] 14026 _ZThn8_N14QImageIOPluginD0Ev [QtGui] 14027 _ZThn8_N14QImageIOPluginD1Ev [QtGui] 14028 _ZThn8_N14QStackedLayout11setGeometryERK5QRect [QtGui] 14029 _ZThn8_N14QStackedLayoutD0Ev [QtGui] 14030 _ZThn8_N14QStackedLayoutD1Ev [QtGui] 14031 _ZThn8_N14QStackedWidgetD0Ev [QtGui] 14032 _ZThn8_N14QStackedWidgetD1Ev [QtGui] 14033 _ZThn8_N15QAbstractButtonD0Ev [QtGui] 14034 _ZThn8_N15QAbstractButtonD1Ev [QtGui] 14035 _ZThn8_N15QAbstractSliderD0Ev [QtGui] 14036 _ZThn8_N15QAbstractSliderD1Ev [QtGui] 14037 _ZThn8_N15QProgressDialogD0Ev [QtGui] 14038 _ZThn8_N15QProgressDialogD1Ev [QtGui] 14039 _ZThn8_N15QX11EmbedWidgetD0Ev [QtGui] 14040 _ZThn8_N15QX11EmbedWidgetD1Ev [QtGui] 14041 _ZThn8_N16QAbstractSpinBoxD0Ev [QtGui] 14042 _ZThn8_N16QAbstractSpinBoxD1Ev [QtGui] 14043 _ZThn8_N17QAbstractItemViewD0Ev [QtGui] 14044 _ZThn8_N17QAbstractItemViewD1Ev [QtGui] 14045 _ZThn8_N17QAccessiblePluginD0Ev [QtGui] 14046 _ZThn8_N17QAccessiblePluginD1Ev [QtGui] 14047 _ZThn8_N17QIconEnginePluginD0Ev [QtGui] 14048 _ZThn8_N17QIconEnginePluginD1Ev [QtGui] 14049 _ZThn8_N17QTextImageHandler10drawObjectEP8QPainterRK6QRectFP13 14050 QTextDocumentiRK11QTextFormat [QtGui] 14051 _ZThn8_N17QTextImageHandler13intrinsicSizeEP13QTextDocumentiRK 14052 11QTextFormat [QtGui] 14053 _ZThn8_N18QX11EmbedContainerD0Ev [QtGui] 14054 _ZThn8_N18QX11EmbedContainerD1Ev [QtGui] 14055 _ZThn8_N19QAbstractScrollAreaD0Ev [QtGui] 14056 _ZThn8_N19QAbstractScrollAreaD1Ev [QtGui] 14057 _ZThn8_N19QInputContextPluginD0Ev [QtGui] 14058 _ZThn8_N19QInputContextPluginD1Ev [QtGui] 14059 _ZThn8_N20QPictureFormatPlugin11loadPictureERK7QStringS2_P8QPi 14060 cture [QtGui] 14061 _ZThn8_N20QPictureFormatPlugin11savePictureERK7QStringS2_RK8QP 14062 icture [QtGui] 14063 _ZThn8_N20QPictureFormatPluginD0Ev [QtGui] 14064 _ZThn8_N20QPictureFormatPluginD1Ev [QtGui] 14065 _ZThn8_N23QAccessibleBridgePluginD0Ev [QtGui] 14066 _ZThn8_N23QAccessibleBridgePluginD1Ev [QtGui] 14067 _ZThn8_N5QDialD0Ev [QtGui] _ZThn8_N5QDialD1Ev [QtGui] 14068 _ZThn8_N5QMenuD0Ev [QtGui] _ZThn8_N5QMenuD1Ev [QtGui] 14069 _ZThn8_N6QFrameD0Ev [QtGui] _ZThn8_N6QFrameD1Ev [QtGui] 14070 _ZThn8_N6QLabelD0Ev [QtGui] _ZThn8_N6QLabelD1Ev [QtGui] 14071 _ZThn8_N7QDialogD0Ev [QtGui] _ZThn8_N7QDialogD1Ev [QtGui] 14072 _ZThn8_N7QLayout10invalidateEv [QtGui] 14073 _ZThn8_N7QLayout6layoutEv [QtGui] 14074 _ZThn8_N7QLayoutD0Ev [QtGui] _ZThn8_N7QLayoutD1Ev [QtGui] 14075 _ZThn8_N7QSliderD0Ev [QtGui] _ZThn8_N7QSliderD1Ev [QtGui] 14076 _ZThn8_N7QTabBarD0Ev [QtGui] _ZThn8_N7QTabBarD1Ev [QtGui] 14077 _ZThn8_N7QWidgetD0Ev [QtGui] _ZThn8_N7QWidgetD1Ev [QtGui] 14078 _ZThn8_N8QMenuBarD0Ev [QtGui] _ZThn8_N8QMenuBarD1Ev [QtGui] 14079 _ZThn8_N8QToolBarD0Ev [QtGui] _ZThn8_N8QToolBarD1Ev [QtGui] 14080 _ZThn8_N8QToolBoxD0Ev [QtGui] _ZThn8_N8QToolBoxD1Ev [QtGui] 14081 _ZThn8_N9QComboBoxD0Ev [QtGui] _ZThn8_N9QComboBoxD1Ev [QtGui] 14082 _ZThn8_N9QGroupBoxD0Ev [QtGui] _ZThn8_N9QGroupBoxD1Ev [QtGui] 14083 _ZThn8_N9QLineEditD0Ev [QtGui] _ZThn8_N9QLineEditD1Ev [QtGui] 14084 _ZThn8_N9QListViewD0Ev [QtGui] _ZThn8_N9QListViewD1Ev [QtGui] 14085 _ZThn8_N9QSizeGripD0Ev [QtGui] _ZThn8_N9QSizeGripD1Ev [QtGui] 14086 _ZThn8_N9QSplitterD0Ev [QtGui] _ZThn8_N9QSplitterD1Ev [QtGui] 14087 _ZThn8_N9QTextEditD0Ev [QtGui] _ZThn8_N9QTextEditD1Ev [QtGui] 14088 _ZThn8_N9QTreeViewD0Ev [QtGui] _ZThn8_N9QTreeViewD1Ev [QtGui] 14089 _ZThn8_NK10QBoxLayout11maximumSizeEv [QtGui] 14090 _ZThn8_NK10QBoxLayout11minimumSizeEv [QtGui] 14091 _ZThn8_NK10QBoxLayout14heightForWidthEi [QtGui] 14092 _ZThn8_NK10QBoxLayout17hasHeightForWidthEv [QtGui] 14093 _ZThn8_NK10QBoxLayout19expandingDirectionsEv [QtGui] 14094 _ZThn8_NK10QBoxLayout21minimumHeightForWidthEi [QtGui] 14095 _ZThn8_NK10QBoxLayout8sizeHintEv [QtGui] 14096 _ZThn8_NK11QGridLayout11maximumSizeEv [QtGui] 14097 _ZThn8_NK11QGridLayout11minimumSizeEv [QtGui] 14098 _ZThn8_NK11QGridLayout14heightForWidthEi [QtGui] 14099 _ZThn8_NK11QGridLayout17hasHeightForWidthEv [QtGui] 14100 _ZThn8_NK11QGridLayout19expandingDirectionsEv [QtGui] 14101 _ZThn8_NK11QGridLayout21minimumHeightForWidthEi [QtGui] 14102 _ZThn8_NK11QGridLayout8sizeHintEv [QtGui] 14103 _ZThn8_NK14QStackedLayout11minimumSizeEv [QtGui] 14104 _ZThn8_NK14QStackedLayout8sizeHintEv [QtGui] 14105 _ZThn8_NK7QLayout11maximumSizeEv [QtGui] 14106 _ZThn8_NK7QLayout11minimumSizeEv [QtGui] 14107 _ZThn8_NK7QLayout19expandingDirectionsEv [QtGui] 14108 _ZThn8_NK7QLayout7isEmptyEv [QtGui] 14109 _ZThn8_NK7QLayout8geometryEv [QtGui] 14110 _ZThn8_NK7QWidget11paintEngineEv [QtGui] 14111 _ZThn8_NK7QWidget6metricEN12QPaintDevice17PaintDeviceMetricE 14112 [QtGui] _ZThn8_NK7QWidget7devTypeEv [QtGui] 14113 _________________________________________________________ 14114 14115 6.5. Data Definitions for libQtGui 14116 14117 This section defines global identifiers and their values that 14118 are associated with interfaces contained in libQtGui. These 14119 definitions are organized into groups that correspond to 14120 system headers. This convention is used as a convenience for 14121 the reader, and does not imply the existence of these headers, 14122 or their content. Where an interface is defined as requiring a 14123 particular system header file all of the data definitions for 14124 that system header file presented here shall be in effect. 14125 14126 This section gives data definitions to promote binary 14127 application portability, not to repeat source interface 14128 definitions available elsewhere. System providers and 14129 application developers should use this ABI to supplement - not 14130 to replace - source interface definition specifications. 14131 14132 This specification uses the ISO C (1999) C Language as the 14133 reference programming language, and data definitions are 14134 specified in ISO C format. The C language is used here as a 14135 convenient notation. Using a C language description of these 14136 data objects does not preclude their use by other programming 14137 languages. 14138 _________________________________________________________ 14139 14140 6.5.1. QtGui/qabstractbutton.h 14141 14142 /* 14143 * This header is architecture neutral 14144 * Please refer to the generic specification for details 14145 */ 14146 _________________________________________________________ 14147 14148 6.5.2. QtGui/qabstractitemdelegate.h 14149 14150 /* 14151 * This header is architecture neutral 14152 * Please refer to the generic specification for details 14153 */ 14154 _________________________________________________________ 14155 14156 6.5.3. QtGui/qabstractitemview.h 14157 14158 /* 14159 * This header is architecture neutral 14160 * Please refer to the generic specification for details 14161 */ 14162 _________________________________________________________ 14163 14164 6.5.4. QtGui/qabstractpagesetupdialog.h 14165 14166 /* 14167 * This header is architecture neutral 14168 * Please refer to the generic specification for details 14169 */ 14170 _________________________________________________________ 14171 14172 6.5.5. QtGui/qabstractprintdialog.h 14173 14174 /* 14175 * This header is architecture neutral 14176 * Please refer to the generic specification for details 14177 */ 14178 _________________________________________________________ 14179 14180 6.5.6. QtGui/qabstractproxymodel.h 14181 14182 /* 14183 * This header is architecture neutral 14184 * Please refer to the generic specification for details 14185 */ 14186 _________________________________________________________ 14187 14188 6.5.7. QtGui/qabstractscrollarea.h 14189 14190 /* 14191 * This header is architecture neutral 14192 * Please refer to the generic specification for details 14193 */ 14194 _________________________________________________________ 14195 14196 6.5.8. QtGui/qabstractslider.h 14197 14198 /* 14199 * This header is architecture neutral 14200 * Please refer to the generic specification for details 14201 */ 14202 _________________________________________________________ 14203 14204 6.5.9. QtGui/qabstractspinbox.h 14205 14206 /* 14207 * This header is architecture neutral 14208 * Please refer to the generic specification for details 14209 */ 14210 _________________________________________________________ 14211 14212 6.5.10. QtGui/qabstracttextdocumentlayout.h 14213 14214 /* 14215 * This header is architecture neutral 14216 * Please refer to the generic specification for details 14217 */ 14218 _________________________________________________________ 14219 14220 6.5.11. QtGui/qaccessible.h 14221 14222 /* 14223 * This header is architecture neutral 14224 * Please refer to the generic specification for details 14225 */ 14226 _________________________________________________________ 14227 14228 6.5.12. QtGui/qaccessiblebridge.h 14229 14230 /* 14231 * This header is architecture neutral 14232 * Please refer to the generic specification for details 14233 */ 14234 _________________________________________________________ 14235 14236 6.5.13. QtGui/qaccessibleobject.h 14237 14238 /* 14239 * This header is architecture neutral 14240 * Please refer to the generic specification for details 14241 */ 14242 _________________________________________________________ 14243 14244 6.5.14. QtGui/qaccessibleplugin.h 14245 14246 /* 14247 * This header is architecture neutral 14248 * Please refer to the generic specification for details 14249 */ 14250 _________________________________________________________ 14251 14252 6.5.15. QtGui/qaccessiblewidget.h 14253 14254 /* 14255 * This header is architecture neutral 14256 * Please refer to the generic specification for details 14257 */ 14258 _________________________________________________________ 14259 14260 6.5.16. QtGui/qaction.h 14261 14262 /* 14263 * This header is architecture neutral 14264 * Please refer to the generic specification for details 14265 */ 14266 _________________________________________________________ 14267 14268 6.5.17. QtGui/qactiongroup.h 14269 14270 /* 14271 * This header is architecture neutral 14272 * Please refer to the generic specification for details 14273 */ 14274 _________________________________________________________ 14275 14276 6.5.18. QtGui/qapplication.h 14277 14278 /* 14279 * This header is architecture neutral 14280 * Please refer to the generic specification for details 14281 */ 14282 _________________________________________________________ 14283 14284 6.5.19. QtGui/qbitmap.h 14285 14286 /* 14287 * This header is architecture neutral 14288 * Please refer to the generic specification for details 14289 */ 14290 _________________________________________________________ 14291 14292 6.5.20. QtGui/qboxlayout.h 14293 14294 /* 14295 * This header is architecture neutral 14296 * Please refer to the generic specification for details 14297 */ 14298 _________________________________________________________ 14299 14300 6.5.21. QtGui/qbrush.h 14301 14302 /* 14303 * This header is architecture neutral 14304 * Please refer to the generic specification for details 14305 */ 14306 _________________________________________________________ 14307 14308 6.5.22. QtGui/qbuttongroup.h 14309 14310 /* 14311 * This header is architecture neutral 14312 * Please refer to the generic specification for details 14313 */ 14314 _________________________________________________________ 14315 14316 6.5.23. QtGui/qcdestyle.h 14317 14318 /* 14319 * This header is architecture neutral 14320 * Please refer to the generic specification for details 14321 */ 14322 _________________________________________________________ 14323 14324 6.5.24. QtGui/qcheckbox.h 14325 14326 /* 14327 * This header is architecture neutral 14328 * Please refer to the generic specification for details 14329 */ 14330 _________________________________________________________ 14331 14332 6.5.25. QtGui/qclipboard.h 14333 14334 /* 14335 * This header is architecture neutral 14336 * Please refer to the generic specification for details 14337 */ 14338 _________________________________________________________ 14339 14340 6.5.26. QtGui/qcolor.h 14341 14342 /* 14343 * This header is architecture neutral 14344 * Please refer to the generic specification for details 14345 */ 14346 _________________________________________________________ 14347 14348 6.5.27. QtGui/qcolordialog.h 14349 14350 /* 14351 * This header is architecture neutral 14352 * Please refer to the generic specification for details 14353 */ 14354 _________________________________________________________ 14355 14356 6.5.28. QtGui/qcolormap.h 14357 14358 /* 14359 * This header is architecture neutral 14360 * Please refer to the generic specification for details 14361 */ 14362 _________________________________________________________ 14363 14364 6.5.29. QtGui/qcombobox.h 14365 14366 /* 14367 * This header is architecture neutral 14368 * Please refer to the generic specification for details 14369 */ 14370 _________________________________________________________ 14371 14372 6.5.30. QtGui/qcommonstyle.h 14373 14374 /* 14375 * This header is architecture neutral 14376 * Please refer to the generic specification for details 14377 */ 14378 _________________________________________________________ 14379 14380 6.5.31. QtGui/qcursor.h 14381 14382 /* 14383 * This header is architecture neutral 14384 * Please refer to the generic specification for details 14385 */ 14386 _________________________________________________________ 14387 14388 6.5.32. QtGui/qdatetimeedit.h 14389 14390 /* 14391 * This header is architecture neutral 14392 * Please refer to the generic specification for details 14393 */ 14394 _________________________________________________________ 14395 14396 6.5.33. QtGui/qdesktopwidget.h 14397 14398 /* 14399 * This header is architecture neutral 14400 * Please refer to the generic specification for details 14401 */ 14402 _________________________________________________________ 14403 14404 6.5.34. QtGui/qdial.h 14405 14406 /* 14407 * This header is architecture neutral 14408 * Please refer to the generic specification for details 14409 */ 14410 _________________________________________________________ 14411 14412 6.5.35. QtGui/qdialog.h 14413 14414 /* 14415 * This header is architecture neutral 14416 * Please refer to the generic specification for details 14417 */ 14418 _________________________________________________________ 14419 14420 6.5.36. QtGui/qdirmodel.h 14421 14422 /* 14423 * This header is architecture neutral 14424 * Please refer to the generic specification for details 14425 */ 14426 _________________________________________________________ 14427 14428 6.5.37. QtGui/qdockwidget.h 14429 14430 /* 14431 * This header is architecture neutral 14432 * Please refer to the generic specification for details 14433 */ 14434 _________________________________________________________ 14435 14436 6.5.38. QtGui/qdrag.h 14437 14438 /* 14439 * This header is architecture neutral 14440 * Please refer to the generic specification for details 14441 */ 14442 _________________________________________________________ 14443 14444 6.5.39. QtGui/qerrormessage.h 14445 14446 /* 14447 * This header is architecture neutral 14448 * Please refer to the generic specification for details 14449 */ 14450 _________________________________________________________ 14451 14452 6.5.40. QtGui/qevent.h 14453 14454 /* 14455 * This header is architecture neutral 14456 * Please refer to the generic specification for details 14457 */ 14458 _________________________________________________________ 14459 14460 6.5.41. QtGui/qfiledialog.h 14461 14462 /* 14463 * This header is architecture neutral 14464 * Please refer to the generic specification for details 14465 */ 14466 _________________________________________________________ 14467 14468 6.5.42. QtGui/qfocusframe.h 14469 14470 /* 14471 * This header is architecture neutral 14472 * Please refer to the generic specification for details 14473 */ 14474 _________________________________________________________ 14475 14476 6.5.43. QtGui/qfont.h 14477 14478 /* 14479 * This header is architecture neutral 14480 * Please refer to the generic specification for details 14481 */ 14482 _________________________________________________________ 14483 14484 6.5.44. QtGui/qfontdatabase.h 14485 14486 /* 14487 * This header is architecture neutral 14488 * Please refer to the generic specification for details 14489 */ 14490 _________________________________________________________ 14491 14492 6.5.45. QtGui/qfontdialog.h 14493 14494 /* 14495 * This header is architecture neutral 14496 * Please refer to the generic specification for details 14497 */ 14498 _________________________________________________________ 14499 14500 6.5.46. QtGui/qfontinfo.h 14501 14502 /* 14503 * This header is architecture neutral 14504 * Please refer to the generic specification for details 14505 */ 14506 _________________________________________________________ 14507 14508 6.5.47. QtGui/qfontmetrics.h 14509 14510 /* 14511 * This header is architecture neutral 14512 * Please refer to the generic specification for details 14513 */ 14514 _________________________________________________________ 14515 14516 6.5.48. QtGui/qframe.h 14517 14518 /* 14519 * This header is architecture neutral 14520 * Please refer to the generic specification for details 14521 */ 14522 _________________________________________________________ 14523 14524 6.5.49. QtGui/qgridlayout.h 14525 14526 /* 14527 * This header is architecture neutral 14528 * Please refer to the generic specification for details 14529 */ 14530 _________________________________________________________ 14531 14532 6.5.50. QtGui/qgroupbox.h 14533 14534 /* 14535 * This header is architecture neutral 14536 * Please refer to the generic specification for details 14537 */ 14538 _________________________________________________________ 14539 14540 6.5.51. QtGui/qheaderview.h 14541 14542 /* 14543 * This header is architecture neutral 14544 * Please refer to the generic specification for details 14545 */ 14546 _________________________________________________________ 14547 14548 6.5.52. QtGui/qicon.h 14549 14550 /* 14551 * This header is architecture neutral 14552 * Please refer to the generic specification for details 14553 */ 14554 _________________________________________________________ 14555 14556 6.5.53. QtGui/qiconengine.h 14557 14558 /* 14559 * This header is architecture neutral 14560 * Please refer to the generic specification for details 14561 */ 14562 _________________________________________________________ 14563 14564 6.5.54. QtGui/qiconengineplugin.h 14565 14566 /* 14567 * This header is architecture neutral 14568 * Please refer to the generic specification for details 14569 */ 14570 _________________________________________________________ 14571 14572 6.5.55. QtGui/qimage.h 14573 14574 /* 14575 * This header is architecture neutral 14576 * Please refer to the generic specification for details 14577 */ 14578 _________________________________________________________ 14579 14580 6.5.56. QtGui/qimageiohandler.h 14581 14582 /* 14583 * This header is architecture neutral 14584 * Please refer to the generic specification for details 14585 */ 14586 _________________________________________________________ 14587 14588 6.5.57. QtGui/qimagereader.h 14589 14590 /* 14591 * This header is architecture neutral 14592 * Please refer to the generic specification for details 14593 */ 14594 _________________________________________________________ 14595 14596 6.5.58. QtGui/qimagewriter.h 14597 14598 /* 14599 * This header is architecture neutral 14600 * Please refer to the generic specification for details 14601 */ 14602 _________________________________________________________ 14603 14604 6.5.59. QtGui/qinputcontext.h 14605 14606 /* 14607 * This header is architecture neutral 14608 * Please refer to the generic specification for details 14609 */ 14610 _________________________________________________________ 14611 14612 6.5.60. QtGui/qinputcontextfactory.h 14613 14614 /* 14615 * This header is architecture neutral 14616 * Please refer to the generic specification for details 14617 */ 14618 _________________________________________________________ 14619 14620 6.5.61. QtGui/qinputcontextplugin.h 14621 14622 /* 14623 * This header is architecture neutral 14624 * Please refer to the generic specification for details 14625 */ 14626 _________________________________________________________ 14627 14628 6.5.62. QtGui/qinputdialog.h 14629 14630 /* 14631 * This header is architecture neutral 14632 * Please refer to the generic specification for details 14633 */ 14634 _________________________________________________________ 14635 14636 6.5.63. QtGui/qitemdelegate.h 14637 14638 /* 14639 * This header is architecture neutral 14640 * Please refer to the generic specification for details 14641 */ 14642 _________________________________________________________ 14643 14644 6.5.64. QtGui/qitemeditorfactory.h 14645 14646 /* 14647 * This header is architecture neutral 14648 * Please refer to the generic specification for details 14649 */ 14650 _________________________________________________________ 14651 14652 6.5.65. QtGui/qitemselectionmodel.h 14653 14654 /* 14655 * This header is architecture neutral 14656 * Please refer to the generic specification for details 14657 */ 14658 _________________________________________________________ 14659 14660 6.5.66. QtGui/qkeysequence.h 14661 14662 /* 14663 * This header is architecture neutral 14664 * Please refer to the generic specification for details 14665 */ 14666 _________________________________________________________ 14667 14668 6.5.67. QtGui/qlabel.h 14669 14670 /* 14671 * This header is architecture neutral 14672 * Please refer to the generic specification for details 14673 */ 14674 _________________________________________________________ 14675 14676 6.5.68. QtGui/qlayout.h 14677 14678 /* 14679 * This header is architecture neutral 14680 * Please refer to the generic specification for details 14681 */ 14682 _________________________________________________________ 14683 14684 6.5.69. QtGui/qlayoutitem.h 14685 14686 /* 14687 * This header is architecture neutral 14688 * Please refer to the generic specification for details 14689 */ 14690 _________________________________________________________ 14691 14692 6.5.70. QtGui/qlcdnumber.h 14693 14694 /* 14695 * This header is architecture neutral 14696 * Please refer to the generic specification for details 14697 */ 14698 _________________________________________________________ 14699 14700 6.5.71. QtGui/qlineedit.h 14701 14702 /* 14703 * This header is architecture neutral 14704 * Please refer to the generic specification for details 14705 */ 14706 _________________________________________________________ 14707 14708 6.5.72. QtGui/qlistview.h 14709 14710 /* 14711 * This header is architecture neutral 14712 * Please refer to the generic specification for details 14713 */ 14714 _________________________________________________________ 14715 14716 6.5.73. QtGui/qlistwidget.h 14717 14718 /* 14719 * This header is architecture neutral 14720 * Please refer to the generic specification for details 14721 */ 14722 _________________________________________________________ 14723 14724 6.5.74. QtGui/qmainwindow.h 14725 14726 /* 14727 * This header is architecture neutral 14728 * Please refer to the generic specification for details 14729 */ 14730 _________________________________________________________ 14731 14732 6.5.75. QtGui/qmatrix.h 14733 14734 /* 14735 * This header is architecture neutral 14736 * Please refer to the generic specification for details 14737 */ 14738 _________________________________________________________ 14739 14740 6.5.76. QtGui/qmenu.h 14741 14742 /* 14743 * This header is architecture neutral 14744 * Please refer to the generic specification for details 14745 */ 14746 _________________________________________________________ 14747 14748 6.5.77. QtGui/qmenubar.h 14749 14750 /* 14751 * This header is architecture neutral 14752 * Please refer to the generic specification for details 14753 */ 14754 _________________________________________________________ 14755 14756 6.5.78. QtGui/qmenudata.h 14757 14758 /* 14759 * This header is architecture neutral 14760 * Please refer to the generic specification for details 14761 */ 14762 _________________________________________________________ 14763 14764 6.5.79. QtGui/qmessagebox.h 14765 14766 /* 14767 * This header is architecture neutral 14768 * Please refer to the generic specification for details 14769 */ 14770 _________________________________________________________ 14771 14772 6.5.80. QtGui/qmime.h 14773 14774 /* 14775 * This header is architecture neutral 14776 * Please refer to the generic specification for details 14777 */ 14778 _________________________________________________________ 14779 14780 6.5.81. QtGui/qmotifstyle.h 14781 14782 /* 14783 * This header is architecture neutral 14784 * Please refer to the generic specification for details 14785 */ 14786 _________________________________________________________ 14787 14788 6.5.82. QtGui/qmovie.h 14789 14790 /* 14791 * This header is architecture neutral 14792 * Please refer to the generic specification for details 14793 */ 14794 _________________________________________________________ 14795 14796 6.5.83. QtGui/qpagesetupdialog.h 14797 14798 /* 14799 * This header is architecture neutral 14800 * Please refer to the generic specification for details 14801 */ 14802 _________________________________________________________ 14803 14804 6.5.84. QtGui/qpaintdevice.h 14805 14806 /* 14807 * This header is architecture neutral 14808 * Please refer to the generic specification for details 14809 */ 14810 _________________________________________________________ 14811 14812 6.5.85. QtGui/qpaintengine.h 14813 14814 /* 14815 * This header is architecture neutral 14816 * Please refer to the generic specification for details 14817 */ 14818 _________________________________________________________ 14819 14820 6.5.86. QtGui/qpainter.h 14821 14822 /* 14823 * This header is architecture neutral 14824 * Please refer to the generic specification for details 14825 */ 14826 _________________________________________________________ 14827 14828 6.5.87. QtGui/qpainterpath.h 14829 14830 /* 14831 * This header is architecture neutral 14832 * Please refer to the generic specification for details 14833 */ 14834 _________________________________________________________ 14835 14836 6.5.88. QtGui/qpalette.h 14837 14838 /* 14839 * This header is architecture neutral 14840 * Please refer to the generic specification for details 14841 */ 14842 _________________________________________________________ 14843 14844 6.5.89. QtGui/qpen.h 14845 14846 /* 14847 * This header is architecture neutral 14848 * Please refer to the generic specification for details 14849 */ 14850 _________________________________________________________ 14851 14852 6.5.90. QtGui/qpicture.h 14853 14854 /* 14855 * This header is architecture neutral 14856 * Please refer to the generic specification for details 14857 */ 14858 _________________________________________________________ 14859 14860 6.5.91. QtGui/qpictureformatplugin.h 14861 14862 /* 14863 * This header is architecture neutral 14864 * Please refer to the generic specification for details 14865 */ 14866 _________________________________________________________ 14867 14868 6.5.92. QtGui/qpixmap.h 14869 14870 /* 14871 * This header is architecture neutral 14872 * Please refer to the generic specification for details 14873 */ 14874 _________________________________________________________ 14875 14876 6.5.93. QtGui/qpixmapcache.h 14877 14878 /* 14879 * This header is architecture neutral 14880 * Please refer to the generic specification for details 14881 */ 14882 _________________________________________________________ 14883 14884 6.5.94. QtGui/qplastiquestyle.h 14885 14886 /* 14887 * This header is architecture neutral 14888 * Please refer to the generic specification for details 14889 */ 14890 _________________________________________________________ 14891 14892 6.5.95. QtGui/qpolygon.h 14893 14894 /* 14895 * This header is architecture neutral 14896 * Please refer to the generic specification for details 14897 */ 14898 _________________________________________________________ 14899 14900 6.5.96. QtGui/qprintdialog.h 14901 14902 /* 14903 * This header is architecture neutral 14904 * Please refer to the generic specification for details 14905 */ 14906 _________________________________________________________ 14907 14908 6.5.97. QtGui/qprintengine.h 14909 14910 /* 14911 * This header is architecture neutral 14912 * Please refer to the generic specification for details 14913 */ 14914 _________________________________________________________ 14915 14916 6.5.98. QtGui/qprinter.h 14917 14918 /* 14919 * This header is architecture neutral 14920 * Please refer to the generic specification for details 14921 */ 14922 _________________________________________________________ 14923 14924 6.5.99. QtGui/qprogressbar.h 14925 14926 /* 14927 * This header is architecture neutral 14928 * Please refer to the generic specification for details 14929 */ 14930 _________________________________________________________ 14931 14932 6.5.100. QtGui/qprogressdialog.h 14933 14934 /* 14935 * This header is architecture neutral 14936 * Please refer to the generic specification for details 14937 */ 14938 _________________________________________________________ 14939 14940 6.5.101. QtGui/qproxymodel.h 14941 14942 /* 14943 * This header is architecture neutral 14944 * Please refer to the generic specification for details 14945 */ 14946 _________________________________________________________ 14947 14948 6.5.102. QtGui/qpushbutton.h 14949 14950 /* 14951 * This header is architecture neutral 14952 * Please refer to the generic specification for details 14953 */ 14954 _________________________________________________________ 14955 14956 6.5.103. QtGui/qradiobutton.h 14957 14958 /* 14959 * This header is architecture neutral 14960 * Please refer to the generic specification for details 14961 */ 14962 _________________________________________________________ 14963 14964 6.5.104. QtGui/qregion.h 14965 14966 /* 14967 * This header is architecture neutral 14968 * Please refer to the generic specification for details 14969 */ 14970 _________________________________________________________ 14971 14972 6.5.105. QtGui/qrgb.h 14973 14974 /* 14975 * This header is architecture neutral 14976 * Please refer to the generic specification for details 14977 */ 14978 _________________________________________________________ 14979 14980 6.5.106. QtGui/qrubberband.h 14981 14982 /* 14983 * This header is architecture neutral 14984 * Please refer to the generic specification for details 14985 */ 14986 _________________________________________________________ 14987 14988 6.5.107. QtGui/qscrollarea.h 14989 14990 /* 14991 * This header is architecture neutral 14992 * Please refer to the generic specification for details 14993 */ 14994 _________________________________________________________ 14995 14996 6.5.108. QtGui/qscrollbar.h 14997 14998 /* 14999 * This header is architecture neutral 15000 * Please refer to the generic specification for details 15001 */ 15002 _________________________________________________________ 15003 15004 6.5.109. QtGui/qsessionmanager.h 15005 15006 /* 15007 * This header is architecture neutral 15008 * Please refer to the generic specification for details 15009 */ 15010 _________________________________________________________ 15011 15012 6.5.110. QtGui/qshortcut.h 15013 15014 /* 15015 * This header is architecture neutral 15016 * Please refer to the generic specification for details 15017 */ 15018 _________________________________________________________ 15019 15020 6.5.111. QtGui/qsizegrip.h 15021 15022 /* 15023 * This header is architecture neutral 15024 * Please refer to the generic specification for details 15025 */ 15026 _________________________________________________________ 15027 15028 6.5.112. QtGui/qsizepolicy.h 15029 15030 /* 15031 * This header is architecture neutral 15032 * Please refer to the generic specification for details 15033 */ 15034 _________________________________________________________ 15035 15036 6.5.113. QtGui/qslider.h 15037 15038 /* 15039 * This header is architecture neutral 15040 * Please refer to the generic specification for details 15041 */ 15042 _________________________________________________________ 15043 15044 6.5.114. QtGui/qsortfilterproxymodel.h 15045 15046 /* 15047 * This header is architecture neutral 15048 * Please refer to the generic specification for details 15049 */ 15050 _________________________________________________________ 15051 15052 6.5.115. QtGui/qsound.h 15053 15054 /* 15055 * This header is architecture neutral 15056 * Please refer to the generic specification for details 15057 */ 15058 _________________________________________________________ 15059 15060 6.5.116. QtGui/qspinbox.h 15061 15062 /* 15063 * This header is architecture neutral 15064 * Please refer to the generic specification for details 15065 */ 15066 _________________________________________________________ 15067 15068 6.5.117. QtGui/qsplashscreen.h 15069 15070 /* 15071 * This header is architecture neutral 15072 * Please refer to the generic specification for details 15073 */ 15074 _________________________________________________________ 15075 15076 6.5.118. QtGui/qsplitter.h 15077 15078 /* 15079 * This header is architecture neutral 15080 * Please refer to the generic specification for details 15081 */ 15082 _________________________________________________________ 15083 15084 6.5.119. QtGui/qstackedlayout.h 15085 15086 /* 15087 * This header is architecture neutral 15088 * Please refer to the generic specification for details 15089 */ 15090 _________________________________________________________ 15091 15092 6.5.120. QtGui/qstackedwidget.h 15093 15094 /* 15095 * This header is architecture neutral 15096 * Please refer to the generic specification for details 15097 */ 15098 _________________________________________________________ 15099 15100 6.5.121. QtGui/qstandarditemmodel.h 15101 15102 /* 15103 * This header is architecture neutral 15104 * Please refer to the generic specification for details 15105 */ 15106 _________________________________________________________ 15107 15108 6.5.122. QtGui/qstatusbar.h 15109 15110 /* 15111 * This header is architecture neutral 15112 * Please refer to the generic specification for details 15113 */ 15114 _________________________________________________________ 15115 15116 6.5.123. QtGui/qstringlistmodel.h 15117 15118 /* 15119 * This header is architecture neutral 15120 * Please refer to the generic specification for details 15121 */ 15122 _________________________________________________________ 15123 15124 6.5.124. QtGui/qstyle.h 15125 15126 /* 15127 * This header is architecture neutral 15128 * Please refer to the generic specification for details 15129 */ 15130 _________________________________________________________ 15131 15132 6.5.125. QtGui/qstylefactory.h 15133 15134 /* 15135 * This header is architecture neutral 15136 * Please refer to the generic specification for details 15137 */ 15138 _________________________________________________________ 15139 15140 6.5.126. QtGui/qstyleoption.h 15141 15142 /* 15143 * This header is architecture neutral 15144 * Please refer to the generic specification for details 15145 */ 15146 _________________________________________________________ 15147 15148 6.5.127. QtGui/qstylepainter.h 15149 15150 /* 15151 * This header is architecture neutral 15152 * Please refer to the generic specification for details 15153 */ 15154 _________________________________________________________ 15155 15156 6.5.128. QtGui/qstyleplugin.h 15157 15158 /* 15159 * This header is architecture neutral 15160 * Please refer to the generic specification for details 15161 */ 15162 _________________________________________________________ 15163 15164 6.5.129. QtGui/qsyntaxhighlighter.h 15165 15166 /* 15167 * This header is architecture neutral 15168 * Please refer to the generic specification for details 15169 */ 15170 _________________________________________________________ 15171 15172 6.5.130. QtGui/qtabbar.h 15173 15174 /* 15175 * This header is architecture neutral 15176 * Please refer to the generic specification for details 15177 */ 15178 _________________________________________________________ 15179 15180 6.5.131. QtGui/qtableview.h 15181 15182 /* 15183 * This header is architecture neutral 15184 * Please refer to the generic specification for details 15185 */ 15186 _________________________________________________________ 15187 15188 6.5.132. QtGui/qtablewidget.h 15189 15190 /* 15191 * This header is architecture neutral 15192 * Please refer to the generic specification for details 15193 */ 15194 _________________________________________________________ 15195 15196 6.5.133. QtGui/qtabwidget.h 15197 15198 /* 15199 * This header is architecture neutral 15200 * Please refer to the generic specification for details 15201 */ 15202 _________________________________________________________ 15203 15204 6.5.134. QtGui/qtextbrowser.h 15205 15206 /* 15207 * This header is architecture neutral 15208 * Please refer to the generic specification for details 15209 */ 15210 _________________________________________________________ 15211 15212 6.5.135. QtGui/qtextcursor.h 15213 15214 /* 15215 * This header is architecture neutral 15216 * Please refer to the generic specification for details 15217 */ 15218 _________________________________________________________ 15219 15220 6.5.136. QtGui/qtextdocument.h 15221 15222 /* 15223 * This header is architecture neutral 15224 * Please refer to the generic specification for details 15225 */ 15226 _________________________________________________________ 15227 15228 6.5.137. QtGui/qtextdocumentfragment.h 15229 15230 /* 15231 * This header is architecture neutral 15232 * Please refer to the generic specification for details 15233 */ 15234 _________________________________________________________ 15235 15236 6.5.138. QtGui/qtextedit.h 15237 15238 /* 15239 * This header is architecture neutral 15240 * Please refer to the generic specification for details 15241 */ 15242 _________________________________________________________ 15243 15244 6.5.139. QtGui/qtextformat.h 15245 15246 /* 15247 * This header is architecture neutral 15248 * Please refer to the generic specification for details 15249 */ 15250 _________________________________________________________ 15251 15252 6.5.140. QtGui/qtextlayout.h 15253 15254 /* 15255 * This header is architecture neutral 15256 * Please refer to the generic specification for details 15257 */ 15258 _________________________________________________________ 15259 15260 6.5.141. QtGui/qtextlist.h 15261 15262 /* 15263 * This header is architecture neutral 15264 * Please refer to the generic specification for details 15265 */ 15266 _________________________________________________________ 15267 15268 6.5.142. QtGui/qtextobject.h 15269 15270 /* 15271 * This header is architecture neutral 15272 * Please refer to the generic specification for details 15273 */ 15274 _________________________________________________________ 15275 15276 6.5.143. QtGui/qtextoption.h 15277 15278 /* 15279 * This header is architecture neutral 15280 * Please refer to the generic specification for details 15281 */ 15282 _________________________________________________________ 15283 15284 6.5.144. QtGui/qtexttable.h 15285 15286 /* 15287 * This header is architecture neutral 15288 * Please refer to the generic specification for details 15289 */ 15290 _________________________________________________________ 15291 15292 6.5.145. QtGui/qtoolbar.h 15293 15294 /* 15295 * This header is architecture neutral 15296 * Please refer to the generic specification for details 15297 */ 15298 _________________________________________________________ 15299 15300 6.5.146. QtGui/qtoolbox.h 15301 15302 /* 15303 * This header is architecture neutral 15304 * Please refer to the generic specification for details 15305 */ 15306 _________________________________________________________ 15307 15308 6.5.147. QtGui/qtoolbutton.h 15309 15310 /* 15311 * This header is architecture neutral 15312 * Please refer to the generic specification for details 15313 */ 15314 _________________________________________________________ 15315 15316 6.5.148. QtGui/qtooltip.h 15317 15318 /* 15319 * This header is architecture neutral 15320 * Please refer to the generic specification for details 15321 */ 15322 _________________________________________________________ 15323 15324 6.5.149. QtGui/qtreeview.h 15325 15326 /* 15327 * This header is architecture neutral 15328 * Please refer to the generic specification for details 15329 */ 15330 _________________________________________________________ 15331 15332 6.5.150. QtGui/qtreewidget.h 15333 15334 /* 15335 * This header is architecture neutral 15336 * Please refer to the generic specification for details 15337 */ 15338 _________________________________________________________ 15339 15340 6.5.151. QtGui/qtreewidgetitemiterator.h 15341 15342 /* 15343 * This header is architecture neutral 15344 * Please refer to the generic specification for details 15345 */ 15346 _________________________________________________________ 15347 15348 6.5.152. QtGui/qvalidator.h 15349 15350 /* 15351 * This header is architecture neutral 15352 * Please refer to the generic specification for details 15353 */ 15354 _________________________________________________________ 15355 15356 6.5.153. QtGui/qvfbhdr.h 15357 15358 /* 15359 * This header is architecture neutral 15360 * Please refer to the generic specification for details 15361 */ 15362 _________________________________________________________ 15363 15364 6.5.154. QtGui/qwhatsthis.h 15365 15366 /* 15367 * This header is architecture neutral 15368 * Please refer to the generic specification for details 15369 */ 15370 _________________________________________________________ 15371 15372 6.5.155. QtGui/qwidget.h 15373 15374 /* 15375 * This header is architecture neutral 15376 * Please refer to the generic specification for details 15377 */ 15378 _________________________________________________________ 15379 15380 6.5.156. QtGui/qwindowdefs.h 15381 15382 /* 15383 * This header is architecture neutral 15384 * Please refer to the generic specification for details 15385 */ 15386 _________________________________________________________ 15387 15388 6.5.157. QtGui/qwindowsstyle.h 15389 15390 /* 15391 * This header is architecture neutral 15392 * Please refer to the generic specification for details 15393 */ 15394 _________________________________________________________ 15395 15396 6.5.158. QtGui/qwmatrix.h 15397 15398 /* 15399 * This header is architecture neutral 15400 * Please refer to the generic specification for details 15401 */ 15402 _________________________________________________________ 15403 15404 6.5.159. QtGui/qworkspace.h 15405 15406 /* 15407 * This header is architecture neutral 15408 * Please refer to the generic specification for details 15409 */ 15410 _________________________________________________________ 15411 15412 6.6. Interfaces for libQtXml 15413 15414 Table 6-521 defines the library name and shared object name 15415 for the libQtXml library 15416 15417 Table 6-521. libQtXml Definition 15418 Library: libQtXml 15419 SONAME: libQtXml.so.4 15420 15421 The behavior of the interfaces in this library is specified by 15422 the following specifications: 15423 15424 [QtXml] QtXml 4.1.0 15425 _________________________________________________________ 15426 15427 6.6.1. QtXml 15428 _________________________________________________________ 15429 15430 6.6.1.1. Class data for QXmlAttributes 15431 15432 The virtual table for the QXmlAttributes class is described by 15433 Table 6-522 15434 15435 Table 6-522. Primary vtable for QXmlAttributes 15436 Base Offset 0 15437 Virtual Base Offset 0 15438 RTTI typeinfo for QXmlAttributes 15439 vfunc[0]: QXmlAttributes::~QXmlAttributes() 15440 vfunc[1]: QXmlAttributes::~QXmlAttributes() 15441 15442 The Run Time Type Information for the QXmlAttributes class is 15443 described by Table 6-523 15444 15445 Table 6-523. typeinfo for QXmlAttributes 15446 Base Vtable vtable for __cxxabiv1::__class_type_info 15447 Name typeinfo name for QXmlAttributes 15448 _________________________________________________________ 15449 15450 6.6.1.2. Class data for QXmlInputSource 15451 15452 The virtual table for the QXmlInputSource class is described 15453 by Table 6-524 15454 15455 Table 6-524. Primary vtable for QXmlInputSource 15456 Base Offset 0 15457 Virtual Base Offset 0 15458 RTTI typeinfo for QXmlInputSource 15459 vfunc[0]: QXmlInputSource::~QXmlInputSource() 15460 vfunc[1]: QXmlInputSource::~QXmlInputSource() 15461 vfunc[2]: QXmlInputSource::setData(QString const&) 15462 vfunc[3]: QXmlInputSource::setData(QByteArray const&) 15463 vfunc[4]: QXmlInputSource::fetchData() 15464 vfunc[5]: QXmlInputSource::data() const 15465 vfunc[6]: QXmlInputSource::next() 15466 vfunc[7]: QXmlInputSource::reset() 15467 vfunc[8]: QXmlInputSource::fromRawData(QByteArray const&, 15468 bool) 15469 15470 The Run Time Type Information for the QXmlInputSource class is 15471 described by Table 6-525 15472 15473 Table 6-525. typeinfo for QXmlInputSource 15474 Base Vtable vtable for __cxxabiv1::__class_type_info 15475 Name typeinfo name for QXmlInputSource 15476 _________________________________________________________ 15477 15478 6.6.1.3. Class data for QXmlReader 15479 15480 The virtual table for the QXmlReader class is described by 15481 Table 6-526 15482 15483 Table 6-526. Primary vtable for QXmlReader 15484 Base Offset 0 15485 Virtual Base Offset 0 15486 RTTI typeinfo for QXmlReader 15487 vfunc[0]: QXmlReader::~QXmlReader() 15488 vfunc[1]: QXmlReader::~QXmlReader() 15489 vfunc[2]: __cxa_pure_virtual 15490 vfunc[3]: __cxa_pure_virtual 15491 vfunc[4]: __cxa_pure_virtual 15492 vfunc[5]: __cxa_pure_virtual 15493 vfunc[6]: __cxa_pure_virtual 15494 vfunc[7]: __cxa_pure_virtual 15495 vfunc[8]: __cxa_pure_virtual 15496 vfunc[9]: __cxa_pure_virtual 15497 vfunc[10]: __cxa_pure_virtual 15498 vfunc[11]: __cxa_pure_virtual 15499 vfunc[12]: __cxa_pure_virtual 15500 vfunc[13]: __cxa_pure_virtual 15501 vfunc[14]: __cxa_pure_virtual 15502 vfunc[15]: __cxa_pure_virtual 15503 vfunc[16]: __cxa_pure_virtual 15504 vfunc[17]: __cxa_pure_virtual 15505 vfunc[18]: __cxa_pure_virtual 15506 vfunc[19]: __cxa_pure_virtual 15507 vfunc[20]: __cxa_pure_virtual 15508 vfunc[21]: __cxa_pure_virtual 15509 15510 The Run Time Type Information for the QXmlReader class is 15511 described by Table 6-527 15512 15513 Table 6-527. typeinfo for QXmlReader 15514 Base Vtable vtable for __cxxabiv1::__class_type_info 15515 Name typeinfo name for QXmlReader 15516 _________________________________________________________ 15517 15518 6.6.1.4. Class data for QXmlSimpleReader 15519 15520 The virtual table for the QXmlSimpleReader class is described 15521 by Table 6-528 15522 15523 Table 6-528. Primary vtable for QXmlSimpleReader 15524 Base Offset 0 15525 Virtual Base Offset 0 15526 RTTI typeinfo for QXmlSimpleReader 15527 vfunc[0]: QXmlSimpleReader::~QXmlSimpleReader() 15528 vfunc[1]: QXmlSimpleReader::~QXmlSimpleReader() 15529 vfunc[2]: QXmlSimpleReader::feature(QString const&, bool*) 15530 const 15531 vfunc[3]: QXmlSimpleReader::setFeature(QString const&, bool) 15532 vfunc[4]: QXmlSimpleReader::hasFeature(QString const&) const 15533 vfunc[5]: QXmlSimpleReader::property(QString const&, bool*) 15534 const 15535 vfunc[6]: QXmlSimpleReader::setProperty(QString const&, void*) 15536 vfunc[7]: QXmlSimpleReader::hasProperty(QString const&) const 15537 vfunc[8]: 15538 QXmlSimpleReader::setEntityResolver(QXmlEntityResolver*) 15539 vfunc[9]: QXmlSimpleReader::entityResolver() const 15540 vfunc[10]: QXmlSimpleReader::setDTDHandler(QXmlDTDHandler*) 15541 vfunc[11]: QXmlSimpleReader::DTDHandler() const 15542 vfunc[12]: 15543 QXmlSimpleReader::setContentHandler(QXmlContentHandler*) 15544 vfunc[13]: QXmlSimpleReader::contentHandler() const 15545 vfunc[14]: 15546 QXmlSimpleReader::setErrorHandler(QXmlErrorHandler*) 15547 vfunc[15]: QXmlSimpleReader::errorHandler() const 15548 vfunc[16]: 15549 QXmlSimpleReader::setLexicalHandler(QXmlLexicalHandler*) 15550 vfunc[17]: QXmlSimpleReader::lexicalHandler() const 15551 vfunc[18]: QXmlSimpleReader::setDeclHandler(QXmlDeclHandler*) 15552 vfunc[19]: QXmlSimpleReader::declHandler() const 15553 vfunc[20]: QXmlSimpleReader::parse(QXmlInputSource const&) 15554 vfunc[21]: QXmlSimpleReader::parse(QXmlInputSource const*) 15555 vfunc[22]: QXmlSimpleReader::parse(QXmlInputSource const*, 15556 bool) 15557 vfunc[23]: QXmlSimpleReader::parseContinue() 15558 15559 The Run Time Type Information for the QXmlSimpleReader class 15560 is described by Table 6-529 15561 15562 Table 6-529. typeinfo for QXmlSimpleReader 15563 Base Vtable vtable for __cxxabiv1::__si_class_type_info 15564 Name typeinfo name for QXmlSimpleReader 15565 basetype: typeinfo for QXmlReader 15566 _________________________________________________________ 15567 15568 6.6.1.5. Class data for QXmlLocator 15569 15570 The virtual table for the QXmlLocator class is described by 15571 Table 6-530 15572 15573 Table 6-530. Primary vtable for QXmlLocator 15574 Base Offset 0 15575 Virtual Base Offset 0 15576 RTTI typeinfo for QXmlLocator 15577 vfunc[0]: QXmlLocator::~QXmlLocator() 15578 vfunc[1]: QXmlLocator::~QXmlLocator() 15579 vfunc[2]: __cxa_pure_virtual 15580 vfunc[3]: __cxa_pure_virtual 15581 15582 The Run Time Type Information for the QXmlLocator class is 15583 described by Table 6-531 15584 15585 Table 6-531. typeinfo for QXmlLocator 15586 Base Vtable vtable for __cxxabiv1::__class_type_info 15587 Name typeinfo name for QXmlLocator 15588 _________________________________________________________ 15589 15590 6.6.1.6. Class data for QXmlContentHandler 15591 15592 The virtual table for the QXmlContentHandler class is 15593 described by Table 6-532 15594 15595 Table 6-532. Primary vtable for QXmlContentHandler 15596 Base Offset 0 15597 Virtual Base Offset 0 15598 RTTI typeinfo for QXmlContentHandler 15599 vfunc[0]: QXmlContentHandler::~QXmlContentHandler() 15600 vfunc[1]: QXmlContentHandler::~QXmlContentHandler() 15601 vfunc[2]: __cxa_pure_virtual 15602 vfunc[3]: __cxa_pure_virtual 15603 vfunc[4]: __cxa_pure_virtual 15604 vfunc[5]: __cxa_pure_virtual 15605 vfunc[6]: __cxa_pure_virtual 15606 vfunc[7]: __cxa_pure_virtual 15607 vfunc[8]: __cxa_pure_virtual 15608 vfunc[9]: __cxa_pure_virtual 15609 vfunc[10]: __cxa_pure_virtual 15610 vfunc[11]: __cxa_pure_virtual 15611 vfunc[12]: __cxa_pure_virtual 15612 vfunc[13]: __cxa_pure_virtual 15613 15614 The Run Time Type Information for the QXmlContentHandler class 15615 is described by Table 6-533 15616 15617 Table 6-533. typeinfo for QXmlContentHandler 15618 Base Vtable vtable for __cxxabiv1::__class_type_info 15619 Name typeinfo name for QXmlContentHandler 15620 _________________________________________________________ 15621 15622 6.6.1.7. Class data for QXmlErrorHandler 15623 15624 The virtual table for the QXmlErrorHandler class is described 15625 by Table 6-534 15626 15627 Table 6-534. Primary vtable for QXmlErrorHandler 15628 Base Offset 0 15629 Virtual Base Offset 0 15630 RTTI typeinfo for QXmlErrorHandler 15631 vfunc[0]: QXmlErrorHandler::~QXmlErrorHandler() 15632 vfunc[1]: QXmlErrorHandler::~QXmlErrorHandler() 15633 vfunc[2]: __cxa_pure_virtual 15634 vfunc[3]: __cxa_pure_virtual 15635 vfunc[4]: __cxa_pure_virtual 15636 vfunc[5]: __cxa_pure_virtual 15637 15638 The Run Time Type Information for the QXmlErrorHandler class 15639 is described by Table 6-535 15640 15641 Table 6-535. typeinfo for QXmlErrorHandler 15642 Base Vtable vtable for __cxxabiv1::__class_type_info 15643 Name typeinfo name for QXmlErrorHandler 15644 _________________________________________________________ 15645 15646 6.6.1.8. Class data for QXmlDTDHandler 15647 15648 The virtual table for the QXmlDTDHandler class is described by 15649 Table 6-536 15650 15651 Table 6-536. Primary vtable for QXmlDTDHandler 15652 Base Offset 0 15653 Virtual Base Offset 0 15654 RTTI typeinfo for QXmlDTDHandler 15655 vfunc[0]: QXmlDTDHandler::~QXmlDTDHandler() 15656 vfunc[1]: QXmlDTDHandler::~QXmlDTDHandler() 15657 vfunc[2]: __cxa_pure_virtual 15658 vfunc[3]: __cxa_pure_virtual 15659 vfunc[4]: __cxa_pure_virtual 15660 15661 The Run Time Type Information for the QXmlDTDHandler class is 15662 described by Table 6-537 15663 15664 Table 6-537. typeinfo for QXmlDTDHandler 15665 Base Vtable vtable for __cxxabiv1::__class_type_info 15666 Name typeinfo name for QXmlDTDHandler 15667 _________________________________________________________ 15668 15669 6.6.1.9. Class data for QXmlEntityResolver 15670 15671 The virtual table for the QXmlEntityResolver class is 15672 described by Table 6-538 15673 15674 Table 6-538. Primary vtable for QXmlEntityResolver 15675 Base Offset 0 15676 Virtual Base Offset 0 15677 RTTI typeinfo for QXmlEntityResolver 15678 vfunc[0]: QXmlEntityResolver::~QXmlEntityResolver() 15679 vfunc[1]: QXmlEntityResolver::~QXmlEntityResolver() 15680 vfunc[2]: __cxa_pure_virtual 15681 vfunc[3]: __cxa_pure_virtual 15682 15683 The Run Time Type Information for the QXmlEntityResolver class 15684 is described by Table 6-539 15685 15686 Table 6-539. typeinfo for QXmlEntityResolver 15687 Base Vtable vtable for __cxxabiv1::__class_type_info 15688 Name typeinfo name for QXmlEntityResolver 15689 _________________________________________________________ 15690 15691 6.6.1.10. Class data for QXmlLexicalHandler 15692 15693 The virtual table for the QXmlLexicalHandler class is 15694 described by Table 6-540 15695 15696 Table 6-540. Primary vtable for QXmlLexicalHandler 15697 Base Offset 0 15698 Virtual Base Offset 0 15699 RTTI typeinfo for QXmlLexicalHandler 15700 vfunc[0]: QXmlLexicalHandler::~QXmlLexicalHandler() 15701 vfunc[1]: QXmlLexicalHandler::~QXmlLexicalHandler() 15702 vfunc[2]: __cxa_pure_virtual 15703 vfunc[3]: __cxa_pure_virtual 15704 vfunc[4]: __cxa_pure_virtual 15705 vfunc[5]: __cxa_pure_virtual 15706 vfunc[6]: __cxa_pure_virtual 15707 vfunc[7]: __cxa_pure_virtual 15708 vfunc[8]: __cxa_pure_virtual 15709 vfunc[9]: __cxa_pure_virtual 15710 15711 The Run Time Type Information for the QXmlLexicalHandler class 15712 is described by Table 6-541 15713 15714 Table 6-541. typeinfo for QXmlLexicalHandler 15715 Base Vtable vtable for __cxxabiv1::__class_type_info 15716 Name typeinfo name for QXmlLexicalHandler 15717 _________________________________________________________ 15718 15719 6.6.1.11. Class data for QXmlDeclHandler 15720 15721 The virtual table for the QXmlDeclHandler class is described 15722 by Table 6-542 15723 15724 Table 6-542. Primary vtable for QXmlDeclHandler 15725 Base Offset 0 15726 Virtual Base Offset 0 15727 RTTI typeinfo for QXmlDeclHandler 15728 vfunc[0]: QXmlDeclHandler::~QXmlDeclHandler() 15729 vfunc[1]: QXmlDeclHandler::~QXmlDeclHandler() 15730 vfunc[2]: __cxa_pure_virtual 15731 vfunc[3]: __cxa_pure_virtual 15732 vfunc[4]: __cxa_pure_virtual 15733 vfunc[5]: __cxa_pure_virtual 15734 15735 The Run Time Type Information for the QXmlDeclHandler class is 15736 described by Table 6-543 15737 15738 Table 6-543. typeinfo for QXmlDeclHandler 15739 Base Vtable vtable for __cxxabiv1::__class_type_info 15740 Name typeinfo name for QXmlDeclHandler 15741 _________________________________________________________ 15742 15743 6.6.1.12. Class data for QXmlDefaultHandler 15744 15745 The virtual table for the QXmlDefaultHandler class is 15746 described by Table 6-544 15747 15748 Table 6-544. Primary vtable for QXmlDefaultHandler 15749 Base Offset 0 15750 Virtual Base Offset 0 15751 RTTI typeinfo for QXmlDefaultHandler 15752 vfunc[0]: QXmlDefaultHandler::~QXmlDefaultHandler() 15753 vfunc[1]: QXmlDefaultHandler::~QXmlDefaultHandler() 15754 vfunc[2]: QXmlDefaultHandler::setDocumentLocator(QXmlLocator*) 15755 vfunc[3]: QXmlDefaultHandler::startDocument() 15756 vfunc[4]: QXmlDefaultHandler::endDocument() 15757 vfunc[5]: QXmlDefaultHandler::startPrefixMapping(QString 15758 const&, QString const&) 15759 vfunc[6]: QXmlDefaultHandler::endPrefixMapping(QString const&) 15760 vfunc[7]: QXmlDefaultHandler::startElement(QString const&, 15761 QString const&, QString const&, QXmlAttributes const&) 15762 vfunc[8]: QXmlDefaultHandler::endElement(QString const&, 15763 QString const&, QString const&) 15764 vfunc[9]: QXmlDefaultHandler::characters(QString const&) 15765 vfunc[10]: QXmlDefaultHandler::ignorableWhitespace(QString 15766 const&) 15767 vfunc[11]: QXmlDefaultHandler::processingInstruction(QString 15768 const&, QString const&) 15769 vfunc[12]: QXmlDefaultHandler::skippedEntity(QString const&) 15770 vfunc[13]: QXmlDefaultHandler::errorString() const 15771 vfunc[14]: QXmlDefaultHandler::warning(QXmlParseException 15772 const&) 15773 vfunc[15]: QXmlDefaultHandler::error(QXmlParseException 15774 const&) 15775 vfunc[16]: QXmlDefaultHandler::fatalError(QXmlParseException 15776 const&) 15777 vfunc[17]: QXmlDefaultHandler::notationDecl(QString const&, 15778 QString const&, QString const&) 15779 vfunc[18]: QXmlDefaultHandler::unparsedEntityDecl(QString 15780 const&, QString const&, QString const&, QString const&) 15781 vfunc[19]: QXmlDefaultHandler::resolveEntity(QString const&, 15782 QString const&, QXmlInputSource*&) 15783 vfunc[20]: QXmlDefaultHandler::startDTD(QString const&, 15784 QString const&, QString const&) 15785 vfunc[21]: QXmlDefaultHandler::endDTD() 15786 vfunc[22]: QXmlDefaultHandler::startEntity(QString const&) 15787 vfunc[23]: QXmlDefaultHandler::endEntity(QString const&) 15788 vfunc[24]: QXmlDefaultHandler::startCDATA() 15789 vfunc[25]: QXmlDefaultHandler::endCDATA() 15790 vfunc[26]: QXmlDefaultHandler::comment(QString const&) 15791 vfunc[27]: QXmlDefaultHandler::attributeDecl(QString const&, 15792 QString const&, QString const&, QString const&, QString 15793 const&) 15794 vfunc[28]: QXmlDefaultHandler::internalEntityDecl(QString 15795 const&, QString const&) 15796 vfunc[29]: QXmlDefaultHandler::externalEntityDecl(QString 15797 const&, QString const&, QString const&) 15798 15799 Table 6-545. Secondary vtable for QXmlDefaultHandler 15800 Base Offset -4 15801 Virtual Base Offset 0 15802 RTTI typeinfo for QXmlDefaultHandler 15803 vfunc[0]: non-virtual thunk to 15804 QXmlDefaultHandler::~QXmlDefaultHandler() 15805 vfunc[1]: non-virtual thunk to 15806 QXmlDefaultHandler::~QXmlDefaultHandler() 15807 vfunc[2]: non-virtual thunk to 15808 QXmlDefaultHandler::warning(QXmlParseException const&) 15809 vfunc[3]: non-virtual thunk to 15810 QXmlDefaultHandler::error(QXmlParseException const&) 15811 vfunc[4]: non-virtual thunk to 15812 QXmlDefaultHandler::fatalError(QXmlParseException const&) 15813 vfunc[5]: non-virtual thunk to 15814 QXmlDefaultHandler::errorString() const 15815 15816 Table 6-546. Secondary vtable for QXmlDefaultHandler 15817 Base Offset -8 15818 Virtual Base Offset 0 15819 RTTI typeinfo for QXmlDefaultHandler 15820 vfunc[0]: non-virtual thunk to 15821 QXmlDefaultHandler::~QXmlDefaultHandler() 15822 vfunc[1]: non-virtual thunk to 15823 QXmlDefaultHandler::~QXmlDefaultHandler() 15824 vfunc[2]: non-virtual thunk to 15825 QXmlDefaultHandler::notationDecl(QString const&, QString 15826 const&, QString const&) 15827 vfunc[3]: non-virtual thunk to 15828 QXmlDefaultHandler::unparsedEntityDecl(QString const&, QString 15829 const&, QString const&, QString const&) 15830 vfunc[4]: non-virtual thunk to 15831 QXmlDefaultHandler::errorString() const 15832 15833 Table 6-547. Secondary vtable for QXmlDefaultHandler 15834 Base Offset -12 15835 Virtual Base Offset 0 15836 RTTI typeinfo for QXmlDefaultHandler 15837 vfunc[0]: non-virtual thunk to 15838 QXmlDefaultHandler::~QXmlDefaultHandler() 15839 vfunc[1]: non-virtual thunk to 15840 QXmlDefaultHandler::~QXmlDefaultHandler() 15841 vfunc[2]: non-virtual thunk to 15842 QXmlDefaultHandler::resolveEntity(QString const&, QString 15843 const&, QXmlInputSource*&) 15844 vfunc[3]: non-virtual thunk to 15845 QXmlDefaultHandler::errorString() const 15846 15847 Table 6-548. Secondary vtable for QXmlDefaultHandler 15848 Base Offset -16 15849 Virtual Base Offset 0 15850 RTTI typeinfo for QXmlDefaultHandler 15851 vfunc[0]: non-virtual thunk to 15852 QXmlDefaultHandler::~QXmlDefaultHandler() 15853 vfunc[1]: non-virtual thunk to 15854 QXmlDefaultHandler::~QXmlDefaultHandler() 15855 vfunc[2]: non-virtual thunk to 15856 QXmlDefaultHandler::startDTD(QString const&, QString const&, 15857 QString const&) 15858 vfunc[3]: non-virtual thunk to QXmlDefaultHandler::endDTD() 15859 vfunc[4]: non-virtual thunk to 15860 QXmlDefaultHandler::startEntity(QString const&) 15861 vfunc[5]: non-virtual thunk to 15862 QXmlDefaultHandler::endEntity(QString const&) 15863 vfunc[6]: non-virtual thunk to 15864 QXmlDefaultHandler::startCDATA() 15865 vfunc[7]: non-virtual thunk to QXmlDefaultHandler::endCDATA() 15866 vfunc[8]: non-virtual thunk to 15867 QXmlDefaultHandler::comment(QString const&) 15868 vfunc[9]: non-virtual thunk to 15869 QXmlDefaultHandler::errorString() const 15870 15871 Table 6-549. Secondary vtable for QXmlDefaultHandler 15872 Base Offset -20 15873 Virtual Base Offset 0 15874 RTTI typeinfo for QXmlDefaultHandler 15875 vfunc[0]: non-virtual thunk to 15876 QXmlDefaultHandler::~QXmlDefaultHandler() 15877 vfunc[1]: non-virtual thunk to 15878 QXmlDefaultHandler::~QXmlDefaultHandler() 15879 vfunc[2]: non-virtual thunk to 15880 QXmlDefaultHandler::attributeDecl(QString const&, QString 15881 const&, QString const&, QString const&, QString const&) 15882 vfunc[3]: non-virtual thunk to 15883 QXmlDefaultHandler::internalEntityDecl(QString const&, QString 15884 const&) 15885 vfunc[4]: non-virtual thunk to 15886 QXmlDefaultHandler::externalEntityDecl(QString const&, QString 15887 const&, QString const&) 15888 vfunc[5]: non-virtual thunk to 15889 QXmlDefaultHandler::errorString() const 15890 15891 The Run Time Type Information for the QXmlDefaultHandler class 15892 is described by Table 6-550 15893 15894 Table 6-550. typeinfo for QXmlDefaultHandler 15895 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 15896 Name typeinfo name for QXmlDefaultHandler 15897 flags: 0 15898 basetype: typeinfo for QXmlContentHandler 2 15899 basetype: typeinfo for QXmlErrorHandler 1026 15900 basetype: typeinfo for QXmlErrorHandler 2050 15901 basetype: typeinfo for QXmlErrorHandler 1026 15902 basetype: typeinfo for QXmlErrorHandler 2050 15903 basetype: typeinfo for QXmlErrorHandler 1026 15904 _________________________________________________________ 15905 15906 6.6.1.13. Interfaces for QtXml 15907 15908 An LSB conforming implementation shall provide the 15909 architecture specific functions for QtXml specified in Table 15910 6-551, with the full mandatory functionality as described in 15911 the referenced underlying specification. 15912 15913 Table 6-551. libQtXml - QtXml Function Interfaces 15914 _ZThn12_N18QXmlDefaultHandler13resolveEntityERK7QStringS2_RP15 15915 QXmlInputSource [QtXml] 15916 _ZThn12_NK18QXmlDefaultHandler11errorStringEv [QtXml] 15917 _ZThn16_N18QXmlDefaultHandler10startCDATAEv [QtXml] 15918 _ZThn16_N18QXmlDefaultHandler11startEntityERK7QString [QtXml] 15919 _ZThn16_N18QXmlDefaultHandler6endDTDEv [QtXml] 15920 _ZThn16_N18QXmlDefaultHandler7commentERK7QString [QtXml] 15921 _ZThn16_N18QXmlDefaultHandler8endCDATAEv [QtXml] 15922 _ZThn16_N18QXmlDefaultHandler8startDTDERK7QStringS2_S2_ 15923 [QtXml] 15924 _ZThn16_N18QXmlDefaultHandler9endEntityERK7QString [QtXml] 15925 _ZThn16_NK18QXmlDefaultHandler11errorStringEv [QtXml] 15926 _ZThn20_N18QXmlDefaultHandler13attributeDeclERK7QStringS2_S2_S 15927 2_S2_ [QtXml] 15928 _ZThn20_N18QXmlDefaultHandler18externalEntityDeclERK7QStringS2 15929 _S2_ [QtXml] 15930 _ZThn20_N18QXmlDefaultHandler18internalEntityDeclERK7QStringS2 15931 _ [QtXml] _ZThn20_NK18QXmlDefaultHandler11errorStringEv 15932 [QtXml] 15933 _ZThn4_N18QXmlDefaultHandler10fatalErrorERK18QXmlParseExceptio 15934 n [QtXml] 15935 _ZThn4_N18QXmlDefaultHandler5errorERK18QXmlParseException 15936 [QtXml] 15937 _ZThn4_N18QXmlDefaultHandler7warningERK18QXmlParseException 15938 [QtXml] _ZThn4_NK18QXmlDefaultHandler11errorStringEv [QtXml] 15939 _ZThn8_N18QXmlDefaultHandler12notationDeclERK7QStringS2_S2_ 15940 [QtXml] 15941 _ZThn8_N18QXmlDefaultHandler18unparsedEntityDeclERK7QStringS2_ 15942 S2_S2_ [QtXml] 15943 _ZThn8_NK18QXmlDefaultHandler11errorStringEv [QtXml] 15944 _________________________________________________________ 15945 15946 6.7. Data Definitions for libQtXml 15947 15948 This section defines global identifiers and their values that 15949 are associated with interfaces contained in libQtXml. These 15950 definitions are organized into groups that correspond to 15951 system headers. This convention is used as a convenience for 15952 the reader, and does not imply the existence of these headers, 15953 or their content. Where an interface is defined as requiring a 15954 particular system header file all of the data definitions for 15955 that system header file presented here shall be in effect. 15956 15957 This section gives data definitions to promote binary 15958 application portability, not to repeat source interface 15959 definitions available elsewhere. System providers and 15960 application developers should use this ABI to supplement - not 15961 to replace - source interface definition specifications. 15962 15963 This specification uses the ISO C (1999) C Language as the 15964 reference programming language, and data definitions are 15965 specified in ISO C format. The C language is used here as a 15966 convenient notation. Using a C language description of these 15967 data objects does not preclude their use by other programming 15968 languages. 15969 _________________________________________________________ 15970 15971 6.7.1. QtXml/qdom.h 15972 15973 /* 15974 * This header is architecture neutral 15975 * Please refer to the generic specification for details 15976 */ 15977 _________________________________________________________ 15978 15979 6.7.2. QtXml/qxml.h 15980 15981 /* 15982 * This header is architecture neutral 15983 * Please refer to the generic specification for details 15984 */ 15985 _________________________________________________________ 15986 15987 6.8. Interfaces for libQtOpenGL 15988 15989 Table 6-552 defines the library name and shared object name 15990 for the libQtOpenGL library 15991 15992 Table 6-552. libQtOpenGL Definition 15993 Library: libQtOpenGL 15994 SONAME: libQtOpenGL.so.4 15995 15996 The behavior of the interfaces in this library is specified by 15997 the following specifications: 15998 15999 [QtOpenGL] QtOpenGL 4.1.0 16000 _________________________________________________________ 16001 16002 6.8.1. QtOpenGL 16003 _________________________________________________________ 16004 16005 6.8.1.1. Class data for QGLContext 16006 16007 The virtual table for the QGLContext class is described by 16008 Table 6-553 16009 16010 Table 6-553. Primary vtable for QGLContext 16011 Base Offset 0 16012 Virtual Base Offset 0 16013 RTTI typeinfo for QGLContext 16014 vfunc[0]: QGLContext::~QGLContext() 16015 vfunc[1]: QGLContext::~QGLContext() 16016 vfunc[2]: QGLContext::create(QGLContext const*) 16017 vfunc[3]: QGLContext::makeCurrent() 16018 vfunc[4]: QGLContext::doneCurrent() 16019 vfunc[5]: QGLContext::swapBuffers() const 16020 vfunc[6]: QGLContext::chooseContext(QGLContext const*) 16021 vfunc[7]: QGLContext::tryVisual(QGLFormat const&, int) 16022 vfunc[8]: QGLContext::chooseVisual() 16023 16024 The Run Time Type Information for the QGLContext class is 16025 described by Table 6-554 16026 16027 Table 6-554. typeinfo for QGLContext 16028 Base Vtable vtable for __cxxabiv1::__class_type_info 16029 Name typeinfo name for QGLContext 16030 _________________________________________________________ 16031 16032 6.8.1.2. Class data for QGLWidget 16033 16034 The virtual table for the QGLWidget class is described by 16035 Table 6-555 16036 16037 Table 6-555. Primary vtable for QGLWidget 16038 Base Offset 0 16039 Virtual Base Offset 0 16040 RTTI typeinfo for QGLWidget 16041 vfunc[0]: QGLWidget::metaObject() const 16042 vfunc[1]: QGLWidget::qt_metacast(char const*) 16043 vfunc[2]: QGLWidget::qt_metacall(QMetaObject::Call, int, 16044 void**) 16045 vfunc[3]: QGLWidget::~QGLWidget() 16046 vfunc[4]: QGLWidget::~QGLWidget() 16047 vfunc[5]: QGLWidget::event(QEvent*) 16048 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 16049 vfunc[7]: QObject::timerEvent(QTimerEvent*) 16050 vfunc[8]: QObject::childEvent(QChildEvent*) 16051 vfunc[9]: QObject::customEvent(QEvent*) 16052 vfunc[10]: QObject::connectNotify(char const*) 16053 vfunc[11]: QObject::disconnectNotify(char const*) 16054 vfunc[12]: QWidget::devType() const 16055 vfunc[13]: QWidget::setVisible(bool) 16056 vfunc[14]: QWidget::sizeHint() const 16057 vfunc[15]: QWidget::minimumSizeHint() const 16058 vfunc[16]: QWidget::heightForWidth(int) const 16059 vfunc[17]: QGLWidget::paintEngine() const 16060 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 16061 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 16062 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 16063 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 16064 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 16065 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 16066 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 16067 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 16068 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 16069 vfunc[27]: QWidget::enterEvent(QEvent*) 16070 vfunc[28]: QWidget::leaveEvent(QEvent*) 16071 vfunc[29]: QGLWidget::paintEvent(QPaintEvent*) 16072 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 16073 vfunc[31]: QGLWidget::resizeEvent(QResizeEvent*) 16074 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 16075 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 16076 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 16077 vfunc[35]: QWidget::actionEvent(QActionEvent*) 16078 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 16079 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 16080 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 16081 vfunc[39]: QWidget::dropEvent(QDropEvent*) 16082 vfunc[40]: QWidget::showEvent(QShowEvent*) 16083 vfunc[41]: QWidget::hideEvent(QHideEvent*) 16084 vfunc[42]: QWidget::x11Event(_XEvent*) 16085 vfunc[43]: QWidget::changeEvent(QEvent*) 16086 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 16087 const 16088 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 16089 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 16090 const 16091 vfunc[47]: QWidget::focusNextPrevChild(bool) 16092 vfunc[48]: QWidget::styleChange(QStyle&) 16093 vfunc[49]: QWidget::enabledChange(bool) 16094 vfunc[50]: QWidget::paletteChange(QPalette const&) 16095 vfunc[51]: QWidget::fontChange(QFont const&) 16096 vfunc[52]: QWidget::windowActivationChange(bool) 16097 vfunc[53]: QWidget::languageChange() 16098 vfunc[54]: QGLWidget::updateGL() 16099 vfunc[55]: QGLWidget::updateOverlayGL() 16100 vfunc[56]: QGLWidget::initializeGL() 16101 vfunc[57]: QGLWidget::resizeGL(int, int) 16102 vfunc[58]: QGLWidget::paintGL() 16103 vfunc[59]: QGLWidget::initializeOverlayGL() 16104 vfunc[60]: QGLWidget::resizeOverlayGL(int, int) 16105 vfunc[61]: QGLWidget::paintOverlayGL() 16106 vfunc[62]: QGLWidget::glInit() 16107 vfunc[63]: QGLWidget::glDraw() 16108 16109 Table 6-556. Secondary vtable for QGLWidget 16110 Base Offset -8 16111 Virtual Base Offset 0 16112 RTTI typeinfo for QGLWidget 16113 vfunc[0]: non-virtual thunk to QGLWidget::~QGLWidget() 16114 vfunc[1]: non-virtual thunk to QGLWidget::~QGLWidget() 16115 vfunc[2]: non-virtual thunk to QWidget::devType() const 16116 vfunc[3]: non-virtual thunk to QGLWidget::paintEngine() const 16117 vfunc[4]: non-virtual thunk to 16118 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 16119 16120 The Run Time Type Information for the QGLWidget class is 16121 described by Table 6-557 16122 16123 Table 6-557. typeinfo for QGLWidget 16124 Base Vtable vtable for __cxxabiv1::__si_class_type_info 16125 Name typeinfo name for QGLWidget 16126 basetype: typeinfo for QWidget 16127 _________________________________________________________ 16128 16129 6.8.1.3. Class data for QGLPixelBuffer 16130 16131 The virtual table for the QGLPixelBuffer class is described by 16132 Table 6-558 16133 16134 Table 6-558. Primary vtable for QGLPixelBuffer 16135 Base Offset 0 16136 Virtual Base Offset 0 16137 RTTI typeinfo for QGLPixelBuffer 16138 vfunc[0]: QGLPixelBuffer::~QGLPixelBuffer() 16139 vfunc[1]: QGLPixelBuffer::~QGLPixelBuffer() 16140 vfunc[2]: QGLPixelBuffer::devType() const 16141 vfunc[3]: QGLPixelBuffer::paintEngine() const 16142 vfunc[4]: 16143 QGLPixelBuffer::metric(QPaintDevice::PaintDeviceMetric) const 16144 16145 The Run Time Type Information for the QGLPixelBuffer class is 16146 described by Table 6-559 16147 16148 Table 6-559. typeinfo for QGLPixelBuffer 16149 Base Vtable vtable for __cxxabiv1::__si_class_type_info 16150 Name typeinfo name for QGLPixelBuffer 16151 basetype: typeinfo for QPaintDevice 16152 _________________________________________________________ 16153 16154 6.8.1.4. Interfaces for QtOpenGL 16155 16156 An LSB conforming implementation shall provide the 16157 architecture specific functions for QtOpenGL specified in 16158 Table 6-560, with the full mandatory functionality as 16159 described in the referenced underlying specification. 16160 16161 Table 6-560. libQtOpenGL - QtOpenGL Function Interfaces 16162 _ZThn8_N9QGLWidgetD0Ev [QtOpenGL] _ZThn8_N9QGLWidgetD1Ev 16163 [QtOpenGL] 16164 _ZThn8_NK9QGLWidget11paintEngineEv [QtOpenGL] 16165 _________________________________________________________ 16166 16167 6.9. Data Definitions for libQtOpenGL 16168 16169 This section defines global identifiers and their values that 16170 are associated with interfaces contained in libQtOpenGL. These 16171 definitions are organized into groups that correspond to 16172 system headers. This convention is used as a convenience for 16173 the reader, and does not imply the existence of these headers, 16174 or their content. Where an interface is defined as requiring a 16175 particular system header file all of the data definitions for 16176 that system header file presented here shall be in effect. 16177 16178 This section gives data definitions to promote binary 16179 application portability, not to repeat source interface 16180 definitions available elsewhere. System providers and 16181 application developers should use this ABI to supplement - not 16182 to replace - source interface definition specifications. 16183 16184 This specification uses the ISO C (1999) C Language as the 16185 reference programming language, and data definitions are 16186 specified in ISO C format. The C language is used here as a 16187 convenient notation. Using a C language description of these 16188 data objects does not preclude their use by other programming 16189 languages. 16190 _________________________________________________________ 16191 16192 6.9.1. QtOpenGL/qgl.h 16193 16194 /* 16195 * This header is architecture neutral 16196 * Please refer to the generic specification for details 16197 */ 16198 _________________________________________________________ 16199 16200 6.9.2. QtOpenGL/qglcolormap.h 16201 16202 /* 16203 * This header is architecture neutral 16204 * Please refer to the generic specification for details 16205 */ 16206 _________________________________________________________ 16207 16208 6.9.3. QtOpenGL/qglpixelbuffer.h 16209 16210 /* 16211 * This header is architecture neutral 16212 * Please refer to the generic specification for details 16213 */ 16214 _________________________________________________________ 16215 16216 6.10. Interfaces for libQtSql 16217 16218 Table 6-561 defines the library name and shared object name 16219 for the libQtSql library 16220 16221 Table 6-561. libQtSql Definition 16222 Library: libQtSql 16223 SONAME: libQtSql.so.4 16224 16225 The behavior of the interfaces in this library is specified by 16226 the following specifications: 16227 16228 [QtSql] QtSql 4.1.0 16229 _________________________________________________________ 16230 16231 6.10.1. QtSql 16232 _________________________________________________________ 16233 16234 6.10.1.1. Class data for QSqlResult 16235 16236 The virtual table for the QSqlResult class is described by 16237 Table 6-562 16238 16239 Table 6-562. Primary vtable for QSqlResult 16240 Base Offset 0 16241 Virtual Base Offset 0 16242 RTTI typeinfo for QSqlResult 16243 vfunc[0]: QSqlResult::~QSqlResult() 16244 vfunc[1]: QSqlResult::~QSqlResult() 16245 vfunc[2]: QSqlResult::handle() const 16246 vfunc[3]: QSqlResult::setAt(int) 16247 vfunc[4]: QSqlResult::setActive(bool) 16248 vfunc[5]: QSqlResult::setLastError(QSqlError const&) 16249 vfunc[6]: QSqlResult::setQuery(QString const&) 16250 vfunc[7]: QSqlResult::setSelect(bool) 16251 vfunc[8]: QSqlResult::setForwardOnly(bool) 16252 vfunc[9]: QSqlResult::exec() 16253 vfunc[10]: QSqlResult::prepare(QString const&) 16254 vfunc[11]: QSqlResult::savePrepare(QString const&) 16255 vfunc[12]: QSqlResult::bindValue(int, QVariant const&, 16256 QFlags) 16257 vfunc[13]: QSqlResult::bindValue(QString const&, QVariant 16258 const&, QFlags) 16259 vfunc[14]: __cxa_pure_virtual 16260 vfunc[15]: __cxa_pure_virtual 16261 vfunc[16]: __cxa_pure_virtual 16262 vfunc[17]: __cxa_pure_virtual 16263 vfunc[18]: QSqlResult::fetchNext() 16264 vfunc[19]: QSqlResult::fetchPrevious() 16265 vfunc[20]: __cxa_pure_virtual 16266 vfunc[21]: __cxa_pure_virtual 16267 vfunc[22]: __cxa_pure_virtual 16268 vfunc[23]: __cxa_pure_virtual 16269 vfunc[24]: QSqlResult::record() const 16270 vfunc[25]: QSqlResult::lastInsertId() const 16271 vfunc[26]: QSqlResult::virtual_hook(int, void*) 16272 16273 The Run Time Type Information for the QSqlResult class is 16274 described by Table 6-563 16275 16276 Table 6-563. typeinfo for QSqlResult 16277 Base Vtable vtable for __cxxabiv1::__class_type_info 16278 Name typeinfo name for QSqlResult 16279 _________________________________________________________ 16280 16281 6.10.1.2. Class data for QSqlDriverFactoryInterface 16282 16283 The virtual table for the QSqlDriverFactoryInterface class is 16284 described by Table 6-564 16285 16286 Table 6-564. Primary vtable for QSqlDriverFactoryInterface 16287 Base Offset 0 16288 Virtual Base Offset 0 16289 RTTI typeinfo for QSqlDriverFactoryInterface 16290 vfunc[0]: 16291 QSqlDriverFactoryInterface::~QSqlDriverFactoryInterface() 16292 vfunc[1]: 16293 QSqlDriverFactoryInterface::~QSqlDriverFactoryInterface() 16294 vfunc[2]: __cxa_pure_virtual 16295 vfunc[3]: __cxa_pure_virtual 16296 16297 The Run Time Type Information for the 16298 QSqlDriverFactoryInterface class is described by Table 6-565 16299 16300 Table 6-565. typeinfo for QSqlDriverFactoryInterface 16301 Base Vtable vtable for __cxxabiv1::__si_class_type_info 16302 Name typeinfo name for QSqlDriverFactoryInterface 16303 basetype: typeinfo for QFactoryInterface 16304 _________________________________________________________ 16305 16306 6.10.1.3. Class data for QSqlDriverPlugin 16307 16308 The virtual table for the QSqlDriverPlugin class is described 16309 by Table 6-566 16310 16311 Table 6-566. Primary vtable for QSqlDriverPlugin 16312 Base Offset 0 16313 Virtual Base Offset 0 16314 RTTI typeinfo for QSqlDriverPlugin 16315 vfunc[0]: QSqlDriverPlugin::metaObject() const 16316 vfunc[1]: QSqlDriverPlugin::qt_metacast(char const*) 16317 vfunc[2]: QSqlDriverPlugin::qt_metacall(QMetaObject::Call, 16318 int, void**) 16319 vfunc[3]: QSqlDriverPlugin::~QSqlDriverPlugin() 16320 vfunc[4]: QSqlDriverPlugin::~QSqlDriverPlugin() 16321 vfunc[5]: QObject::event(QEvent*) 16322 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 16323 vfunc[7]: QObject::timerEvent(QTimerEvent*) 16324 vfunc[8]: QObject::childEvent(QChildEvent*) 16325 vfunc[9]: QObject::customEvent(QEvent*) 16326 vfunc[10]: QObject::connectNotify(char const*) 16327 vfunc[11]: QObject::disconnectNotify(char const*) 16328 vfunc[12]: __cxa_pure_virtual 16329 vfunc[13]: __cxa_pure_virtual 16330 16331 Table 6-567. Secondary vtable for QSqlDriverPlugin 16332 Base Offset -8 16333 Virtual Base Offset 0 16334 RTTI typeinfo for QSqlDriverPlugin 16335 vfunc[0]: non-virtual thunk to 16336 QSqlDriverPlugin::~QSqlDriverPlugin() 16337 vfunc[1]: non-virtual thunk to 16338 QSqlDriverPlugin::~QSqlDriverPlugin() 16339 vfunc[2]: __cxa_pure_virtual 16340 vfunc[3]: __cxa_pure_virtual 16341 16342 The Run Time Type Information for the QSqlDriverPlugin class 16343 is described by Table 6-568 16344 16345 Table 6-568. typeinfo for QSqlDriverPlugin 16346 Base Vtable vtable for __cxxabiv1::__vmi_class_type_info 16347 Name typeinfo name for QSqlDriverPlugin 16348 flags: 0 16349 basetype: typeinfo for QObject 2 16350 basetype: typeinfo for QSqlDriverFactoryInterface 2050 16351 _________________________________________________________ 16352 16353 6.10.1.4. Class data for QSqlDriver 16354 16355 The virtual table for the QSqlDriver class is described by 16356 Table 6-569 16357 16358 Table 6-569. Primary vtable for QSqlDriver 16359 Base Offset 0 16360 Virtual Base Offset 0 16361 RTTI typeinfo for QSqlDriver 16362 vfunc[0]: QSqlDriver::metaObject() const 16363 vfunc[1]: QSqlDriver::qt_metacast(char const*) 16364 vfunc[2]: QSqlDriver::qt_metacall(QMetaObject::Call, int, 16365 void**) 16366 vfunc[3]: QSqlDriver::~QSqlDriver() 16367 vfunc[4]: QSqlDriver::~QSqlDriver() 16368 vfunc[5]: QObject::event(QEvent*) 16369 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 16370 vfunc[7]: QObject::timerEvent(QTimerEvent*) 16371 vfunc[8]: QObject::childEvent(QChildEvent*) 16372 vfunc[9]: QObject::customEvent(QEvent*) 16373 vfunc[10]: QObject::connectNotify(char const*) 16374 vfunc[11]: QObject::disconnectNotify(char const*) 16375 vfunc[12]: QSqlDriver::isOpen() const 16376 vfunc[13]: QSqlDriver::beginTransaction() 16377 vfunc[14]: QSqlDriver::commitTransaction() 16378 vfunc[15]: QSqlDriver::rollbackTransaction() 16379 vfunc[16]: QSqlDriver::tables(QSql::TableType) const 16380 vfunc[17]: QSqlDriver::primaryIndex(QString const&) const 16381 vfunc[18]: QSqlDriver::record(QString const&) const 16382 vfunc[19]: QSqlDriver::formatValue(QSqlField const&, bool) 16383 const 16384 vfunc[20]: QSqlDriver::escapeIdentifier(QString const&, 16385 QSqlDriver::IdentifierType) const 16386 vfunc[21]: QSqlDriver::sqlStatement(QSqlDriver::StatementType, 16387 QString const&, QSqlRecord const&, bool) const 16388 vfunc[22]: QSqlDriver::handle() const 16389 vfunc[23]: __cxa_pure_virtual 16390 vfunc[24]: __cxa_pure_virtual 16391 vfunc[25]: __cxa_pure_virtual 16392 vfunc[26]: __cxa_pure_virtual 16393 vfunc[27]: QSqlDriver::setOpen(bool) 16394 vfunc[28]: QSqlDriver::setOpenError(bool) 16395 vfunc[29]: QSqlDriver::setLastError(QSqlError const&) 16396 16397 The Run Time Type Information for the QSqlDriver class is 16398 described by Table 6-570 16399 16400 Table 6-570. typeinfo for QSqlDriver 16401 Base Vtable vtable for __cxxabiv1::__si_class_type_info 16402 Name typeinfo name for QSqlDriver 16403 basetype: typeinfo for QObject 16404 _________________________________________________________ 16405 16406 6.10.1.5. Class data for QSqlQueryModel 16407 16408 The virtual table for the QSqlQueryModel class is described by 16409 Table 6-571 16410 16411 Table 6-571. Primary vtable for QSqlQueryModel 16412 Base Offset 0 16413 Virtual Base Offset 0 16414 RTTI typeinfo for QSqlQueryModel 16415 vfunc[0]: QSqlQueryModel::metaObject() const 16416 vfunc[1]: QSqlQueryModel::qt_metacast(char const*) 16417 vfunc[2]: QSqlQueryModel::qt_metacall(QMetaObject::Call, int, 16418 void**) 16419 vfunc[3]: QSqlQueryModel::~QSqlQueryModel() 16420 vfunc[4]: QSqlQueryModel::~QSqlQueryModel() 16421 vfunc[5]: QObject::event(QEvent*) 16422 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 16423 vfunc[7]: QObject::timerEvent(QTimerEvent*) 16424 vfunc[8]: QObject::childEvent(QChildEvent*) 16425 vfunc[9]: QObject::customEvent(QEvent*) 16426 vfunc[10]: QObject::connectNotify(char const*) 16427 vfunc[11]: QObject::disconnectNotify(char const*) 16428 vfunc[12]: QAbstractTableModel::index(int, int, QModelIndex 16429 const&) const 16430 vfunc[13]: QAbstractTableModel::parent(QModelIndex const&) 16431 const 16432 vfunc[14]: QSqlQueryModel::rowCount(QModelIndex const&) const 16433 vfunc[15]: QSqlQueryModel::columnCount(QModelIndex const&) 16434 const 16435 vfunc[16]: QAbstractTableModel::hasChildren(QModelIndex 16436 const&) const 16437 vfunc[17]: QSqlQueryModel::data(QModelIndex const&, int) const 16438 vfunc[18]: QAbstractItemModel::setData(QModelIndex const&, 16439 QVariant const&, int) 16440 vfunc[19]: QSqlQueryModel::headerData(int, Qt::Orientation, 16441 int) const 16442 vfunc[20]: QSqlQueryModel::setHeaderData(int, Qt::Orientation, 16443 QVariant const&, int) 16444 vfunc[21]: QAbstractItemModel::itemData(QModelIndex const&) 16445 const 16446 vfunc[22]: QAbstractItemModel::setItemData(QModelIndex const&, 16447 QMap const&) 16448 vfunc[23]: QAbstractItemModel::mimeTypes() const 16449 vfunc[24]: QAbstractItemModel::mimeData(QList 16450 const&) const 16451 vfunc[25]: QAbstractTableModel::dropMimeData(QMimeData const*, 16452 Qt::DropAction, int, int, QModelIndex const&) 16453 vfunc[26]: QAbstractItemModel::supportedDropActions() const 16454 vfunc[27]: QAbstractItemModel::insertRows(int, int, 16455 QModelIndex const&) 16456 vfunc[28]: QSqlQueryModel::insertColumns(int, int, QModelIndex 16457 const&) 16458 vfunc[29]: QAbstractItemModel::removeRows(int, int, 16459 QModelIndex const&) 16460 vfunc[30]: QSqlQueryModel::removeColumns(int, int, QModelIndex 16461 const&) 16462 vfunc[31]: QSqlQueryModel::fetchMore(QModelIndex const&) 16463 vfunc[32]: QSqlQueryModel::canFetchMore(QModelIndex const&) 16464 const 16465 vfunc[33]: QAbstractItemModel::flags(QModelIndex const&) const 16466 vfunc[34]: QAbstractItemModel::sort(int, Qt::SortOrder) 16467 vfunc[35]: QAbstractItemModel::buddy(QModelIndex const&) const 16468 vfunc[36]: QAbstractItemModel::match(QModelIndex const&, int, 16469 QVariant const&, int, QFlags) const 16470 vfunc[37]: QAbstractItemModel::span(QModelIndex const&) const 16471 vfunc[38]: QAbstractItemModel::submit() 16472 vfunc[39]: QAbstractItemModel::revert() 16473 vfunc[40]: QSqlQueryModel::clear() 16474 vfunc[41]: QSqlQueryModel::queryChange() 16475 16476 The Run Time Type Information for the QSqlQueryModel class is 16477 described by Table 6-572 16478 16479 Table 6-572. typeinfo for QSqlQueryModel 16480 Base Vtable vtable for __cxxabiv1::__si_class_type_info 16481 Name typeinfo name for QSqlQueryModel 16482 basetype: typeinfo for QAbstractTableModel 16483 _________________________________________________________ 16484 16485 6.10.1.6. Class data for QSqlTableModel 16486 16487 The virtual table for the QSqlTableModel class is described by 16488 Table 6-573 16489 16490 Table 6-573. Primary vtable for QSqlTableModel 16491 Base Offset 0 16492 Virtual Base Offset 0 16493 RTTI typeinfo for QSqlTableModel 16494 vfunc[0]: QSqlTableModel::metaObject() const 16495 vfunc[1]: QSqlTableModel::qt_metacast(char const*) 16496 vfunc[2]: QSqlTableModel::qt_metacall(QMetaObject::Call, int, 16497 void**) 16498 vfunc[3]: QSqlTableModel::~QSqlTableModel() 16499 vfunc[4]: QSqlTableModel::~QSqlTableModel() 16500 vfunc[5]: QObject::event(QEvent*) 16501 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 16502 vfunc[7]: QObject::timerEvent(QTimerEvent*) 16503 vfunc[8]: QObject::childEvent(QChildEvent*) 16504 vfunc[9]: QObject::customEvent(QEvent*) 16505 vfunc[10]: QObject::connectNotify(char const*) 16506 vfunc[11]: QObject::disconnectNotify(char const*) 16507 vfunc[12]: QAbstractTableModel::index(int, int, QModelIndex 16508 const&) const 16509 vfunc[13]: QAbstractTableModel::parent(QModelIndex const&) 16510 const 16511 vfunc[14]: QSqlTableModel::rowCount(QModelIndex const&) const 16512 vfunc[15]: QSqlQueryModel::columnCount(QModelIndex const&) 16513 const 16514 vfunc[16]: QAbstractTableModel::hasChildren(QModelIndex 16515 const&) const 16516 vfunc[17]: QSqlTableModel::data(QModelIndex const&, int) const 16517 vfunc[18]: QSqlTableModel::setData(QModelIndex const&, 16518 QVariant const&, int) 16519 vfunc[19]: QSqlTableModel::headerData(int, Qt::Orientation, 16520 int) const 16521 vfunc[20]: QSqlQueryModel::setHeaderData(int, Qt::Orientation, 16522 QVariant const&, int) 16523 vfunc[21]: QAbstractItemModel::itemData(QModelIndex const&) 16524 const 16525 vfunc[22]: QAbstractItemModel::setItemData(QModelIndex const&, 16526 QMap const&) 16527 vfunc[23]: QAbstractItemModel::mimeTypes() const 16528 vfunc[24]: QAbstractItemModel::mimeData(QList 16529 const&) const 16530 vfunc[25]: QAbstractTableModel::dropMimeData(QMimeData const*, 16531 Qt::DropAction, int, int, QModelIndex const&) 16532 vfunc[26]: QAbstractItemModel::supportedDropActions() const 16533 vfunc[27]: QSqlTableModel::insertRows(int, int, QModelIndex 16534 const&) 16535 vfunc[28]: QSqlQueryModel::insertColumns(int, int, QModelIndex 16536 const&) 16537 vfunc[29]: QSqlTableModel::removeRows(int, int, QModelIndex 16538 const&) 16539 vfunc[30]: QSqlTableModel::removeColumns(int, int, QModelIndex 16540 const&) 16541 vfunc[31]: QSqlQueryModel::fetchMore(QModelIndex const&) 16542 vfunc[32]: QSqlQueryModel::canFetchMore(QModelIndex const&) 16543 const 16544 vfunc[33]: QSqlTableModel::flags(QModelIndex const&) const 16545 vfunc[34]: QSqlTableModel::sort(int, Qt::SortOrder) 16546 vfunc[35]: QAbstractItemModel::buddy(QModelIndex const&) const 16547 vfunc[36]: QAbstractItemModel::match(QModelIndex const&, int, 16548 QVariant const&, int, QFlags) const 16549 vfunc[37]: QAbstractItemModel::span(QModelIndex const&) const 16550 vfunc[38]: QSqlTableModel::submit() 16551 vfunc[39]: QSqlTableModel::revert() 16552 vfunc[40]: QSqlTableModel::clear() 16553 vfunc[41]: QSqlQueryModel::queryChange() 16554 vfunc[42]: QSqlTableModel::select() 16555 vfunc[43]: QSqlTableModel::setTable(QString const&) 16556 vfunc[44]: 16557 QSqlTableModel::setEditStrategy(QSqlTableModel::EditStrategy) 16558 vfunc[45]: QSqlTableModel::setSort(int, Qt::SortOrder) 16559 vfunc[46]: QSqlTableModel::setFilter(QString const&) 16560 vfunc[47]: QSqlTableModel::revertRow(int) 16561 vfunc[48]: QSqlTableModel::updateRowInTable(int, QSqlRecord 16562 const&) 16563 vfunc[49]: QSqlTableModel::insertRowIntoTable(QSqlRecord 16564 const&) 16565 vfunc[50]: QSqlTableModel::deleteRowFromTable(int) 16566 vfunc[51]: QSqlTableModel::orderByClause() const 16567 vfunc[52]: QSqlTableModel::selectStatement() const 16568 16569 The Run Time Type Information for the QSqlTableModel class is 16570 described by Table 6-574 16571 16572 Table 6-574. typeinfo for QSqlTableModel 16573 Base Vtable vtable for __cxxabiv1::__si_class_type_info 16574 Name typeinfo name for QSqlTableModel 16575 basetype: typeinfo for QSqlQueryModel 16576 _________________________________________________________ 16577 16578 6.10.1.7. Class data for QSqlRelationalTableModel 16579 16580 The virtual table for the QSqlRelationalTableModel class is 16581 described by Table 6-575 16582 16583 Table 6-575. Primary vtable for QSqlRelationalTableModel 16584 Base Offset 0 16585 Virtual Base Offset 0 16586 RTTI typeinfo for QSqlRelationalTableModel 16587 vfunc[0]: QSqlRelationalTableModel::metaObject() const 16588 vfunc[1]: QSqlRelationalTableModel::qt_metacast(char const*) 16589 vfunc[2]: 16590 QSqlRelationalTableModel::qt_metacall(QMetaObject::Call, int, 16591 void**) 16592 vfunc[3]: 16593 QSqlRelationalTableModel::~QSqlRelationalTableModel() 16594 vfunc[4]: 16595 QSqlRelationalTableModel::~QSqlRelationalTableModel() 16596 vfunc[5]: QObject::event(QEvent*) 16597 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 16598 vfunc[7]: QObject::timerEvent(QTimerEvent*) 16599 vfunc[8]: QObject::childEvent(QChildEvent*) 16600 vfunc[9]: QObject::customEvent(QEvent*) 16601 vfunc[10]: QObject::connectNotify(char const*) 16602 vfunc[11]: QObject::disconnectNotify(char const*) 16603 vfunc[12]: QAbstractTableModel::index(int, int, QModelIndex 16604 const&) const 16605 vfunc[13]: QAbstractTableModel::parent(QModelIndex const&) 16606 const 16607 vfunc[14]: QSqlTableModel::rowCount(QModelIndex const&) const 16608 vfunc[15]: QSqlQueryModel::columnCount(QModelIndex const&) 16609 const 16610 vfunc[16]: QAbstractTableModel::hasChildren(QModelIndex 16611 const&) const 16612 vfunc[17]: QSqlRelationalTableModel::data(QModelIndex const&, 16613 int) const 16614 vfunc[18]: QSqlRelationalTableModel::setData(QModelIndex 16615 const&, QVariant const&, int) 16616 vfunc[19]: QSqlTableModel::headerData(int, Qt::Orientation, 16617 int) const 16618 vfunc[20]: QSqlQueryModel::setHeaderData(int, Qt::Orientation, 16619 QVariant const&, int) 16620 vfunc[21]: QAbstractItemModel::itemData(QModelIndex const&) 16621 const 16622 vfunc[22]: QAbstractItemModel::setItemData(QModelIndex const&, 16623 QMap const&) 16624 vfunc[23]: QAbstractItemModel::mimeTypes() const 16625 vfunc[24]: QAbstractItemModel::mimeData(QList 16626 const&) const 16627 vfunc[25]: QAbstractTableModel::dropMimeData(QMimeData const*, 16628 Qt::DropAction, int, int, QModelIndex const&) 16629 vfunc[26]: QAbstractItemModel::supportedDropActions() const 16630 vfunc[27]: QSqlTableModel::insertRows(int, int, QModelIndex 16631 const&) 16632 vfunc[28]: QSqlQueryModel::insertColumns(int, int, QModelIndex 16633 const&) 16634 vfunc[29]: QSqlTableModel::removeRows(int, int, QModelIndex 16635 const&) 16636 vfunc[30]: QSqlTableModel::removeColumns(int, int, QModelIndex 16637 const&) 16638 vfunc[31]: QSqlQueryModel::fetchMore(QModelIndex const&) 16639 vfunc[32]: QSqlQueryModel::canFetchMore(QModelIndex const&) 16640 const 16641 vfunc[33]: QSqlTableModel::flags(QModelIndex const&) const 16642 vfunc[34]: QSqlTableModel::sort(int, Qt::SortOrder) 16643 vfunc[35]: QAbstractItemModel::buddy(QModelIndex const&) const 16644 vfunc[36]: QAbstractItemModel::match(QModelIndex const&, int, 16645 QVariant const&, int, QFlags) const 16646 vfunc[37]: QAbstractItemModel::span(QModelIndex const&) const 16647 vfunc[38]: QSqlTableModel::submit() 16648 vfunc[39]: QSqlTableModel::revert() 16649 vfunc[40]: QSqlRelationalTableModel::clear() 16650 vfunc[41]: QSqlQueryModel::queryChange() 16651 vfunc[42]: QSqlRelationalTableModel::select() 16652 vfunc[43]: QSqlRelationalTableModel::setTable(QString const&) 16653 vfunc[44]: 16654 QSqlTableModel::setEditStrategy(QSqlTableModel::EditStrategy) 16655 vfunc[45]: QSqlTableModel::setSort(int, Qt::SortOrder) 16656 vfunc[46]: QSqlTableModel::setFilter(QString const&) 16657 vfunc[47]: QSqlRelationalTableModel::revertRow(int) 16658 vfunc[48]: QSqlRelationalTableModel::updateRowInTable(int, 16659 QSqlRecord const&) 16660 vfunc[49]: QSqlTableModel::insertRowIntoTable(QSqlRecord 16661 const&) 16662 vfunc[50]: QSqlTableModel::deleteRowFromTable(int) 16663 vfunc[51]: QSqlRelationalTableModel::orderByClause() const 16664 vfunc[52]: QSqlRelationalTableModel::selectStatement() const 16665 vfunc[53]: QSqlRelationalTableModel::setRelation(int, 16666 QSqlRelation const&) 16667 vfunc[54]: QSqlRelationalTableModel::relationModel(int) const 16668 16669 The Run Time Type Information for the QSqlRelationalTableModel 16670 class is described by Table 6-576 16671 16672 Table 6-576. typeinfo for QSqlRelationalTableModel 16673 Base Vtable vtable for __cxxabiv1::__si_class_type_info 16674 Name typeinfo name for QSqlRelationalTableModel 16675 basetype: typeinfo for QSqlTableModel 16676 _________________________________________________________ 16677 16678 6.10.1.8. Interfaces for QtSql 16679 16680 An LSB conforming implementation shall provide the 16681 architecture specific functions for QtSql specified in Table 16682 6-577, with the full mandatory functionality as described in 16683 the referenced underlying specification. 16684 16685 Table 6-577. libQtSql - QtSql Function Interfaces 16686 _ZThn8_N16QSqlDriverPluginD0Ev [QtSql] 16687 _ZThn8_N16QSqlDriverPluginD1Ev [QtSql] 16688 _________________________________________________________ 16689 16690 6.11. Data Definitions for libQtSql 16691 16692 This section defines global identifiers and their values that 16693 are associated with interfaces contained in libQtSql. These 16694 definitions are organized into groups that correspond to 16695 system headers. This convention is used as a convenience for 16696 the reader, and does not imply the existence of these headers, 16697 or their content. Where an interface is defined as requiring a 16698 particular system header file all of the data definitions for 16699 that system header file presented here shall be in effect. 16700 16701 This section gives data definitions to promote binary 16702 application portability, not to repeat source interface 16703 definitions available elsewhere. System providers and 16704 application developers should use this ABI to supplement - not 16705 to replace - source interface definition specifications. 16706 16707 This specification uses the ISO C (1999) C Language as the 16708 reference programming language, and data definitions are 16709 specified in ISO C format. The C language is used here as a 16710 convenient notation. Using a C language description of these 16711 data objects does not preclude their use by other programming 16712 languages. 16713 _________________________________________________________ 16714 16715 6.11.1. QtSql/qsql.h 16716 16717 /* 16718 * This header is architecture neutral 16719 * Please refer to the generic specification for details 16720 */ 16721 _________________________________________________________ 16722 16723 6.11.2. QtSql/qsqldatabase.h 16724 16725 /* 16726 * This header is architecture neutral 16727 * Please refer to the generic specification for details 16728 */ 16729 _________________________________________________________ 16730 16731 6.11.3. QtSql/qsqldriver.h 16732 16733 /* 16734 * This header is architecture neutral 16735 * Please refer to the generic specification for details 16736 */ 16737 _________________________________________________________ 16738 16739 6.11.4. QtSql/qsqldriverplugin.h 16740 16741 /* 16742 * This header is architecture neutral 16743 * Please refer to the generic specification for details 16744 */ 16745 _________________________________________________________ 16746 16747 6.11.5. QtSql/qsqlerror.h 16748 16749 /* 16750 * This header is architecture neutral 16751 * Please refer to the generic specification for details 16752 */ 16753 _________________________________________________________ 16754 16755 6.11.6. QtSql/qsqlfield.h 16756 16757 /* 16758 * This header is architecture neutral 16759 * Please refer to the generic specification for details 16760 */ 16761 _________________________________________________________ 16762 16763 6.11.7. QtSql/qsqlindex.h 16764 16765 /* 16766 * This header is architecture neutral 16767 * Please refer to the generic specification for details 16768 */ 16769 _________________________________________________________ 16770 16771 6.11.8. QtSql/qsqlquery.h 16772 16773 /* 16774 * This header is architecture neutral 16775 * Please refer to the generic specification for details 16776 */ 16777 _________________________________________________________ 16778 16779 6.11.9. QtSql/qsqlquerymodel.h 16780 16781 /* 16782 * This header is architecture neutral 16783 * Please refer to the generic specification for details 16784 */ 16785 _________________________________________________________ 16786 16787 6.11.10. QtSql/qsqlrecord.h 16788 16789 /* 16790 * This header is architecture neutral 16791 * Please refer to the generic specification for details 16792 */ 16793 _________________________________________________________ 16794 16795 6.11.11. QtSql/qsqlrelationaltablemodel.h 16796 16797 /* 16798 * This header is architecture neutral 16799 * Please refer to the generic specification for details 16800 */ 16801 _________________________________________________________ 16802 16803 6.11.12. QtSql/qsqlresult.h 16804 16805 /* 16806 * This header is architecture neutral 16807 * Please refer to the generic specification for details 16808 */ 16809 _________________________________________________________ 16810 16811 6.11.13. QtSql/qsqltablemodel.h 16812 16813 /* 16814 * This header is architecture neutral 16815 * Please refer to the generic specification for details 16816 */ 16817 _________________________________________________________ 16818 16819 6.12. Interfaces for libQtSvg 16820 16821 Table 6-578 defines the library name and shared object name 16822 for the libQtSvg library 16823 16824 Table 6-578. libQtSvg Definition 16825 Library: libQtSvg 16826 SONAME: libQtSvg.so.4 16827 16828 The behavior of the interfaces in this library is specified by 16829 the following specifications: 16830 16831 [QtSvg] QtSvg 4.1.0 16832 _________________________________________________________ 16833 16834 6.12.1. QtSvg 16835 _________________________________________________________ 16836 16837 6.12.1.1. Class data for QSvgRenderer 16838 16839 The virtual table for the QSvgRenderer class is described by 16840 Table 6-579 16841 16842 Table 6-579. Primary vtable for QSvgRenderer 16843 Base Offset 0 16844 Virtual Base Offset 0 16845 RTTI typeinfo for QSvgRenderer 16846 vfunc[0]: QSvgRenderer::metaObject() const 16847 vfunc[1]: QSvgRenderer::qt_metacast(char const*) 16848 vfunc[2]: QSvgRenderer::qt_metacall(QMetaObject::Call, int, 16849 void**) 16850 vfunc[3]: QSvgRenderer::~QSvgRenderer() 16851 vfunc[4]: QSvgRenderer::~QSvgRenderer() 16852 vfunc[5]: QObject::event(QEvent*) 16853 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 16854 vfunc[7]: QObject::timerEvent(QTimerEvent*) 16855 vfunc[8]: QObject::childEvent(QChildEvent*) 16856 vfunc[9]: QObject::customEvent(QEvent*) 16857 vfunc[10]: QObject::connectNotify(char const*) 16858 vfunc[11]: QObject::disconnectNotify(char const*) 16859 16860 The Run Time Type Information for the QSvgRenderer class is 16861 described by Table 6-580 16862 16863 Table 6-580. typeinfo for QSvgRenderer 16864 Base Vtable vtable for __cxxabiv1::__si_class_type_info 16865 Name typeinfo name for QSvgRenderer 16866 basetype: typeinfo for QObject 16867 _________________________________________________________ 16868 16869 6.12.1.2. Class data for QSvgWidget 16870 16871 The virtual table for the QSvgWidget class is described by 16872 Table 6-581 16873 16874 Table 6-581. Primary vtable for QSvgWidget 16875 Base Offset 0 16876 Virtual Base Offset 0 16877 RTTI typeinfo for QSvgWidget 16878 vfunc[0]: QSvgWidget::metaObject() const 16879 vfunc[1]: QSvgWidget::qt_metacast(char const*) 16880 vfunc[2]: QSvgWidget::qt_metacall(QMetaObject::Call, int, 16881 void**) 16882 vfunc[3]: QSvgWidget::~QSvgWidget() 16883 vfunc[4]: QSvgWidget::~QSvgWidget() 16884 vfunc[5]: QWidget::event(QEvent*) 16885 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 16886 vfunc[7]: QObject::timerEvent(QTimerEvent*) 16887 vfunc[8]: QObject::childEvent(QChildEvent*) 16888 vfunc[9]: QObject::customEvent(QEvent*) 16889 vfunc[10]: QObject::connectNotify(char const*) 16890 vfunc[11]: QObject::disconnectNotify(char const*) 16891 vfunc[12]: QWidget::devType() const 16892 vfunc[13]: QWidget::setVisible(bool) 16893 vfunc[14]: QSvgWidget::sizeHint() const 16894 vfunc[15]: QWidget::minimumSizeHint() const 16895 vfunc[16]: QWidget::heightForWidth(int) const 16896 vfunc[17]: QWidget::paintEngine() const 16897 vfunc[18]: QWidget::mousePressEvent(QMouseEvent*) 16898 vfunc[19]: QWidget::mouseReleaseEvent(QMouseEvent*) 16899 vfunc[20]: QWidget::mouseDoubleClickEvent(QMouseEvent*) 16900 vfunc[21]: QWidget::mouseMoveEvent(QMouseEvent*) 16901 vfunc[22]: QWidget::wheelEvent(QWheelEvent*) 16902 vfunc[23]: QWidget::keyPressEvent(QKeyEvent*) 16903 vfunc[24]: QWidget::keyReleaseEvent(QKeyEvent*) 16904 vfunc[25]: QWidget::focusInEvent(QFocusEvent*) 16905 vfunc[26]: QWidget::focusOutEvent(QFocusEvent*) 16906 vfunc[27]: QWidget::enterEvent(QEvent*) 16907 vfunc[28]: QWidget::leaveEvent(QEvent*) 16908 vfunc[29]: QSvgWidget::paintEvent(QPaintEvent*) 16909 vfunc[30]: QWidget::moveEvent(QMoveEvent*) 16910 vfunc[31]: QWidget::resizeEvent(QResizeEvent*) 16911 vfunc[32]: QWidget::closeEvent(QCloseEvent*) 16912 vfunc[33]: QWidget::contextMenuEvent(QContextMenuEvent*) 16913 vfunc[34]: QWidget::tabletEvent(QTabletEvent*) 16914 vfunc[35]: QWidget::actionEvent(QActionEvent*) 16915 vfunc[36]: QWidget::dragEnterEvent(QDragEnterEvent*) 16916 vfunc[37]: QWidget::dragMoveEvent(QDragMoveEvent*) 16917 vfunc[38]: QWidget::dragLeaveEvent(QDragLeaveEvent*) 16918 vfunc[39]: QWidget::dropEvent(QDropEvent*) 16919 vfunc[40]: QWidget::showEvent(QShowEvent*) 16920 vfunc[41]: QWidget::hideEvent(QHideEvent*) 16921 vfunc[42]: QWidget::x11Event(_XEvent*) 16922 vfunc[43]: QWidget::changeEvent(QEvent*) 16923 vfunc[44]: QWidget::metric(QPaintDevice::PaintDeviceMetric) 16924 const 16925 vfunc[45]: QWidget::inputMethodEvent(QInputMethodEvent*) 16926 vfunc[46]: QWidget::inputMethodQuery(Qt::InputMethodQuery) 16927 const 16928 vfunc[47]: QWidget::focusNextPrevChild(bool) 16929 vfunc[48]: QWidget::styleChange(QStyle&) 16930 vfunc[49]: QWidget::enabledChange(bool) 16931 vfunc[50]: QWidget::paletteChange(QPalette const&) 16932 vfunc[51]: QWidget::fontChange(QFont const&) 16933 vfunc[52]: QWidget::windowActivationChange(bool) 16934 vfunc[53]: QWidget::languageChange() 16935 16936 Table 6-582. Secondary vtable for QSvgWidget 16937 Base Offset -8 16938 Virtual Base Offset 0 16939 RTTI typeinfo for QSvgWidget 16940 vfunc[0]: non-virtual thunk to QSvgWidget::~QSvgWidget() 16941 vfunc[1]: non-virtual thunk to QSvgWidget::~QSvgWidget() 16942 vfunc[2]: non-virtual thunk to QWidget::devType() const 16943 vfunc[3]: non-virtual thunk to QWidget::paintEngine() const 16944 vfunc[4]: non-virtual thunk to 16945 QWidget::metric(QPaintDevice::PaintDeviceMetric) const 16946 16947 The Run Time Type Information for the QSvgWidget class is 16948 described by Table 6-583 16949 16950 Table 6-583. typeinfo for QSvgWidget 16951 Base Vtable vtable for __cxxabiv1::__si_class_type_info 16952 Name typeinfo name for QSvgWidget 16953 basetype: typeinfo for QWidget 16954 _________________________________________________________ 16955 16956 6.12.1.3. Interfaces for QtSvg 16957 16958 An LSB conforming implementation shall provide the 16959 architecture specific functions for QtSvg specified in Table 16960 6-584, with the full mandatory functionality as described in 16961 the referenced underlying specification. 16962 16963 Table 6-584. libQtSvg - QtSvg Function Interfaces 16964 _ZThn8_N10QSvgWidgetD0Ev [QtSvg] _ZThn8_N10QSvgWidgetD1Ev 16965 [QtSvg] 16966 _________________________________________________________ 16967 16968 6.13. Data Definitions for libQtSvg 16969 16970 This section defines global identifiers and their values that 16971 are associated with interfaces contained in libQtSvg. These 16972 definitions are organized into groups that correspond to 16973 system headers. This convention is used as a convenience for 16974 the reader, and does not imply the existence of these headers, 16975 or their content. Where an interface is defined as requiring a 16976 particular system header file all of the data definitions for 16977 that system header file presented here shall be in effect. 16978 16979 This section gives data definitions to promote binary 16980 application portability, not to repeat source interface 16981 definitions available elsewhere. System providers and 16982 application developers should use this ABI to supplement - not 16983 to replace - source interface definition specifications. 16984 16985 This specification uses the ISO C (1999) C Language as the 16986 reference programming language, and data definitions are 16987 specified in ISO C format. The C language is used here as a 16988 convenient notation. Using a C language description of these 16989 data objects does not preclude their use by other programming 16990 languages. 16991 _________________________________________________________ 16992 16993 6.13.1. QtSvg/qsvgrenderer.h 16994 16995 /* 16996 * This header is architecture neutral 16997 * Please refer to the generic specification for details 16998 */ 16999 _________________________________________________________ 17000 17001 6.13.2. QtSvg/qsvgwidget.h 17002 17003 /* 17004 * This header is architecture neutral 17005 * Please refer to the generic specification for details 17006 */ 17007 _________________________________________________________ 17008 17009 6.14. Interfaces for libQtNetwork 17010 17011 Table 6-585 defines the library name and shared object name 17012 for the libQtNetwork library 17013 17014 Table 6-585. libQtNetwork Definition 17015 Library: libQtNetwork 17016 SONAME: libQtNetwork.so.4 17017 _________________________________________________________ 17018 17019 6.14.1. QtNetwork 17020 _________________________________________________________ 17021 17022 6.14.1.1. Class data for QHttpHeader 17023 17024 The virtual table for the QHttpHeader class is described by 17025 Table 6-586 17026 17027 Table 6-586. Primary vtable for QHttpHeader 17028 Base Offset 0 17029 Virtual Base Offset 0 17030 RTTI typeinfo for QHttpHeader 17031 vfunc[0]: QHttpHeader::~QHttpHeader() 17032 vfunc[1]: QHttpHeader::~QHttpHeader() 17033 vfunc[2]: QHttpHeader::toString() const 17034 vfunc[3]: __cxa_pure_virtual 17035 vfunc[4]: __cxa_pure_virtual 17036 vfunc[5]: QHttpHeader::parseLine(QString const&, int) 17037 17038 The Run Time Type Information for the QHttpHeader class is 17039 described by Table 6-587 17040 17041 Table 6-587. typeinfo for QHttpHeader 17042 Base Vtable vtable for __cxxabiv1::__class_type_info 17043 Name typeinfo name for QHttpHeader 17044 _________________________________________________________ 17045 17046 6.14.1.2. Class data for QHttpResponseHeader 17047 17048 The virtual table for the QHttpResponseHeader class is 17049 described by Table 6-588 17050 17051 Table 6-588. Primary vtable for QHttpResponseHeader 17052 Base Offset 0 17053 Virtual Base Offset 0 17054 RTTI typeinfo for QHttpResponseHeader 17055 vfunc[0]: QHttpResponseHeader::~QHttpResponseHeader() 17056 vfunc[1]: QHttpResponseHeader::~QHttpResponseHeader() 17057 vfunc[2]: QHttpResponseHeader::toString() const 17058 vfunc[3]: QHttpResponseHeader::majorVersion() const 17059 vfunc[4]: QHttpResponseHeader::minorVersion() const 17060 vfunc[5]: QHttpResponseHeader::parseLine(QString const&, int) 17061 17062 The Run Time Type Information for the QHttpResponseHeader 17063 class is described by Table 6-589 17064 17065 Table 6-589. typeinfo for QHttpResponseHeader 17066 Base Vtable vtable for __cxxabiv1::__si_class_type_info 17067 Name typeinfo name for QHttpResponseHeader 17068 basetype: typeinfo for QHttpHeader 17069 _________________________________________________________ 17070 17071 6.14.1.3. Class data for QHttpRequestHeader 17072 17073 The virtual table for the QHttpRequestHeader class is 17074 described by Table 6-590 17075 17076 Table 6-590. Primary vtable for QHttpRequestHeader 17077 Base Offset 0 17078 Virtual Base Offset 0 17079 RTTI typeinfo for QHttpRequestHeader 17080 vfunc[0]: QHttpRequestHeader::~QHttpRequestHeader() 17081 vfunc[1]: QHttpRequestHeader::~QHttpRequestHeader() 17082 vfunc[2]: QHttpRequestHeader::toString() const 17083 vfunc[3]: QHttpRequestHeader::majorVersion() const 17084 vfunc[4]: QHttpRequestHeader::minorVersion() const 17085 vfunc[5]: QHttpRequestHeader::parseLine(QString const&, int) 17086 17087 The Run Time Type Information for the QHttpRequestHeader class 17088 is described by Table 6-591 17089 17090 Table 6-591. typeinfo for QHttpRequestHeader 17091 Base Vtable vtable for __cxxabiv1::__si_class_type_info 17092 Name typeinfo name for QHttpRequestHeader 17093 basetype: typeinfo for QHttpHeader 17094 _________________________________________________________ 17095 17096 6.14.1.4. Class data for QHttp 17097 17098 The virtual table for the QHttp class is described by Table 17099 6-592 17100 17101 Table 6-592. Primary vtable for QHttp 17102 Base Offset 0 17103 Virtual Base Offset 0 17104 RTTI typeinfo for QHttp 17105 vfunc[0]: QHttp::metaObject() const 17106 vfunc[1]: QHttp::qt_metacast(char const*) 17107 vfunc[2]: QHttp::qt_metacall(QMetaObject::Call, int, void**) 17108 vfunc[3]: QHttp::~QHttp() 17109 vfunc[4]: QHttp::~QHttp() 17110 vfunc[5]: QObject::event(QEvent*) 17111 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 17112 vfunc[7]: QObject::timerEvent(QTimerEvent*) 17113 vfunc[8]: QObject::childEvent(QChildEvent*) 17114 vfunc[9]: QObject::customEvent(QEvent*) 17115 vfunc[10]: QObject::connectNotify(char const*) 17116 vfunc[11]: QObject::disconnectNotify(char const*) 17117 17118 The Run Time Type Information for the QHttp class is described 17119 by Table 6-593 17120 17121 Table 6-593. typeinfo for QHttp 17122 Base Vtable vtable for __cxxabiv1::__si_class_type_info 17123 Name typeinfo name for QHttp 17124 basetype: typeinfo for QObject 17125 _________________________________________________________ 17126 17127 6.14.1.5. Class data for QAbstractSocket 17128 17129 The virtual table for the QAbstractSocket class is described 17130 by Table 6-594 17131 17132 Table 6-594. Primary vtable for QAbstractSocket 17133 Base Offset 0 17134 Virtual Base Offset 0 17135 RTTI typeinfo for QAbstractSocket 17136 vfunc[0]: QAbstractSocket::metaObject() const 17137 vfunc[1]: QAbstractSocket::qt_metacast(char const*) 17138 vfunc[2]: QAbstractSocket::qt_metacall(QMetaObject::Call, int, 17139 void**) 17140 vfunc[3]: QAbstractSocket::~QAbstractSocket() 17141 vfunc[4]: QAbstractSocket::~QAbstractSocket() 17142 vfunc[5]: QObject::event(QEvent*) 17143 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 17144 vfunc[7]: QObject::timerEvent(QTimerEvent*) 17145 vfunc[8]: QObject::childEvent(QChildEvent*) 17146 vfunc[9]: QObject::customEvent(QEvent*) 17147 vfunc[10]: QObject::connectNotify(char const*) 17148 vfunc[11]: QObject::disconnectNotify(char const*) 17149 vfunc[12]: QAbstractSocket::isSequential() const 17150 vfunc[13]: QIODevice::open(QFlags) 17151 vfunc[14]: QAbstractSocket::close() 17152 vfunc[15]: QIODevice::pos() const 17153 vfunc[16]: QIODevice::size() const 17154 vfunc[17]: QIODevice::seek(long long) 17155 vfunc[18]: QAbstractSocket::atEnd() const 17156 vfunc[19]: QIODevice::reset() 17157 vfunc[20]: QAbstractSocket::bytesAvailable() const 17158 vfunc[21]: QAbstractSocket::bytesToWrite() const 17159 vfunc[22]: QAbstractSocket::canReadLine() const 17160 vfunc[23]: QAbstractSocket::waitForReadyRead(int) 17161 vfunc[24]: QAbstractSocket::waitForBytesWritten(int) 17162 vfunc[25]: QAbstractSocket::readData(char*, long long) 17163 vfunc[26]: QAbstractSocket::readLineData(char*, long long) 17164 vfunc[27]: QAbstractSocket::writeData(char const*, long long) 17165 17166 The Run Time Type Information for the QAbstractSocket class is 17167 described by Table 6-595 17168 17169 Table 6-595. typeinfo for QAbstractSocket 17170 Base Vtable vtable for __cxxabiv1::__si_class_type_info 17171 Name typeinfo name for QAbstractSocket 17172 basetype: typeinfo for QIODevice 17173 _________________________________________________________ 17174 17175 6.14.1.6. Class data for QUrlInfo 17176 17177 The virtual table for the QUrlInfo class is described by Table 17178 6-596 17179 17180 Table 6-596. Primary vtable for QUrlInfo 17181 Base Offset 0 17182 Virtual Base Offset 0 17183 RTTI typeinfo for QUrlInfo 17184 vfunc[0]: QUrlInfo::~QUrlInfo() 17185 vfunc[1]: QUrlInfo::~QUrlInfo() 17186 vfunc[2]: QUrlInfo::setName(QString const&) 17187 vfunc[3]: QUrlInfo::setDir(bool) 17188 vfunc[4]: QUrlInfo::setFile(bool) 17189 vfunc[5]: QUrlInfo::setSymLink(bool) 17190 vfunc[6]: QUrlInfo::setOwner(QString const&) 17191 vfunc[7]: QUrlInfo::setGroup(QString const&) 17192 vfunc[8]: QUrlInfo::setSize(long long) 17193 vfunc[9]: QUrlInfo::setWritable(bool) 17194 vfunc[10]: QUrlInfo::setReadable(bool) 17195 vfunc[11]: QUrlInfo::setPermissions(int) 17196 vfunc[12]: QUrlInfo::setLastModified(QDateTime const&) 17197 17198 The Run Time Type Information for the QUrlInfo class is 17199 described by Table 6-597 17200 17201 Table 6-597. typeinfo for QUrlInfo 17202 Base Vtable vtable for __cxxabiv1::__class_type_info 17203 Name typeinfo name for QUrlInfo 17204 _________________________________________________________ 17205 17206 6.14.1.7. Class data for QFtp 17207 17208 The virtual table for the QFtp class is described by Table 17209 6-598 17210 17211 Table 6-598. Primary vtable for QFtp 17212 Base Offset 0 17213 Virtual Base Offset 0 17214 RTTI typeinfo for QFtp 17215 vfunc[0]: QFtp::metaObject() const 17216 vfunc[1]: QFtp::qt_metacast(char const*) 17217 vfunc[2]: QFtp::qt_metacall(QMetaObject::Call, int, void**) 17218 vfunc[3]: QFtp::~QFtp() 17219 vfunc[4]: QFtp::~QFtp() 17220 vfunc[5]: QObject::event(QEvent*) 17221 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 17222 vfunc[7]: QObject::timerEvent(QTimerEvent*) 17223 vfunc[8]: QObject::childEvent(QChildEvent*) 17224 vfunc[9]: QObject::customEvent(QEvent*) 17225 vfunc[10]: QObject::connectNotify(char const*) 17226 vfunc[11]: QObject::disconnectNotify(char const*) 17227 17228 The Run Time Type Information for the QFtp class is described 17229 by Table 6-599 17230 17231 Table 6-599. typeinfo for QFtp 17232 Base Vtable vtable for __cxxabiv1::__si_class_type_info 17233 Name typeinfo name for QFtp 17234 basetype: typeinfo for QObject 17235 _________________________________________________________ 17236 17237 6.14.1.8. Class data for QTcpServer 17238 17239 The virtual table for the QTcpServer class is described by 17240 Table 6-600 17241 17242 Table 6-600. Primary vtable for QTcpServer 17243 Base Offset 0 17244 Virtual Base Offset 0 17245 RTTI typeinfo for QTcpServer 17246 vfunc[0]: QTcpServer::metaObject() const 17247 vfunc[1]: QTcpServer::qt_metacast(char const*) 17248 vfunc[2]: QTcpServer::qt_metacall(QMetaObject::Call, int, 17249 void**) 17250 vfunc[3]: QTcpServer::~QTcpServer() 17251 vfunc[4]: QTcpServer::~QTcpServer() 17252 vfunc[5]: QObject::event(QEvent*) 17253 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 17254 vfunc[7]: QObject::timerEvent(QTimerEvent*) 17255 vfunc[8]: QObject::childEvent(QChildEvent*) 17256 vfunc[9]: QObject::customEvent(QEvent*) 17257 vfunc[10]: QObject::connectNotify(char const*) 17258 vfunc[11]: QObject::disconnectNotify(char const*) 17259 vfunc[12]: QTcpServer::hasPendingConnections() const 17260 vfunc[13]: QTcpServer::nextPendingConnection() 17261 vfunc[14]: QTcpServer::incomingConnection(int) 17262 17263 The Run Time Type Information for the QTcpServer class is 17264 described by Table 6-601 17265 17266 Table 6-601. typeinfo for QTcpServer 17267 Base Vtable vtable for __cxxabiv1::__si_class_type_info 17268 Name typeinfo name for QTcpServer 17269 basetype: typeinfo for QObject 17270 _________________________________________________________ 17271 17272 6.14.1.9. Class data for QUdpSocket 17273 17274 The virtual table for the QUdpSocket class is described by 17275 Table 6-602 17276 17277 Table 6-602. Primary vtable for QUdpSocket 17278 Base Offset 0 17279 Virtual Base Offset 0 17280 RTTI typeinfo for QUdpSocket 17281 vfunc[0]: QUdpSocket::metaObject() const 17282 vfunc[1]: QUdpSocket::qt_metacast(char const*) 17283 vfunc[2]: QUdpSocket::qt_metacall(QMetaObject::Call, int, 17284 void**) 17285 vfunc[3]: QUdpSocket::~QUdpSocket() 17286 vfunc[4]: QUdpSocket::~QUdpSocket() 17287 vfunc[5]: QObject::event(QEvent*) 17288 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 17289 vfunc[7]: QObject::timerEvent(QTimerEvent*) 17290 vfunc[8]: QObject::childEvent(QChildEvent*) 17291 vfunc[9]: QObject::customEvent(QEvent*) 17292 vfunc[10]: QObject::connectNotify(char const*) 17293 vfunc[11]: QObject::disconnectNotify(char const*) 17294 vfunc[12]: QAbstractSocket::isSequential() const 17295 vfunc[13]: QIODevice::open(QFlags) 17296 vfunc[14]: QAbstractSocket::close() 17297 vfunc[15]: QIODevice::pos() const 17298 vfunc[16]: QIODevice::size() const 17299 vfunc[17]: QIODevice::seek(long long) 17300 vfunc[18]: QAbstractSocket::atEnd() const 17301 vfunc[19]: QIODevice::reset() 17302 vfunc[20]: QAbstractSocket::bytesAvailable() const 17303 vfunc[21]: QAbstractSocket::bytesToWrite() const 17304 vfunc[22]: QAbstractSocket::canReadLine() const 17305 vfunc[23]: QAbstractSocket::waitForReadyRead(int) 17306 vfunc[24]: QAbstractSocket::waitForBytesWritten(int) 17307 vfunc[25]: QAbstractSocket::readData(char*, long long) 17308 vfunc[26]: QAbstractSocket::readLineData(char*, long long) 17309 vfunc[27]: QAbstractSocket::writeData(char const*, long long) 17310 17311 The Run Time Type Information for the QUdpSocket class is 17312 described by Table 6-603 17313 17314 Table 6-603. typeinfo for QUdpSocket 17315 Base Vtable vtable for __cxxabiv1::__si_class_type_info 17316 Name typeinfo name for QUdpSocket 17317 basetype: typeinfo for QAbstractSocket 17318 _________________________________________________________ 17319 17320 6.14.1.10. Class data for QTcpSocket 17321 17322 The virtual table for the QTcpSocket class is described by 17323 Table 6-604 17324 17325 Table 6-604. Primary vtable for QTcpSocket 17326 Base Offset 0 17327 Virtual Base Offset 0 17328 RTTI typeinfo for QTcpSocket 17329 vfunc[0]: QTcpSocket::metaObject() const 17330 vfunc[1]: QTcpSocket::qt_metacast(char const*) 17331 vfunc[2]: QTcpSocket::qt_metacall(QMetaObject::Call, int, 17332 void**) 17333 vfunc[3]: QTcpSocket::~QTcpSocket() 17334 vfunc[4]: QTcpSocket::~QTcpSocket() 17335 vfunc[5]: QObject::event(QEvent*) 17336 vfunc[6]: QObject::eventFilter(QObject*, QEvent*) 17337 vfunc[7]: QObject::timerEvent(QTimerEvent*) 17338 vfunc[8]: QObject::childEvent(QChildEvent*) 17339 vfunc[9]: QObject::customEvent(QEvent*) 17340 vfunc[10]: QObject::connectNotify(char const*) 17341 vfunc[11]: QObject::disconnectNotify(char const*) 17342 vfunc[12]: QAbstractSocket::isSequential() const 17343 vfunc[13]: QIODevice::open(QFlags) 17344 vfunc[14]: QAbstractSocket::close() 17345 vfunc[15]: QIODevice::pos() const 17346 vfunc[16]: QIODevice::size() const 17347 vfunc[17]: QIODevice::seek(long long) 17348 vfunc[18]: QAbstractSocket::atEnd() const 17349 vfunc[19]: QIODevice::reset() 17350 vfunc[20]: QAbstractSocket::bytesAvailable() const 17351 vfunc[21]: QAbstractSocket::bytesToWrite() const 17352 vfunc[22]: QAbstractSocket::canReadLine() const 17353 vfunc[23]: QAbstractSocket::waitForReadyRead(int) 17354 vfunc[24]: QAbstractSocket::waitForBytesWritten(int) 17355 vfunc[25]: QAbstractSocket::readData(char*, long long) 17356 vfunc[26]: QAbstractSocket::readLineData(char*, long long) 17357 vfunc[27]: QAbstractSocket::writeData(char const*, long long) 17358 17359 The Run Time Type Information for the QTcpSocket class is 17360 described by Table 6-605 17361 17362 Table 6-605. typeinfo for QTcpSocket 17363 Base Vtable vtable for __cxxabiv1::__si_class_type_info 17364 Name typeinfo name for QTcpSocket 17365 basetype: typeinfo for QAbstractSocket 17366 _________________________________________________________ 17367 17368 6.14.1.11. Interfaces for QtNetwork 17369 17370 No external functions are defined for libQtNetwork - QtNetwork 17371 in this part of the specification. See also the generic 17372 specification, ISO/IEC 23360 Part 1. 17373 _________________________________________________________ 17374 17375 6.15. Data Definitions for libQtNetwork 17376 17377 This section defines global identifiers and their values that 17378 are associated with interfaces contained in libQtNetwork. 17379 These definitions are organized into groups that correspond to 17380 system headers. This convention is used as a convenience for 17381 the reader, and does not imply the existence of these headers, 17382 or their content. Where an interface is defined as requiring a 17383 particular system header file all of the data definitions for 17384 that system header file presented here shall be in effect. 17385 17386 This section gives data definitions to promote binary 17387 application portability, not to repeat source interface 17388 definitions available elsewhere. System providers and 17389 application developers should use this ABI to supplement - not 17390 to replace - source interface definition specifications. 17391 17392 This specification uses the ISO C (1999) C Language as the 17393 reference programming language, and data definitions are 17394 specified in ISO C format. The C language is used here as a 17395 convenient notation. Using a C language description of these 17396 data objects does not preclude their use by other programming 17397 languages. 17398 _________________________________________________________ 17399 17400 6.15.1. QtNetwork/qabstractsocket.h 17401 17402 /* 17403 * This header is architecture neutral 17404 * Please refer to the generic specification for details 17405 */ 17406 _________________________________________________________ 17407 17408 6.15.2. QtNetwork/qftp.h 17409 17410 /* 17411 * This header is architecture neutral 17412 * Please refer to the generic specification for details 17413 */ 17414 _________________________________________________________ 17415 17416 6.15.3. QtNetwork/qhostaddress.h 17417 17418 /* 17419 * This header is architecture neutral 17420 * Please refer to the generic specification for details 17421 */ 17422 _________________________________________________________ 17423 17424 6.15.4. QtNetwork/qhostinfo.h 17425 17426 /* 17427 * This header is architecture neutral 17428 * Please refer to the generic specification for details 17429 */ 17430 _________________________________________________________ 17431 17432 6.15.5. QtNetwork/qhttp.h 17433 17434 /* 17435 * This header is architecture neutral 17436 * Please refer to the generic specification for details 17437 */ 17438 _________________________________________________________ 17439 17440 6.15.6. QtNetwork/qnetworkproxy.h 17441 17442 /* 17443 * This header is architecture neutral 17444 * Please refer to the generic specification for details 17445 */ 17446 _________________________________________________________ 17447 17448 6.15.7. QtNetwork/qtcpserver.h 17449 17450 /* 17451 * This header is architecture neutral 17452 * Please refer to the generic specification for details 17453 */ 17454 _________________________________________________________ 17455 17456 6.15.8. QtNetwork/qtcpsocket.h 17457 17458 /* 17459 * This header is architecture neutral 17460 * Please refer to the generic specification for details 17461 */ 17462 _________________________________________________________ 17463 17464 6.15.9. QtNetwork/qudpsocket.h 17465 17466 /* 17467 * This header is architecture neutral 17468 * Please refer to the generic specification for details 17469 */ 17470 _________________________________________________________ 17471 17472 6.15.10. QtNetwork/qurlinfo.h 17473 17474 /* 17475 * This header is architecture neutral 17476 * Please refer to the generic specification for details 17477 */ 17478 _________________________________________________________ 17479 17480 Appendix A. GNU Free Documentation License (Informative) 17481 17482 This specification is published under the terms of the GNU 17483 Free Documentation License, Version 1.1, March 2000 17484 17485 Copyright (C) 2000 Free Software Foundation, Inc. 59 Temple 17486 Place, Suite 330, Boston, MA 02111-1307 USA Everyone is 17487 permitted to copy and distribute verbatim copies of this 17488 license document, but changing it is not allowed. 17489 _________________________________________________________ 17490 17491 A.1. PREAMBLE 17492 17493 The purpose of this License is to make a manual, textbook, or 17494 other written document "free" in the sense of freedom: to 17495 assure everyone the effective freedom to copy and redistribute 17496 it, with or without modifying it, either commercially or 17497 noncommercially. Secondarily, this License preserves for the 17498 author and publisher a way to get credit for their work, while 17499 not being considered responsible for modifications made by 17500 others. 17501 17502 This License is a kind of "copyleft", which means that 17503 derivative works of the document must themselves be free in 17504 the same sense. It complements the GNU General Public License, 17505 which is a copyleft license designed for free software. 17506 17507 We have designed this License in order to use it for manuals 17508 for free software, because free software needs free 17509 documentation: a free program should come with manuals 17510 providing the same freedoms that the software does. But this 17511 License is not limited to software manuals; it can be used for 17512 any textual work, regardless of subject matter or whether it 17513 is published as a printed book. We recommend this License 17514 principally for works whose purpose is instruction or 17515 reference. 17516 _________________________________________________________ 17517 17518 A.2. APPLICABILITY AND DEFINITIONS 17519 17520 This License applies to any manual or other work that contains 17521 a notice placed by the copyright holder saying it can be 17522 distributed under the terms of this License. The "Document", 17523 below, refers to any such manual or work. Any member of the 17524 public is a licensee, and is addressed as "you". 17525 17526 A "Modified Version" of the Document means any work containing 17527 the Document or a portion of it, either copied verbatim, or 17528 with modifications and/or translated into another language. 17529 17530 A "Secondary Section" is a named appendix or a front-matter 17531 section of the Document that deals exclusively with the 17532 relationship of the publishers or authors of the Document to 17533 the Document's overall subject (or to related matters) and 17534 contains nothing that could fall directly within that overall 17535 subject. (For example, if the Document is in part a textbook 17536 of mathematics, a Secondary Section may not explain any 17537 mathematics.) The relationship could be a matter of historical 17538 connection with the subject or with related matters, or of 17539 legal, commercial, philosophical, ethical or political 17540 position regarding them. 17541 17542 The "Invariant Sections" are certain Secondary Sections whose 17543 titles are designated, as being those of Invariant Sections, 17544 in the notice that says that the Document is released under 17545 this License. 17546 17547 The "Cover Texts" are certain short passages of text that are 17548 listed, as Front-Cover Texts or Back-Cover Texts, in the 17549 notice that says that the Document is released under this 17550 License. 17551 17552 A "Transparent" copy of the Document means a machine-readable 17553 copy, represented in a format whose specification is available 17554 to the general public, whose contents can be viewed and edited 17555 directly and straightforwardly with generic text editors or 17556 (for images composed of pixels) generic paint programs or (for 17557 drawings) some widely available drawing editor, and that is 17558 suitable for input to text formatters or for automatic 17559 translation to a variety of formats suitable for input to text 17560 formatters. A copy made in an otherwise Transparent file 17561 format whose markup has been designed to thwart or discourage 17562 subsequent modification by readers is not Transparent. A copy 17563 that is not "Transparent" is called "Opaque". 17564 17565 Examples of suitable formats for Transparent copies include 17566 plain ASCII without markup, Texinfo input format, LaTeX input 17567 format, SGML or XML using a publicly available DTD, and 17568 standard-conforming simple HTML designed for human 17569 modification. Opaque formats include PostScript, PDF, 17570 proprietary formats that can be read and edited only by 17571 proprietary word processors, SGML or XML for which the DTD 17572 and/or processing tools are not generally available, and the 17573 machine-generated HTML produced by some word processors for 17574 output purposes only. 17575 17576 The "Title Page" means, for a printed book, the title page 17577 itself, plus such following pages as are needed to hold, 17578 legibly, the material this License requires to appear in the 17579 title page. For works in formats which do not have any title 17580 page as such, "Title Page" means the text near the most 17581 prominent appearance of the work's title, preceding the 17582 beginning of the body of the text. 17583 _________________________________________________________ 17584 17585 A.3. VERBATIM COPYING 17586 17587 You may copy and distribute the Document in any medium, either 17588 commercially or noncommercially, provided that this License, 17589 the copyright notices, and the license notice saying this 17590 License applies to the Document are reproduced in all copies, 17591 and that you add no other conditions whatsoever to those of 17592 this License. You may not use technical measures to obstruct 17593 or control the reading or further copying of the copies you 17594 make or distribute. However, you may accept compensation in 17595 exchange for copies. If you distribute a large enough number 17596 of copies you must also follow the conditions in section 3. 17597 17598 You may also lend copies, under the same conditions stated 17599 above, and you may publicly display copies. 17600 _________________________________________________________ 17601 17602 A.4. COPYING IN QUANTITY 17603 17604 If you publish printed copies of the Document numbering more 17605 than 100, and the Document's license notice requires Cover 17606 Texts, you must enclose the copies in covers that carry, 17607 clearly and legibly, all these Cover Texts: Front-Cover Texts 17608 on the front cover, and Back-Cover Texts on the back cover. 17609 Both covers must also clearly and legibly identify you as the 17610 publisher of these copies. The front cover must present the 17611 full title with all words of the title equally prominent and 17612 visible. You may add other material on the covers in addition. 17613 Copying with changes limited to the covers, as long as they 17614 preserve the title of the Document and satisfy these 17615 conditions, can be treated as verbatim copying in other 17616 respects. 17617 17618 If the required texts for either cover are too voluminous to 17619 fit legibly, you should put the first ones listed (as many as 17620 fit reasonably) on the actual cover, and continue the rest 17621 onto adjacent pages. 17622 17623 If you publish or distribute Opaque copies of the Document 17624 numbering more than 100, you must either include a 17625 machine-readable Transparent copy along with each Opaque copy, 17626 or state in or with each Opaque copy a publicly-accessible 17627 computer-network location containing a complete Transparent 17628 copy of the Document, free of added material, which the 17629 general network-using public has access to download 17630 anonymously at no charge using public-standard network 17631 protocols. If you use the latter option, you must take 17632 reasonably prudent steps, when you begin distribution of 17633 Opaque copies in quantity, to ensure that this Transparent 17634 copy will remain thus accessible at the stated location until 17635 at least one year after the last time you distribute an Opaque 17636 copy (directly or through your agents or retailers) of that 17637 edition to the public. 17638 17639 It is requested, but not required, that you contact the 17640 authors of the Document well before redistributing any large 17641 number of copies, to give them a chance to provide you with an 17642 updated version of the Document. 17643 _________________________________________________________ 17644 17645 A.5. MODIFICATIONS 17646 17647 You may copy and distribute a Modified Version of the Document 17648 under the conditions of sections 2 and 3 above, provided that 17649 you release the Modified Version under precisely this License, 17650 with the Modified Version filling the role of the Document, 17651 thus licensing distribution and modification of the Modified 17652 Version to whoever possesses a copy of it. In addition, you 17653 must do these things in the Modified Version: 17654 17655 A. Use in the Title Page (and on the covers, if any) a title 17656 distinct from that of the Document, and from those of 17657 previous versions (which should, if there were any, be 17658 listed in the History section of the Document). You may 17659 use the same title as a previous version if the original 17660 publisher of that version gives permission. 17661 B. List on the Title Page, as authors, one or more persons or 17662 entities responsible for authorship of the modifications 17663 in the Modified Version, together with at least five of 17664 the principal authors of the Document (all of its 17665 principal authors, if it has less than five). 17666 C. State on the Title page the name of the publisher of the 17667 Modified Version, as the publisher. 17668 D. Preserve all the copyright notices of the Document. 17669 E. Add an appropriate copyright notice for your modifications 17670 adjacent to the other copyright notices. 17671 F. Include, immediately after the copyright notices, a 17672 license notice giving the public permission to use the 17673 Modified Version under the terms of this License, in the 17674 form shown in the Addendum below. 17675 G. Preserve in that license notice the full lists of 17676 Invariant Sections and required Cover Texts given in the 17677 Document's license notice. 17678 H. Include an unaltered copy of this License. 17679 I. Preserve the section entitled "History", and its title, 17680 and add to it an item stating at least the title, year, 17681 new authors, and publisher of the Modified Version as 17682 given on the Title Page. If there is no section entitled 17683 "History" in the Document, create one stating the title, 17684 year, authors, and publisher of the Document as given on 17685 its Title Page, then add an item describing the Modified 17686 Version as stated in the previous sentence. 17687 J. Preserve the network location, if any, given in the 17688 Document for public access to a Transparent copy of the 17689 Document, and likewise the network locations given in the 17690 Document for previous versions it was based on. These may 17691 be placed in the "History" section. You may omit a network 17692 location for a work that was published at least four years 17693 before the Document itself, or if the original publisher 17694 of the version it refers to gives permission. 17695 K. In any section entitled "Acknowledgements" or 17696 "Dedications", preserve the section's title, and preserve 17697 in the section all the substance and tone of each of the 17698 contributor acknowledgements and/or dedications given 17699 therein. 17700 L. Preserve all the Invariant Sections of the Document, 17701 unaltered in their text and in their titles. Section 17702 numbers or the equivalent are not considered part of the 17703 section titles. 17704 M. Delete any section entitled "Endorsements". Such a section 17705 may not be included in the Modified Version. 17706 N. Do not retitle any existing section as "Endorsements" or 17707 to conflict in title with any Invariant Section. 17708 17709 If the Modified Version includes new front-matter sections or 17710 appendices that qualify as Secondary Sections and contain no 17711 material copied from the Document, you may at your option 17712 designate some or all of these sections as invariant. To do 17713 this, add their titles to the list of Invariant Sections in 17714 the Modified Version's license notice. These titles must be 17715 distinct from any other section titles. 17716 17717 You may add a section entitled "Endorsements", provided it 17718 contains nothing but endorsements of your Modified Version by 17719 various parties--for example, statements of peer review or 17720 that the text has been approved by an organization as the 17721 authoritative definition of a standard. 17722 17723 You may add a passage of up to five words as a Front-Cover 17724 Text, and a passage of up to 25 words as a Back-Cover Text, to 17725 the end of the list of Cover Texts in the Modified Version. 17726 Only one passage of Front-Cover Text and one of Back-Cover 17727 Text may be added by (or through arrangements made by) any one 17728 entity. If the Document already includes a cover text for the 17729 same cover, previously added by you or by arrangement made by 17730 the same entity you are acting on behalf of, you may not add 17731 another; but you may replace the old one, on explicit 17732 permission from the previous publisher that added the old one. 17733 17734 The author(s) and publisher(s) of the Document do not by this 17735 License give permission to use their names for publicity for 17736 or to assert or imply endorsement of any Modified Version. 17737 _________________________________________________________ 17738 17739 A.6. COMBINING DOCUMENTS 17740 17741 You may combine the Document with other documents released 17742 under this License, under the terms defined in section 4 above 17743 for modified versions, provided that you include in the 17744 combination all of the Invariant Sections of all of the 17745 original documents, unmodified, and list them all as Invariant 17746 Sections of your combined work in its license notice. 17747 17748 The combined work need only contain one copy of this License, 17749 and multiple identical Invariant Sections may be replaced with 17750 a single copy. If there are multiple Invariant Sections with 17751 the same name but different contents, make the title of each 17752 such section unique by adding at the end of it, in 17753 parentheses, the name of the original author or publisher of 17754 that section if known, or else a unique number. Make the same 17755 adjustment to the section titles in the list of Invariant 17756 Sections in the license notice of the combined work. 17757 17758 In the combination, you must combine any sections entitled 17759 "History" in the various original documents, forming one 17760 section entitled "History"; likewise combine any sections 17761 entitled "Acknowledgements", and any sections entitled 17762 "Dedications". You must delete all sections entitled 17763 "Endorsements." 17764 _________________________________________________________ 17765 17766 A.7. COLLECTIONS OF DOCUMENTS 17767 17768 You may make a collection consisting of the Document and other 17769 documents released under this License, and replace the 17770 individual copies of this License in the various documents 17771 with a single copy that is included in the collection, 17772 provided that you follow the rules of this License for 17773 verbatim copying of each of the documents in all other 17774 respects. 17775 17776 You may extract a single document from such a collection, and 17777 distribute it individually under this License, provided you 17778 insert a copy of this License into the extracted document, and 17779 follow this License in all other respects regarding verbatim 17780 copying of that document. 17781 _________________________________________________________ 17782 17783 A.8. AGGREGATION WITH INDEPENDENT WORKS 17784 17785 A compilation of the Document or its derivatives with other 17786 separate and independent documents or works, in or on a volume 17787 of a storage or distribution medium, does not as a whole count 17788 as a Modified Version of the Document, provided no compilation 17789 copyright is claimed for the compilation. Such a compilation 17790 is called an "aggregate", and this License does not apply to 17791 the other self-contained works thus compiled with the 17792 Document, on account of their being thus compiled, if they are 17793 not themselves derivative works of the Document. 17794 17795 If the Cover Text requirement of section 3 is applicable to 17796 these copies of the Document, then if the Document is less 17797 than one quarter of the entire aggregate, the Document's Cover 17798 Texts may be placed on covers that surround only the Document 17799 within the aggregate. Otherwise they must appear on covers 17800 around the whole aggregate. 17801 _________________________________________________________ 17802 17803 A.9. TRANSLATION 17804 17805 Translation is considered a kind of modification, so you may 17806 distribute translations of the Document under the terms of 17807 section 4. Replacing Invariant Sections with translations 17808 requires special permission from their copyright holders, but 17809 you may include translations of some or all Invariant Sections 17810 in addition to the original versions of these Invariant 17811 Sections. You may include a translation of this License 17812 provided that you also include the original English version of 17813 this License. In case of a disagreement between the 17814 translation and the original English version of this License, 17815 the original English version will prevail. 17816 _________________________________________________________ 17817 17818 A.10. TERMINATION 17819 17820 You may not copy, modify, sublicense, or distribute the 17821 Document except as expressly provided for under this License. 17822 Any other attempt to copy, modify, sublicense or distribute 17823 the Document is void, and will automatically terminate your 17824 rights under this License. However, parties who have received 17825 copies, or rights, from you under this License will not have 17826 their licenses terminated so long as such parties remain in 17827 full compliance. 17828 _________________________________________________________ 17829 17830 A.11. FUTURE REVISIONS OF THIS LICENSE 17831 17832 The Free Software Foundation may publish new, revised versions 17833 of the GNU Free Documentation License from time to time. Such 17834 new versions will be similar in spirit to the present version, 17835 but may differ in detail to address new problems or concerns. 17836 See http://www.gnu.org/copyleft/. 17837 17838 Each version of the License is given a distinguishing version 17839 number. If the Document specifies that a particular numbered 17840 version of this License "or any later version" applies to it, 17841 you have the option of following the terms and conditions 17842 either of that specified version or of any later version that 17843 has been published (not as a draft) by the Free Software 17844 Foundation. If the Document does not specify a version number 17845 of this License, you may choose any version ever published 17846 (not as a draft) by the Free Software Foundation. 17847 _________________________________________________________ 17848 17849 A.12. How to use this License for your documents 17850 17851 To use this License in a document you have written, include a 17852 copy of the License in the document and put the following 17853 copyright and license notices just after the title page: 17854 17855 Copyright (c) YEAR YOUR NAME. Permission is granted to 17856 copy, distribute and/or modify this document under the 17857 terms of the GNU Free Documentation License, Version 1.1 or 17858 any later version published by the Free Software 17859 Foundation; with the Invariant Sections being LIST THEIR 17860 TITLES, with the Front-Cover Texts being LIST, and with the 17861 Back-Cover Texts being LIST. A copy of the license is 17862 included in the section entitled "GNU Free Documentation 17863 License". 17864 17865 If you have no Invariant Sections, write "with no Invariant 17866 Sections" instead of saying which ones are invariant. If you 17867 have no Front-Cover Texts, write "no Front-Cover Texts" 17868 instead of "Front-Cover Texts being LIST"; likewise for 17869 Back-Cover Texts. 17870 17871 If your document contains nontrivial examples of program code, 17872 we recommend releasing these examples in parallel under your 17873 choice of free software license, such as the GNU General 17874 Public License, to permit their use in free software.